autoload_static.php 9.2 KB

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