1
0

autoload_static.php 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInitDontChange
  5. {
  6. public static $files = array (
  7. '5255c38a0faeba867671b61dfda6d864' => __DIR__ . '/..' . '/paragonie/random_compat/lib/random.php',
  8. );
  9. public static $prefixLengthsPsr4 = array (
  10. 'P' =>
  11. array (
  12. 'PrivateBin\\' => 11,
  13. ),
  14. 'C' =>
  15. array (
  16. 'CodeClimate\\PhpTestReporter\\' => 28,
  17. ),
  18. );
  19. public static $prefixDirsPsr4 = array (
  20. 'PrivateBin\\' =>
  21. array (
  22. 0 => __DIR__ . '/../..' . '/lib',
  23. ),
  24. 'CodeClimate\\PhpTestReporter\\' =>
  25. array (
  26. 0 => __DIR__ . '/..' . '/codeclimate/php-test-reporter/src',
  27. ),
  28. );
  29. public static $prefixesPsr0 = array (
  30. 'I' =>
  31. array (
  32. 'Identicon' =>
  33. array (
  34. 0 => __DIR__ . '/..' . '/yzalis/identicon/src',
  35. ),
  36. ),
  37. );
  38. public static $classMap = array (
  39. 'Identicon\\Generator\\BaseGenerator' => __DIR__ . '/..' . '/yzalis/identicon/src/Identicon/Generator/BaseGenerator.php',
  40. 'Identicon\\Generator\\GdGenerator' => __DIR__ . '/..' . '/yzalis/identicon/src/Identicon/Generator/GdGenerator.php',
  41. 'Identicon\\Generator\\GeneratorInterface' => __DIR__ . '/..' . '/yzalis/identicon/src/Identicon/Generator/GeneratorInterface.php',
  42. 'Identicon\\Generator\\ImageMagickGenerator' => __DIR__ . '/..' . '/yzalis/identicon/src/Identicon/Generator/ImageMagickGenerator.php',
  43. 'Identicon\\Identicon' => __DIR__ . '/..' . '/yzalis/identicon/src/Identicon/Identicon.php',
  44. 'PrivateBin\\Configuration' => __DIR__ . '/../..' . '/lib/Configuration.php',
  45. 'PrivateBin\\Data\\AbstractData' => __DIR__ . '/../..' . '/lib/Data/AbstractData.php',
  46. 'PrivateBin\\Data\\Database' => __DIR__ . '/../..' . '/lib/Data/Database.php',
  47. 'PrivateBin\\Data\\Filesystem' => __DIR__ . '/../..' . '/lib/Data/Filesystem.php',
  48. 'PrivateBin\\Filter' => __DIR__ . '/../..' . '/lib/Filter.php',
  49. 'PrivateBin\\I18n' => __DIR__ . '/../..' . '/lib/I18n.php',
  50. 'PrivateBin\\Json' => __DIR__ . '/../..' . '/lib/Json.php',
  51. 'PrivateBin\\Model' => __DIR__ . '/../..' . '/lib/Model.php',
  52. 'PrivateBin\\Model\\AbstractModel' => __DIR__ . '/../..' . '/lib/Model/AbstractModel.php',
  53. 'PrivateBin\\Model\\Comment' => __DIR__ . '/../..' . '/lib/Model/Comment.php',
  54. 'PrivateBin\\Model\\Paste' => __DIR__ . '/../..' . '/lib/Model/Paste.php',
  55. 'PrivateBin\\Persistence\\AbstractPersistence' => __DIR__ . '/../..' . '/lib/Persistence/AbstractPersistence.php',
  56. 'PrivateBin\\Persistence\\PurgeLimiter' => __DIR__ . '/../..' . '/lib/Persistence/PurgeLimiter.php',
  57. 'PrivateBin\\Persistence\\ServerSalt' => __DIR__ . '/../..' . '/lib/Persistence/ServerSalt.php',
  58. 'PrivateBin\\Persistence\\TrafficLimiter' => __DIR__ . '/../..' . '/lib/Persistence/TrafficLimiter.php',
  59. 'PrivateBin\\PrivateBin' => __DIR__ . '/../..' . '/lib/PrivateBin.php',
  60. 'PrivateBin\\Request' => __DIR__ . '/../..' . '/lib/Request.php',
  61. 'PrivateBin\\Sjcl' => __DIR__ . '/../..' . '/lib/Sjcl.php',
  62. 'PrivateBin\\View' => __DIR__ . '/../..' . '/lib/View.php',
  63. 'PrivateBin\\Vizhash16x16' => __DIR__ . '/../..' . '/lib/Vizhash16x16.php',
  64. );
  65. public static function getInitializer(ClassLoader $loader)
  66. {
  67. return \Closure::bind(function () use ($loader) {
  68. $loader->prefixLengthsPsr4 = ComposerStaticInitDontChange::$prefixLengthsPsr4;
  69. $loader->prefixDirsPsr4 = ComposerStaticInitDontChange::$prefixDirsPsr4;
  70. $loader->prefixesPsr0 = ComposerStaticInitDontChange::$prefixesPsr0;
  71. $loader->classMap = ComposerStaticInitDontChange::$classMap;
  72. }, null, ClassLoader::class);
  73. }
  74. }