[ Index ] |
PHP Cross Reference of YOURLS |
[Summary view] [Print] [Text view]
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 'M' => 39 array ( 40 'MaxMind\\WebService\\' => 19, 41 'MaxMind\\Exception\\' => 18, 42 'MaxMind\\Db\\' => 11, 43 ), 44 'G' => 45 array ( 46 'GeoIp2\\' => 7, 47 ), 48 'C' => 49 array ( 50 'Composer\\CaBundle\\' => 18, 51 ), 52 'A' => 53 array ( 54 'Aura\\Sql\\' => 9, 55 ), 56 ); 57 58 public static $prefixDirsPsr4 = array ( 59 'YOURLS\\' => 60 array ( 61 0 => __DIR__ . '/../../..' . '/includes', 62 ), 63 'WpOrg\\Requests\\' => 64 array ( 65 0 => __DIR__ . '/..' . '/rmccue/requests/src', 66 ), 67 'Symfony\\Polyfill\\Mbstring\\' => 68 array ( 69 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring', 70 ), 71 'Symfony\\Polyfill\\Intl\\Normalizer\\' => 72 array ( 73 0 => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer', 74 ), 75 'Symfony\\Polyfill\\Intl\\Idn\\' => 76 array ( 77 0 => __DIR__ . '/..' . '/symfony/polyfill-intl-idn', 78 ), 79 'Spatie\\ArrayToXml\\' => 80 array ( 81 0 => __DIR__ . '/..' . '/spatie/array-to-xml/src', 82 ), 83 'Psr\\Log\\' => 84 array ( 85 0 => __DIR__ . '/..' . '/psr/log/src', 86 ), 87 'POMO\\' => 88 array ( 89 0 => __DIR__ . '/..' . '/pomo/pomo/src', 90 ), 91 'MaxMind\\WebService\\' => 92 array ( 93 0 => __DIR__ . '/..' . '/maxmind/web-service-common/src/WebService', 94 ), 95 'MaxMind\\Exception\\' => 96 array ( 97 0 => __DIR__ . '/..' . '/maxmind/web-service-common/src/Exception', 98 ), 99 'MaxMind\\Db\\' => 100 array ( 101 0 => __DIR__ . '/..' . '/maxmind-db/reader/src/MaxMind/Db', 102 ), 103 'GeoIp2\\' => 104 array ( 105 0 => __DIR__ . '/..' . '/geoip2/geoip2/src', 106 ), 107 'Composer\\CaBundle\\' => 108 array ( 109 0 => __DIR__ . '/..' . '/composer/ca-bundle/src', 110 ), 111 'Aura\\Sql\\' => 112 array ( 113 0 => __DIR__ . '/..' . '/aura/sql/src', 114 ), 115 ); 116 117 public static $prefixesPsr0 = array ( 118 'O' => 119 array ( 120 'Ozh\\Bookmarkletgen\\' => 121 array ( 122 0 => __DIR__ . '/..' . '/ozh/bookmarkletgen/src', 123 ), 124 ), 125 ); 126 127 public static $classMap = array ( 128 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', 129 'Normalizer' => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php', 130 'Requests' => __DIR__ . '/..' . '/rmccue/requests/library/Requests.php', 131 ); 132 133 public static function getInitializer(ClassLoader $loader) 134 { 135 return \Closure::bind(function () use ($loader) { 136 $loader->prefixLengthsPsr4 = ComposerStaticInit1d5e2036274043d1e0e9e3243991653e::$prefixLengthsPsr4; 137 $loader->prefixDirsPsr4 = ComposerStaticInit1d5e2036274043d1e0e9e3243991653e::$prefixDirsPsr4; 138 $loader->prefixesPsr0 = ComposerStaticInit1d5e2036274043d1e0e9e3243991653e::$prefixesPsr0; 139 $loader->classMap = ComposerStaticInit1d5e2036274043d1e0e9e3243991653e::$classMap; 140 141 }, null, ClassLoader::class); 142 } 143 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Apr 1 05:10:01 2025 | Cross-referenced by PHPXref 0.7.1 |