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.
58 lines
2.0 KiB
58 lines
2.0 KiB
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit902220bdd481fe56c25750cdf0255dd6
|
|
{
|
|
public static $files = array (
|
|
'818e4acb2b433594ec9a26bacb71084d' => __DIR__ . '/../..' . '/app/Class/Function.php',
|
|
);
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
|
'p' =>
|
|
array (
|
|
'phpspider\\' => 10,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'phpspider\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/owner888/phpspider',
|
|
),
|
|
);
|
|
|
|
public static $prefixesPsr0 = array (
|
|
'C' =>
|
|
array (
|
|
'Curl' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/curl/curl/src',
|
|
),
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'Bencode' => __DIR__ . '/../..' . '/app/Class/Bencode.php',
|
|
'IFile' => __DIR__ . '/../..' . '/app/Class/IFile.php',
|
|
'Oauth' => __DIR__ . '/../..' . '/app/Class/Oauth.php',
|
|
'Rpc' => __DIR__ . '/../..' . '/app/Class/Rpc.php',
|
|
'TransmissionRPC' => __DIR__ . '/../..' . '/app/Class/TransmissionRPC.php',
|
|
'TransmissionRPCException' => __DIR__ . '/../..' . '/app/Class/TransmissionRPC.php',
|
|
'qBittorrent' => __DIR__ . '/../..' . '/app/Class/qBittorrent.php',
|
|
'uTorrent' => __DIR__ . '/../..' . '/app/Class/uTorrent.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit902220bdd481fe56c25750cdf0255dd6::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit902220bdd481fe56c25750cdf0255dd6::$prefixDirsPsr4;
|
|
$loader->prefixesPsr0 = ComposerStaticInit902220bdd481fe56c25750cdf0255dd6::$prefixesPsr0;
|
|
$loader->classMap = ComposerStaticInit902220bdd481fe56c25750cdf0255dd6::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|
|
|