[ Index ]

PHP Cross Reference of YOURLS

title

Body

[close]

/includes/vendor/composer/ -> autoload_static.php (source)

   1  <?php
   2  
   3  // autoload_static.php @generated by Composer
   4  
   5  namespace Composer\Autoload;
   6  
   7  class ComposerStaticInit1d5e2036274043d1e0e9e3243991653e
   8  {
   9      public static $files = array (
  10          'e69f7f6ee287b969198c3c9d6777bd38' => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer/bootstrap.php',
  11          'b45b351e6b6f7487d819961fef2fda77' => __DIR__ . '/..' . '/jakeasmith/http_build_url/src/http_build_url.php',
  12          '941748b3c8cae4466c827dfb5ca9602a' => __DIR__ . '/..' . '/rmccue/requests/library/Deprecated.php',
  13          'f598d06aa772fa33d905e87be6398fb1' => __DIR__ . '/..' . '/symfony/polyfill-intl-idn/bootstrap.php',
  14          '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
  15      );
  16  
  17      public static $prefixLengthsPsr4 = array (
  18          'Y' =>
  19          array (
  20              'YOURLS\\' => 7,
  21          ),
  22          'W' =>
  23          array (
  24              'WpOrg\\Requests\\' => 15,
  25          ),
  26          'S' =>
  27          array (
  28              'Symfony\\Polyfill\\Mbstring\\' => 26,
  29              'Symfony\\Polyfill\\Intl\\Normalizer\\' => 33,
  30              'Symfony\\Polyfill\\Intl\\Idn\\' => 26,
  31              'Spatie\\ArrayToXml\\' => 18,
  32          ),
  33          'P' =>
  34          array (
  35              'Psr\\Log\\' => 8,
  36              'POMO\\' => 5,
  37          ),
  38          'O' =>
  39          array (
  40              'Ozh\\Bookmarkletgen\\' => 19,
  41          ),
  42          'M' =>
  43          array (
  44              'MaxMind\\WebService\\' => 19,
  45              'MaxMind\\Exception\\' => 18,
  46              'MaxMind\\Db\\' => 11,
  47          ),
  48          'G' =>
  49          array (
  50              'GeoIp2\\' => 7,
  51          ),
  52          'C' =>
  53          array (
  54              'Composer\\CaBundle\\' => 18,
  55          ),
  56          'A' =>
  57          array (
  58              'Aura\\Sql\\' => 9,
  59          ),
  60      );
  61  
  62      public static $prefixDirsPsr4 = array (
  63          'YOURLS\\' =>
  64          array (
  65              0 => __DIR__ . '/../../..' . '/includes',
  66          ),
  67          'WpOrg\\Requests\\' =>
  68          array (
  69              0 => __DIR__ . '/..' . '/rmccue/requests/src',
  70          ),
  71          'Symfony\\Polyfill\\Mbstring\\' =>
  72          array (
  73              0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
  74          ),
  75          'Symfony\\Polyfill\\Intl\\Normalizer\\' =>
  76          array (
  77              0 => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer',
  78          ),
  79          'Symfony\\Polyfill\\Intl\\Idn\\' =>
  80          array (
  81              0 => __DIR__ . '/..' . '/symfony/polyfill-intl-idn',
  82          ),
  83          'Spatie\\ArrayToXml\\' =>
  84          array (
  85              0 => __DIR__ . '/..' . '/spatie/array-to-xml/src',
  86          ),
  87          'Psr\\Log\\' =>
  88          array (
  89              0 => __DIR__ . '/..' . '/psr/log/src',
  90          ),
  91          'POMO\\' =>
  92          array (
  93              0 => __DIR__ . '/..' . '/pomo/pomo/src',
  94          ),
  95          'Ozh\\Bookmarkletgen\\' =>
  96          array (
  97              0 => __DIR__ . '/..' . '/ozh/bookmarkletgen/src',
  98          ),
  99          'MaxMind\\WebService\\' =>
 100          array (
 101              0 => __DIR__ . '/..' . '/maxmind/web-service-common/src/WebService',
 102          ),
 103          'MaxMind\\Exception\\' =>
 104          array (
 105              0 => __DIR__ . '/..' . '/maxmind/web-service-common/src/Exception',
 106          ),
 107          'MaxMind\\Db\\' =>
 108          array (
 109              0 => __DIR__ . '/..' . '/maxmind-db/reader/src/MaxMind/Db',
 110          ),
 111          'GeoIp2\\' =>
 112          array (
 113              0 => __DIR__ . '/..' . '/geoip2/geoip2/src',
 114          ),
 115          'Composer\\CaBundle\\' =>
 116          array (
 117              0 => __DIR__ . '/..' . '/composer/ca-bundle/src',
 118          ),
 119          'Aura\\Sql\\' =>
 120          array (
 121              0 => __DIR__ . '/..' . '/aura/sql/src',
 122          ),
 123      );
 124  
 125      public static $classMap = array (
 126          'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
 127          'Normalizer' => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php',
 128          'Requests' => __DIR__ . '/..' . '/rmccue/requests/library/Requests.php',
 129      );
 130  
 131      public static function getInitializer(ClassLoader $loader)
 132      {
 133          return \Closure::bind(function () use ($loader) {
 134              $loader->prefixLengthsPsr4 = ComposerStaticInit1d5e2036274043d1e0e9e3243991653e::$prefixLengthsPsr4;
 135              $loader->prefixDirsPsr4 = ComposerStaticInit1d5e2036274043d1e0e9e3243991653e::$prefixDirsPsr4;
 136              $loader->classMap = ComposerStaticInit1d5e2036274043d1e0e9e3243991653e::$classMap;
 137  
 138          }, null, ClassLoader::class);
 139      }
 140  }


Generated: Mon Jul 13 05:10:57 2026 Cross-referenced by PHPXref 0.7.1