autoload_static.php 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInit60b9ac98a8448ede6c445b0fd4bd31e0
  5. {
  6. public static $files = array (
  7. '383eaff206634a77a1be54e64e6459c7' => __DIR__ . '/..' . '/sabre/uri/lib/functions.php',
  8. '3569eecfeed3bcf0bad3c998a494ecb8' => __DIR__ . '/..' . '/sabre/xml/lib/Deserializer/functions.php',
  9. '93aa591bc4ca510c520999e34229ee79' => __DIR__ . '/..' . '/sabre/xml/lib/Serializer/functions.php',
  10. '2b9d0f43f9552984cfa82fee95491826' => __DIR__ . '/..' . '/sabre/event/lib/coroutine.php',
  11. 'd81bab31d3feb45bfe2f283ea3c8fdf7' => __DIR__ . '/..' . '/sabre/event/lib/Loop/functions.php',
  12. 'a1cce3d26cc15c00fcd0b3354bd72c88' => __DIR__ . '/..' . '/sabre/event/lib/Promise/functions.php',
  13. 'ebdb698ed4152ae445614b69b5e4bb6a' => __DIR__ . '/..' . '/sabre/http/lib/functions.php',
  14. );
  15. public static $prefixLengthsPsr4 = array (
  16. 'S' =>
  17. array (
  18. 'Sabre\\Xml\\' => 10,
  19. 'Sabre\\VObject\\' => 14,
  20. 'Sabre\\Uri\\' => 10,
  21. 'Sabre\\HTTP\\' => 11,
  22. 'Sabre\\Event\\' => 12,
  23. 'Sabre\\DAV\\' => 10,
  24. 'Sabre\\DAVACL\\' => 13,
  25. 'Sabre\\CardDAV\\' => 14,
  26. 'Sabre\\CalDAV\\' => 13,
  27. ),
  28. 'P' =>
  29. array (
  30. 'Psr\\Log\\' => 8,
  31. ),
  32. );
  33. public static $prefixDirsPsr4 = array (
  34. 'Sabre\\Xml\\' =>
  35. array (
  36. 0 => __DIR__ . '/..' . '/sabre/xml/lib',
  37. ),
  38. 'Sabre\\VObject\\' =>
  39. array (
  40. 0 => __DIR__ . '/..' . '/sabre/vobject/lib',
  41. ),
  42. 'Sabre\\Uri\\' =>
  43. array (
  44. 0 => __DIR__ . '/..' . '/sabre/uri/lib',
  45. ),
  46. 'Sabre\\HTTP\\' =>
  47. array (
  48. 0 => __DIR__ . '/..' . '/sabre/http/lib',
  49. ),
  50. 'Sabre\\Event\\' =>
  51. array (
  52. 0 => __DIR__ . '/..' . '/sabre/event/lib',
  53. ),
  54. 'Sabre\\DAV\\' =>
  55. array (
  56. 0 => __DIR__ . '/..' . '/sabre/dav/lib/DAV',
  57. ),
  58. 'Sabre\\DAVACL\\' =>
  59. array (
  60. 0 => __DIR__ . '/..' . '/sabre/dav/lib/DAVACL',
  61. ),
  62. 'Sabre\\CardDAV\\' =>
  63. array (
  64. 0 => __DIR__ . '/..' . '/sabre/dav/lib/CardDAV',
  65. ),
  66. 'Sabre\\CalDAV\\' =>
  67. array (
  68. 0 => __DIR__ . '/..' . '/sabre/dav/lib/CalDAV',
  69. ),
  70. 'Psr\\Log\\' =>
  71. array (
  72. 0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
  73. ),
  74. );
  75. public static function getInitializer(ClassLoader $loader)
  76. {
  77. return \Closure::bind(function () use ($loader) {
  78. $loader->prefixLengthsPsr4 = ComposerStaticInit60b9ac98a8448ede6c445b0fd4bd31e0::$prefixLengthsPsr4;
  79. $loader->prefixDirsPsr4 = ComposerStaticInit60b9ac98a8448ede6c445b0fd4bd31e0::$prefixDirsPsr4;
  80. }, null, ClassLoader::class);
  81. }
  82. }