autoload_static.php 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInit9940d4d99a4d1020baa0db98e4f44a0e
  5. {
  6. public static $files = array (
  7. '7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
  8. 'a0edc8309cc5e1d60e3047b5df6b7052' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/functions_include.php',
  9. '9b552a3cc426e3287cc811caefa3cf53' => __DIR__ . '/..' . '/topthink/think-helper/src/helper.php',
  10. '6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',
  11. '37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
  12. '35fab96057f1bf5e7aba31a8a6d5fdde' => __DIR__ . '/..' . '/topthink/think-orm/stubs/load_stubs.php',
  13. '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
  14. '25072dd6e2470089de65ae7bf11d3109' => __DIR__ . '/..' . '/symfony/polyfill-php72/bootstrap.php',
  15. 'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
  16. '667aeda72477189d0494fecd327c3641' => __DIR__ . '/..' . '/symfony/var-dumper/Resources/functions/dump.php',
  17. );
  18. public static $prefixLengthsPsr4 = array (
  19. 't' =>
  20. array (
  21. 'think\\view\\driver\\' => 18,
  22. 'think\\trace\\' => 12,
  23. 'think\\' => 6,
  24. ),
  25. 'a' =>
  26. array (
  27. 'app\\' => 4,
  28. ),
  29. 'S' =>
  30. array (
  31. 'Symfony\\Polyfill\\Php80\\' => 23,
  32. 'Symfony\\Polyfill\\Php72\\' => 23,
  33. 'Symfony\\Polyfill\\Mbstring\\' => 26,
  34. 'Symfony\\Component\\VarDumper\\' => 28,
  35. ),
  36. 'P' =>
  37. array (
  38. 'Psr\\SimpleCache\\' => 16,
  39. 'Psr\\Log\\' => 8,
  40. 'Psr\\Http\\Message\\' => 17,
  41. 'Psr\\Http\\Client\\' => 16,
  42. 'Psr\\Container\\' => 14,
  43. 'PHPHtmlParser\\' => 14,
  44. ),
  45. 'O' =>
  46. array (
  47. 'Obs\\' => 4,
  48. ),
  49. 'M' =>
  50. array (
  51. 'MyCLabs\\Enum\\' => 13,
  52. 'Monolog\\' => 8,
  53. ),
  54. 'L' =>
  55. array (
  56. 'League\\MimeTypeDetection\\' => 25,
  57. 'League\\Flysystem\\' => 17,
  58. ),
  59. 'H' =>
  60. array (
  61. 'Http\\Promise\\' => 13,
  62. 'Http\\Client\\' => 12,
  63. ),
  64. 'G' =>
  65. array (
  66. 'GuzzleHttp\\Psr7\\' => 16,
  67. 'GuzzleHttp\\Promise\\' => 19,
  68. 'GuzzleHttp\\' => 11,
  69. ),
  70. );
  71. public static $prefixDirsPsr4 = array (
  72. 'think\\view\\driver\\' =>
  73. array (
  74. 0 => __DIR__ . '/..' . '/topthink/think-view/src',
  75. ),
  76. 'think\\trace\\' =>
  77. array (
  78. 0 => __DIR__ . '/..' . '/topthink/think-trace/src',
  79. ),
  80. 'think\\' =>
  81. array (
  82. 0 => __DIR__ . '/..' . '/topthink/framework/src/think',
  83. 1 => __DIR__ . '/..' . '/topthink/think-filesystem/src',
  84. 2 => __DIR__ . '/..' . '/topthink/think-helper/src',
  85. 3 => __DIR__ . '/..' . '/topthink/think-orm/src',
  86. 4 => __DIR__ . '/..' . '/topthink/think-template/src',
  87. ),
  88. 'app\\' =>
  89. array (
  90. 0 => __DIR__ . '/../..' . '/app',
  91. ),
  92. 'Symfony\\Polyfill\\Php80\\' =>
  93. array (
  94. 0 => __DIR__ . '/..' . '/symfony/polyfill-php80',
  95. ),
  96. 'Symfony\\Polyfill\\Php72\\' =>
  97. array (
  98. 0 => __DIR__ . '/..' . '/symfony/polyfill-php72',
  99. ),
  100. 'Symfony\\Polyfill\\Mbstring\\' =>
  101. array (
  102. 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
  103. ),
  104. 'Symfony\\Component\\VarDumper\\' =>
  105. array (
  106. 0 => __DIR__ . '/..' . '/symfony/var-dumper',
  107. ),
  108. 'Psr\\SimpleCache\\' =>
  109. array (
  110. 0 => __DIR__ . '/..' . '/psr/simple-cache/src',
  111. ),
  112. 'Psr\\Log\\' =>
  113. array (
  114. 0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
  115. ),
  116. 'Psr\\Http\\Message\\' =>
  117. array (
  118. 0 => __DIR__ . '/..' . '/psr/http-message/src',
  119. ),
  120. 'Psr\\Http\\Client\\' =>
  121. array (
  122. 0 => __DIR__ . '/..' . '/psr/http-client/src',
  123. ),
  124. 'Psr\\Container\\' =>
  125. array (
  126. 0 => __DIR__ . '/..' . '/psr/container/src',
  127. ),
  128. 'PHPHtmlParser\\' =>
  129. array (
  130. 0 => __DIR__ . '/..' . '/paquettg/php-html-parser/src/PHPHtmlParser',
  131. ),
  132. 'Obs\\' =>
  133. array (
  134. 0 => __DIR__ . '/..' . '/obs/esdk-obs-php/Obs',
  135. ),
  136. 'MyCLabs\\Enum\\' =>
  137. array (
  138. 0 => __DIR__ . '/..' . '/myclabs/php-enum/src',
  139. ),
  140. 'Monolog\\' =>
  141. array (
  142. 0 => __DIR__ . '/..' . '/monolog/monolog/src/Monolog',
  143. ),
  144. 'League\\MimeTypeDetection\\' =>
  145. array (
  146. 0 => __DIR__ . '/..' . '/league/mime-type-detection/src',
  147. ),
  148. 'League\\Flysystem\\' =>
  149. array (
  150. 0 => __DIR__ . '/..' . '/league/flysystem/src',
  151. ),
  152. 'Http\\Promise\\' =>
  153. array (
  154. 0 => __DIR__ . '/..' . '/php-http/promise/src',
  155. ),
  156. 'Http\\Client\\' =>
  157. array (
  158. 0 => __DIR__ . '/..' . '/php-http/httplug/src',
  159. ),
  160. 'GuzzleHttp\\Psr7\\' =>
  161. array (
  162. 0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
  163. ),
  164. 'GuzzleHttp\\Promise\\' =>
  165. array (
  166. 0 => __DIR__ . '/..' . '/guzzlehttp/promises/src',
  167. ),
  168. 'GuzzleHttp\\' =>
  169. array (
  170. 0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src',
  171. ),
  172. );
  173. public static $prefixesPsr0 = array (
  174. 's' =>
  175. array (
  176. 'stringEncode' =>
  177. array (
  178. 0 => __DIR__ . '/..' . '/paquettg/string-encode/src',
  179. ),
  180. ),
  181. );
  182. public static $fallbackDirsPsr0 = array (
  183. 0 => __DIR__ . '/../..' . '/extend',
  184. );
  185. public static $classMap = array (
  186. 'Attribute' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Attribute.php',
  187. 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
  188. 'Nette\\ArgumentOutOfRangeException' => __DIR__ . '/..' . '/nette/utils/src/exceptions.php',
  189. 'Nette\\Bridges\\MailDI\\MailExtension' => __DIR__ . '/..' . '/nette/mail/src/Bridges/MailDI/MailExtension.php',
  190. 'Nette\\DeprecatedException' => __DIR__ . '/..' . '/nette/utils/src/exceptions.php',
  191. 'Nette\\DirectoryNotFoundException' => __DIR__ . '/..' . '/nette/utils/src/exceptions.php',
  192. 'Nette\\FileNotFoundException' => __DIR__ . '/..' . '/nette/utils/src/exceptions.php',
  193. 'Nette\\HtmlStringable' => __DIR__ . '/..' . '/nette/utils/src/HtmlStringable.php',
  194. 'Nette\\IOException' => __DIR__ . '/..' . '/nette/utils/src/exceptions.php',
  195. 'Nette\\InvalidArgumentException' => __DIR__ . '/..' . '/nette/utils/src/exceptions.php',
  196. 'Nette\\InvalidStateException' => __DIR__ . '/..' . '/nette/utils/src/exceptions.php',
  197. 'Nette\\Iterators\\CachingIterator' => __DIR__ . '/..' . '/nette/utils/src/Iterators/CachingIterator.php',
  198. 'Nette\\Iterators\\Mapper' => __DIR__ . '/..' . '/nette/utils/src/Iterators/Mapper.php',
  199. 'Nette\\Localization\\ITranslator' => __DIR__ . '/..' . '/nette/utils/src/compatibility.php',
  200. 'Nette\\Localization\\Translator' => __DIR__ . '/..' . '/nette/utils/src/Translator.php',
  201. 'Nette\\Mail\\DkimSigner' => __DIR__ . '/..' . '/nette/mail/src/Mail/DkimSigner.php',
  202. 'Nette\\Mail\\FallbackMailer' => __DIR__ . '/..' . '/nette/mail/src/Mail/FallbackMailer.php',
  203. 'Nette\\Mail\\FallbackMailerException' => __DIR__ . '/..' . '/nette/mail/src/Mail/exceptions.php',
  204. 'Nette\\Mail\\IMailer' => __DIR__ . '/..' . '/nette/mail/src/Mail/Mailer.php',
  205. 'Nette\\Mail\\Mailer' => __DIR__ . '/..' . '/nette/mail/src/Mail/Mailer.php',
  206. 'Nette\\Mail\\Message' => __DIR__ . '/..' . '/nette/mail/src/Mail/Message.php',
  207. 'Nette\\Mail\\MimePart' => __DIR__ . '/..' . '/nette/mail/src/Mail/MimePart.php',
  208. 'Nette\\Mail\\SendException' => __DIR__ . '/..' . '/nette/mail/src/Mail/exceptions.php',
  209. 'Nette\\Mail\\SendmailMailer' => __DIR__ . '/..' . '/nette/mail/src/Mail/SendmailMailer.php',
  210. 'Nette\\Mail\\SignException' => __DIR__ . '/..' . '/nette/mail/src/Mail/exceptions.php',
  211. 'Nette\\Mail\\Signer' => __DIR__ . '/..' . '/nette/mail/src/Mail/Signer.php',
  212. 'Nette\\Mail\\SmtpException' => __DIR__ . '/..' . '/nette/mail/src/Mail/exceptions.php',
  213. 'Nette\\Mail\\SmtpMailer' => __DIR__ . '/..' . '/nette/mail/src/Mail/SmtpMailer.php',
  214. 'Nette\\MemberAccessException' => __DIR__ . '/..' . '/nette/utils/src/exceptions.php',
  215. 'Nette\\NotImplementedException' => __DIR__ . '/..' . '/nette/utils/src/exceptions.php',
  216. 'Nette\\NotSupportedException' => __DIR__ . '/..' . '/nette/utils/src/exceptions.php',
  217. 'Nette\\OutOfRangeException' => __DIR__ . '/..' . '/nette/utils/src/exceptions.php',
  218. 'Nette\\SmartObject' => __DIR__ . '/..' . '/nette/utils/src/SmartObject.php',
  219. 'Nette\\StaticClass' => __DIR__ . '/..' . '/nette/utils/src/StaticClass.php',
  220. 'Nette\\UnexpectedValueException' => __DIR__ . '/..' . '/nette/utils/src/exceptions.php',
  221. 'Nette\\Utils\\ArrayHash' => __DIR__ . '/..' . '/nette/utils/src/Utils/ArrayHash.php',
  222. 'Nette\\Utils\\ArrayList' => __DIR__ . '/..' . '/nette/utils/src/Utils/ArrayList.php',
  223. 'Nette\\Utils\\Arrays' => __DIR__ . '/..' . '/nette/utils/src/Utils/Arrays.php',
  224. 'Nette\\Utils\\AssertionException' => __DIR__ . '/..' . '/nette/utils/src/Utils/exceptions.php',
  225. 'Nette\\Utils\\Callback' => __DIR__ . '/..' . '/nette/utils/src/Utils/Callback.php',
  226. 'Nette\\Utils\\DateTime' => __DIR__ . '/..' . '/nette/utils/src/Utils/DateTime.php',
  227. 'Nette\\Utils\\FileSystem' => __DIR__ . '/..' . '/nette/utils/src/Utils/FileSystem.php',
  228. 'Nette\\Utils\\Floats' => __DIR__ . '/..' . '/nette/utils/src/Utils/Floats.php',
  229. 'Nette\\Utils\\Helpers' => __DIR__ . '/..' . '/nette/utils/src/Utils/Helpers.php',
  230. 'Nette\\Utils\\Html' => __DIR__ . '/..' . '/nette/utils/src/Utils/Html.php',
  231. 'Nette\\Utils\\IHtmlString' => __DIR__ . '/..' . '/nette/utils/src/compatibility.php',
  232. 'Nette\\Utils\\Image' => __DIR__ . '/..' . '/nette/utils/src/Utils/Image.php',
  233. 'Nette\\Utils\\ImageException' => __DIR__ . '/..' . '/nette/utils/src/Utils/exceptions.php',
  234. 'Nette\\Utils\\Json' => __DIR__ . '/..' . '/nette/utils/src/Utils/Json.php',
  235. 'Nette\\Utils\\JsonException' => __DIR__ . '/..' . '/nette/utils/src/Utils/exceptions.php',
  236. 'Nette\\Utils\\ObjectHelpers' => __DIR__ . '/..' . '/nette/utils/src/Utils/ObjectHelpers.php',
  237. 'Nette\\Utils\\ObjectMixin' => __DIR__ . '/..' . '/nette/utils/src/Utils/ObjectMixin.php',
  238. 'Nette\\Utils\\Paginator' => __DIR__ . '/..' . '/nette/utils/src/Utils/Paginator.php',
  239. 'Nette\\Utils\\Random' => __DIR__ . '/..' . '/nette/utils/src/Utils/Random.php',
  240. 'Nette\\Utils\\Reflection' => __DIR__ . '/..' . '/nette/utils/src/Utils/Reflection.php',
  241. 'Nette\\Utils\\RegexpException' => __DIR__ . '/..' . '/nette/utils/src/Utils/exceptions.php',
  242. 'Nette\\Utils\\Strings' => __DIR__ . '/..' . '/nette/utils/src/Utils/Strings.php',
  243. 'Nette\\Utils\\Type' => __DIR__ . '/..' . '/nette/utils/src/Utils/Type.php',
  244. 'Nette\\Utils\\UnknownImageFileException' => __DIR__ . '/..' . '/nette/utils/src/Utils/exceptions.php',
  245. 'Nette\\Utils\\Validators' => __DIR__ . '/..' . '/nette/utils/src/Utils/Validators.php',
  246. 'PhpToken' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php',
  247. 'Stringable' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Stringable.php',
  248. 'UnhandledMatchError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php',
  249. 'ValueError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/ValueError.php',
  250. );
  251. public static function getInitializer(ClassLoader $loader)
  252. {
  253. return \Closure::bind(function () use ($loader) {
  254. $loader->prefixLengthsPsr4 = ComposerStaticInit9940d4d99a4d1020baa0db98e4f44a0e::$prefixLengthsPsr4;
  255. $loader->prefixDirsPsr4 = ComposerStaticInit9940d4d99a4d1020baa0db98e4f44a0e::$prefixDirsPsr4;
  256. $loader->prefixesPsr0 = ComposerStaticInit9940d4d99a4d1020baa0db98e4f44a0e::$prefixesPsr0;
  257. $loader->fallbackDirsPsr0 = ComposerStaticInit9940d4d99a4d1020baa0db98e4f44a0e::$fallbackDirsPsr0;
  258. $loader->classMap = ComposerStaticInit9940d4d99a4d1020baa0db98e4f44a0e::$classMap;
  259. }, null, ClassLoader::class);
  260. }
  261. }