icinga-php-library/vendor/composer/autoload_static.php
2023-03-22 10:00:47 +00:00

182 lines
5.6 KiB
PHP

<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInite88feb5c897873e255ff292302ab54b2
{
public static $files = array (
'a2c78434f64e5f5ed402f42eee19c025' => __DIR__ . '/..' . '/ipl/stdlib/src/functions_include.php',
'6076de347104821999fcfc82c8f19bc5' => __DIR__ . '/..' . '/ipl/i18n/src/functions_include.php',
'7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
'320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
'a0edc8309cc5e1d60e3047b5df6b7052' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/functions_include.php',
'e39a8b23c42d4e1452234d762b03835a' => __DIR__ . '/..' . '/ramsey/uuid/src/functions.php',
'ad155f8f1cf0d418fe49e248db8c661b' => __DIR__ . '/..' . '/react/promise/src/functions_include.php',
'8e4ccce73649a2b516ec3b4571432da5' => __DIR__ . '/..' . '/ipl/scheduler/src/register_cron_aliases.php',
);
public static $prefixLengthsPsr4 = array (
'i' =>
array (
'ipl\\Web\\' => 8,
'ipl\\Validator\\' => 14,
'ipl\\Stdlib\\' => 11,
'ipl\\Sql\\' => 8,
'ipl\\Scheduler\\' => 14,
'ipl\\Orm\\' => 8,
'ipl\\I18n\\' => 9,
'ipl\\Html\\' => 9,
),
'W' =>
array (
'Webmozart\\Assert\\' => 17,
),
'S' =>
array (
'Symfony\\Polyfill\\Ctype\\' => 23,
),
'R' =>
array (
'Recurr\\' => 7,
'React\\Promise\\' => 14,
'React\\EventLoop\\' => 16,
'Ramsey\\Uuid\\' => 12,
),
'P' =>
array (
'Psr\\Log\\' => 8,
'Psr\\Http\\Message\\' => 17,
),
'G' =>
array (
'GuzzleHttp\\Psr7\\' => 16,
),
'D' =>
array (
'Doctrine\\Deprecations\\' => 22,
'Doctrine\\Common\\Collections\\' => 28,
),
'C' =>
array (
'Cron\\' => 5,
),
);
public static $prefixDirsPsr4 = array (
'ipl\\Web\\' =>
array (
0 => __DIR__ . '/..' . '/ipl/web/src',
),
'ipl\\Validator\\' =>
array (
0 => __DIR__ . '/..' . '/ipl/validator/src',
),
'ipl\\Stdlib\\' =>
array (
0 => __DIR__ . '/..' . '/ipl/stdlib/src',
),
'ipl\\Sql\\' =>
array (
0 => __DIR__ . '/..' . '/ipl/sql/src',
),
'ipl\\Scheduler\\' =>
array (
0 => __DIR__ . '/..' . '/ipl/scheduler/src',
),
'ipl\\Orm\\' =>
array (
0 => __DIR__ . '/..' . '/ipl/orm/src',
),
'ipl\\I18n\\' =>
array (
0 => __DIR__ . '/..' . '/ipl/i18n/src',
),
'ipl\\Html\\' =>
array (
0 => __DIR__ . '/..' . '/ipl/html/src',
),
'Webmozart\\Assert\\' =>
array (
0 => __DIR__ . '/..' . '/webmozart/assert/src',
),
'Symfony\\Polyfill\\Ctype\\' =>
array (
0 => __DIR__ . '/..' . '/symfony/polyfill-ctype',
),
'Recurr\\' =>
array (
0 => __DIR__ . '/..' . '/simshaun/recurr/src/Recurr',
),
'React\\Promise\\' =>
array (
0 => __DIR__ . '/..' . '/react/promise/src',
),
'React\\EventLoop\\' =>
array (
0 => __DIR__ . '/..' . '/react/event-loop/src',
),
'Ramsey\\Uuid\\' =>
array (
0 => __DIR__ . '/..' . '/ramsey/uuid/src',
),
'Psr\\Log\\' =>
array (
0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
),
'Psr\\Http\\Message\\' =>
array (
0 => __DIR__ . '/..' . '/psr/http-message/src',
),
'GuzzleHttp\\Psr7\\' =>
array (
0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
),
'Doctrine\\Deprecations\\' =>
array (
0 => __DIR__ . '/..' . '/doctrine/deprecations/lib/Doctrine/Deprecations',
),
'Doctrine\\Common\\Collections\\' =>
array (
0 => __DIR__ . '/..' . '/doctrine/collections/lib/Doctrine/Common/Collections',
),
'Cron\\' =>
array (
0 => __DIR__ . '/..' . '/dragonmantank/cron-expression/src/Cron',
),
);
public static $prefixesPsr0 = array (
'E' =>
array (
'Evenement' =>
array (
0 => __DIR__ . '/..' . '/evenement/evenement/src',
),
),
'A' =>
array (
'AssetLoader' =>
array (
0 => __DIR__ . '/../..' . '/',
),
),
);
public static $classMap = array (
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInite88feb5c897873e255ff292302ab54b2::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInite88feb5c897873e255ff292302ab54b2::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInite88feb5c897873e255ff292302ab54b2::$prefixesPsr0;
$loader->classMap = ComposerStaticInite88feb5c897873e255ff292302ab54b2::$classMap;
}, null, ClassLoader::class);
}
}