autoload_static.php 11 KB

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