Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 88

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 215

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 216

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 217

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 218

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 219

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 220
PK!%]plugins.qmltypesnu[import QtQuick.tooling 1.2 // This file describes the plugin-supplied types contained in the library. // It is used for QML tooling purposes only. // // This file was auto-generated by qmltyperegistrar. Module { dependencies: ["QtQuick 2.0"] Component { file: "qquickshape_p.h" name: "QQuickShape" defaultProperty: "data" prototype: "QQuickItem" exports: [ "QtQuick.Shapes/Shape 1.0", "QtQuick.Shapes/Shape 1.1", "QtQuick.Shapes/Shape 1.11", "QtQuick.Shapes/Shape 1.4", "QtQuick.Shapes/Shape 1.7" ] exportMetaObjectRevisions: [0, 1, 11, 4, 7] Enum { name: "RendererType" values: [ "UnknownRenderer", "GeometryRenderer", "NvprRenderer", "SoftwareRenderer" ] } Enum { name: "Status" values: ["Null", "Ready", "Processing"] } Enum { name: "ContainsMode" values: ["BoundingRectContains", "FillContains"] } Property { name: "rendererType"; type: "RendererType"; isReadonly: true } Property { name: "asynchronous"; type: "bool" } Property { name: "vendorExtensionsEnabled"; type: "bool" } Property { name: "status"; type: "Status"; isReadonly: true } Property { name: "containsMode"; revision: 11; type: "ContainsMode" } Property { name: "data"; type: "QObject"; isList: true; isReadonly: true } Signal { name: "rendererChanged" } Signal { name: "containsModeChanged"; revision: 11 } Method { name: "_q_shapePathChanged" } } Component { file: "qquickshape_p.h" name: "QQuickShapeConicalGradient" defaultProperty: "stops" prototype: "QQuickShapeGradient" exports: [ "QtQuick.Shapes/ConicalGradient 1.0", "QtQuick.Shapes/ConicalGradient 1.12" ] exportMetaObjectRevisions: [0, 12] Property { name: "centerX"; type: "double" } Property { name: "centerY"; type: "double" } Property { name: "angle"; type: "double" } } Component { file: "qquickshape_p.h" name: "QQuickShapeGradient" defaultProperty: "stops" prototype: "QQuickGradient" exports: [ "QtQuick.Shapes/ShapeGradient 1.0", "QtQuick.Shapes/ShapeGradient 1.12" ] isCreatable: false exportMetaObjectRevisions: [0, 12] Enum { name: "SpreadMode" values: ["PadSpread", "RepeatSpread", "ReflectSpread"] } Property { name: "spread"; type: "SpreadMode" } } Component { file: "qquickshape_p.h" name: "QQuickShapeLinearGradient" defaultProperty: "stops" prototype: "QQuickShapeGradient" exports: [ "QtQuick.Shapes/LinearGradient 1.0", "QtQuick.Shapes/LinearGradient 1.12" ] exportMetaObjectRevisions: [0, 12] Property { name: "x1"; type: "double" } Property { name: "y1"; type: "double" } Property { name: "x2"; type: "double" } Property { name: "y2"; type: "double" } } Component { file: "qquickshape_p.h" name: "QQuickShapePath" defaultProperty: "pathElements" prototype: "QQuickPath" exports: [ "QtQuick.Shapes/ShapePath 1.0", "QtQuick.Shapes/ShapePath 1.14" ] exportMetaObjectRevisions: [0, 14] Enum { name: "FillRule" values: ["OddEvenFill", "WindingFill"] } Enum { name: "JoinStyle" values: ["MiterJoin", "BevelJoin", "RoundJoin"] } Enum { name: "CapStyle" values: ["FlatCap", "SquareCap", "RoundCap"] } Enum { name: "StrokeStyle" values: ["SolidLine", "DashLine"] } Property { name: "strokeColor"; type: "QColor" } Property { name: "strokeWidth"; type: "double" } Property { name: "fillColor"; type: "QColor" } Property { name: "fillRule"; type: "FillRule" } Property { name: "joinStyle"; type: "JoinStyle" } Property { name: "miterLimit"; type: "int" } Property { name: "capStyle"; type: "CapStyle" } Property { name: "strokeStyle"; type: "StrokeStyle" } Property { name: "dashOffset"; type: "double" } Property { name: "dashPattern"; type: "QVector" } Property { name: "fillGradient"; type: "QQuickShapeGradient"; isPointer: true } Property { name: "scale"; revision: 14; type: "QSizeF" } Signal { name: "shapePathChanged" } Method { name: "_q_fillGradientChanged" } } Component { file: "qquickshape_p.h" name: "QQuickShapeRadialGradient" defaultProperty: "stops" prototype: "QQuickShapeGradient" exports: [ "QtQuick.Shapes/RadialGradient 1.0", "QtQuick.Shapes/RadialGradient 1.12" ] exportMetaObjectRevisions: [0, 12] Property { name: "centerX"; type: "double" } Property { name: "centerY"; type: "double" } Property { name: "centerRadius"; type: "double" } Property { name: "focalX"; type: "double" } Property { name: "focalY"; type: "double" } Property { name: "focalRadius"; type: "double" } } } PK!:aaqmldirnu[module QtQuick.Shapes plugin qmlshapesplugin classname QmlShapesPlugin typeinfo plugins.qmltypes PK!G3p/p/libqmlshapesplugin.sonuȯELF>@'@8 @ pp p    888$$ Std PtdhhhQtdRtdpp p GNU&f9lq|r!@00!$%l⍺|CEqX-U`]kd , 6  F" B5  0    =__gmon_start___ITM_deregisterTMCloneTable_ITM_registerTMCloneTable__cxa_finalizeqt_version_tag_ZNK11QObjectData17dynamicMetaObjectEv_ZN18QQuickShapesModule12defineModuleEv_ZN19QQmlExtensionPluginD2Ev_ZdlPvm_ZdlPvqt_plugin_query_metadataqt_plugin_instance_Znwm_ZN19QQmlExtensionPluginC2EP7QObject_Z33qml_register_types_QtQuick_Shapesv_ZN15QtSharedPointer20ExternalRefCountData9getAndRefEPK7QObject__cxa_guard_acquire__cxa_atexit__cxa_guard_releasestrcmp_ZN19QQmlExtensionPlugin11qt_metacastEPKc_ZN19QQmlExtensionPlugin11qt_metacallEN11QMetaObject4CallEiPPv_ZTVN10__cxxabiv120__si_class_type_infoE_ZTI19QQmlExtensionPlugin_ZN7QObject5eventEP6QEvent_ZN7QObject11eventFilterEPS_P6QEvent_ZN7QObject10timerEventEP11QTimerEvent_ZN7QObject10childEventEP11QChildEvent_ZN7QObject11customEventEP6QEvent_ZN7QObject13connectNotifyERK11QMetaMethod_ZN7QObject16disconnectNotifyERK11QMetaMethod_ZN19QQmlExtensionPlugin16initializeEngineEP10QQmlEnginePKc_ZThn16_N19QQmlExtensionPlugin16initializeEngineEP10QQmlEnginePKc_ZN19QQmlExtensionPlugin16staticMetaObjectElibQt5QuickShapes.so.5libQt5Quick.so.5libQt5QmlModels.so.5libQt5Qml.so.5libQt5Gui.so.5libQt5Network.so.5libQt5Core.so.5libGL.so.1libpthread.so.0libstdc++.so.6libm.so.6libgcc_s.so.1libc.so.6_edata__bss_start_endGLIBC_2.2.5Qt_5.15.3_PRIVATE_APIQt_5Qt_5.15CXXABI_1.3GLIBCXX_3.4CXXABI_1.3.9    ui 8 YxO &u %<0%<Aӯk It)Tyѯ `p @x    `   `  0 `  @(  0 8 @ Ph p x P            H  `       H P X ` h p  x           HHY HtH5 % hhhhhhhhqhah Qh Ah 1h !h h% D% D% D% D%} D%u D%m D%e D%] D%U D%M D%E D%= D%5 D%- DH=i Hb H9tH. Ht H=9 H52 H)HHH?HHtH HtfD= u+UH= Ht H=^ )d ]wÐf.HH(t @H Hu@SHp Hq HtX\3z zO"klzV vڒ)IBW yR a홈A&PB|n Z4)n6׿1u\~=3fPyM>.k uG OY%ڮVF2 g#O'4Q#ɿBswr\%k@bȬء6o|gc8yр@7CߎT+( <wUs.],Yd[ o)̿m?2AGz,NVENr5e.,s^13-ʋqHTsC&tϋJR]3.Ovܝ55W)"}[/;&|EAFnq8 .mHu0A!$!Aoٹ]%M9"/d^خ:%=$8=ﵦbMPVD8&*/IaCI{{4Wz4oghDA8$#P gyQs5H+4&Yo>YBꭨZD/i#VgYZ.shstrtab.note.gnu.build-id.gnu.hash.dynsym.dynstr.gnu.version.gnu.version_r.rela.dyn.rela.plt.init.plt.sec.text.fini.rodata.qtversion.qtmetadata.eh_frame_hdr.eh_frame.note.gnu.property.init_array.fini_array.data.rel.ro.dynamic.got.bss.gnu.build.attributes.gnu_debuglink.gnu_debugdata 88$o``8( 0((m8o LEo T `^Bhhcnw}44 `` f hh p px x   0 0 00 `D4"4*h"H&9PK!%]plugins.qmltypesnu[PK!:aaqmldirnu[PK!G3p/p/jlibqmlshapesplugin.sonuȯPKF