autoload_static.php 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInit409e436a19c882513f3c7d0ffdfd059f
  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. '2cffec82183ee1cea088009cef9a6fc3' => __DIR__ . '/..' . '/ezyang/htmlpurifier/library/HTMLPurifier.composer.php',
  10. '1cfd2761b63b0a29ed23657ea394cb2d' => __DIR__ . '/..' . '/topthink/think-captcha/src/helper.php',
  11. '22ae91e0a0181f0ca9a02b9dde87e558' => __DIR__ . '/..' . '/thinkcmf/cmf/src/common.php',
  12. '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
  13. '25072dd6e2470089de65ae7bf11d3109' => __DIR__ . '/..' . '/symfony/polyfill-php72/bootstrap.php',
  14. 'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
  15. '667aeda72477189d0494fecd327c3641' => __DIR__ . '/..' . '/symfony/var-dumper/Resources/functions/dump.php',
  16. );
  17. public static $prefixLengthsPsr4 = array (
  18. 'w' =>
  19. array (
  20. 'wxapp\\' => 6,
  21. ),
  22. 't' =>
  23. array (
  24. 'tree\\' => 5,
  25. 'think\\view\\driver\\' => 18,
  26. 'think\\trace\\' => 12,
  27. 'think\\captcha\\' => 14,
  28. 'think\\' => 6,
  29. 'themes\\' => 7,
  30. ),
  31. 'p' =>
  32. array (
  33. 'plugins\\' => 8,
  34. ),
  35. 'm' =>
  36. array (
  37. 'mindplay\\annotations\\' => 21,
  38. ),
  39. 'd' =>
  40. array (
  41. 'dir\\' => 4,
  42. ),
  43. 'c' =>
  44. array (
  45. 'cmf\\composer\\' => 13,
  46. 'cmf\\' => 4,
  47. ),
  48. 'a' =>
  49. array (
  50. 'app\\admin\\' => 10,
  51. 'app\\' => 4,
  52. 'api\\' => 4,
  53. ),
  54. 'S' =>
  55. array (
  56. 'Symfony\\Polyfill\\Php80\\' => 23,
  57. 'Symfony\\Polyfill\\Php72\\' => 23,
  58. 'Symfony\\Polyfill\\Mbstring\\' => 26,
  59. 'Symfony\\Component\\VarDumper\\' => 28,
  60. ),
  61. 'P' =>
  62. array (
  63. 'Psr\\SimpleCache\\' => 16,
  64. 'Psr\\Log\\' => 8,
  65. 'Psr\\Container\\' => 14,
  66. 'Psr\\Cache\\' => 10,
  67. 'PHPMailer\\PHPMailer\\' => 20,
  68. ),
  69. 'L' =>
  70. array (
  71. 'League\\MimeTypeDetection\\' => 25,
  72. 'League\\Flysystem\\Cached\\' => 24,
  73. 'League\\Flysystem\\' => 17,
  74. ),
  75. );
  76. public static $prefixDirsPsr4 = array (
  77. 'wxapp\\' =>
  78. array (
  79. 0 => __DIR__ . '/..' . '/thinkcmf/cmf-extend/src/wxapp',
  80. ),
  81. 'tree\\' =>
  82. array (
  83. 0 => __DIR__ . '/..' . '/thinkcmf/cmf-extend/src/tree',
  84. ),
  85. 'think\\view\\driver\\' =>
  86. array (
  87. 0 => __DIR__ . '/..' . '/thinkcmf/think-view/src',
  88. ),
  89. 'think\\trace\\' =>
  90. array (
  91. 0 => __DIR__ . '/..' . '/topthink/think-trace/src',
  92. ),
  93. 'think\\captcha\\' =>
  94. array (
  95. 0 => __DIR__ . '/..' . '/topthink/think-captcha/src',
  96. ),
  97. 'think\\' =>
  98. array (
  99. 0 => __DIR__ . '/..' . '/thinkcmf/cmf-route/src',
  100. 1 => __DIR__ . '/..' . '/thinkcmf/think-template/src',
  101. 2 => __DIR__ . '/..' . '/topthink/framework/src/think',
  102. 3 => __DIR__ . '/..' . '/topthink/think-helper/src',
  103. 4 => __DIR__ . '/..' . '/topthink/think-orm/src',
  104. ),
  105. 'themes\\' =>
  106. array (
  107. 0 => __DIR__ . '/../..' . '/public/themes',
  108. ),
  109. 'plugins\\' =>
  110. array (
  111. 0 => __DIR__ . '/../..' . '/public/plugins',
  112. ),
  113. 'mindplay\\annotations\\' =>
  114. array (
  115. 0 => __DIR__ . '/..' . '/mindplay/annotations/src/annotations',
  116. ),
  117. 'dir\\' =>
  118. array (
  119. 0 => __DIR__ . '/..' . '/thinkcmf/cmf-extend/src/dir',
  120. ),
  121. 'cmf\\composer\\' =>
  122. array (
  123. 0 => __DIR__ . '/..' . '/thinkcmf/cmf-root/src',
  124. ),
  125. 'cmf\\' =>
  126. array (
  127. 0 => __DIR__ . '/..' . '/thinkcmf/cmf/src',
  128. ),
  129. 'app\\admin\\' =>
  130. array (
  131. 0 => __DIR__ . '/..' . '/thinkcmf/cmf-appstore/src',
  132. ),
  133. 'app\\' =>
  134. array (
  135. 0 => __DIR__ . '/../..' . '/app',
  136. 1 => __DIR__ . '/..' . '/thinkcmf/cmf-app/src',
  137. 2 => __DIR__ . '/..' . '/thinkcmf/cmf-install/src',
  138. ),
  139. 'api\\' =>
  140. array (
  141. 0 => __DIR__ . '/../..' . '/api',
  142. 1 => __DIR__ . '/..' . '/thinkcmf/cmf-api/src',
  143. ),
  144. 'Symfony\\Polyfill\\Php80\\' =>
  145. array (
  146. 0 => __DIR__ . '/..' . '/symfony/polyfill-php80',
  147. ),
  148. 'Symfony\\Polyfill\\Php72\\' =>
  149. array (
  150. 0 => __DIR__ . '/..' . '/symfony/polyfill-php72',
  151. ),
  152. 'Symfony\\Polyfill\\Mbstring\\' =>
  153. array (
  154. 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
  155. ),
  156. 'Symfony\\Component\\VarDumper\\' =>
  157. array (
  158. 0 => __DIR__ . '/..' . '/symfony/var-dumper',
  159. ),
  160. 'Psr\\SimpleCache\\' =>
  161. array (
  162. 0 => __DIR__ . '/..' . '/psr/simple-cache/src',
  163. ),
  164. 'Psr\\Log\\' =>
  165. array (
  166. 0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
  167. ),
  168. 'Psr\\Container\\' =>
  169. array (
  170. 0 => __DIR__ . '/..' . '/psr/container/src',
  171. ),
  172. 'Psr\\Cache\\' =>
  173. array (
  174. 0 => __DIR__ . '/..' . '/psr/cache/src',
  175. ),
  176. 'PHPMailer\\PHPMailer\\' =>
  177. array (
  178. 0 => __DIR__ . '/..' . '/phpmailer/phpmailer/src',
  179. ),
  180. 'League\\MimeTypeDetection\\' =>
  181. array (
  182. 0 => __DIR__ . '/..' . '/league/mime-type-detection/src',
  183. ),
  184. 'League\\Flysystem\\Cached\\' =>
  185. array (
  186. 0 => __DIR__ . '/..' . '/league/flysystem-cached-adapter/src',
  187. ),
  188. 'League\\Flysystem\\' =>
  189. array (
  190. 0 => __DIR__ . '/..' . '/league/flysystem/src',
  191. ),
  192. );
  193. public static $prefixesPsr0 = array (
  194. 'H' =>
  195. array (
  196. 'HTMLPurifier' =>
  197. array (
  198. 0 => __DIR__ . '/..' . '/ezyang/htmlpurifier/library',
  199. ),
  200. ),
  201. );
  202. public static $fallbackDirsPsr0 = array (
  203. 0 => __DIR__ . '/../..' . '/extend',
  204. );
  205. public static $classMap = array (
  206. 'Attribute' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Attribute.php',
  207. 'Callback' => __DIR__ . '/..' . '/electrolinux/phpquery/phpQuery/phpQuery/Callback.php',
  208. 'CallbackBody' => __DIR__ . '/..' . '/electrolinux/phpquery/phpQuery/phpQuery/Callback.php',
  209. 'CallbackParam' => __DIR__ . '/..' . '/electrolinux/phpquery/phpQuery/phpQuery/Callback.php',
  210. 'CallbackParameterToReference' => __DIR__ . '/..' . '/electrolinux/phpquery/phpQuery/phpQuery/Callback.php',
  211. 'CallbackReturnReference' => __DIR__ . '/..' . '/electrolinux/phpquery/phpQuery/phpQuery/Callback.php',
  212. 'CallbackReturnValue' => __DIR__ . '/..' . '/electrolinux/phpquery/phpQuery/phpQuery/Callback.php',
  213. 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
  214. 'DOMDocumentWrapper' => __DIR__ . '/..' . '/electrolinux/phpquery/phpQuery/phpQuery/DOMDocumentWrapper.php',
  215. 'DOMEvent' => __DIR__ . '/..' . '/electrolinux/phpquery/phpQuery/phpQuery/DOMEvent.php',
  216. 'ICallbackNamed' => __DIR__ . '/..' . '/electrolinux/phpquery/phpQuery/phpQuery/Callback.php',
  217. 'PclZip' => __DIR__ . '/..' . '/chamilo/pclzip/pclzip.lib.php',
  218. 'Stringable' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Stringable.php',
  219. 'UnhandledMatchError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php',
  220. 'ValueError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/ValueError.php',
  221. 'phpQuery' => __DIR__ . '/..' . '/electrolinux/phpquery/phpQuery/phpQuery.php',
  222. 'phpQueryEvents' => __DIR__ . '/..' . '/electrolinux/phpquery/phpQuery/phpQuery/phpQueryEvents.php',
  223. 'phpQueryObject' => __DIR__ . '/..' . '/electrolinux/phpquery/phpQuery/phpQuery/phpQueryObject.php',
  224. 'phpQueryObjectPlugin_Scripts' => __DIR__ . '/..' . '/electrolinux/phpquery/phpQuery/phpQuery/plugins/Scripts.php',
  225. 'phpQueryObjectPlugin_WebBrowser' => __DIR__ . '/..' . '/electrolinux/phpquery/phpQuery/phpQuery/plugins/WebBrowser.php',
  226. 'phpQueryObjectPlugin_example' => __DIR__ . '/..' . '/electrolinux/phpquery/phpQuery/phpQuery/plugins/example.php',
  227. 'phpQueryPlugin_Scripts' => __DIR__ . '/..' . '/electrolinux/phpquery/phpQuery/phpQuery/plugins/Scripts.php',
  228. 'phpQueryPlugin_WebBrowser' => __DIR__ . '/..' . '/electrolinux/phpquery/phpQuery/phpQuery/plugins/WebBrowser.php',
  229. 'phpQueryPlugin_example' => __DIR__ . '/..' . '/electrolinux/phpquery/phpQuery/phpQuery/plugins/example.php',
  230. 'phpQueryPlugins' => __DIR__ . '/..' . '/electrolinux/phpquery/phpQuery/phpQuery.php',
  231. 'think\\App' => __DIR__ . '/..' . '/thinkcmf/cmf/src/App.php',
  232. 'think\\Http' => __DIR__ . '/..' . '/thinkcmf/cmf-route/src/Http.php',
  233. 'think\\Route' => __DIR__ . '/..' . '/thinkcmf/cmf-route/src/Route.php',
  234. 'think\\View' => __DIR__ . '/..' . '/thinkcmf/think-template/src/View.php',
  235. 'think\\captcha\\Captcha' => __DIR__ . '/..' . '/thinkcmf/cmf/src/captcha/Captcha.php',
  236. 'think\\console\\command\\VendorPublish' => __DIR__ . '/..' . '/thinkcmf/cmf/src/console/command/VendorPublish.php',
  237. 'think\\route\\Rule' => __DIR__ . '/..' . '/thinkcmf/cmf-route/src/route/Rule.php',
  238. 'think\\route\\Url' => __DIR__ . '/..' . '/thinkcmf/cmf-route/src/route/Url.php',
  239. 'think\\route\\dispatch\\Controller' => __DIR__ . '/..' . '/thinkcmf/cmf-route/src/route/dispatch/Controller.php',
  240. 'think\\route\\dispatch\\Url' => __DIR__ . '/..' . '/thinkcmf/cmf-route/src/route/dispatch/Url.php',
  241. );
  242. public static function getInitializer(ClassLoader $loader)
  243. {
  244. return \Closure::bind(function () use ($loader) {
  245. $loader->prefixLengthsPsr4 = ComposerStaticInit409e436a19c882513f3c7d0ffdfd059f::$prefixLengthsPsr4;
  246. $loader->prefixDirsPsr4 = ComposerStaticInit409e436a19c882513f3c7d0ffdfd059f::$prefixDirsPsr4;
  247. $loader->prefixesPsr0 = ComposerStaticInit409e436a19c882513f3c7d0ffdfd059f::$prefixesPsr0;
  248. $loader->fallbackDirsPsr0 = ComposerStaticInit409e436a19c882513f3c7d0ffdfd059f::$fallbackDirsPsr0;
  249. $loader->classMap = ComposerStaticInit409e436a19c882513f3c7d0ffdfd059f::$classMap;
  250. }, null, ClassLoader::class);
  251. }
  252. }