mirror of
https://gh.wpcy.net/https://github.com/LJPc-solutions/freescout-calendar-module.git
synced 2026-07-16 22:18:57 +08:00
116 lines
3.7 KiB
PHP
116 lines
3.7 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInitc927ae62bf16056cba11555aaf60873e
|
|
{
|
|
public static $files = array (
|
|
'383eaff206634a77a1be54e64e6459c7' => __DIR__ . '/..' . '/sabre/uri/lib/functions.php',
|
|
'2b9d0f43f9552984cfa82fee95491826' => __DIR__ . '/..' . '/sabre/event/lib/coroutine.php',
|
|
'd81bab31d3feb45bfe2f283ea3c8fdf7' => __DIR__ . '/..' . '/sabre/event/lib/Loop/functions.php',
|
|
'a1cce3d26cc15c00fcd0b3354bd72c88' => __DIR__ . '/..' . '/sabre/event/lib/Promise/functions.php',
|
|
'3569eecfeed3bcf0bad3c998a494ecb8' => __DIR__ . '/..' . '/sabre/xml/lib/Deserializer/functions.php',
|
|
'93aa591bc4ca510c520999e34229ee79' => __DIR__ . '/..' . '/sabre/xml/lib/Serializer/functions.php',
|
|
'ebdb698ed4152ae445614b69b5e4bb6a' => __DIR__ . '/..' . '/sabre/http/lib/functions.php',
|
|
);
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
|
'S' =>
|
|
array (
|
|
'Spatie\\IcalendarGenerator\\' => 26,
|
|
'Spatie\\Enum\\' => 12,
|
|
'Sabre\\Xml\\' => 10,
|
|
'Sabre\\VObject\\' => 14,
|
|
'Sabre\\Uri\\' => 10,
|
|
'Sabre\\HTTP\\' => 11,
|
|
'Sabre\\Event\\' => 12,
|
|
'Sabre\\' => 6,
|
|
),
|
|
'P' =>
|
|
array (
|
|
'Psr\\Log\\' => 8,
|
|
),
|
|
'M' =>
|
|
array (
|
|
'Modules\\LJPcCalendarModule\\' => 27,
|
|
),
|
|
'D' =>
|
|
array (
|
|
'Dallgoot\\Yaml\\' => 14,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'Spatie\\IcalendarGenerator\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/spatie/icalendar-generator/src',
|
|
),
|
|
'Spatie\\Enum\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/spatie/enum/src',
|
|
),
|
|
'Sabre\\Xml\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/sabre/xml/lib',
|
|
),
|
|
'Sabre\\VObject\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/sabre/vobject/lib',
|
|
),
|
|
'Sabre\\Uri\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/sabre/uri/lib',
|
|
),
|
|
'Sabre\\HTTP\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/sabre/http/lib',
|
|
),
|
|
'Sabre\\Event\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/sabre/event/lib',
|
|
),
|
|
'Sabre\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/sabre/dav/lib',
|
|
),
|
|
'Psr\\Log\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
|
|
),
|
|
'Modules\\LJPcCalendarModule\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/',
|
|
),
|
|
'Dallgoot\\Yaml\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/dallgoot/yaml/src',
|
|
),
|
|
);
|
|
|
|
public static $prefixesPsr0 = array (
|
|
'I' =>
|
|
array (
|
|
'ICal' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/johngrogg/ics-parser/src',
|
|
),
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInitc927ae62bf16056cba11555aaf60873e::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInitc927ae62bf16056cba11555aaf60873e::$prefixDirsPsr4;
|
|
$loader->prefixesPsr0 = ComposerStaticInitc927ae62bf16056cba11555aaf60873e::$prefixesPsr0;
|
|
$loader->classMap = ComposerStaticInitc927ae62bf16056cba11555aaf60873e::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|