You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
303 lines
11 KiB
303 lines
11 KiB
<?php |
|
|
|
// autoload_static.php @generated by Composer |
|
|
|
namespace Composer\Autoload; |
|
|
|
class ComposerStaticInit0a1ab49174e01f0e768a11a22cefa5af |
|
{ |
|
public static $files = array ( |
|
'9b552a3cc426e3287cc811caefa3cf53' => __DIR__ . '/..' . '/topthink/think-helper/src/helper.php', |
|
'7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php', |
|
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php', |
|
'35fab96057f1bf5e7aba31a8a6d5fdde' => __DIR__ . '/..' . '/topthink/think-orm/stubs/load_stubs.php', |
|
'6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php', |
|
'c964ee0ededf28c96ebd9db5099ef910' => __DIR__ . '/..' . '/guzzlehttp/promises/src/functions_include.php', |
|
'37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php', |
|
'320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php', |
|
'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php', |
|
'25072dd6e2470089de65ae7bf11d3109' => __DIR__ . '/..' . '/symfony/polyfill-php72/bootstrap.php', |
|
'd767e4fc2dc52fe66584ab8c6684783e' => __DIR__ . '/..' . '/adbario/php-dot-notation/src/helpers.php', |
|
'65fec9ebcfbb3cbb4fd0d519687aea01' => __DIR__ . '/..' . '/danielstjules/stringy/src/Create.php', |
|
'b067bc7112e384b61c701452d53a14a8' => __DIR__ . '/..' . '/mtdowling/jmespath.php/src/JmesPath.php', |
|
'2cffec82183ee1cea088009cef9a6fc3' => __DIR__ . '/..' . '/ezyang/htmlpurifier/library/HTMLPurifier.composer.php', |
|
'667aeda72477189d0494fecd327c3641' => __DIR__ . '/..' . '/symfony/var-dumper/Resources/functions/dump.php', |
|
'66453932bc1be9fb2f910a27947d11b6' => __DIR__ . '/..' . '/alibabacloud/client/src/Functions.php', |
|
'1cfd2761b63b0a29ed23657ea394cb2d' => __DIR__ . '/..' . '/topthink/think-captcha/src/helper.php', |
|
); |
|
|
|
public static $prefixLengthsPsr4 = array ( |
|
't' => |
|
array ( |
|
'think\\worker\\' => 13, |
|
'think\\view\\driver\\' => 18, |
|
'think\\trace\\' => 12, |
|
'think\\captcha\\' => 14, |
|
'think\\app\\' => 10, |
|
'think\\' => 6, |
|
), |
|
'c' => |
|
array ( |
|
'clagiordano\\weblibs\\configmanager\\' => 34, |
|
), |
|
'a' => |
|
array ( |
|
'app\\' => 4, |
|
), |
|
'Z' => |
|
array ( |
|
'ZipStream\\' => 10, |
|
), |
|
'W' => |
|
array ( |
|
'Workerman\\' => 10, |
|
), |
|
'S' => |
|
array ( |
|
'Symfony\\Polyfill\\Php80\\' => 23, |
|
'Symfony\\Polyfill\\Php72\\' => 23, |
|
'Symfony\\Polyfill\\Mbstring\\' => 26, |
|
'Symfony\\Polyfill\\Ctype\\' => 23, |
|
'Symfony\\Component\\Yaml\\' => 23, |
|
'Symfony\\Component\\VarDumper\\' => 28, |
|
'Stringy\\' => 8, |
|
'Stichoza\\GoogleTranslate\\' => 25, |
|
), |
|
'P' => |
|
array ( |
|
'Psr\\SimpleCache\\' => 16, |
|
'Psr\\Log\\' => 8, |
|
'Psr\\Http\\Message\\' => 17, |
|
'Psr\\Http\\Client\\' => 16, |
|
'Psr\\Container\\' => 14, |
|
'Psr\\Cache\\' => 10, |
|
'PhpOffice\\PhpSpreadsheet\\' => 25, |
|
), |
|
'M' => |
|
array ( |
|
'MyCLabs\\Enum\\' => 13, |
|
'Matrix\\' => 7, |
|
), |
|
'L' => |
|
array ( |
|
'League\\MimeTypeDetection\\' => 25, |
|
'League\\Flysystem\\Cached\\' => 24, |
|
'League\\Flysystem\\' => 17, |
|
), |
|
'J' => |
|
array ( |
|
'JmesPath\\' => 9, |
|
), |
|
'G' => |
|
array ( |
|
'GuzzleHttp\\Psr7\\' => 16, |
|
'GuzzleHttp\\Promise\\' => 19, |
|
'GuzzleHttp\\' => 11, |
|
'GatewayWorker\\' => 14, |
|
), |
|
'C' => |
|
array ( |
|
'Complex\\' => 8, |
|
), |
|
'A' => |
|
array ( |
|
'AlibabaCloud\\Client\\' => 20, |
|
'Adbar\\' => 6, |
|
), |
|
); |
|
|
|
public static $prefixDirsPsr4 = array ( |
|
'think\\worker\\' => |
|
array ( |
|
0 => __DIR__ . '/..' . '/topthink/think-worker/src', |
|
), |
|
'think\\view\\driver\\' => |
|
array ( |
|
0 => __DIR__ . '/..' . '/topthink/think-view/src', |
|
), |
|
'think\\trace\\' => |
|
array ( |
|
0 => __DIR__ . '/..' . '/topthink/think-trace/src', |
|
), |
|
'think\\captcha\\' => |
|
array ( |
|
0 => __DIR__ . '/..' . '/topthink/think-captcha/src', |
|
), |
|
'think\\app\\' => |
|
array ( |
|
0 => __DIR__ . '/..' . '/topthink/think-multi-app/src', |
|
), |
|
'think\\' => |
|
array ( |
|
0 => __DIR__ . '/..' . '/topthink/think-image/src', |
|
1 => __DIR__ . '/..' . '/topthink/think-helper/src', |
|
2 => __DIR__ . '/..' . '/topthink/think-orm/src', |
|
3 => __DIR__ . '/..' . '/topthink/framework/src/think', |
|
4 => __DIR__ . '/..' . '/topthink/think-template/src', |
|
), |
|
'clagiordano\\weblibs\\configmanager\\' => |
|
array ( |
|
0 => __DIR__ . '/..' . '/clagiordano/weblibs-configmanager/src', |
|
), |
|
'app\\' => |
|
array ( |
|
0 => __DIR__ . '/../..' . '/app', |
|
), |
|
'ZipStream\\' => |
|
array ( |
|
0 => __DIR__ . '/..' . '/maennchen/zipstream-php/src', |
|
), |
|
'Workerman\\' => |
|
array ( |
|
0 => __DIR__ . '/..' . '/workerman/workerman', |
|
), |
|
'Symfony\\Polyfill\\Php80\\' => |
|
array ( |
|
0 => __DIR__ . '/..' . '/symfony/polyfill-php80', |
|
), |
|
'Symfony\\Polyfill\\Php72\\' => |
|
array ( |
|
0 => __DIR__ . '/..' . '/symfony/polyfill-php72', |
|
), |
|
'Symfony\\Polyfill\\Mbstring\\' => |
|
array ( |
|
0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring', |
|
), |
|
'Symfony\\Polyfill\\Ctype\\' => |
|
array ( |
|
0 => __DIR__ . '/..' . '/symfony/polyfill-ctype', |
|
), |
|
'Symfony\\Component\\Yaml\\' => |
|
array ( |
|
0 => __DIR__ . '/..' . '/symfony/yaml', |
|
), |
|
'Symfony\\Component\\VarDumper\\' => |
|
array ( |
|
0 => __DIR__ . '/..' . '/symfony/var-dumper', |
|
), |
|
'Stringy\\' => |
|
array ( |
|
0 => __DIR__ . '/..' . '/danielstjules/stringy/src', |
|
), |
|
'Stichoza\\GoogleTranslate\\' => |
|
array ( |
|
0 => __DIR__ . '/..' . '/stichoza/google-translate-php/src', |
|
), |
|
'Psr\\SimpleCache\\' => |
|
array ( |
|
0 => __DIR__ . '/..' . '/psr/simple-cache/src', |
|
), |
|
'Psr\\Log\\' => |
|
array ( |
|
0 => __DIR__ . '/..' . '/psr/log/Psr/Log', |
|
), |
|
'Psr\\Http\\Message\\' => |
|
array ( |
|
0 => __DIR__ . '/..' . '/psr/http-factory/src', |
|
1 => __DIR__ . '/..' . '/psr/http-message/src', |
|
), |
|
'Psr\\Http\\Client\\' => |
|
array ( |
|
0 => __DIR__ . '/..' . '/psr/http-client/src', |
|
), |
|
'Psr\\Container\\' => |
|
array ( |
|
0 => __DIR__ . '/..' . '/psr/container/src', |
|
), |
|
'Psr\\Cache\\' => |
|
array ( |
|
0 => __DIR__ . '/..' . '/psr/cache/src', |
|
), |
|
'PhpOffice\\PhpSpreadsheet\\' => |
|
array ( |
|
0 => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet', |
|
), |
|
'MyCLabs\\Enum\\' => |
|
array ( |
|
0 => __DIR__ . '/..' . '/myclabs/php-enum/src', |
|
), |
|
'Matrix\\' => |
|
array ( |
|
0 => __DIR__ . '/..' . '/markbaker/matrix/classes/src', |
|
), |
|
'League\\MimeTypeDetection\\' => |
|
array ( |
|
0 => __DIR__ . '/..' . '/league/mime-type-detection/src', |
|
), |
|
'League\\Flysystem\\Cached\\' => |
|
array ( |
|
0 => __DIR__ . '/..' . '/league/flysystem-cached-adapter/src', |
|
), |
|
'League\\Flysystem\\' => |
|
array ( |
|
0 => __DIR__ . '/..' . '/league/flysystem/src', |
|
), |
|
'JmesPath\\' => |
|
array ( |
|
0 => __DIR__ . '/..' . '/mtdowling/jmespath.php/src', |
|
), |
|
'GuzzleHttp\\Psr7\\' => |
|
array ( |
|
0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src', |
|
), |
|
'GuzzleHttp\\Promise\\' => |
|
array ( |
|
0 => __DIR__ . '/..' . '/guzzlehttp/promises/src', |
|
), |
|
'GuzzleHttp\\' => |
|
array ( |
|
0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src', |
|
), |
|
'GatewayWorker\\' => |
|
array ( |
|
0 => __DIR__ . '/..' . '/workerman/gateway-worker/src', |
|
), |
|
'Complex\\' => |
|
array ( |
|
0 => __DIR__ . '/..' . '/markbaker/complex/classes/src', |
|
), |
|
'AlibabaCloud\\Client\\' => |
|
array ( |
|
0 => __DIR__ . '/..' . '/alibabacloud/client/src', |
|
), |
|
'Adbar\\' => |
|
array ( |
|
0 => __DIR__ . '/..' . '/adbario/php-dot-notation/src', |
|
), |
|
); |
|
|
|
public static $prefixesPsr0 = array ( |
|
'H' => |
|
array ( |
|
'HTMLPurifier' => |
|
array ( |
|
0 => __DIR__ . '/..' . '/ezyang/htmlpurifier/library', |
|
), |
|
), |
|
); |
|
|
|
public static $fallbackDirsPsr0 = array ( |
|
0 => __DIR__ . '/../..' . '/extend', |
|
); |
|
|
|
public static $classMap = array ( |
|
'Attribute' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Attribute.php', |
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
|
'PhpToken' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php', |
|
'Stringable' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Stringable.php', |
|
'UnhandledMatchError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php', |
|
'ValueError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/ValueError.php', |
|
); |
|
|
|
public static function getInitializer(ClassLoader $loader) |
|
{ |
|
return \Closure::bind(function () use ($loader) { |
|
$loader->prefixLengthsPsr4 = ComposerStaticInit0a1ab49174e01f0e768a11a22cefa5af::$prefixLengthsPsr4; |
|
$loader->prefixDirsPsr4 = ComposerStaticInit0a1ab49174e01f0e768a11a22cefa5af::$prefixDirsPsr4; |
|
$loader->prefixesPsr0 = ComposerStaticInit0a1ab49174e01f0e768a11a22cefa5af::$prefixesPsr0; |
|
$loader->fallbackDirsPsr0 = ComposerStaticInit0a1ab49174e01f0e768a11a22cefa5af::$fallbackDirsPsr0; |
|
$loader->classMap = ComposerStaticInit0a1ab49174e01f0e768a11a22cefa5af::$classMap; |
|
|
|
}, null, ClassLoader::class); |
|
} |
|
}
|
|
|