...
|
...
|
@@ -7,13 +7,22 @@ namespace Composer\Autoload; |
|
|
class ComposerStaticInit510d7d2d197bed575e1fdc26074f60e5
|
|
|
{
|
|
|
public static $files = array (
|
|
|
'045cd5d476702c3529ef3e1b9f615e70' => __DIR__ . '/..' . '/swlib/http/src/functions.php',
|
|
|
'3a6b4a1bc7c69c0620b4ef88fb5d27d0' => __DIR__ . '/..' . '/swlib/saber/src/include/functions.php',
|
|
|
'bb03d338bda3db8d7d2ebaa9ed85fbb8' => __DIR__ . '/../..' . '/config.php',
|
|
|
'64f502373aeb3a4fc478eb2a271aa6eb' => __DIR__ . '/../..' . '/function.php',
|
|
|
);
|
|
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
|
|
'S' =>
|
|
|
array (
|
|
|
'Swlib\\Util\\' => 11,
|
|
|
'Swlib\\Saber\\' => 12,
|
|
|
'Swlib\\Http\\' => 11,
|
|
|
),
|
|
|
'P' =>
|
|
|
array (
|
|
|
'Psr\\Http\\Message\\' => 17,
|
|
|
'PHPMailer\\PHPMailer\\' => 20,
|
|
|
),
|
|
|
'M' =>
|
...
|
...
|
@@ -24,6 +33,10 @@ class ComposerStaticInit510d7d2d197bed575e1fdc26074f60e5 |
|
|
array (
|
|
|
'Lib\\' => 4,
|
|
|
),
|
|
|
'E' =>
|
|
|
array (
|
|
|
'Event\\' => 6,
|
|
|
),
|
|
|
'C' =>
|
|
|
array (
|
|
|
'Controller\\' => 11,
|
...
|
...
|
@@ -31,6 +44,22 @@ class ComposerStaticInit510d7d2d197bed575e1fdc26074f60e5 |
|
|
);
|
|
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
|
'Swlib\\Util\\' =>
|
|
|
array (
|
|
|
0 => __DIR__ . '/..' . '/swlib/util/src',
|
|
|
),
|
|
|
'Swlib\\Saber\\' =>
|
|
|
array (
|
|
|
0 => __DIR__ . '/..' . '/swlib/saber/src',
|
|
|
),
|
|
|
'Swlib\\Http\\' =>
|
|
|
array (
|
|
|
0 => __DIR__ . '/..' . '/swlib/http/src',
|
|
|
),
|
|
|
'Psr\\Http\\Message\\' =>
|
|
|
array (
|
|
|
0 => __DIR__ . '/..' . '/psr/http-message/src',
|
|
|
),
|
|
|
'PHPMailer\\PHPMailer\\' =>
|
|
|
array (
|
|
|
0 => __DIR__ . '/..' . '/phpmailer/phpmailer/src',
|
...
|
...
|
@@ -43,6 +72,10 @@ class ComposerStaticInit510d7d2d197bed575e1fdc26074f60e5 |
|
|
array (
|
|
|
0 => __DIR__ . '/../..' . '/lib',
|
|
|
),
|
|
|
'Event\\' =>
|
|
|
array (
|
|
|
0 => __DIR__ . '/../..' . '/event',
|
|
|
),
|
|
|
'Controller\\' =>
|
|
|
array (
|
|
|
0 => __DIR__ . '/../..' . '/controller',
|
...
|
...
|
@@ -51,12 +84,103 @@ class ComposerStaticInit510d7d2d197bed575e1fdc26074f60e5 |
|
|
|
|
|
public static $classMap = array (
|
|
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
|
|
'Controller\\Base' => __DIR__ . '/../..' . '/controller/Base.php',
|
|
|
'Controller\\Blacklist' => __DIR__ . '/../..' . '/controller/Blacklist.php',
|
|
|
'Controller\\Folder' => __DIR__ . '/../..' . '/controller/Folder.php',
|
|
|
'Controller\\Home' => __DIR__ . '/../..' . '/controller/Home.php',
|
|
|
'Controller\\Job' => __DIR__ . '/../..' . '/controller/Job.php',
|
|
|
'Controller\\Login' => __DIR__ . '/../..' . '/controller/Login.php',
|
|
|
'Controller\\Test' => __DIR__ . '/../..' . '/controller/Test.php',
|
|
|
'Controller\\Upload' => __DIR__ . '/../..' . '/controller/Upload.php',
|
|
|
'Controller\\fob_ai\\MailList' => __DIR__ . '/../..' . '/controller/fob_ai/MailList.php',
|
|
|
'Controller\\v2\\Home' => __DIR__ . '/../..' . '/controller/v2/Home.php',
|
|
|
'Event\\syncMail' => __DIR__ . '/../..' . '/event/syncMail.php',
|
|
|
'Lib\\App' => __DIR__ . '/../..' . '/lib/App.php',
|
|
|
'Lib\\Db' => __DIR__ . '/../..' . '/lib/Db.php',
|
|
|
'Lib\\DbException' => __DIR__ . '/../..' . '/lib/DbException.php',
|
|
|
'Lib\\DbPool' => __DIR__ . '/../..' . '/lib/DbPool.php',
|
|
|
'Lib\\DbQuery' => __DIR__ . '/../..' . '/lib/DbQuery.php',
|
|
|
'Lib\\Err' => __DIR__ . '/../..' . '/lib/Err.php',
|
|
|
'Lib\\Lang' => __DIR__ . '/../..' . '/lib/Lang.php',
|
|
|
'Lib\\Log' => __DIR__ . '/../..' . '/lib/Log.php',
|
|
|
'Lib\\Mail\\Body' => __DIR__ . '/../..' . '/lib/Mail/Body.php',
|
|
|
'Lib\\Mail\\DeCoding' => __DIR__ . '/../..' . '/lib/Mail/DeCoding.php',
|
|
|
'Lib\\Mail\\Imap' => __DIR__ . '/../..' . '/lib/Mail/Imap.php',
|
|
|
'Lib\\Mail\\Mail' => __DIR__ . '/../..' . '/lib/Mail/Mail.php',
|
|
|
'Lib\\Mail\\MailFun' => __DIR__ . '/../..' . '/lib/Mail/MailFun.php',
|
|
|
'Lib\\Redis' => __DIR__ . '/../..' . '/lib/Redis.php',
|
|
|
'Lib\\RedisPool' => __DIR__ . '/../..' . '/lib/RedisPool.php',
|
|
|
'Lib\\RedisQuery' => __DIR__ . '/../..' . '/lib/RedisQuery.php',
|
|
|
'Lib\\Route' => __DIR__ . '/../..' . '/lib/Route.php',
|
|
|
'Lib\\UploadFile' => __DIR__ . '/../..' . '/lib/UploadFile.php',
|
|
|
'Lib\\Verify' => __DIR__ . '/../..' . '/lib/Verify.php',
|
|
|
'Model\\blacklist' => __DIR__ . '/../..' . '/model/blacklist.php',
|
|
|
'Model\\bodySql' => __DIR__ . '/../..' . '/model/bodySql.php',
|
|
|
'Model\\emailSql' => __DIR__ . '/../..' . '/model/emailSql.php',
|
|
|
'Model\\folderSql' => __DIR__ . '/../..' . '/model/folderSql.php',
|
|
|
'Model\\hostSql' => __DIR__ . '/../..' . '/model/hostSql.php',
|
|
|
'Model\\listsSql' => __DIR__ . '/../..' . '/model/listsSql.php',
|
|
|
'Model\\sendJobStatusSql' => __DIR__ . '/../..' . '/model/sendJobStatusSql.php',
|
|
|
'Model\\sendJobsSql' => __DIR__ . '/../..' . '/model/sendJobsSql.php',
|
|
|
'PHPMailer\\PHPMailer\\Exception' => __DIR__ . '/..' . '/phpmailer/phpmailer/src/Exception.php',
|
|
|
'PHPMailer\\PHPMailer\\OAuth' => __DIR__ . '/..' . '/phpmailer/phpmailer/src/OAuth.php',
|
|
|
'PHPMailer\\PHPMailer\\OAuthTokenProvider' => __DIR__ . '/..' . '/phpmailer/phpmailer/src/OAuthTokenProvider.php',
|
|
|
'PHPMailer\\PHPMailer\\PHPMailer' => __DIR__ . '/..' . '/phpmailer/phpmailer/src/PHPMailer.php',
|
|
|
'PHPMailer\\PHPMailer\\POP3' => __DIR__ . '/..' . '/phpmailer/phpmailer/src/POP3.php',
|
|
|
'PHPMailer\\PHPMailer\\SMTP' => __DIR__ . '/..' . '/phpmailer/phpmailer/src/SMTP.php',
|
|
|
'Psr\\Http\\Message\\MessageInterface' => __DIR__ . '/..' . '/psr/http-message/src/MessageInterface.php',
|
|
|
'Psr\\Http\\Message\\RequestInterface' => __DIR__ . '/..' . '/psr/http-message/src/RequestInterface.php',
|
|
|
'Psr\\Http\\Message\\ResponseInterface' => __DIR__ . '/..' . '/psr/http-message/src/ResponseInterface.php',
|
|
|
'Psr\\Http\\Message\\ServerRequestInterface' => __DIR__ . '/..' . '/psr/http-message/src/ServerRequestInterface.php',
|
|
|
'Psr\\Http\\Message\\StreamInterface' => __DIR__ . '/..' . '/psr/http-message/src/StreamInterface.php',
|
|
|
'Psr\\Http\\Message\\UploadedFileInterface' => __DIR__ . '/..' . '/psr/http-message/src/UploadedFileInterface.php',
|
|
|
'Psr\\Http\\Message\\UriInterface' => __DIR__ . '/..' . '/psr/http-message/src/UriInterface.php',
|
|
|
'Swlib\\Http\\BufferStream' => __DIR__ . '/..' . '/swlib/http/src/BufferStream.php',
|
|
|
'Swlib\\Http\\ContentType' => __DIR__ . '/..' . '/swlib/http/src/ContentType.php',
|
|
|
'Swlib\\Http\\Cookie' => __DIR__ . '/..' . '/swlib/http/src/Cookie.php',
|
|
|
'Swlib\\Http\\Cookies' => __DIR__ . '/..' . '/swlib/http/src/Cookies.php',
|
|
|
'Swlib\\Http\\CookiesManagerTrait' => __DIR__ . '/..' . '/swlib/http/src/CookiesManagerTrait.php',
|
|
|
'Swlib\\Http\\Exception\\BadResponseException' => __DIR__ . '/..' . '/swlib/http/src/Exception/BadResponseException.php',
|
|
|
'Swlib\\Http\\Exception\\ClientException' => __DIR__ . '/..' . '/swlib/http/src/Exception/ClientException.php',
|
|
|
'Swlib\\Http\\Exception\\ConnectException' => __DIR__ . '/..' . '/swlib/http/src/Exception/ConnectException.php',
|
|
|
'Swlib\\Http\\Exception\\HttpExceptionMask' => __DIR__ . '/..' . '/swlib/http/src/Exception/HttpExceptionMask.php',
|
|
|
'Swlib\\Http\\Exception\\RequestException' => __DIR__ . '/..' . '/swlib/http/src/Exception/RequestException.php',
|
|
|
'Swlib\\Http\\Exception\\ServerException' => __DIR__ . '/..' . '/swlib/http/src/Exception/ServerException.php',
|
|
|
'Swlib\\Http\\Exception\\TooManyRedirectsException' => __DIR__ . '/..' . '/swlib/http/src/Exception/TooManyRedirectsException.php',
|
|
|
'Swlib\\Http\\Exception\\TransferException' => __DIR__ . '/..' . '/swlib/http/src/Exception/TransferException.php',
|
|
|
'Swlib\\Http\\Message' => __DIR__ . '/..' . '/swlib/http/src/Message.php',
|
|
|
'Swlib\\Http\\PumpStream' => __DIR__ . '/..' . '/swlib/http/src/PumpStream.php',
|
|
|
'Swlib\\Http\\Request' => __DIR__ . '/..' . '/swlib/http/src/Request.php',
|
|
|
'Swlib\\Http\\Response' => __DIR__ . '/..' . '/swlib/http/src/Response.php',
|
|
|
'Swlib\\Http\\Rfc7230' => __DIR__ . '/..' . '/swlib/http/src/Rfc7230.php',
|
|
|
'Swlib\\Http\\Status' => __DIR__ . '/..' . '/swlib/http/src/Status.php',
|
|
|
'Swlib\\Http\\Stream' => __DIR__ . '/..' . '/swlib/http/src/Stream.php',
|
|
|
'Swlib\\Http\\Suffix' => __DIR__ . '/..' . '/swlib/http/src/Suffix.php',
|
|
|
'Swlib\\Http\\SwUploadFile' => __DIR__ . '/..' . '/swlib/http/src/SwUploadFile.php',
|
|
|
'Swlib\\Http\\UploadedFile' => __DIR__ . '/..' . '/swlib/http/src/UploadedFile.php',
|
|
|
'Swlib\\Http\\Uri' => __DIR__ . '/..' . '/swlib/http/src/Uri.php',
|
|
|
'Swlib\\Http\\UriNormalizer' => __DIR__ . '/..' . '/swlib/http/src/UriNormalizer.php',
|
|
|
'Swlib\\Http\\UriResolver' => __DIR__ . '/..' . '/swlib/http/src/UriResolver.php',
|
|
|
'Swlib\\Http\\Util' => __DIR__ . '/..' . '/swlib/http/src/Util.php',
|
|
|
'Swlib\\Saber' => __DIR__ . '/..' . '/swlib/saber/src/Saber.php',
|
|
|
'Swlib\\SaberGM' => __DIR__ . '/..' . '/swlib/saber/src/SaberGM.php',
|
|
|
'Swlib\\Saber\\ClientPool' => __DIR__ . '/..' . '/swlib/saber/src/ClientPool.php',
|
|
|
'Swlib\\Saber\\Request' => __DIR__ . '/..' . '/swlib/saber/src/Request.php',
|
|
|
'Swlib\\Saber\\RequestQueue' => __DIR__ . '/..' . '/swlib/saber/src/RequestQueue.php',
|
|
|
'Swlib\\Saber\\Response' => __DIR__ . '/..' . '/swlib/saber/src/Response.php',
|
|
|
'Swlib\\Saber\\ResponseMap' => __DIR__ . '/..' . '/swlib/saber/src/ResponseMap.php',
|
|
|
'Swlib\\Saber\\WebSocket' => __DIR__ . '/..' . '/swlib/saber/src/WebSocket.php',
|
|
|
'Swlib\\Saber\\WebSocketFrame' => __DIR__ . '/..' . '/swlib/saber/src/WebSocketFrame.php',
|
|
|
'Swlib\\Util\\ArrayMap' => __DIR__ . '/..' . '/swlib/util/src/ArrayMap.php',
|
|
|
'Swlib\\Util\\DataParser' => __DIR__ . '/..' . '/swlib/util/src/DataParser.php',
|
|
|
'Swlib\\Util\\Helper' => __DIR__ . '/..' . '/swlib/util/src/Helper.php',
|
|
|
'Swlib\\Util\\InterceptorTrait' => __DIR__ . '/..' . '/swlib/util/src/InterceptorTrait.php',
|
|
|
'Swlib\\Util\\MapPool' => __DIR__ . '/..' . '/swlib/util/src/MapPool.php',
|
|
|
'Swlib\\Util\\Serialize' => __DIR__ . '/..' . '/swlib/util/src/Serialize.php',
|
|
|
'Swlib\\Util\\SingletonTrait' => __DIR__ . '/..' . '/swlib/util/src/SingletonTrait.php',
|
|
|
'Swlib\\Util\\SpecialMarkTrait' => __DIR__ . '/..' . '/swlib/util/src/SpecialMarkTrait.php',
|
|
|
'Swlib\\Util\\StringDataParserTrait' => __DIR__ . '/..' . '/swlib/util/src/StringDataParserTrait.php',
|
|
|
'Swlib\\Util\\TypeDetector' => __DIR__ . '/..' . '/swlib/util/src/TypeDetector.php',
|
|
|
);
|
|
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
...
|
...
|
|