1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
|
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit8fd54980ab492e3fe0292af79bf4050d
{
public static $files = array (
'bf9f5270ae66ac6fa0290b4bf47867b7' => __DIR__ . '/..' . '/adodb/adodb-php/adodb.inc.php',
'2cffec82183ee1cea088009cef9a6fc3' => __DIR__ . '/..' . '/ezyang/htmlpurifier/library/HTMLPurifier.composer.php',
'2c102faa651ef8ea5874edb585946bce' => __DIR__ . '/..' . '/swiftmailer/swiftmailer/lib/swift_required.php',
'd1c03ca96ded033379de1f19323a3063' => __DIR__ . '/../..' . '/includes/utf8.inc.php',
);
public static $prefixLengthsPsr4 = array (
'S' =>
array (
'Symfony\\Component\\EventDispatcher\\' => 34,
),
'L' =>
array (
'League\\OAuth2\\Client\\' => 21,
),
'F' =>
array (
'Flyspray\\' => 9,
),
);
public static $prefixDirsPsr4 = array (
'Symfony\\Component\\EventDispatcher\\' =>
array (
0 => __DIR__ . '/..' . '/symfony/event-dispatcher',
),
'League\\OAuth2\\Client\\' =>
array (
0 => __DIR__ . '/..' . '/league/oauth2-client/src',
),
'Flyspray\\' =>
array (
0 => __DIR__ . '/../..' . '/src',
),
);
public static $prefixesPsr0 = array (
'H' =>
array (
'HTMLPurifier' =>
array (
0 => __DIR__ . '/..' . '/ezyang/htmlpurifier/library',
),
),
'G' =>
array (
'Guzzle\\Tests' =>
array (
0 => __DIR__ . '/..' . '/guzzle/guzzle/tests',
),
'Guzzle' =>
array (
0 => __DIR__ . '/..' . '/guzzle/guzzle/src',
),
),
);
public static $classMap = array (
'Backend' => __DIR__ . '/../..' . '/includes/class.backend.php',
'ContentSecurityPolicy' => __DIR__ . '/../..' . '/includes/class.csp.php',
'Cookie' => __DIR__ . '/../..' . '/includes/class.gpc.php',
'Database' => __DIR__ . '/../..' . '/includes/class.database.php',
'FSTpl' => __DIR__ . '/../..' . '/includes/class.tpl.php',
'Filters' => __DIR__ . '/../..' . '/includes/class.gpc.php',
'FlySprayI18N' => __DIR__ . '/../..' . '/includes/i18n.inc.php',
'Flyspray' => __DIR__ . '/../..' . '/includes/class.flyspray.php',
'Get' => __DIR__ . '/../..' . '/includes/class.gpc.php',
'GithubProvider' => __DIR__ . '/../..' . '/includes/GithubProvider.php',
'Jabber' => __DIR__ . '/../..' . '/includes/class.jabber2.php',
'Notifications' => __DIR__ . '/../..' . '/includes/class.notify.php',
'Post' => __DIR__ . '/../..' . '/includes/class.gpc.php',
'Project' => __DIR__ . '/../..' . '/includes/class.project.php',
'Req' => __DIR__ . '/../..' . '/includes/class.gpc.php',
'Securimage' => __DIR__ . '/..' . '/dapphp/securimage/securimage.php',
'Securimage_Color' => __DIR__ . '/..' . '/dapphp/securimage/securimage.php',
'TextFormatter' => __DIR__ . '/../..' . '/includes/class.tpl.php',
'Tpl' => __DIR__ . '/../..' . '/includes/class.tpl.php',
'Url' => __DIR__ . '/../..' . '/includes/class.tpl.php',
'User' => __DIR__ . '/../..' . '/includes/class.user.php',
'effort' => __DIR__ . '/../..' . '/includes/class.effort.php',
'recaptcha' => __DIR__ . '/../..' . '/includes/class.recaptcha.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit8fd54980ab492e3fe0292af79bf4050d::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit8fd54980ab492e3fe0292af79bf4050d::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInit8fd54980ab492e3fe0292af79bf4050d::$prefixesPsr0;
$loader->classMap = ComposerStaticInit8fd54980ab492e3fe0292af79bf4050d::$classMap;
}, null, ClassLoader::class);
}
}
|