autoload_static.php 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. );
  15. public static $prefixDirsPsr4 = array (
  16. 'PrivateBin\\' =>
  17. array (
  18. 0 => __DIR__ . '/../..' . '/lib',
  19. ),
  20. );
  21. public static $prefixesPsr0 = array (
  22. 'I' =>
  23. array (
  24. 'Identicon' =>
  25. array (
  26. 0 => __DIR__ . '/..' . '/yzalis/identicon/src',
  27. ),
  28. ),
  29. );
  30. public static $classMap = array (
  31. 'Identicon\\Generator\\BaseGenerator' => __DIR__ . '/..' . '/yzalis/identicon/src/Identicon/Generator/BaseGenerator.php',
  32. 'Identicon\\Generator\\GdGenerator' => __DIR__ . '/..' . '/yzalis/identicon/src/Identicon/Generator/GdGenerator.php',
  33. 'Identicon\\Generator\\GeneratorInterface' => __DIR__ . '/..' . '/yzalis/identicon/src/Identicon/Generator/GeneratorInterface.php',
  34. 'Identicon\\Generator\\ImageMagickGenerator' => __DIR__ . '/..' . '/yzalis/identicon/src/Identicon/Generator/ImageMagickGenerator.php',
  35. 'Identicon\\Identicon' => __DIR__ . '/..' . '/yzalis/identicon/src/Identicon/Identicon.php',
  36. 'PrivateBin\\Configuration' => __DIR__ . '/../..' . '/lib/Configuration.php',
  37. 'PrivateBin\\Data\\AbstractData' => __DIR__ . '/../..' . '/lib/Data/AbstractData.php',
  38. 'PrivateBin\\Data\\Database' => __DIR__ . '/../..' . '/lib/Data/Database.php',
  39. 'PrivateBin\\Data\\Filesystem' => __DIR__ . '/../..' . '/lib/Data/Filesystem.php',
  40. 'PrivateBin\\Filter' => __DIR__ . '/../..' . '/lib/Filter.php',
  41. 'PrivateBin\\I18n' => __DIR__ . '/../..' . '/lib/I18n.php',
  42. 'PrivateBin\\Json' => __DIR__ . '/../..' . '/lib/Json.php',
  43. 'PrivateBin\\Model' => __DIR__ . '/../..' . '/lib/Model.php',
  44. 'PrivateBin\\Model\\AbstractModel' => __DIR__ . '/../..' . '/lib/Model/AbstractModel.php',
  45. 'PrivateBin\\Model\\Comment' => __DIR__ . '/../..' . '/lib/Model/Comment.php',
  46. 'PrivateBin\\Model\\Paste' => __DIR__ . '/../..' . '/lib/Model/Paste.php',
  47. 'PrivateBin\\Persistence\\AbstractPersistence' => __DIR__ . '/../..' . '/lib/Persistence/AbstractPersistence.php',
  48. 'PrivateBin\\Persistence\\PurgeLimiter' => __DIR__ . '/../..' . '/lib/Persistence/PurgeLimiter.php',
  49. 'PrivateBin\\Persistence\\ServerSalt' => __DIR__ . '/../..' . '/lib/Persistence/ServerSalt.php',
  50. 'PrivateBin\\Persistence\\TrafficLimiter' => __DIR__ . '/../..' . '/lib/Persistence/TrafficLimiter.php',
  51. 'PrivateBin\\PrivateBin' => __DIR__ . '/../..' . '/lib/PrivateBin.php',
  52. 'PrivateBin\\Request' => __DIR__ . '/../..' . '/lib/Request.php',
  53. 'PrivateBin\\Sjcl' => __DIR__ . '/../..' . '/lib/Sjcl.php',
  54. 'PrivateBin\\View' => __DIR__ . '/../..' . '/lib/View.php',
  55. 'PrivateBin\\Vizhash16x16' => __DIR__ . '/../..' . '/lib/Vizhash16x16.php',
  56. );
  57. public static function getInitializer(ClassLoader $loader)
  58. {
  59. return \Closure::bind(function () use ($loader) {
  60. $loader->prefixLengthsPsr4 = ComposerStaticInitDontChange::$prefixLengthsPsr4;
  61. $loader->prefixDirsPsr4 = ComposerStaticInitDontChange::$prefixDirsPsr4;
  62. $loader->prefixesPsr0 = ComposerStaticInitDontChange::$prefixesPsr0;
  63. $loader->classMap = ComposerStaticInitDontChange::$classMap;
  64. }, null, ClassLoader::class);
  65. }
  66. }