1 | <?php |
||
7 | class ComposerStaticInitfb111d443af336ae9955b26ed60e9c14 |
||
8 | { |
||
9 | public static $files = array ( |
||
10 | '6bc45d0537e6858fd179bdbc31d62c79' => __DIR__ . '/..' . '/raveren/kint/Kint.class.php', |
||
11 | 'e40631d46120a9c38ea139981f8dab26' => __DIR__ . '/..' . '/ircmaxell/password-compat/lib/password.php', |
||
12 | ); |
||
13 | |||
14 | public static $prefixLengthsPsr4 = array ( |
||
15 | 'X' => |
||
16 | array ( |
||
17 | 'Xmf\\' => 4, |
||
18 | ), |
||
19 | 'F' => |
||
20 | array ( |
||
21 | 'Firebase\\JWT\\' => 13, |
||
22 | ), |
||
23 | ); |
||
24 | |||
25 | public static $prefixDirsPsr4 = array ( |
||
26 | 'Xmf\\' => |
||
27 | array ( |
||
28 | 0 => __DIR__ . '/..' . '/xoops/xmf/src/Xmf', |
||
29 | ), |
||
30 | 'Firebase\\JWT\\' => |
||
31 | array ( |
||
32 | 0 => __DIR__ . '/..' . '/firebase/php-jwt/src', |
||
33 | ), |
||
34 | ); |
||
35 | |||
36 | public static $prefixesPsr0 = array ( |
||
37 | 'W' => |
||
38 | array ( |
||
39 | 'WideImage' => |
||
40 | array ( |
||
41 | 0 => __DIR__ . '/..' . '/smottt/wideimage/lib', |
||
42 | ), |
||
43 | ), |
||
44 | 'S' => |
||
45 | array ( |
||
46 | 'Symfony\\Component\\Yaml\\' => |
||
47 | array ( |
||
48 | 0 => __DIR__ . '/..' . '/symfony/yaml', |
||
49 | ), |
||
50 | 'SecurityLib' => |
||
51 | array ( |
||
52 | 0 => __DIR__ . '/..' . '/ircmaxell/security-lib/lib', |
||
53 | ), |
||
54 | ), |
||
55 | 'R' => |
||
56 | array ( |
||
57 | 'RandomLib' => |
||
58 | array ( |
||
59 | 0 => __DIR__ . '/..' . '/ircmaxell/random-lib/lib', |
||
60 | ), |
||
61 | ), |
||
62 | ); |
||
63 | |||
64 | public static $classMap = array ( |
||
65 | 'Firebase\\JWT\\BeforeValidException' => __DIR__ . '/..' . '/firebase/php-jwt/src/BeforeValidException.php', |
||
66 | 'Firebase\\JWT\\ExpiredException' => __DIR__ . '/..' . '/firebase/php-jwt/src/ExpiredException.php', |
||
67 | 'Firebase\\JWT\\JWT' => __DIR__ . '/..' . '/firebase/php-jwt/src/JWT.php', |
||
68 | 'Firebase\\JWT\\SignatureInvalidException' => __DIR__ . '/..' . '/firebase/php-jwt/src/SignatureInvalidException.php', |
||
69 | 'RandomLib\\AbstractMixer' => __DIR__ . '/..' . '/ircmaxell/random-lib/lib/RandomLib/AbstractMixer.php', |
||
70 | 'RandomLib\\Factory' => __DIR__ . '/..' . '/ircmaxell/random-lib/lib/RandomLib/Factory.php', |
||
71 | 'RandomLib\\Generator' => __DIR__ . '/..' . '/ircmaxell/random-lib/lib/RandomLib/Generator.php', |
||
72 | 'RandomLib\\Mixer' => __DIR__ . '/..' . '/ircmaxell/random-lib/lib/RandomLib/Mixer.php', |
||
73 | 'RandomLib\\Mixer\\Hash' => __DIR__ . '/..' . '/ircmaxell/random-lib/lib/RandomLib/Mixer/Hash.php', |
||
74 | 'RandomLib\\Source' => __DIR__ . '/..' . '/ircmaxell/random-lib/lib/RandomLib/Source.php', |
||
75 | 'RandomLib\\Source\\CAPICOM' => __DIR__ . '/..' . '/ircmaxell/random-lib/lib/RandomLib/Source/CAPICOM.php', |
||
76 | 'RandomLib\\Source\\MTRand' => __DIR__ . '/..' . '/ircmaxell/random-lib/lib/RandomLib/Source/MTRand.php', |
||
77 | 'RandomLib\\Source\\MicroTime' => __DIR__ . '/..' . '/ircmaxell/random-lib/lib/RandomLib/Source/MicroTime.php', |
||
78 | 'RandomLib\\Source\\OpenSSL' => __DIR__ . '/..' . '/ircmaxell/random-lib/lib/RandomLib/Source/OpenSSL.php', |
||
79 | 'RandomLib\\Source\\Rand' => __DIR__ . '/..' . '/ircmaxell/random-lib/lib/RandomLib/Source/Rand.php', |
||
80 | 'RandomLib\\Source\\Random' => __DIR__ . '/..' . '/ircmaxell/random-lib/lib/RandomLib/Source/Random.php', |
||
81 | 'RandomLib\\Source\\URandom' => __DIR__ . '/..' . '/ircmaxell/random-lib/lib/RandomLib/Source/URandom.php', |
||
82 | 'RandomLib\\Source\\UniqID' => __DIR__ . '/..' . '/ircmaxell/random-lib/lib/RandomLib/Source/UniqID.php', |
||
83 | 'SecurityLib\\AbstractFactory' => __DIR__ . '/..' . '/ircmaxell/security-lib/lib/SecurityLib/AbstractFactory.php', |
||
84 | 'SecurityLib\\BaseConverter' => __DIR__ . '/..' . '/ircmaxell/security-lib/lib/SecurityLib/BaseConverter.php', |
||
85 | 'SecurityLib\\BigMath' => __DIR__ . '/..' . '/ircmaxell/security-lib/lib/SecurityLib/BigMath.php', |
||
86 | 'SecurityLib\\BigMath\\BCMath' => __DIR__ . '/..' . '/ircmaxell/security-lib/lib/SecurityLib/BigMath/BCMath.php', |
||
87 | 'SecurityLib\\BigMath\\GMP' => __DIR__ . '/..' . '/ircmaxell/security-lib/lib/SecurityLib/BigMath/GMP.php', |
||
88 | 'SecurityLib\\BigMath\\PHPMath' => __DIR__ . '/..' . '/ircmaxell/security-lib/lib/SecurityLib/BigMath/PHPMath.php', |
||
89 | 'SecurityLib\\Enum' => __DIR__ . '/..' . '/ircmaxell/security-lib/lib/SecurityLib/Enum.php', |
||
90 | 'SecurityLib\\Hash' => __DIR__ . '/..' . '/ircmaxell/security-lib/lib/SecurityLib/Hash.php', |
||
91 | 'SecurityLib\\Strength' => __DIR__ . '/..' . '/ircmaxell/security-lib/lib/SecurityLib/Strength.php', |
||
92 | 'Symfony\\Component\\Yaml\\Dumper' => __DIR__ . '/..' . '/symfony/yaml/Symfony/Component/Yaml/Dumper.php', |
||
93 | 'Symfony\\Component\\Yaml\\Escaper' => __DIR__ . '/..' . '/symfony/yaml/Symfony/Component/Yaml/Escaper.php', |
||
94 | 'Symfony\\Component\\Yaml\\Exception\\DumpException' => __DIR__ . '/..' . '/symfony/yaml/Symfony/Component/Yaml/Exception/DumpException.php', |
||
95 | 'Symfony\\Component\\Yaml\\Exception\\ExceptionInterface' => __DIR__ . '/..' . '/symfony/yaml/Symfony/Component/Yaml/Exception/ExceptionInterface.php', |
||
96 | 'Symfony\\Component\\Yaml\\Exception\\ParseException' => __DIR__ . '/..' . '/symfony/yaml/Symfony/Component/Yaml/Exception/ParseException.php', |
||
97 | 'Symfony\\Component\\Yaml\\Exception\\RuntimeException' => __DIR__ . '/..' . '/symfony/yaml/Symfony/Component/Yaml/Exception/RuntimeException.php', |
||
98 | 'Symfony\\Component\\Yaml\\Inline' => __DIR__ . '/..' . '/symfony/yaml/Symfony/Component/Yaml/Inline.php', |
||
99 | 'Symfony\\Component\\Yaml\\Parser' => __DIR__ . '/..' . '/symfony/yaml/Symfony/Component/Yaml/Parser.php', |
||
100 | 'Symfony\\Component\\Yaml\\Tests\\A' => __DIR__ . '/..' . '/symfony/yaml/Symfony/Component/Yaml/Tests/DumperTest.php', |
||
101 | 'Symfony\\Component\\Yaml\\Tests\\B' => __DIR__ . '/..' . '/symfony/yaml/Symfony/Component/Yaml/Tests/ParserTest.php', |
||
102 | 'Symfony\\Component\\Yaml\\Tests\\DumperTest' => __DIR__ . '/..' . '/symfony/yaml/Symfony/Component/Yaml/Tests/DumperTest.php', |
||
103 | 'Symfony\\Component\\Yaml\\Tests\\InlineTest' => __DIR__ . '/..' . '/symfony/yaml/Symfony/Component/Yaml/Tests/InlineTest.php', |
||
104 | 'Symfony\\Component\\Yaml\\Tests\\ParseExceptionTest' => __DIR__ . '/..' . '/symfony/yaml/Symfony/Component/Yaml/Tests/ParseExceptionTest.php', |
||
105 | 'Symfony\\Component\\Yaml\\Tests\\ParserTest' => __DIR__ . '/..' . '/symfony/yaml/Symfony/Component/Yaml/Tests/ParserTest.php', |
||
106 | 'Symfony\\Component\\Yaml\\Tests\\YamlTest' => __DIR__ . '/..' . '/symfony/yaml/Symfony/Component/Yaml/Tests/YamlTest.php', |
||
107 | 'Symfony\\Component\\Yaml\\Unescaper' => __DIR__ . '/..' . '/symfony/yaml/Symfony/Component/Yaml/Unescaper.php', |
||
108 | 'Symfony\\Component\\Yaml\\Yaml' => __DIR__ . '/..' . '/symfony/yaml/Symfony/Component/Yaml/Yaml.php', |
||
109 | 'WideImage\\Canvas' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Canvas.php', |
||
110 | 'WideImage\\Coordinate' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Coordinate.php', |
||
111 | 'WideImage\\Exception\\Exception' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Exception/Exception.php', |
||
112 | 'WideImage\\Exception\\GDFunctionResultException' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Exception/GDFunctionResultException.php', |
||
113 | 'WideImage\\Exception\\InvalidCanvasMethodException' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Exception/InvalidCanvasMethodException.php', |
||
114 | 'WideImage\\Exception\\InvalidCoordinateException' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Exception/InvalidCoordinateException.php', |
||
115 | 'WideImage\\Exception\\InvalidFontFileException' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Exception/InvalidFontFileException.php', |
||
116 | 'WideImage\\Exception\\InvalidImageDimensionException' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Exception/InvalidImageDimensionException.php', |
||
117 | 'WideImage\\Exception\\InvalidImageHandleException' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Exception/InvalidImageHandleException.php', |
||
118 | 'WideImage\\Exception\\InvalidImageSourceException' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Exception/InvalidImageSourceException.php', |
||
119 | 'WideImage\\Exception\\NoFontException' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Exception/NoFontException.php', |
||
120 | 'WideImage\\Exception\\UnknownErrorWhileMappingException' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Exception/UnknownErrorWhileMappingException.php', |
||
121 | 'WideImage\\Exception\\UnknownImageOperationException' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Exception/UnknownImageOperationException.php', |
||
122 | 'WideImage\\Exception\\UnsupportedFormatException' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Exception/UnsupportedFormatException.php', |
||
123 | 'WideImage\\Font\\GDF' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Font/GDF.php', |
||
124 | 'WideImage\\Font\\PS' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Font/PS.php', |
||
125 | 'WideImage\\Font\\TTF' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Font/TTF.php', |
||
126 | 'WideImage\\Image' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Image.php', |
||
127 | 'WideImage\\MapperFactory' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/MapperFactory.php', |
||
128 | 'WideImage\\Mapper\\BMP' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Mapper/BMP.php', |
||
129 | 'WideImage\\Mapper\\GD' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Mapper/GD.php', |
||
130 | 'WideImage\\Mapper\\GD2' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Mapper/GD2.php', |
||
131 | 'WideImage\\Mapper\\GIF' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Mapper/GIF.php', |
||
132 | 'WideImage\\Mapper\\JPEG' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Mapper/JPEG.php', |
||
133 | 'WideImage\\Mapper\\PNG' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Mapper/PNG.php', |
||
134 | 'WideImage\\Mapper\\TGA' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Mapper/TGA.php', |
||
135 | 'WideImage\\Mapper\\WEBP' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Mapper/WEBP.php', |
||
136 | 'WideImage\\OperationFactory' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/OperationFactory.php', |
||
137 | 'WideImage\\Operation\\AddNoise' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/AddNoise.php', |
||
138 | 'WideImage\\Operation\\ApplyConvolution' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/ApplyConvolution.php', |
||
139 | 'WideImage\\Operation\\ApplyFilter' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/ApplyFilter.php', |
||
140 | 'WideImage\\Operation\\ApplyMask' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/ApplyMask.php', |
||
141 | 'WideImage\\Operation\\AsGrayscale' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/AsGrayscale.php', |
||
142 | 'WideImage\\Operation\\AsNegative' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/AsNegative.php', |
||
143 | 'WideImage\\Operation\\AutoCrop' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/AutoCrop.php', |
||
144 | 'WideImage\\Operation\\CopyChannelsPalette' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/CopyChannelsPalette.php', |
||
145 | 'WideImage\\Operation\\CopyChannelsTrueColor' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/CopyChannelsTrueColor.php', |
||
146 | 'WideImage\\Operation\\CorrectGamma' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/CorrectGamma.php', |
||
147 | 'WideImage\\Operation\\Crop' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/Crop.php', |
||
148 | 'WideImage\\Operation\\Exception\\InvalidFitMethodException' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/Exception/InvalidFitMethodException.php', |
||
149 | 'WideImage\\Operation\\Exception\\InvalidResizeDimensionException' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/Exception/InvalidResizeDimensionException.php', |
||
150 | 'WideImage\\Operation\\Flip' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/Flip.php', |
||
151 | 'WideImage\\Operation\\GetMask' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/GetMask.php', |
||
152 | 'WideImage\\Operation\\Merge' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/Merge.php', |
||
153 | 'WideImage\\Operation\\Mirror' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/Mirror.php', |
||
154 | 'WideImage\\Operation\\Resize' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/Resize.php', |
||
155 | 'WideImage\\Operation\\ResizeCanvas' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/ResizeCanvas.php', |
||
156 | 'WideImage\\Operation\\Rotate' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/Rotate.php', |
||
157 | 'WideImage\\Operation\\RoundCorners' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/RoundCorners.php', |
||
158 | 'WideImage\\Operation\\Unsharp' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/Operation/Unsharp.php', |
||
159 | 'WideImage\\PaletteImage' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/PaletteImage.php', |
||
160 | 'WideImage\\TrueColorImage' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/TrueColorImage.php', |
||
161 | 'WideImage\\WideImage' => __DIR__ . '/..' . '/smottt/wideimage/lib/WideImage/WideImage.php', |
||
162 | 'Xmf\\Database\\TableLoad' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Database/TableLoad.php', |
||
163 | 'Xmf\\Database\\Tables' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Database/Tables.php', |
||
164 | 'Xmf\\Debug' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Debug.php', |
||
165 | 'Xmf\\FilterInput' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/FilterInput.php', |
||
166 | 'Xmf\\Highlighter' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Highlighter.php', |
||
167 | 'Xmf\\IPAddress' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/IPAddress.php', |
||
168 | 'Xmf\\Jwt\\JsonWebToken' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Jwt/JsonWebToken.php', |
||
169 | 'Xmf\\Jwt\\KeyFactory' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Jwt/KeyFactory.php', |
||
170 | 'Xmf\\Jwt\\TokenFactory' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Jwt/TokenFactory.php', |
||
171 | 'Xmf\\Jwt\\TokenReader' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Jwt/TokenReader.php', |
||
172 | 'Xmf\\Key\\ArrayStorage' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Key/ArrayStorage.php', |
||
173 | 'Xmf\\Key\\Basic' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Key/Basic.php', |
||
174 | 'Xmf\\Key\\FileStorage' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Key/FileStorage.php', |
||
175 | 'Xmf\\Key\\KeyAbstract' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Key/KeyAbstract.php', |
||
176 | 'Xmf\\Key\\StorageInterface' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Key/StorageInterface.php', |
||
177 | 'Xmf\\Language' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Language.php', |
||
178 | 'Xmf\\Metagen' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Metagen.php', |
||
179 | 'Xmf\\Module\\Admin' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Module/Admin.php', |
||
180 | 'Xmf\\Module\\Helper' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Module/Helper.php', |
||
181 | 'Xmf\\Module\\Helper\\AbstractHelper' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Module/Helper/AbstractHelper.php', |
||
182 | 'Xmf\\Module\\Helper\\Cache' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Module/Helper/Cache.php', |
||
183 | 'Xmf\\Module\\Helper\\GenericHelper' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Module/Helper/GenericHelper.php', |
||
184 | 'Xmf\\Module\\Helper\\Permission' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Module/Helper/Permission.php', |
||
185 | 'Xmf\\Module\\Helper\\Session' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Module/Helper/Session.php', |
||
186 | 'Xmf\\Random' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Random.php', |
||
187 | 'Xmf\\Request' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Request.php', |
||
188 | 'Xmf\\Yaml' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Yaml.php', |
||
189 | ); |
||
190 | |||
191 | public static function getInitializer(ClassLoader $loader) |
||
201 | } |
||
202 |
Our type inference engine in quite powerful, but sometimes the code does not provide enough clues to go by. In these cases we request you to add a
@return
annotation as described here.