| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238 |
- <?php
- // autoload_static.php @generated by Composer
- namespace Composer\Autoload;
- class ComposerStaticInit409e436a19c882513f3c7d0ffdfd059f
- {
- public static $files = array (
- '9b552a3cc426e3287cc811caefa3cf53' => __DIR__ . '/..' . '/topthink/think-helper/src/helper.php',
- '35fab96057f1bf5e7aba31a8a6d5fdde' => __DIR__ . '/..' . '/topthink/think-orm/stubs/load_stubs.php',
- '2cffec82183ee1cea088009cef9a6fc3' => __DIR__ . '/..' . '/ezyang/htmlpurifier/library/HTMLPurifier.composer.php',
- '22ae91e0a0181f0ca9a02b9dde87e558' => __DIR__ . '/..' . '/thinkcmf/cmf/src/common.php',
- );
- public static $prefixLengthsPsr4 = array (
- 'w' =>
- array (
- 'wxapp\\' => 6,
- ),
- 't' =>
- array (
- 'tree\\' => 5,
- 'think\\trace\\' => 12,
- 'think\\migration\\' => 16,
- '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,
- ),
- 'P' =>
- array (
- 'Psr\\SimpleCache\\' => 16,
- 'Psr\\Log\\' => 8,
- 'Psr\\Http\\Message\\' => 17,
- 'Psr\\Container\\' => 14,
- 'Psr\\Cache\\' => 10,
- 'Phinx\\' => 6,
- '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\\trace\\' =>
- array (
- 0 => __DIR__ . '/..' . '/topthink/think-trace/src',
- ),
- 'think\\migration\\' =>
- array (
- 0 => __DIR__ . '/..' . '/xia/migration/src',
- ),
- 'think\\captcha\\' =>
- array (
- 0 => __DIR__ . '/..' . '/thinkcmf/cmf-captcha/src',
- ),
- 'think\\' =>
- array (
- 0 => __DIR__ . '/..' . '/topthink/framework/src/think',
- 1 => __DIR__ . '/..' . '/topthink/think-helper/src',
- 2 => __DIR__ . '/..' . '/topthink/think-orm/src',
- 3 => __DIR__ . '/..' . '/thinkcmf/cmf/think',
- ),
- '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-install/src',
- 2 => __DIR__ . '/..' . '/thinkcmf/cmf-app/src',
- ),
- 'api\\' =>
- array (
- 0 => __DIR__ . '/../..' . '/api',
- 1 => __DIR__ . '/..' . '/thinkcmf/cmf-api/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-message/src',
- ),
- 'Psr\\Container\\' =>
- array (
- 0 => __DIR__ . '/..' . '/psr/container/src',
- ),
- 'Psr\\Cache\\' =>
- array (
- 0 => __DIR__ . '/..' . '/psr/cache/src',
- ),
- 'Phinx\\' =>
- array (
- 0 => __DIR__ . '/..' . '/xia/migration/phinx/src/Phinx',
- ),
- '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 (
- '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',
- '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/think/App.php',
- 'think\\Console' => __DIR__ . '/..' . '/thinkcmf/cmf/think/Console.php',
- 'think\\Http' => __DIR__ . '/..' . '/thinkcmf/cmf/think/Http.php',
- 'think\\Route' => __DIR__ . '/..' . '/thinkcmf/cmf/think/Route.php',
- 'think\\View' => __DIR__ . '/..' . '/thinkcmf/cmf/think/View.php',
- 'think\\route\\Rule' => __DIR__ . '/..' . '/thinkcmf/cmf/think/route/Rule.php',
- 'think\\route\\Url' => __DIR__ . '/..' . '/thinkcmf/cmf/think/route/Url.php',
- 'think\\route\\dispatch\\Controller' => __DIR__ . '/..' . '/thinkcmf/cmf/think/route/dispatch/Controller.php',
- 'think\\route\\dispatch\\Url' => __DIR__ . '/..' . '/thinkcmf/cmf/think/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);
- }
- }
|