autoload_static.php 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInitd26d8d1d7a49714847b0e1f62f03ed74
  5. {
  6. public static $files = array (
  7. '7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
  8. 'c964ee0ededf28c96ebd9db5099ef910' => __DIR__ . '/..' . '/guzzlehttp/promises/src/functions_include.php',
  9. '6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',
  10. '37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
  11. '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
  12. '2cffec82183ee1cea088009cef9a6fc3' => __DIR__ . '/..' . '/ezyang/htmlpurifier/library/HTMLPurifier.composer.php',
  13. '1f87db08236948d07391152dccb70f04' => __DIR__ . '/..' . '/google/apiclient-services/autoload.php',
  14. 'decc78cc4436b1292c6c0d151b19445c' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/bootstrap.php',
  15. 'a8d3953fd9959404dd22d3dfcd0a79f0' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php',
  16. );
  17. public static $prefixLengthsPsr4 = array (
  18. 'p' =>
  19. array (
  20. 'phpseclib3\\' => 11,
  21. ),
  22. 'Z' =>
  23. array (
  24. 'ZipStream\\' => 10,
  25. ),
  26. 'S' =>
  27. array (
  28. 'Symfony\\Polyfill\\Mbstring\\' => 26,
  29. ),
  30. 'P' =>
  31. array (
  32. 'Psr\\SimpleCache\\' => 16,
  33. 'Psr\\Log\\' => 8,
  34. 'Psr\\Http\\Message\\' => 17,
  35. 'Psr\\Http\\Client\\' => 16,
  36. 'Psr\\Cache\\' => 10,
  37. 'PhpOffice\\PhpSpreadsheet\\' => 25,
  38. 'ParagonIE\\ConstantTime\\' => 23,
  39. ),
  40. 'M' =>
  41. array (
  42. 'MyCLabs\\Enum\\' => 13,
  43. 'Monolog\\' => 8,
  44. 'Matrix\\' => 7,
  45. ),
  46. 'G' =>
  47. array (
  48. 'GuzzleHttp\\Psr7\\' => 16,
  49. 'GuzzleHttp\\Promise\\' => 19,
  50. 'GuzzleHttp\\' => 11,
  51. 'Google\\Service\\' => 15,
  52. 'Google\\Auth\\' => 12,
  53. 'Google\\' => 7,
  54. ),
  55. 'F' =>
  56. array (
  57. 'Firebase\\JWT\\' => 13,
  58. ),
  59. 'C' =>
  60. array (
  61. 'Complex\\' => 8,
  62. ),
  63. );
  64. public static $prefixDirsPsr4 = array (
  65. 'phpseclib3\\' =>
  66. array (
  67. 0 => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib',
  68. ),
  69. 'ZipStream\\' =>
  70. array (
  71. 0 => __DIR__ . '/..' . '/maennchen/zipstream-php/src',
  72. ),
  73. 'Symfony\\Polyfill\\Mbstring\\' =>
  74. array (
  75. 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
  76. ),
  77. 'Psr\\SimpleCache\\' =>
  78. array (
  79. 0 => __DIR__ . '/..' . '/psr/simple-cache/src',
  80. ),
  81. 'Psr\\Log\\' =>
  82. array (
  83. 0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
  84. ),
  85. 'Psr\\Http\\Message\\' =>
  86. array (
  87. 0 => __DIR__ . '/..' . '/psr/http-factory/src',
  88. 1 => __DIR__ . '/..' . '/psr/http-message/src',
  89. ),
  90. 'Psr\\Http\\Client\\' =>
  91. array (
  92. 0 => __DIR__ . '/..' . '/psr/http-client/src',
  93. ),
  94. 'Psr\\Cache\\' =>
  95. array (
  96. 0 => __DIR__ . '/..' . '/psr/cache/src',
  97. ),
  98. 'PhpOffice\\PhpSpreadsheet\\' =>
  99. array (
  100. 0 => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet',
  101. ),
  102. 'ParagonIE\\ConstantTime\\' =>
  103. array (
  104. 0 => __DIR__ . '/..' . '/paragonie/constant_time_encoding/src',
  105. ),
  106. 'MyCLabs\\Enum\\' =>
  107. array (
  108. 0 => __DIR__ . '/..' . '/myclabs/php-enum/src',
  109. ),
  110. 'Monolog\\' =>
  111. array (
  112. 0 => __DIR__ . '/..' . '/monolog/monolog/src/Monolog',
  113. ),
  114. 'Matrix\\' =>
  115. array (
  116. 0 => __DIR__ . '/..' . '/markbaker/matrix/classes/src',
  117. ),
  118. 'GuzzleHttp\\Psr7\\' =>
  119. array (
  120. 0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
  121. ),
  122. 'GuzzleHttp\\Promise\\' =>
  123. array (
  124. 0 => __DIR__ . '/..' . '/guzzlehttp/promises/src',
  125. ),
  126. 'GuzzleHttp\\' =>
  127. array (
  128. 0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src',
  129. ),
  130. 'Google\\Service\\' =>
  131. array (
  132. 0 => __DIR__ . '/..' . '/google/apiclient-services/src',
  133. ),
  134. 'Google\\Auth\\' =>
  135. array (
  136. 0 => __DIR__ . '/..' . '/google/auth/src',
  137. ),
  138. 'Google\\' =>
  139. array (
  140. 0 => __DIR__ . '/..' . '/google/apiclient/src',
  141. ),
  142. 'Firebase\\JWT\\' =>
  143. array (
  144. 0 => __DIR__ . '/..' . '/firebase/php-jwt/src',
  145. ),
  146. 'Complex\\' =>
  147. array (
  148. 0 => __DIR__ . '/..' . '/markbaker/complex/classes/src',
  149. ),
  150. );
  151. public static $prefixesPsr0 = array (
  152. 'H' =>
  153. array (
  154. 'HTMLPurifier' =>
  155. array (
  156. 0 => __DIR__ . '/..' . '/ezyang/htmlpurifier/library',
  157. ),
  158. ),
  159. );
  160. public static $classMap = array (
  161. 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
  162. 'Google_AccessToken_Revoke' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php',
  163. 'Google_AccessToken_Verify' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php',
  164. 'Google_AuthHandler_AuthHandlerFactory' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php',
  165. 'Google_AuthHandler_Guzzle5AuthHandler' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php',
  166. 'Google_AuthHandler_Guzzle6AuthHandler' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php',
  167. 'Google_AuthHandler_Guzzle7AuthHandler' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php',
  168. 'Google_Client' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php',
  169. 'Google_Collection' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php',
  170. 'Google_Exception' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php',
  171. 'Google_Http_Batch' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php',
  172. 'Google_Http_MediaFileUpload' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php',
  173. 'Google_Http_REST' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php',
  174. 'Google_Model' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php',
  175. 'Google_Service' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php',
  176. 'Google_Service_Exception' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php',
  177. 'Google_Service_Resource' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php',
  178. 'Google_Task_Composer' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php',
  179. 'Google_Task_Exception' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php',
  180. 'Google_Task_Retryable' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php',
  181. 'Google_Task_Runner' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php',
  182. 'Google_Utils_UriTemplate' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php',
  183. );
  184. public static function getInitializer(ClassLoader $loader)
  185. {
  186. return \Closure::bind(function () use ($loader) {
  187. $loader->prefixLengthsPsr4 = ComposerStaticInitd26d8d1d7a49714847b0e1f62f03ed74::$prefixLengthsPsr4;
  188. $loader->prefixDirsPsr4 = ComposerStaticInitd26d8d1d7a49714847b0e1f62f03ed74::$prefixDirsPsr4;
  189. $loader->prefixesPsr0 = ComposerStaticInitd26d8d1d7a49714847b0e1f62f03ed74::$prefixesPsr0;
  190. $loader->classMap = ComposerStaticInitd26d8d1d7a49714847b0e1f62f03ed74::$classMap;
  191. }, null, ClassLoader::class);
  192. }
  193. }