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 ! h$ =( =( 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:
// 'qmlplugindump -nonrelocatable QtAudioEngine 1.13'
Module {
dependencies: ["QtQuick 2.0"]
Component {
name: "QDeclarativeAttenuationModel"
prototype: "QObject"
Property { name: "name"; type: "string" }
}
Component {
name: "QDeclarativeAttenuationModelInverse"
prototype: "QDeclarativeAttenuationModel"
exports: ["QtAudioEngine/AttenuationModelInverse 1.0"]
exportMetaObjectRevisions: [0]
Property { name: "start"; type: "double" }
Property { name: "end"; type: "double" }
Property { name: "rolloff"; type: "double" }
}
Component {
name: "QDeclarativeAttenuationModelLinear"
prototype: "QDeclarativeAttenuationModel"
exports: ["QtAudioEngine/AttenuationModelLinear 1.0"]
exportMetaObjectRevisions: [0]
Property { name: "start"; type: "double" }
Property { name: "end"; type: "double" }
}
Component {
name: "QDeclarativeAudioCategory"
prototype: "QObject"
exports: ["QtAudioEngine/AudioCategory 1.0"]
exportMetaObjectRevisions: [0]
Property { name: "volume"; type: "double" }
Property { name: "name"; type: "string" }
Signal {
name: "volumeChanged"
Parameter { name: "newVolume"; type: "double" }
}
Signal { name: "stopped" }
Signal { name: "paused" }
Signal { name: "resumed" }
Method { name: "stop" }
Method { name: "pause" }
Method { name: "resume" }
}
Component {
name: "QDeclarativeAudioEngine"
defaultProperty: "bank"
prototype: "QObject"
exports: [
"QtAudioEngine/AudioEngine 1.0",
"QtAudioEngine/AudioEngine 1.1"
]
exportMetaObjectRevisions: [0, 1]
Property { name: "bank"; type: "QObject"; isList: true; isReadonly: true }
Property { name: "categories"; type: "QObject"; isReadonly: true; isPointer: true }
Property { name: "samples"; type: "QObject"; isReadonly: true; isPointer: true }
Property { name: "sounds"; type: "QObject"; isReadonly: true; isPointer: true }
Property { name: "loading"; type: "bool"; isReadonly: true }
Property { name: "liveInstances"; type: "int"; isReadonly: true }
Property {
name: "listener"
type: "QDeclarativeAudioListener"
isReadonly: true
isPointer: true
}
Property { name: "dopplerFactor"; type: "double" }
Property { name: "speedOfSound"; type: "double" }
Signal { name: "ready" }
Signal { name: "liveInstanceCountChanged" }
Signal { name: "isLoadingChanged" }
Signal { name: "finishedLoading" }
Method {
name: "addAudioSample"
revision: 1
Parameter { type: "QDeclarativeAudioSample"; isPointer: true }
}
Method {
name: "addSound"
revision: 1
Parameter { type: "QDeclarativeSound"; isPointer: true }
}
Method {
name: "addAudioCategory"
revision: 1
Parameter { type: "QDeclarativeAudioCategory"; isPointer: true }
}
Method {
name: "addAttenuationModel"
revision: 1
Parameter { type: "QDeclarativeAttenuationModel"; isPointer: true }
}
}
Component {
name: "QDeclarativeAudioListener"
prototype: "QObject"
exports: ["QtAudioEngine/AudioListener 1.0"]
exportMetaObjectRevisions: [0]
Property { name: "engine"; type: "QDeclarativeAudioEngine"; isPointer: true }
Property { name: "position"; type: "QVector3D" }
Property { name: "direction"; type: "QVector3D" }
Property { name: "velocity"; type: "QVector3D" }
Property { name: "up"; type: "QVector3D" }
Property { name: "gain"; type: "double" }
}
Component {
name: "QDeclarativeAudioSample"
prototype: "QObject"
exports: ["QtAudioEngine/AudioSample 1.0"]
exportMetaObjectRevisions: [0]
Property { name: "name"; type: "string" }
Property { name: "source"; type: "QUrl" }
Property { name: "preloaded"; type: "bool" }
Property { name: "streaming"; type: "bool" }
Property { name: "loaded"; type: "bool"; isReadonly: true }
Method { name: "load" }
}
Component {
name: "QDeclarativePlayVariation"
prototype: "QObject"
exports: ["QtAudioEngine/PlayVariation 1.0"]
exportMetaObjectRevisions: [0]
Property { name: "sample"; type: "string" }
Property { name: "looping"; type: "bool" }
Property { name: "maxGain"; type: "double" }
Property { name: "minGain"; type: "double" }
Property { name: "maxPitch"; type: "double" }
Property { name: "minPitch"; type: "double" }
}
Component {
name: "QDeclarativeSound"
defaultProperty: "playVariationlist"
prototype: "QObject"
exports: ["QtAudioEngine/Sound 1.0", "QtAudioEngine/Sound 1.1"]
exportMetaObjectRevisions: [0, 1]
Enum {
name: "PlayType"
values: {
"Random": 0,
"Sequential": 1
}
}
Property { name: "name"; type: "string" }
Property { name: "playType"; type: "PlayType" }
Property { name: "category"; type: "string" }
Property { name: "cone"; type: "QDeclarativeSoundCone"; isReadonly: true; isPointer: true }
Property { name: "attenuationModel"; type: "string" }
Property {
name: "playVariationlist"
type: "QDeclarativePlayVariation"
isList: true
isReadonly: true
}
Method { name: "play" }
Method {
name: "play"
Parameter { name: "gain"; type: "double" }
}
Method {
name: "play"
Parameter { name: "gain"; type: "double" }
Parameter { name: "pitch"; type: "double" }
}
Method {
name: "play"
Parameter { name: "position"; type: "QVector3D" }
}
Method {
name: "play"
Parameter { name: "position"; type: "QVector3D" }
Parameter { name: "velocity"; type: "QVector3D" }
}
Method {
name: "play"
Parameter { name: "position"; type: "QVector3D" }
Parameter { name: "velocity"; type: "QVector3D" }
Parameter { name: "direction"; type: "QVector3D" }
}
Method {
name: "play"
Parameter { name: "position"; type: "QVector3D" }
Parameter { name: "gain"; type: "double" }
}
Method {
name: "play"
Parameter { name: "position"; type: "QVector3D" }
Parameter { name: "velocity"; type: "QVector3D" }
Parameter { name: "gain"; type: "double" }
}
Method {
name: "play"
Parameter { name: "position"; type: "QVector3D" }
Parameter { name: "velocity"; type: "QVector3D" }
Parameter { name: "direction"; type: "QVector3D" }
Parameter { name: "gain"; type: "double" }
}
Method {
name: "play"
Parameter { name: "position"; type: "QVector3D" }
Parameter { name: "gain"; type: "double" }
Parameter { name: "pitch"; type: "double" }
}
Method {
name: "play"
Parameter { name: "position"; type: "QVector3D" }
Parameter { name: "velocity"; type: "QVector3D" }
Parameter { name: "gain"; type: "double" }
Parameter { name: "pitch"; type: "double" }
}
Method {
name: "play"
Parameter { name: "position"; type: "QVector3D" }
Parameter { name: "velocity"; type: "QVector3D" }
Parameter { name: "direction"; type: "QVector3D" }
Parameter { name: "gain"; type: "double" }
Parameter { name: "pitch"; type: "double" }
}
Method { name: "newInstance"; type: "QDeclarativeSoundInstance*" }
Method {
name: "addPlayVariation"
revision: 1
Parameter { type: "QDeclarativePlayVariation"; isPointer: true }
}
}
Component {
name: "QDeclarativeSoundCone"
prototype: "QObject"
Property { name: "innerAngle"; type: "double" }
Property { name: "outerAngle"; type: "double" }
Property { name: "outerGain"; type: "double" }
}
Component {
name: "QDeclarativeSoundInstance"
prototype: "QObject"
exports: ["QtAudioEngine/SoundInstance 1.0"]
exportMetaObjectRevisions: [0]
Enum {
name: "State"
values: {
"StoppedState": 0,
"PlayingState": 1,
"PausedState": 2
}
}
Property { name: "engine"; type: "QDeclarativeAudioEngine"; isPointer: true }
Property { name: "sound"; type: "string" }
Property { name: "state"; type: "State"; isReadonly: true }
Property { name: "position"; type: "QVector3D" }
Property { name: "direction"; type: "QVector3D" }
Property { name: "velocity"; type: "QVector3D" }
Property { name: "gain"; type: "double" }
Property { name: "pitch"; type: "double" }
Method { name: "play" }
Method { name: "stop" }
Method { name: "pause" }
Method {
name: "updatePosition"
Parameter { name: "deltaTime"; type: "double" }
}
}
Component {
name: "QQmlPropertyMap"
prototype: "QObject"
Signal {
name: "valueChanged"
Parameter { name: "key"; type: "string" }
Parameter { name: "value"; type: "QVariant" }
}
Method { name: "keys"; type: "QStringList" }
}
}
PK ! ~? ? libdeclarative_audioengine.sonu ȯ ELF > І @ 8 @ 8 @ P P" P" 0 0# 0# 8 8 8 $ $ Std Ptd Qtd Rtd P P" P" GNU |:T9(c~Ga @0 0 l⍺|CEqX- L U / n 1 s p
G Y |
Y I I }
M + F m m { 4
d
,
?
| d Z
( ^
.
f F "
] W
1 K
=
:
= j m
$ ? #
1 Q T 3 c ' R
$ ^ H / E 4 c
#
> #
{ a `# N # U # __gmon_start__ _ITM_deregisterTMCloneTable _ITM_registerTMCloneTable __cxa_finalize qt_version_tag _ZNK11QObjectData17dynamicMetaObjectEv _ZN19QQmlExtensionPluginD2Ev _ZdlPvm _ZN11QQmlPrivate30qdeclarativeelement_destructorEP7QObject _ZdlPv _ZN7QObjectD2Ev qt_plugin_query_metadata qt_plugin_instance _Znwm _ZN19QQmlExtensionPluginC2EP7QObject _ZN15QtSharedPointer20ExternalRefCountData9getAndRefEPK7QObject __cxa_guard_acquire __cxa_atexit __cxa_guard_release _ZNK11QMetaObject9classNameEv strlen memcpy _ZN10QByteArrayC1EPKci _ZN10QArrayData11shared_nullE _ZN9QMetaType22registerNormalizedTypeERK10QByteArrayPFvPvEPFS3_S3_PKvEi6QFlagsINS_8TypeFlagEEPK11QMetaObject _ZN11QQmlPrivate11qmlregisterENS_16RegistrationTypeEPv free _ZN10QArrayData10deallocateEPS_mm _ZN9QMetaType25registerNormalizedTypedefERK10QByteArrayi _ZN10QByteArray11reallocDataEj6QFlagsIN10QArrayData16AllocationOptionEE _ZN10QByteArray6appendEPKc _ZN10QByteArray6appendEc malloc __stack_chk_fail _Z17qmlRegisterModulePKcii strcmp _ZN19QQmlExtensionPlugin11qt_metacastEPKc _ZN19QQmlExtensionPlugin11qt_metacallEN11QMetaObject4CallEiPPv _ZTVN10__cxxabiv120__si_class_type_infoE _ZTI19QQmlExtensionPlugin _ZN7QObject5eventEP6QEvent _ZN7QObject11eventFilterEPS_P6QEvent _ZN7QObject10timerEventEP11QTimerEvent _ZN7QObject10childEventEP11QChildEvent _ZN7QObject11customEventEP6QEvent _ZN7QObject13connectNotifyERK11QMetaMethod _ZN7QObject16disconnectNotifyERK11QMetaMethod _ZN19QQmlExtensionPlugin16initializeEngineEP10QQmlEnginePKc _ZThn16_N19QQmlExtensionPlugin16initializeEngineEP10QQmlEnginePKc _ZN19QQmlExtensionPlugin16staticMetaObjectE _ZN7QObjectC2EPS_ _ZN7QStringaSERKS_ _ZNK14QMessageLogger7warningEPKcz _ZNK14QMessageLogger7warningEv _ZN7QString15fromUtf8_helperEPKci _ZN11QTextStreamlsERK7QString _ZN6QDebug9putStringEPK5QCharm _ZN6QDebugD1Ev _ZN11QTextStreamlsEc _ZNK9QVector3D6lengthEv _ZN16QQmlParserStatusC2Ev _ZN15QQmlPropertyMapC1EP7QObject _ZN9QListData11shared_nullE _ZN12QMapDataBase11shared_nullE _ZN6QTimerC1EP7QObject _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE _ZN11QMetaObject10ConnectionD1Ev _ZN6QTimer11setIntervalEi _ZNK14QMessageLogger5debugEv _ZNK15QQmlPropertyMap8containsERK7QString _ZN8QVariantC1EiPKvj _ZN15QQmlPropertyMap6insertERK7QStringRK8QVariant _ZN8QVariantD1Ev _ZNK7QStringeqE13QLatin1String _ZN9QListData7disposeEPNS_4DataE _ZN9QListData6detachEi _ZltRK7QStringS1_ _ZN12QMapDataBase8freeTreeEP12QMapNodeBasei _ZN12QMapDataBase8freeDataEPS_ _ZN9QListData11detach_growEPii _ZN9QListData6appendEv _ZN12QMapDataBase10createNodeEiiP12QMapNodeBaseb _ZN12QMapDataBase10createDataEv _ZN12QMapDataBase18recalcMostLeftNodeEv _ZN15QQmlPropertyMapixERK7QString _ZNK8QVariant8userTypeEv _ZN9QMetaType9typeFlagsEi _ZN7QObject16staticMetaObjectE _ZNK11QMetaObject4castEP7QObject _ZNK8QVariant7convertEiPv _ZNK8QVariant9constDataEv _ZNK15QQmlPropertyMap4keysEv _ZN11QTextStreamlsEi _ZN7QString17fromLatin1_helperEPKci _ZN9QListData5eraseEPPv _ZN6QTimer4stopEv _ZN11QTextStreamlsEPKc _ZN5QtQml9qmlEngineEPK7QObject _ZN10QQmlEngine18setObjectOwnershipEP7QObjectNS_15ObjectOwnershipE _ZNK15QQmlPropertyMap5valueERK7QString _ZN6QTimer5startEv _ZN9QListData6removeEi _ZN6QTimerD1Ev _ZN15QQmlPropertyMapD1Ev _ZN16QQmlParserStatusD2Ev _ZN7QObject10disconnectEPKS_PKcS1_S3_ _ZeqRK7QStringS1_ _Zls6QDebugPK7QObject _ZNK9QVector3D13lengthSquaredEv _ZN11QTextStreamlsEd _ZN7QObject9setParentEPS_ _ZN18QRandomGenerator646globalEv _ZN16QRandomGenerator10_fillRangeEPvS0_ _ZN4QUrlC1Ev _ZN4QUrlD1Ev _ZN4QUrlC1ERKS_ _ZN4QUrlaSERKS_ _Zls6QDebugRK9QVector3D _ZN9QVector3D9normalizeEv _ZN9QVector3D10dotProductERKS_S1_ alDeleteSources alSourcePlay alGetSourcei alSourcePause alSourceStop alSourcei alSource3f alGetSource3f alSourcef alGenSources _Zls6QDebugRK4QUrl _ZN7QSample7releaseEv _ZN12QSampleCacheC1EP7QObject _ZN12QSampleCache11setCapacityEx alcGetString alcOpenDevice alcCreateContext alcMakeContextCurrent alDistanceModel alDopplerFactor _ZNK12QSampleCache9isLoadingEv alGetError alDeleteBuffers _ZNK12QAudioFormat12channelCountEv _ZNK12QAudioFormat10sampleSizeEv alGenBuffers _ZNK12QAudioFormat10sampleRateEv alBufferData _ZN12QSampleCache13requestSampleERK4QUrl _ZNK7QSample5stateEv alGetListener3f alGetListenerf alListener3f alListenerfv alListenerf alSpeedOfSound _ZNK4QUrlltERKS_ _ZN9QListData7prependEv _ZNK12QMapNodeBase8nextNodeEv alcGetCurrentContext alcGetContextsDevice alcDestroyContext alcCloseDevice _ZN7QObject11qt_metacastEPKc _ZN7QObject11qt_metacallEN11QMetaObject4CallEiPPv _ZTI7QObject __cxa_pure_virtual _ZN11QMetaObject8activateEP7QObjectPKS_iPPv _ZN11QMetaObject14normalizedTypeEPKc _ZTVN10__cxxabiv121__vmi_class_type_infoE _ZTI16QQmlParserStatus libQt5Multimedia.so.5 libQt5Quick.so.5 libQt5Gui.so.5 libQt5QmlModels.so.5 libQt5Qml.so.5 libQt5Network.so.5 libQt5Core.so.5 libGL.so.1 libpthread.so.0 libopenal.so.1 libpulse-mainloop-glib.so.0 libpulse.so.0 libglib-2.0.so.0 libstdc++.so.6 libm.so.6 libgcc_s.so.1 libc.so.6 _edata __bss_start _end Qt_5 Qt_5.15.3_PRIVATE_API GLIBC_2.14 GLIBC_2.2.5 GLIBC_2.4 CXXABI_1.3 GLIBCXX_3.4 CXXABI_1.3.9 Qt_5.15
; 0 % f YxO
k D @
ui ii
b % f @ ӯk
t) yѯ 0 % f % f P" X" ` `" `" " " " `\ " \ " P " " " `] " ] " " # " " " 0= 8" B P" B X" " h" `B p" " " B " " " B " " " C " " " `C " P" " C " " " C " " " D " " (" D 0" " @" 0" H" P" X" p `" h" @ " " 0" " " p " " H" " " p " " " @ X" `" p" H" x" " p " " " `" " & " ( " P) " Д " " x" " " (" 0" @ 8" ` " " " 0* " 0 " 1 " " " " " P* " 1 " 2 " @ " ` `" " h" % p" % x" @& " " Ж " " " " " " P# " " @ @" " H" p P" X" `" h" " " " " " P " " " " 0" " 8" @" ` H" P" 0 X" ` " " " E " D " " `[ " [ " " (" [ 0" " @" " H" P"
X" " " " " " " P "
"
(" 0" @" " H" P" ` X" `" p
h"
" " " @^ " ] " " e 0" " 8" @" p H" P" . X" 3 " " " " " 2 " 3 " " " `a " @_ " " l 0" " 8" p @" H" P" `^ X" ^ " h " f " p " o " " " " " " pr " r h" `n p" @m x" " s " " " " " " P# " w " w (" q 0" p 8" X" u p" P" x" % " % " @& " " ` " t " t " 0$ " w 0" " 8" & @" ( H" P) P" X" " v " u " ' " " @ " " " 0* " 0 " 1 (" 3 0" 3 x" " " P* " 1 " 2 " " " { " `x " + ( # 0 # 8 # p* X # @ p # P # x # P3 # 4 # P5 # ` # # # # 4 # X 0# # 8# 5 @# P6 H# 6 P# X# й # # # # # 0 # @ # # P # # @ # # # # # P # ` # p # (# H# P# X# 6 x# H # p# # 7 # P8 # 8 # # ` # 8 # p # # # 9 # 0; # ; h# p# x# 9 # # # # # # # @ # p# # ` # # # < # > # @? # # # 0< # > # P? # # # # # # # # # P< (# ? 0# @ 8# @# 0 # # # # # # 0 # # p # # P # # # # ` # p # # # # p< # @ # @ (# 0 0# # # # P= # # # # # 0> # `# # ` # # < 0" H" `" x" " " " " " " " " " " " " " P" " " " P # # p# # # # # # @" 9 p" ) " ) " ) @" ) " ) " ) " ) " ) p" ) " ) `" ) p" ) " ) p" ) `" ) `" ) " ) " ) " ) `" ) 8" ) " ) # ) `# ) # ) # ) (# ) # ) H# ) 8# ) x" (" " H" " (" " " x" " h" x" " x" h" h" (" " " h" @" " # h# # # 0# # P# @# " Z 0" Z " Z P" Z " Z 0" Z " Z " Z " Z " Z p" Z " Z " Z " Z p" Z p" Z 0" Z " Z " Z p" Z H" Z " Z # Z p# Z # Z # Z 8# Z # Z X# Z H# Z " e 8" e " e X" e " e 8" e " e " e " e " e x" e " e " e " e x" e x" e 8" e " e " e x" e P" e " e # e x# e # e # e @# e # e `# e P# e " ~ @" ~ " ~ `" ~ " ~ @" ~ " ~ " ~ " ~ " ~ " ~ " ~ " ~ " ~ " ~ " ~ @" ~ " ~ " ~ " ~ X" ~ " ~ # ~ # ~ # ~ # ~ H# ~ # ~ h# ~ X# ~ " H" " h" " H" " (" " " " " " " " " H" " " " `" " # # # (# P# # p# `# " P" " p" " P" " 0" " " " " " " " " P" " " " h" " # # # 0# X# # x# h# " " " B " " " " " `" " " " ` # # # # # " ; # ; # ; # ; # ; # ; # ; (# ; 0# ; 8# ; @# ; H# ; P# ; X# ; `# ; h# ; p# ; 8# ; @# ; `# ; h# ; p# ; x# ; " ? " ? " ? `" ? " ? " ? " ? " ? # ? # ? @# ? # ? `# ? # ? # ? " ` " { # # 4 # D # W # [ # ] # c # n (# 0# 8# @# H# P# X# `# h#
p# x# #
# # # # # # # # # # # # # # # # # ! # " # # # $ (# % 0# &