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