You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.7 KiB
PHTML
42 lines
1.7 KiB
PHTML
5 years ago
|
<?php
|
||
|
|
||
|
// autoload_static.php @generated by Composer
|
||
|
|
||
|
namespace Composer\Autoload;
|
||
|
|
||
|
class ComposerStaticInitc7047bade096179fcd070e3f6dd90dcc
|
||
|
{
|
||
|
public static $files = array (
|
||
|
'f40cb564d92ad0e78b0bfdf9b86c5768' => __DIR__ . '/..' . '/fukuball/jieba-php/src/class/Jieba.php',
|
||
|
'a778fafb0619406705f6fd4bb3ec7d5b' => __DIR__ . '/..' . '/fukuball/jieba-php/src/class/JiebaAnalyse.php',
|
||
|
'06c61fd667b7f3d9ee59d805e51017e7' => __DIR__ . '/..' . '/fukuball/jieba-php/src/class/Finalseg.php',
|
||
|
'750aa4fdf8bfc24d7baef293581bec73' => __DIR__ . '/..' . '/fukuball/jieba-php/src/class/Posseg.php',
|
||
|
'6ca3f08a814c4fd9d5830fc6808a9488' => __DIR__ . '/..' . '/fukuball/jieba-php/src/vendor/multi-array/MultiArray.php',
|
||
|
'4d5ee3c1cc66ee941937c247fe6b7d6e' => __DIR__ . '/..' . '/fukuball/jieba-php/src/vendor/multi-array/Factory/MultiArrayFactory.php',
|
||
|
'dc1275c308c5b416beb314b6317daca2' => __DIR__ . '/..' . '/overtrue/pinyin/src/const.php',
|
||
|
);
|
||
|
|
||
|
public static $prefixLengthsPsr4 = array (
|
||
|
'O' =>
|
||
|
array (
|
||
|
'Overtrue\\Pinyin\\' => 16,
|
||
|
),
|
||
|
);
|
||
|
|
||
|
public static $prefixDirsPsr4 = array (
|
||
|
'Overtrue\\Pinyin\\' =>
|
||
|
array (
|
||
|
0 => __DIR__ . '/..' . '/overtrue/pinyin/src',
|
||
|
),
|
||
|
);
|
||
|
|
||
|
public static function getInitializer(ClassLoader $loader)
|
||
|
{
|
||
|
return \Closure::bind(function () use ($loader) {
|
||
|
$loader->prefixLengthsPsr4 = ComposerStaticInitc7047bade096179fcd070e3f6dd90dcc::$prefixLengthsPsr4;
|
||
|
$loader->prefixDirsPsr4 = ComposerStaticInitc7047bade096179fcd070e3f6dd90dcc::$prefixDirsPsr4;
|
||
|
|
||
|
}, null, ClassLoader::class);
|
||
|
}
|
||
|
}
|