Diff: STRATO-apps/wordpress_03/app/wp-content/plugins/tutor-pro/vendor/composer/autoload_static.php

Keine Baseline-Datei – Diff nur gegen leer.
Zur Liste
1 -
1 + <?php
2 +
3 + // autoload_static.php @generated by Composer
4 +
5 + namespace Composer\Autoload;
6 +
7 + class ComposerStaticInitc18103565856f32e28eb477a2478695b
8 + {
9 + public static $files = array (
10 + '7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
11 + '6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',
12 + '37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
13 + '1f87db08236948d07391152dccb70f04' => __DIR__ . '/..' . '/google/apiclient-services/autoload.php',
14 + 'decc78cc4436b1292c6c0d151b19445c' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/bootstrap.php',
15 + 'a8d3953fd9959404dd22d3dfcd0a79f0' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php',
16 + );
17 +
18 + public static $prefixLengthsPsr4 = array (
19 + 'p' =>
20 + array (
21 + 'phpseclib3\\' => 11,
22 + ),
23 + 'Z' =>
24 + array (
25 + 'Zoom\\' => 5,
26 + ),
27 + 'T' =>
28 + array (
29 + 'TutorPro\\UnitTest\\' => 18,
30 + 'TutorPro\\TutorAI\\' => 17,
31 + 'TutorPro\\Tools\\' => 15,
32 + 'TutorPro\\Tests\\' => 15,
33 + 'TutorPro\\TemplateImport\\' => 24,
34 + 'TutorPro\\Subscription\\' => 22,
35 + 'TutorPro\\SocialLogin\\' => 21,
36 + 'TutorPro\\RestAPI\\' => 17,
37 + 'TutorPro\\OpenAI\\' => 16,
38 + 'TutorPro\\H5P\\' => 13,
39 + 'TutorPro\\GoogleMeet\\' => 20,
40 + 'TutorPro\\GiftCourse\\' => 20,
41 + 'TutorPro\\Ecommerce\\' => 19,
42 + 'TutorPro\\CourseBundle\\' => 22,
43 + 'TutorPro\\ContentBank\\' => 21,
44 + 'TutorPro\\ChatGPT\\' => 17,
45 + 'TutorPro\\Auth\\' => 14,
46 + 'TUTOR_PRO\\' => 10,
47 + ),
48 + 'P' =>
49 + array (
50 + 'Psr\\Log\\' => 8,
51 + 'Psr\\Http\\Message\\' => 17,
52 + 'Psr\\Http\\Client\\' => 16,
53 + 'Psr\\Cache\\' => 10,
54 + 'ParagonIE\\ConstantTime\\' => 23,
55 + ),
56 + 'M' =>
57 + array (
58 + 'Monolog\\' => 8,
59 + 'Minishlink\\WebPush\\' => 19,
60 + ),
61 + 'J' =>
62 + array (
63 + 'Jose\\Component\\Signature\\Algorithm\\' => 35,
64 + 'Jose\\Component\\Signature\\' => 25,
65 + 'Jose\\Component\\KeyManagement\\' => 29,
66 + 'Jose\\Component\\Core\\Util\\Ecc\\' => 29,
67 + 'Jose\\Component\\Core\\' => 20,
68 + ),
69 + 'G' =>
70 + array (
71 + 'GuzzleHttp\\Psr7\\' => 16,
72 + 'GuzzleHttp\\Promise\\' => 19,
73 + 'GuzzleHttp\\' => 11,
74 + 'Google\\Service\\' => 15,
75 + 'Google\\Auth\\' => 12,
76 + 'Google\\' => 7,
77 + ),
78 + 'F' =>
79 + array (
80 + 'Firebase\\JWT\\' => 13,
81 + 'FG\\' => 3,
82 + ),
83 + 'B' =>
84 + array (
85 + 'Brick\\Math\\' => 11,
86 + 'Base64Url\\' => 10,
87 + ),
88 + );
89 +
90 + public static $prefixDirsPsr4 = array (
91 + 'phpseclib3\\' =>
92 + array (
93 + 0 => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib',
94 + ),
95 + 'Zoom\\' =>
96 + array (
97 + 0 => __DIR__ . '/../..' . '/addons/tutor-zoom/zoom-app',
98 + ),
99 + 'TutorPro\\UnitTest\\' =>
100 + array (
101 + 0 => __DIR__ . '/../..' . '/tests/PHPUnit',
102 + ),
103 + 'TutorPro\\TutorAI\\' =>
104 + array (
105 + 0 => __DIR__ . '/../..' . '/tutorai',
106 + ),
107 + 'TutorPro\\Tools\\' =>
108 + array (
109 + 0 => __DIR__ . '/../..' . '/tools',
110 + 1 => __DIR__ . '/../..' . '/tools/importers',
111 + 2 => __DIR__ . '/../..' . '/tools/handlers',
112 + 3 => __DIR__ . '/../..' . '/tools/exporters',
113 + ),
114 + 'TutorPro\\Tests\\' =>
115 + array (
116 + 0 => __DIR__ . '/../..' . '/tests',
117 + ),
118 + 'TutorPro\\TemplateImport\\' =>
119 + array (
120 + 0 => __DIR__ . '/../..' . '/template-import',
121 + ),
122 + 'TutorPro\\Subscription\\' =>
123 + array (
124 + 0 => __DIR__ . '/../..' . '/addons/subscription/src',
125 + ),
126 + 'TutorPro\\SocialLogin\\' =>
127 + array (
128 + 0 => __DIR__ . '/../..' . '/addons/social-login/includes',
129 + ),
130 + 'TutorPro\\RestAPI\\' =>
131 + array (
132 + 0 => __DIR__ . '/../..' . '/rest-api',
133 + ),
134 + 'TutorPro\\OpenAI\\' =>
135 + array (
136 + 0 => __DIR__ . '/../..' . '/openai',
137 + ),
138 + 'TutorPro\\H5P\\' =>
139 + array (
140 + 0 => __DIR__ . '/../..' . '/addons/h5p/src',
141 + ),
142 + 'TutorPro\\GoogleMeet\\' =>
143 + array (
144 + 0 => __DIR__ . '/../..' . '/addons/google-meet/includes',
145 + ),
146 + 'TutorPro\\GiftCourse\\' =>
147 + array (
148 + 0 => __DIR__ . '/../..' . '/gift-course',
149 + ),
150 + 'TutorPro\\Ecommerce\\' =>
151 + array (
152 + 0 => __DIR__ . '/../..' . '/ecommerce',
153 + ),
154 + 'TutorPro\\CourseBundle\\' =>
155 + array (
156 + 0 => __DIR__ . '/../..' . '/addons/course-bundle/src',
157 + ),
158 + 'TutorPro\\ContentBank\\' =>
159 + array (
160 + 0 => __DIR__ . '/../..' . '/addons/content-bank/src',
161 + ),
162 + 'TutorPro\\ChatGPT\\' =>
163 + array (
164 + 0 => __DIR__ . '/../..' . '/addons/tutor-chatgpt/classes',
165 + ),
166 + 'TutorPro\\Auth\\' =>
167 + array (
168 + 0 => __DIR__ . '/../..' . '/addons/auth/classes',
169 + ),
170 + 'TUTOR_PRO\\' =>
171 + array (
172 + 0 => __DIR__ . '/../..' . '/classes',
173 + ),
174 + 'Psr\\Log\\' =>
175 + array (
176 + 0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
177 + ),
178 + 'Psr\\Http\\Message\\' =>
179 + array (
180 + 0 => __DIR__ . '/..' . '/psr/http-factory/src',
181 + 1 => __DIR__ . '/..' . '/psr/http-message/src',
182 + ),
183 + 'Psr\\Http\\Client\\' =>
184 + array (
185 + 0 => __DIR__ . '/..' . '/psr/http-client/src',
186 + ),
187 + 'Psr\\Cache\\' =>
188 + array (
189 + 0 => __DIR__ . '/..' . '/psr/cache/src',
190 + ),
191 + 'ParagonIE\\ConstantTime\\' =>
192 + array (
193 + 0 => __DIR__ . '/..' . '/paragonie/constant_time_encoding/src',
194 + ),
195 + 'Monolog\\' =>
196 + array (
197 + 0 => __DIR__ . '/..' . '/monolog/monolog/src/Monolog',
198 + ),
199 + 'Minishlink\\WebPush\\' =>
200 + array (
201 + 0 => __DIR__ . '/..' . '/minishlink/web-push/src',
202 + ),
203 + 'Jose\\Component\\Signature\\Algorithm\\' =>
204 + array (
205 + 0 => __DIR__ . '/..' . '/web-token/jwt-signature-algorithm-ecdsa',
206 + ),
207 + 'Jose\\Component\\Signature\\' =>
208 + array (
209 + 0 => __DIR__ . '/..' . '/web-token/jwt-signature',
210 + ),
211 + 'Jose\\Component\\KeyManagement\\' =>
212 + array (
213 + 0 => __DIR__ . '/..' . '/web-token/jwt-key-mgmt',
214 + ),
215 + 'Jose\\Component\\Core\\Util\\Ecc\\' =>
216 + array (
217 + 0 => __DIR__ . '/..' . '/web-token/jwt-util-ecc',
218 + ),
219 + 'Jose\\Component\\Core\\' =>
220 + array (
221 + 0 => __DIR__ . '/..' . '/web-token/jwt-core',
222 + ),
223 + 'GuzzleHttp\\Psr7\\' =>
224 + array (
225 + 0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
226 + ),
227 + 'GuzzleHttp\\Promise\\' =>
228 + array (
229 + 0 => __DIR__ . '/..' . '/guzzlehttp/promises/src',
230 + ),
231 + 'GuzzleHttp\\' =>
232 + array (
233 + 0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src',
234 + ),
235 + 'Google\\Service\\' =>
236 + array (
237 + 0 => __DIR__ . '/..' . '/google/apiclient-services/src',
238 + ),
239 + 'Google\\Auth\\' =>
240 + array (
241 + 0 => __DIR__ . '/..' . '/google/auth/src',
242 + ),
243 + 'Google\\' =>
244 + array (
245 + 0 => __DIR__ . '/..' . '/google/apiclient/src',
246 + ),
247 + 'Firebase\\JWT\\' =>
248 + array (
249 + 0 => __DIR__ . '/..' . '/firebase/php-jwt/src',
250 + ),
251 + 'FG\\' =>
252 + array (
253 + 0 => __DIR__ . '/..' . '/fgrosse/phpasn1/lib',
254 + ),
255 + 'Brick\\Math\\' =>
256 + array (
257 + 0 => __DIR__ . '/..' . '/brick/math/src',
258 + ),
259 + 'Base64Url\\' =>
260 + array (
261 + 0 => __DIR__ . '/..' . '/spomky-labs/base64url/src',
262 + ),
263 + );
264 +
265 + public static $prefixesPsr0 = array (
266 + 'P' =>
267 + array (
268 + 'Parsedown' =>
269 + array (
270 + 0 => __DIR__ . '/..' . '/erusev/parsedown',
271 + ),
272 + ),
273 + 'G' =>
274 + array (
275 + 'Google_' =>
276 + array (
277 + 0 => __DIR__ . '/../..' . '/addons/google-classroom/src',
278 + ),
279 + ),
280 + );
281 +
282 + public static $classMap = array (
283 + 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
284 + 'Google_AccessToken_Revoke' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php',
285 + 'Google_AccessToken_Verify' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php',
286 + 'Google_AuthHandler_AuthHandlerFactory' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php',
287 + 'Google_AuthHandler_Guzzle6AuthHandler' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php',
288 + 'Google_AuthHandler_Guzzle7AuthHandler' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php',
289 + 'Google_Client' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php',
290 + 'Google_Collection' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php',
291 + 'Google_Exception' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php',
292 + 'Google_Http_Batch' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php',
293 + 'Google_Http_MediaFileUpload' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php',
294 + 'Google_Http_REST' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php',
295 + 'Google_Model' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php',
296 + 'Google_Service' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php',
297 + 'Google_Service_Exception' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php',
298 + 'Google_Service_Resource' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php',
299 + 'Google_Task_Composer' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php',
300 + 'Google_Task_Exception' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php',
301 + 'Google_Task_Retryable' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php',
302 + 'Google_Task_Runner' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php',
303 + 'Google_Utils_UriTemplate' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php',
304 + );
305 +
306 + public static function getInitializer(ClassLoader $loader)
307 + {
308 + return \Closure::bind(function () use ($loader) {
309 + $loader->prefixLengthsPsr4 = ComposerStaticInitc18103565856f32e28eb477a2478695b::$prefixLengthsPsr4;
310 + $loader->prefixDirsPsr4 = ComposerStaticInitc18103565856f32e28eb477a2478695b::$prefixDirsPsr4;
311 + $loader->prefixesPsr0 = ComposerStaticInitc18103565856f32e28eb477a2478695b::$prefixesPsr0;
312 + $loader->classMap = ComposerStaticInitc18103565856f32e28eb477a2478695b::$classMap;
313 +
314 + }, null, ClassLoader::class);
315 + }
316 + }
317 +