autoload_static.php 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInitd8f5ceb6dd2b1c87f9f3c117b97ef46e
  5. {
  6. public static $files = array (
  7. '2cffec82183ee1cea088009cef9a6fc3' => __DIR__ . '/..' . '/ezyang/htmlpurifier/library/HTMLPurifier.composer.php',
  8. '04c6c5c2f7095ccf6c481d3e53e1776f' => __DIR__ . '/..' . '/mustangostang/spyc/Spyc.php',
  9. 'dc1275c308c5b416beb314b6317daca2' => __DIR__ . '/..' . '/overtrue/pinyin/src/const.php',
  10. '941748b3c8cae4466c827dfb5ca9602a' => __DIR__ . '/..' . '/rmccue/requests/library/Deprecated.php',
  11. );
  12. public static $prefixLengthsPsr4 = array (
  13. 'W' =>
  14. array (
  15. 'WpOrg\\Requests\\' => 15,
  16. ),
  17. 'V' =>
  18. array (
  19. 'Vendor\\Spyc\\' => 12,
  20. 'Vendor\\PclZip\\' => 14,
  21. 'Vendor\\Parsedown\\' => 17,
  22. ),
  23. 'P' =>
  24. array (
  25. 'Psr\\SimpleCache\\' => 16,
  26. 'PhpOffice\\PhpWord\\' => 18,
  27. 'PhpOffice\\PhpSpreadsheet\\' => 25,
  28. 'PHPMailer\\PHPMailer\\' => 20,
  29. ),
  30. 'O' =>
  31. array (
  32. 'Overtrue\\Pinyin\\' => 16,
  33. ),
  34. 'G' =>
  35. array (
  36. 'Gregwar\\' => 8,
  37. 'GorHill\\FineDiff\\' => 17,
  38. ),
  39. 'C' =>
  40. array (
  41. 'Cron\\' => 5,
  42. ),
  43. 'B' =>
  44. array (
  45. 'Box\\Spout\\' => 10,
  46. ),
  47. );
  48. public static $prefixDirsPsr4 = array (
  49. 'WpOrg\\Requests\\' =>
  50. array (
  51. 0 => __DIR__ . '/..' . '/rmccue/requests/src',
  52. ),
  53. 'Vendor\\Spyc\\' =>
  54. array (
  55. 0 => __DIR__ . '/..' . '/mustangostang/spyc',
  56. ),
  57. 'Vendor\\PclZip\\' =>
  58. array (
  59. 0 => __DIR__ . '/..' . '/pclzip/pclzip',
  60. ),
  61. 'Vendor\\Parsedown\\' =>
  62. array (
  63. 0 => __DIR__ . '/..' . '/erusev/parsedown',
  64. ),
  65. 'Psr\\SimpleCache\\' =>
  66. array (
  67. 0 => __DIR__ . '/..' . '/psr/simple-cache/src',
  68. ),
  69. 'PhpOffice\\PhpWord\\' =>
  70. array (
  71. 0 => __DIR__ . '/..' . '/phpoffice/phpword/src/PhpWord',
  72. ),
  73. 'PhpOffice\\PhpSpreadsheet\\' =>
  74. array (
  75. 0 => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet',
  76. ),
  77. 'PHPMailer\\PHPMailer\\' =>
  78. array (
  79. 0 => __DIR__ . '/..' . '/phpmailer/phpmailer/src',
  80. ),
  81. 'Overtrue\\Pinyin\\' =>
  82. array (
  83. 0 => __DIR__ . '/..' . '/overtrue/pinyin/src',
  84. ),
  85. 'Gregwar\\' =>
  86. array (
  87. 0 => __DIR__ . '/..' . '/gregwar/captcha/src/Gregwar',
  88. ),
  89. 'GorHill\\FineDiff\\' =>
  90. array (
  91. 0 => __DIR__ . '/..' . '/gorhill/php-fine-diff/GorHill/FineDiff',
  92. ),
  93. 'Cron\\' =>
  94. array (
  95. 0 => __DIR__ . '/..' . '/dragonmantank/cron-expression/src/Cron',
  96. ),
  97. 'Box\\Spout\\' =>
  98. array (
  99. 0 => __DIR__ . '/..' . '/box/spout/src/Spout',
  100. ),
  101. );
  102. public static $prefixesPsr0 = array (
  103. 'P' =>
  104. array (
  105. 'Parsedown' =>
  106. array (
  107. 0 => __DIR__ . '/..' . '/erusev/parsedown',
  108. ),
  109. 'PHPThumb\\Tests' =>
  110. array (
  111. 0 => __DIR__ . '/..' . '/masterexploder/phpthumb/tests',
  112. ),
  113. 'PHPThumb' =>
  114. array (
  115. 0 => __DIR__ . '/..' . '/masterexploder/phpthumb/src',
  116. ),
  117. ),
  118. 'H' =>
  119. array (
  120. 'HTMLPurifier' =>
  121. array (
  122. 0 => __DIR__ . '/..' . '/ezyang/htmlpurifier/library',
  123. ),
  124. ),
  125. 'D' =>
  126. array (
  127. 'Detection' =>
  128. array (
  129. 0 => __DIR__ . '/..' . '/mobiledetect/mobiledetectlib/namespaced',
  130. ),
  131. ),
  132. );
  133. public static $classMap = array (
  134. 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
  135. 'Mobile_Detect' => __DIR__ . '/..' . '/mobiledetect/mobiledetectlib/Mobile_Detect.php',
  136. 'Requests' => __DIR__ . '/..' . '/rmccue/requests/library/Requests.php',
  137. 'Vendor\\PclZip\\PclZip' => __DIR__ . '/..' . '/pclzip/pclzip/pclzip.lib.php',
  138. );
  139. /**
  140. * @param \Composer\Autoload\ClassLoader $loader
  141. */
  142. public static function getInitializer($loader)
  143. {
  144. return \Closure::bind(function () use ($loader) {
  145. $loader->prefixLengthsPsr4 = ComposerStaticInitd8f5ceb6dd2b1c87f9f3c117b97ef46e::$prefixLengthsPsr4;
  146. $loader->prefixDirsPsr4 = ComposerStaticInitd8f5ceb6dd2b1c87f9f3c117b97ef46e::$prefixDirsPsr4;
  147. $loader->prefixesPsr0 = ComposerStaticInitd8f5ceb6dd2b1c87f9f3c117b97ef46e::$prefixesPsr0;
  148. $loader->classMap = ComposerStaticInitd8f5ceb6dd2b1c87f9f3c117b97ef46e::$classMap;
  149. }, null, ClassLoader::class);
  150. }
  151. }