PluginProbe
UpStream: a Project Management Plugin for WordPress / trunk
UpStream: a Project Management Plugin for WordPress vtrunk
trunk 1.39.0 1.39.1 1.39.2 1.39.3 2.0.7 2.1.0
upstream / vendor / composer / autoload_static.php

autoload_static.php in UpStream: a Project Management Plugin for WordPress trunk, at vendor/composer/autoload_static.php

201 lines 6.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 // autoload_static.php @generated by Composer
4
5 namespace Composer\Autoload;
6
7 class ComposerStaticInit183b4781fdd887b13d35983d905c9e2b
8 {
9 public static $files = array (
10 '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
11 '320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
12 );
13
14 public static $prefixLengthsPsr4 = array (
15 'T' =>
16 array (
17 'Twig\\' => 5,
18 ),
19 'S' =>
20 array (
21 'Symfony\\Polyfill\\Mbstring\\' => 26,
22 'Symfony\\Polyfill\\Ctype\\' => 23,
23 'Symfony\\Component\\Yaml\\' => 23,
24 'Symfony\\Component\\Process\\' => 26,
25 'Symfony\\Component\\Finder\\' => 25,
26 'Symfony\\Component\\Filesystem\\' => 29,
27 'Symfony\\Component\\EventDispatcher\\' => 34,
28 'Symfony\\Component\\Debug\\' => 24,
29 'Symfony\\Component\\Console\\' => 26,
30 'SelfUpdate\\' => 11,
31 ),
32 'R' =>
33 array (
34 'Robo\\' => 5,
35 ),
36 'P' =>
37 array (
38 'Psr\\Log\\' => 8,
39 'Psr\\Container\\' => 14,
40 ),
41 'L' =>
42 array (
43 'League\\Container\\' => 17,
44 ),
45 'I' =>
46 array (
47 'Interop\\Container\\' => 18,
48 ),
49 'G' =>
50 array (
51 'Grasmash\\YamlExpander\\' => 22,
52 'Grasmash\\Expander\\' => 18,
53 ),
54 'C' =>
55 array (
56 'Consolidation\\OutputFormatters\\' => 31,
57 'Consolidation\\Log\\' => 18,
58 'Consolidation\\Config\\' => 21,
59 'Consolidation\\AnnotatedCommand\\' => 31,
60 ),
61 'A' =>
62 array (
63 'Allex\\' => 6,
64 ),
65 );
66
67 public static $prefixDirsPsr4 = array (
68 'Twig\\' =>
69 array (
70 0 => __DIR__ . '/..' . '/twig/twig/src',
71 ),
72 'Symfony\\Polyfill\\Mbstring\\' =>
73 array (
74 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
75 ),
76 'Symfony\\Polyfill\\Ctype\\' =>
77 array (
78 0 => __DIR__ . '/..' . '/symfony/polyfill-ctype',
79 ),
80 'Symfony\\Component\\Yaml\\' =>
81 array (
82 0 => __DIR__ . '/..' . '/symfony/yaml',
83 ),
84 'Symfony\\Component\\Process\\' =>
85 array (
86 0 => __DIR__ . '/..' . '/symfony/process',
87 ),
88 'Symfony\\Component\\Finder\\' =>
89 array (
90 0 => __DIR__ . '/..' . '/symfony/finder',
91 ),
92 'Symfony\\Component\\Filesystem\\' =>
93 array (
94 0 => __DIR__ . '/..' . '/symfony/filesystem',
95 ),
96 'Symfony\\Component\\EventDispatcher\\' =>
97 array (
98 0 => __DIR__ . '/..' . '/symfony/event-dispatcher',
99 ),
100 'Symfony\\Component\\Debug\\' =>
101 array (
102 0 => __DIR__ . '/..' . '/symfony/debug',
103 ),
104 'Symfony\\Component\\Console\\' =>
105 array (
106 0 => __DIR__ . '/..' . '/symfony/console',
107 ),
108 'SelfUpdate\\' =>
109 array (
110 0 => __DIR__ . '/..' . '/consolidation/self-update/src',
111 ),
112 'Robo\\' =>
113 array (
114 0 => __DIR__ . '/..' . '/consolidation/robo/src',
115 ),
116 'Psr\\Log\\' =>
117 array (
118 0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
119 ),
120 'Psr\\Container\\' =>
121 array (
122 0 => __DIR__ . '/..' . '/psr/container/src',
123 ),
124 'League\\Container\\' =>
125 array (
126 0 => __DIR__ . '/..' . '/league/container/src',
127 ),
128 'Interop\\Container\\' =>
129 array (
130 0 => __DIR__ . '/..' . '/container-interop/container-interop/src/Interop/Container',
131 ),
132 'Grasmash\\YamlExpander\\' =>
133 array (
134 0 => __DIR__ . '/..' . '/grasmash/yaml-expander/src',
135 ),
136 'Grasmash\\Expander\\' =>
137 array (
138 0 => __DIR__ . '/..' . '/grasmash/expander/src',
139 ),
140 'Consolidation\\OutputFormatters\\' =>
141 array (
142 0 => __DIR__ . '/..' . '/consolidation/output-formatters/src',
143 ),
144 'Consolidation\\Log\\' =>
145 array (
146 0 => __DIR__ . '/..' . '/consolidation/log/src',
147 ),
148 'Consolidation\\Config\\' =>
149 array (
150 0 => __DIR__ . '/..' . '/consolidation/config/src',
151 ),
152 'Consolidation\\AnnotatedCommand\\' =>
153 array (
154 0 => __DIR__ . '/..' . '/consolidation/annotated-command/src',
155 ),
156 'Allex\\' =>
157 array (
158 0 => __DIR__ . '/..' . '/alledia/wordpress-plugin-framework/src/library',
159 ),
160 );
161
162 public static $prefixesPsr0 = array (
163 'T' =>
164 array (
165 'Twig_' =>
166 array (
167 0 => __DIR__ . '/..' . '/twig/twig/lib',
168 ),
169 ),
170 'P' =>
171 array (
172 'Pimple' =>
173 array (
174 0 => __DIR__ . '/..' . '/pimple/pimple/src',
175 ),
176 ),
177 'D' =>
178 array (
179 'Dflydev\\DotAccessData' =>
180 array (
181 0 => __DIR__ . '/..' . '/dflydev/dot-access-data/src',
182 ),
183 ),
184 );
185
186 public static $classMap = array (
187 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
188 );
189
190 public static function getInitializer(ClassLoader $loader)
191 {
192 return \Closure::bind(function () use ($loader) {
193 $loader->prefixLengthsPsr4 = ComposerStaticInit183b4781fdd887b13d35983d905c9e2b::$prefixLengthsPsr4;
194 $loader->prefixDirsPsr4 = ComposerStaticInit183b4781fdd887b13d35983d905c9e2b::$prefixDirsPsr4;
195 $loader->prefixesPsr0 = ComposerStaticInit183b4781fdd887b13d35983d905c9e2b::$prefixesPsr0;
196 $loader->classMap = ComposerStaticInit183b4781fdd887b13d35983d905c9e2b::$classMap;
197
198 }, null, ClassLoader::class);
199 }
200 }
201