You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

autoload_static.php 4.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInit5810f09d69fc81b649172ae143ea62c2
  5. {
  6. public static $prefixLengthsPsr4 = array (
  7. 'E' =>
  8. array (
  9. 'Endroid\\QrCode\\' => 15,
  10. ),
  11. 'C' =>
  12. array (
  13. 'Composer\\Semver\\' => 16,
  14. ),
  15. );
  16. public static $prefixDirsPsr4 = array (
  17. 'Endroid\\QrCode\\' =>
  18. array (
  19. 0 => __DIR__ . '/..' . '/endroid/qr-code/src',
  20. ),
  21. 'Composer\\Semver\\' =>
  22. array (
  23. 0 => __DIR__ . '/..' . '/composer/semver/src',
  24. ),
  25. );
  26. public static $prefixesPsr0 = array (
  27. 'R' =>
  28. array (
  29. 'Roundcube\\Composer' =>
  30. array (
  31. 0 => __DIR__ . '/..' . '/roundcube/plugin-installer/src',
  32. ),
  33. ),
  34. 'P' =>
  35. array (
  36. 'PEAR' =>
  37. array (
  38. 0 => __DIR__ . '/..' . '/pear/pear_exception',
  39. ),
  40. ),
  41. 'N' =>
  42. array (
  43. 'Net' =>
  44. array (
  45. 0 => __DIR__ . '/..' . '/pear/net_idna2',
  46. 1 => __DIR__ . '/..' . '/pear/net_smtp',
  47. 2 => __DIR__ . '/..' . '/pear/net_socket',
  48. ),
  49. ),
  50. 'M' =>
  51. array (
  52. 'Mail' =>
  53. array (
  54. 0 => __DIR__ . '/..' . '/pear/mail_mime',
  55. ),
  56. ),
  57. 'C' =>
  58. array (
  59. 'Crypt' =>
  60. array (
  61. 0 => __DIR__ . '/..' . '/pear/crypt_gpg',
  62. ),
  63. 'Console' =>
  64. array (
  65. 0 => __DIR__ . '/..' . '/pear/console_commandline',
  66. 1 => __DIR__ . '/..' . '/pear/console_getopt',
  67. ),
  68. ),
  69. 'A' =>
  70. array (
  71. 'Auth' =>
  72. array (
  73. 0 => __DIR__ . '/..' . '/pear/auth_sasl',
  74. ),
  75. ),
  76. );
  77. public static $fallbackDirsPsr0 = array (
  78. 0 => __DIR__ . '/..' . '/pear/pear-core-minimal/src',
  79. );
  80. public static $classMap = array (
  81. 'Net_LDAP2' => __DIR__ . '/..' . '/pear/net_ldap2/Net/LDAP2.php',
  82. 'Net_LDAP2_Entry' => __DIR__ . '/..' . '/pear/net_ldap2/Net/LDAP2/Entry.php',
  83. 'Net_LDAP2_Error' => __DIR__ . '/..' . '/pear/net_ldap2/Net/LDAP2.php',
  84. 'Net_LDAP2_Filter' => __DIR__ . '/..' . '/pear/net_ldap2/Net/LDAP2/Filter.php',
  85. 'Net_LDAP2_LDIF' => __DIR__ . '/..' . '/pear/net_ldap2/Net/LDAP2/LDIF.php',
  86. 'Net_LDAP2_RootDSE' => __DIR__ . '/..' . '/pear/net_ldap2/Net/LDAP2/RootDSE.php',
  87. 'Net_LDAP2_Schema' => __DIR__ . '/..' . '/pear/net_ldap2/Net/LDAP2/Schema.php',
  88. 'Net_LDAP2_SchemaCache' => __DIR__ . '/..' . '/pear/net_ldap2/Net/LDAP2/SchemaCache.interface.php',
  89. 'Net_LDAP2_Search' => __DIR__ . '/..' . '/pear/net_ldap2/Net/LDAP2/Search.php',
  90. 'Net_LDAP2_SimpleFileSchemaCache' => __DIR__ . '/..' . '/pear/net_ldap2/Net/LDAP2/SimpleFileSchemaCache.php',
  91. 'Net_LDAP2_Util' => __DIR__ . '/..' . '/pear/net_ldap2/Net/LDAP2/Util.php',
  92. 'Net_LDAP3' => __DIR__ . '/..' . '/kolab/net_ldap3/lib/Net/LDAP3.php',
  93. 'Net_LDAP3_Result' => __DIR__ . '/..' . '/kolab/net_ldap3/lib/Net/LDAP3/Result.php',
  94. 'Net_Sieve' => __DIR__ . '/..' . '/pear/net_sieve/Sieve.php',
  95. 'SieveTest' => __DIR__ . '/..' . '/pear/net_sieve/tests/SieveTest.php',
  96. );
  97. public static function getInitializer(ClassLoader $loader)
  98. {
  99. return \Closure::bind(function () use ($loader) {
  100. $loader->prefixLengthsPsr4 = ComposerStaticInit5810f09d69fc81b649172ae143ea62c2::$prefixLengthsPsr4;
  101. $loader->prefixDirsPsr4 = ComposerStaticInit5810f09d69fc81b649172ae143ea62c2::$prefixDirsPsr4;
  102. $loader->prefixesPsr0 = ComposerStaticInit5810f09d69fc81b649172ae143ea62c2::$prefixesPsr0;
  103. $loader->fallbackDirsPsr0 = ComposerStaticInit5810f09d69fc81b649172ae143ea62c2::$fallbackDirsPsr0;
  104. $loader->classMap = ComposerStaticInit5810f09d69fc81b649172ae143ea62c2::$classMap;
  105. }, null, ClassLoader::class);
  106. }
  107. }