S2OJ/web/app/vendor/composer/autoload_static.php

97 lines
3.4 KiB
PHP
Raw Normal View History

2022-10-08 11:58:22 +00:00
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit0d7c2cd5c2dbf2120e4372996869e900
{
public static $files = array (
2023-01-18 08:20:12 +00:00
'6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',
'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
2022-10-09 13:45:29 +00:00
'2cffec82183ee1cea088009cef9a6fc3' => __DIR__ . '/..' . '/ezyang/htmlpurifier/library/HTMLPurifier.composer.php',
2023-01-18 08:20:12 +00:00
'16eed290c5592c18dc3f16802ad3d0e4' => __DIR__ . '/..' . '/ivopetkov/html5-dom-document-php/autoload.php',
2022-10-08 11:58:22 +00:00
);
public static $prefixLengthsPsr4 = array (
'S' =>
array (
2023-01-18 08:20:12 +00:00
'Symfony\\Polyfill\\Php80\\' => 23,
2022-10-08 11:58:22 +00:00
'Symfony\\Component\\Finder\\' => 25,
),
2022-10-09 13:45:29 +00:00
'P' =>
array (
'PHPMailer\\PHPMailer\\' => 20,
),
2022-10-08 11:58:22 +00:00
'G' =>
array (
'Gregwar\\' => 8,
),
'C' =>
array (
'Curl\\' => 5,
),
2022-10-08 11:58:22 +00:00
);
public static $prefixDirsPsr4 = array (
2023-01-18 08:20:12 +00:00
'Symfony\\Polyfill\\Php80\\' =>
array (
0 => __DIR__ . '/..' . '/symfony/polyfill-php80',
),
2022-10-08 11:58:22 +00:00
'Symfony\\Component\\Finder\\' =>
array (
0 => __DIR__ . '/..' . '/symfony/finder',
),
2022-10-09 13:45:29 +00:00
'PHPMailer\\PHPMailer\\' =>
array (
0 => __DIR__ . '/..' . '/phpmailer/phpmailer/src',
),
2022-10-08 11:58:22 +00:00
'Gregwar\\' =>
array (
0 => __DIR__ . '/..' . '/gregwar/captcha/src/Gregwar',
),
'Curl\\' =>
array (
0 => __DIR__ . '/..' . '/php-curl-class/php-curl-class/src/Curl',
),
2022-10-08 11:58:22 +00:00
);
2022-10-09 13:45:29 +00:00
public static $prefixesPsr0 = array (
2022-10-09 23:35:48 +00:00
'P' =>
array (
'Parsedown' =>
array (
0 => __DIR__ . '/..' . '/erusev/parsedown',
),
),
2022-10-09 13:45:29 +00:00
'H' =>
array (
'HTMLPurifier' =>
array (
0 => __DIR__ . '/..' . '/ezyang/htmlpurifier/library',
),
),
);
2022-10-08 11:58:22 +00:00
public static $classMap = array (
2023-01-18 08:20:12 +00:00
'Attribute' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Attribute.php',
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
2022-10-11 06:03:18 +00:00
'ParsedownMath' => __DIR__ . '/..' . '/parsedown-math/ParsedownMath.php',
2023-01-18 08:20:12 +00:00
'PhpToken' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/PhpToken.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',
2022-10-08 11:58:22 +00:00
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit0d7c2cd5c2dbf2120e4372996869e900::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit0d7c2cd5c2dbf2120e4372996869e900::$prefixDirsPsr4;
2022-10-09 13:45:29 +00:00
$loader->prefixesPsr0 = ComposerStaticInit0d7c2cd5c2dbf2120e4372996869e900::$prefixesPsr0;
2022-10-08 11:58:22 +00:00
$loader->classMap = ComposerStaticInit0d7c2cd5c2dbf2120e4372996869e900::$classMap;
}, null, ClassLoader::class);
}
}