__DIR__ . '/..' . '/topthink/think-helper/src/helper.php', '35fab96057f1bf5e7aba31a8a6d5fdde' => __DIR__ . '/..' . '/topthink/think-orm/stubs/load_stubs.php', '2cffec82183ee1cea088009cef9a6fc3' => __DIR__ . '/..' . '/ezyang/htmlpurifier/library/HTMLPurifier.composer.php', '1cfd2761b63b0a29ed23657ea394cb2d' => __DIR__ . '/..' . '/topthink/think-captcha/src/helper.php', '22ae91e0a0181f0ca9a02b9dde87e558' => __DIR__ . '/..' . '/thinkcmf/cmf/src/common.php', '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php', '25072dd6e2470089de65ae7bf11d3109' => __DIR__ . '/..' . '/symfony/polyfill-php72/bootstrap.php', 'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php', '667aeda72477189d0494fecd327c3641' => __DIR__ . '/..' . '/symfony/var-dumper/Resources/functions/dump.php', ); public static $prefixLengthsPsr4 = array ( 'w' => array ( 'wxapp\\' => 6, ), 't' => array ( 'tree\\' => 5, 'think\\view\\driver\\' => 18, 'think\\trace\\' => 12, 'think\\captcha\\' => 14, 'think\\' => 6, 'themes\\' => 7, ), 'p' => array ( 'plugins\\' => 8, ), 'm' => array ( 'mindplay\\annotations\\' => 21, ), 'd' => array ( 'dir\\' => 4, ), 'c' => array ( 'cmf\\composer\\' => 13, 'cmf\\' => 4, ), 'a' => array ( 'app\\admin\\' => 10, 'app\\' => 4, 'api\\' => 4, ), 'S' => array ( 'Symfony\\Polyfill\\Php80\\' => 23, 'Symfony\\Polyfill\\Php72\\' => 23, 'Symfony\\Polyfill\\Mbstring\\' => 26, 'Symfony\\Component\\VarDumper\\' => 28, ), 'P' => array ( 'Psr\\SimpleCache\\' => 16, 'Psr\\Log\\' => 8, 'Psr\\Container\\' => 14, 'Psr\\Cache\\' => 10, 'PHPMailer\\PHPMailer\\' => 20, ), 'L' => array ( 'League\\MimeTypeDetection\\' => 25, 'League\\Flysystem\\Cached\\' => 24, 'League\\Flysystem\\' => 17, ), ); public static $prefixDirsPsr4 = array ( 'wxapp\\' => array ( 0 => __DIR__ . '/..' . '/thinkcmf/cmf-extend/src/wxapp', ), 'tree\\' => array ( 0 => __DIR__ . '/..' . '/thinkcmf/cmf-extend/src/tree', ), 'think\\view\\driver\\' => array ( 0 => __DIR__ . '/..' . '/thinkcmf/think-view/src', ), 'think\\trace\\' => array ( 0 => __DIR__ . '/..' . '/topthink/think-trace/src', ), 'think\\captcha\\' => array ( 0 => __DIR__ . '/..' . '/topthink/think-captcha/src', ), 'think\\' => array ( 0 => __DIR__ . '/..' . '/thinkcmf/cmf-route/src', 1 => __DIR__ . '/..' . '/thinkcmf/think-template/src', 2 => __DIR__ . '/..' . '/topthink/framework/src/think', 3 => __DIR__ . '/..' . '/topthink/think-helper/src', 4 => __DIR__ . '/..' . '/topthink/think-orm/src', ), 'themes\\' => array ( 0 => __DIR__ . '/../..' . '/public/themes', ), 'plugins\\' => array ( 0 => __DIR__ . '/../..' . '/public/plugins', ), 'mindplay\\annotations\\' => array ( 0 => __DIR__ . '/..' . '/mindplay/annotations/src/annotations', ), 'dir\\' => array ( 0 => __DIR__ . '/..' . '/thinkcmf/cmf-extend/src/dir', ), 'cmf\\composer\\' => array ( 0 => __DIR__ . '/..' . '/thinkcmf/cmf-root/src', ), 'cmf\\' => array ( 0 => __DIR__ . '/..' . '/thinkcmf/cmf/src', ), 'app\\admin\\' => array ( 0 => __DIR__ . '/..' . '/thinkcmf/cmf-appstore/src', ), 'app\\' => array ( 0 => __DIR__ . '/../..' . '/app', 1 => __DIR__ . '/..' . '/thinkcmf/cmf-app/src', 2 => __DIR__ . '/..' . '/thinkcmf/cmf-install/src', ), 'api\\' => array ( 0 => __DIR__ . '/../..' . '/api', 1 => __DIR__ . '/..' . '/thinkcmf/cmf-api/src', ), '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\\Component\\VarDumper\\' => array ( 0 => __DIR__ . '/..' . '/symfony/var-dumper', ), 'Psr\\SimpleCache\\' => array ( 0 => __DIR__ . '/..' . '/psr/simple-cache/src', ), 'Psr\\Log\\' => array ( 0 => __DIR__ . '/..' . '/psr/log/Psr/Log', ), 'Psr\\Container\\' => array ( 0 => __DIR__ . '/..' . '/psr/container/src', ), 'Psr\\Cache\\' => array ( 0 => __DIR__ . '/..' . '/psr/cache/src', ), 'PHPMailer\\PHPMailer\\' => array ( 0 => __DIR__ . '/..' . '/phpmailer/phpmailer/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', ), ); 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', 'Callback' => __DIR__ . '/..' . '/electrolinux/phpquery/phpQuery/phpQuery/Callback.php', 'CallbackBody' => __DIR__ . '/..' . '/electrolinux/phpquery/phpQuery/phpQuery/Callback.php', 'CallbackParam' => __DIR__ . '/..' . '/electrolinux/phpquery/phpQuery/phpQuery/Callback.php', 'CallbackParameterToReference' => __DIR__ . '/..' . '/electrolinux/phpquery/phpQuery/phpQuery/Callback.php', 'CallbackReturnReference' => __DIR__ . '/..' . '/electrolinux/phpquery/phpQuery/phpQuery/Callback.php', 'CallbackReturnValue' => __DIR__ . '/..' . '/electrolinux/phpquery/phpQuery/phpQuery/Callback.php', 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', 'DOMDocumentWrapper' => __DIR__ . '/..' . '/electrolinux/phpquery/phpQuery/phpQuery/DOMDocumentWrapper.php', 'DOMEvent' => __DIR__ . '/..' . '/electrolinux/phpquery/phpQuery/phpQuery/DOMEvent.php', 'ICallbackNamed' => __DIR__ . '/..' . '/electrolinux/phpquery/phpQuery/phpQuery/Callback.php', 'PclZip' => __DIR__ . '/..' . '/chamilo/pclzip/pclzip.lib.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', 'phpQuery' => __DIR__ . '/..' . '/electrolinux/phpquery/phpQuery/phpQuery.php', 'phpQueryEvents' => __DIR__ . '/..' . '/electrolinux/phpquery/phpQuery/phpQuery/phpQueryEvents.php', 'phpQueryObject' => __DIR__ . '/..' . '/electrolinux/phpquery/phpQuery/phpQuery/phpQueryObject.php', 'phpQueryObjectPlugin_Scripts' => __DIR__ . '/..' . '/electrolinux/phpquery/phpQuery/phpQuery/plugins/Scripts.php', 'phpQueryObjectPlugin_WebBrowser' => __DIR__ . '/..' . '/electrolinux/phpquery/phpQuery/phpQuery/plugins/WebBrowser.php', 'phpQueryObjectPlugin_example' => __DIR__ . '/..' . '/electrolinux/phpquery/phpQuery/phpQuery/plugins/example.php', 'phpQueryPlugin_Scripts' => __DIR__ . '/..' . '/electrolinux/phpquery/phpQuery/phpQuery/plugins/Scripts.php', 'phpQueryPlugin_WebBrowser' => __DIR__ . '/..' . '/electrolinux/phpquery/phpQuery/phpQuery/plugins/WebBrowser.php', 'phpQueryPlugin_example' => __DIR__ . '/..' . '/electrolinux/phpquery/phpQuery/phpQuery/plugins/example.php', 'phpQueryPlugins' => __DIR__ . '/..' . '/electrolinux/phpquery/phpQuery/phpQuery.php', 'think\\App' => __DIR__ . '/..' . '/thinkcmf/cmf/src/App.php', 'think\\Http' => __DIR__ . '/..' . '/thinkcmf/cmf-route/src/Http.php', 'think\\Route' => __DIR__ . '/..' . '/thinkcmf/cmf-route/src/Route.php', 'think\\View' => __DIR__ . '/..' . '/thinkcmf/think-template/src/View.php', 'think\\captcha\\Captcha' => __DIR__ . '/..' . '/thinkcmf/cmf/src/captcha/Captcha.php', 'think\\console\\command\\VendorPublish' => __DIR__ . '/..' . '/thinkcmf/cmf/src/console/command/VendorPublish.php', 'think\\route\\Rule' => __DIR__ . '/..' . '/thinkcmf/cmf-route/src/route/Rule.php', 'think\\route\\Url' => __DIR__ . '/..' . '/thinkcmf/cmf-route/src/route/Url.php', 'think\\route\\dispatch\\Controller' => __DIR__ . '/..' . '/thinkcmf/cmf-route/src/route/dispatch/Controller.php', 'think\\route\\dispatch\\Url' => __DIR__ . '/..' . '/thinkcmf/cmf-route/src/route/dispatch/Url.php', ); public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { $loader->prefixLengthsPsr4 = ComposerStaticInit409e436a19c882513f3c7d0ffdfd059f::$prefixLengthsPsr4; $loader->prefixDirsPsr4 = ComposerStaticInit409e436a19c882513f3c7d0ffdfd059f::$prefixDirsPsr4; $loader->prefixesPsr0 = ComposerStaticInit409e436a19c882513f3c7d0ffdfd059f::$prefixesPsr0; $loader->fallbackDirsPsr0 = ComposerStaticInit409e436a19c882513f3c7d0ffdfd059f::$fallbackDirsPsr0; $loader->classMap = ComposerStaticInit409e436a19c882513f3c7d0ffdfd059f::$classMap; }, null, ClassLoader::class); } }