autoload_static.php 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInitda8298e611526d4409180cd4bea64bcc
  5. {
  6. public static $files = array (
  7. '9b552a3cc426e3287cc811caefa3cf53' => __DIR__ . '/..' . '/topthink/think-helper/src/helper.php',
  8. '35fab96057f1bf5e7aba31a8a6d5fdde' => __DIR__ . '/..' . '/topthink/think-orm/stubs/load_stubs.php',
  9. '15ec93fa4ce4b2d53816a1a5f2c514e2' => __DIR__ . '/..' . '/topthink/think-validate/src/helper.php',
  10. '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
  11. '2cffec82183ee1cea088009cef9a6fc3' => __DIR__ . '/..' . '/ezyang/htmlpurifier/library/HTMLPurifier.composer.php',
  12. '6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',
  13. '662a729f963d39afe703c9d9b7ab4a8c' => __DIR__ . '/..' . '/symfony/polyfill-php83/bootstrap.php',
  14. '667aeda72477189d0494fecd327c3641' => __DIR__ . '/..' . '/symfony/var-dumper/Resources/functions/dump.php',
  15. '1cfd2761b63b0a29ed23657ea394cb2d' => __DIR__ . '/..' . '/topthink/think-captcha/src/helper.php',
  16. );
  17. public static $prefixLengthsPsr4 = array (
  18. 't' =>
  19. array (
  20. 'think\\view\\driver\\' => 18,
  21. 'think\\cors\\' => 11,
  22. 'think\\captcha\\' => 14,
  23. 'think\\app\\' => 10,
  24. 'think\\annotation\\' => 17,
  25. 'think\\' => 6,
  26. ),
  27. 'a' =>
  28. array (
  29. 'app\\' => 4,
  30. ),
  31. 'Z' =>
  32. array (
  33. 'ZipStream\\' => 10,
  34. ),
  35. 'S' =>
  36. array (
  37. 'Symfony\\Polyfill\\Php83\\' => 23,
  38. 'Symfony\\Polyfill\\Mbstring\\' => 26,
  39. 'Symfony\\Component\\VarDumper\\' => 28,
  40. 'Symfony\\Component\\HttpFoundation\\' => 33,
  41. ),
  42. 'P' =>
  43. array (
  44. 'Psr\\SimpleCache\\' => 16,
  45. 'Psr\\Log\\' => 8,
  46. 'Psr\\Http\\Message\\' => 17,
  47. 'Psr\\Http\\Client\\' => 16,
  48. 'Psr\\Container\\' => 14,
  49. 'Psr\\Cache\\' => 10,
  50. 'PhpOffice\\PhpSpreadsheet\\' => 25,
  51. ),
  52. 'M' =>
  53. array (
  54. 'Matrix\\' => 7,
  55. ),
  56. 'L' =>
  57. array (
  58. 'League\\MimeTypeDetection\\' => 25,
  59. 'League\\Flysystem\\Cached\\' => 24,
  60. 'League\\Flysystem\\' => 17,
  61. ),
  62. 'E' =>
  63. array (
  64. 'Ergebnis\\Classy\\' => 16,
  65. ),
  66. 'C' =>
  67. array (
  68. 'Composer\\Pcre\\' => 14,
  69. 'Complex\\' => 8,
  70. ),
  71. );
  72. public static $prefixDirsPsr4 = array (
  73. 'think\\view\\driver\\' =>
  74. array (
  75. 0 => __DIR__ . '/..' . '/topthink/think-view/src',
  76. ),
  77. 'think\\cors\\' =>
  78. array (
  79. 0 => __DIR__ . '/..' . '/topthink/think-cors/src',
  80. ),
  81. 'think\\captcha\\' =>
  82. array (
  83. 0 => __DIR__ . '/..' . '/topthink/think-captcha/src',
  84. ),
  85. 'think\\app\\' =>
  86. array (
  87. 0 => __DIR__ . '/..' . '/topthink/think-multi-app/src',
  88. ),
  89. 'think\\annotation\\' =>
  90. array (
  91. 0 => __DIR__ . '/..' . '/topthink/think-annotation/src',
  92. ),
  93. 'think\\' =>
  94. array (
  95. 0 => __DIR__ . '/..' . '/topthink/framework/src/think',
  96. 1 => __DIR__ . '/..' . '/topthink/think-container/src',
  97. 2 => __DIR__ . '/..' . '/topthink/think-filesystem/src',
  98. 3 => __DIR__ . '/..' . '/topthink/think-helper/src',
  99. 4 => __DIR__ . '/..' . '/topthink/think-orm/src',
  100. 5 => __DIR__ . '/..' . '/topthink/think-template/src',
  101. 6 => __DIR__ . '/..' . '/topthink/think-validate/src',
  102. ),
  103. 'app\\' =>
  104. array (
  105. 0 => __DIR__ . '/../..' . '/app',
  106. ),
  107. 'ZipStream\\' =>
  108. array (
  109. 0 => __DIR__ . '/..' . '/maennchen/zipstream-php/src',
  110. ),
  111. 'Symfony\\Polyfill\\Php83\\' =>
  112. array (
  113. 0 => __DIR__ . '/..' . '/symfony/polyfill-php83',
  114. ),
  115. 'Symfony\\Polyfill\\Mbstring\\' =>
  116. array (
  117. 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
  118. ),
  119. 'Symfony\\Component\\VarDumper\\' =>
  120. array (
  121. 0 => __DIR__ . '/..' . '/symfony/var-dumper',
  122. ),
  123. 'Symfony\\Component\\HttpFoundation\\' =>
  124. array (
  125. 0 => __DIR__ . '/..' . '/symfony/http-foundation',
  126. ),
  127. 'Psr\\SimpleCache\\' =>
  128. array (
  129. 0 => __DIR__ . '/..' . '/psr/simple-cache/src',
  130. ),
  131. 'Psr\\Log\\' =>
  132. array (
  133. 0 => __DIR__ . '/..' . '/psr/log/src',
  134. ),
  135. 'Psr\\Http\\Message\\' =>
  136. array (
  137. 0 => __DIR__ . '/..' . '/psr/http-factory/src',
  138. 1 => __DIR__ . '/..' . '/psr/http-message/src',
  139. ),
  140. 'Psr\\Http\\Client\\' =>
  141. array (
  142. 0 => __DIR__ . '/..' . '/psr/http-client/src',
  143. ),
  144. 'Psr\\Container\\' =>
  145. array (
  146. 0 => __DIR__ . '/..' . '/psr/container/src',
  147. ),
  148. 'Psr\\Cache\\' =>
  149. array (
  150. 0 => __DIR__ . '/..' . '/psr/cache/src',
  151. ),
  152. 'PhpOffice\\PhpSpreadsheet\\' =>
  153. array (
  154. 0 => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet',
  155. ),
  156. 'Matrix\\' =>
  157. array (
  158. 0 => __DIR__ . '/..' . '/markbaker/matrix/classes/src',
  159. ),
  160. 'League\\MimeTypeDetection\\' =>
  161. array (
  162. 0 => __DIR__ . '/..' . '/league/mime-type-detection/src',
  163. ),
  164. 'League\\Flysystem\\Cached\\' =>
  165. array (
  166. 0 => __DIR__ . '/..' . '/league/flysystem-cached-adapter/src',
  167. ),
  168. 'League\\Flysystem\\' =>
  169. array (
  170. 0 => __DIR__ . '/..' . '/league/flysystem/src',
  171. ),
  172. 'Ergebnis\\Classy\\' =>
  173. array (
  174. 0 => __DIR__ . '/..' . '/ergebnis/classy/src',
  175. ),
  176. 'Composer\\Pcre\\' =>
  177. array (
  178. 0 => __DIR__ . '/..' . '/composer/pcre/src',
  179. ),
  180. 'Complex\\' =>
  181. array (
  182. 0 => __DIR__ . '/..' . '/markbaker/complex/classes/src',
  183. ),
  184. );
  185. public static $prefixesPsr0 = array (
  186. 'H' =>
  187. array (
  188. 'HTMLPurifier' =>
  189. array (
  190. 0 => __DIR__ . '/..' . '/ezyang/htmlpurifier/library',
  191. ),
  192. ),
  193. );
  194. public static $fallbackDirsPsr0 = array (
  195. 0 => __DIR__ . '/../..' . '/extend',
  196. );
  197. public static $classMap = array (
  198. 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
  199. 'DateError' => __DIR__ . '/..' . '/symfony/polyfill-php83/Resources/stubs/DateError.php',
  200. 'DateException' => __DIR__ . '/..' . '/symfony/polyfill-php83/Resources/stubs/DateException.php',
  201. 'DateInvalidOperationException' => __DIR__ . '/..' . '/symfony/polyfill-php83/Resources/stubs/DateInvalidOperationException.php',
  202. 'DateInvalidTimeZoneException' => __DIR__ . '/..' . '/symfony/polyfill-php83/Resources/stubs/DateInvalidTimeZoneException.php',
  203. 'DateMalformedIntervalStringException' => __DIR__ . '/..' . '/symfony/polyfill-php83/Resources/stubs/DateMalformedIntervalStringException.php',
  204. 'DateMalformedPeriodStringException' => __DIR__ . '/..' . '/symfony/polyfill-php83/Resources/stubs/DateMalformedPeriodStringException.php',
  205. 'DateMalformedStringException' => __DIR__ . '/..' . '/symfony/polyfill-php83/Resources/stubs/DateMalformedStringException.php',
  206. 'DateObjectError' => __DIR__ . '/..' . '/symfony/polyfill-php83/Resources/stubs/DateObjectError.php',
  207. 'DateRangeError' => __DIR__ . '/..' . '/symfony/polyfill-php83/Resources/stubs/DateRangeError.php',
  208. 'Override' => __DIR__ . '/..' . '/symfony/polyfill-php83/Resources/stubs/Override.php',
  209. 'SQLite3Exception' => __DIR__ . '/..' . '/symfony/polyfill-php83/Resources/stubs/SQLite3Exception.php',
  210. );
  211. public static function getInitializer(ClassLoader $loader)
  212. {
  213. return \Closure::bind(function () use ($loader) {
  214. $loader->prefixLengthsPsr4 = ComposerStaticInitda8298e611526d4409180cd4bea64bcc::$prefixLengthsPsr4;
  215. $loader->prefixDirsPsr4 = ComposerStaticInitda8298e611526d4409180cd4bea64bcc::$prefixDirsPsr4;
  216. $loader->prefixesPsr0 = ComposerStaticInitda8298e611526d4409180cd4bea64bcc::$prefixesPsr0;
  217. $loader->fallbackDirsPsr0 = ComposerStaticInitda8298e611526d4409180cd4bea64bcc::$fallbackDirsPsr0;
  218. $loader->classMap = ComposerStaticInitda8298e611526d4409180cd4bea64bcc::$classMap;
  219. }, null, ClassLoader::class);
  220. }
  221. }