autoload_static.php 8.5 KB

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