PluginProbe ʕ •ᴥ•ʔ
Cookiebot by Usercentrics – Automatic Cookie Banner for GDPR/CCPA & Google Consent Mode / 3.4.2
Cookiebot by Usercentrics – Automatic Cookie Banner for GDPR/CCPA & Google Consent Mode v3.4.2
4.7.2 4.7.1 trunk 2.3.0 2.4.0 2.4.1 2.4.2 2.5.0 3.0.0 3.0.1 3.1.0 3.10.0 3.10.1 3.11.1 3.11.2 3.11.3 3.2.0 3.3.0 3.3.1 3.4.0 3.4.1 3.4.2 3.5.0 3.6.0 3.6.1 3.6.2 3.6.5 3.6.6 3.7.0 3.7.1 3.8.0 3.9.0 4.0.0 4.0.1 4.0.2 4.0.3 4.1.0 4.1.1 4.2.0 4.2.1 4.2.10 4.2.11 4.2.12 4.2.13 4.2.14 4.2.2 4.2.3 4.2.4 4.2.5 4.2.6 4.2.7 4.2.8 4.2.9 4.3.0 4.3.1 4.3.10 4.3.11 4.3.12 4.3.2 4.3.3 4.3.4 4.3.5 4.3.6 4.3.7 4.3.7.1 4.3.8 4.3.9 4.3.9.1 4.4.0 4.4.1 4.4.2 4.5.0 4.5.1 4.5.10 4.5.11 4.5.2 4.5.3 4.5.4 4.5.5 4.5.6 4.5.7 4.5.8 4.5.9 4.6.0 4.6.1 4.6.2 4.6.3 4.6.4 4.6.5 4.6.6 4.6.7 4.7.0
cookiebot / addons / lib / ioc / composer / autoload_static.php
cookiebot / addons / lib / ioc / composer Last commit date
ClassLoader.php 6 years ago LICENSE 7 years ago autoload_classmap.php 7 years ago autoload_files.php 7 years ago autoload_namespaces.php 7 years ago autoload_psr4.php 7 years ago autoload_real.php 6 years ago autoload_static.php 6 years ago installed.json 6 years ago
autoload_static.php
62 lines
1 <?php
2
3 // autoload_static.php @generated by Composer
4
5 namespace Composer\Autoload;
6
7 class ComposerStaticInit8a2128fc5718e70d5efac860b1783350
8 {
9 public static $files = array (
10 'bbf73f3db644d3dced353b837903e74c' => __DIR__ . '/..' . '/php-di/php-di/src/DI/functions.php',
11 );
12
13 public static $prefixLengthsPsr4 = array (
14 'P' =>
15 array (
16 'Psr\\Container\\' => 14,
17 'PhpDocReader\\' => 13,
18 ),
19 'I' =>
20 array (
21 'Invoker\\' => 8,
22 'Interop\\Container\\' => 18,
23 ),
24 'D' =>
25 array (
26 'DI\\' => 3,
27 ),
28 );
29
30 public static $prefixDirsPsr4 = array (
31 'Psr\\Container\\' =>
32 array (
33 0 => __DIR__ . '/..' . '/psr/container/src',
34 ),
35 'PhpDocReader\\' =>
36 array (
37 0 => __DIR__ . '/..' . '/php-di/phpdoc-reader/src/PhpDocReader',
38 ),
39 'Invoker\\' =>
40 array (
41 0 => __DIR__ . '/..' . '/php-di/invoker/src',
42 ),
43 'Interop\\Container\\' =>
44 array (
45 0 => __DIR__ . '/..' . '/container-interop/container-interop/src/Interop/Container',
46 ),
47 'DI\\' =>
48 array (
49 0 => __DIR__ . '/..' . '/php-di/php-di/src/DI',
50 ),
51 );
52
53 public static function getInitializer(ClassLoader $loader)
54 {
55 return \Closure::bind(function () use ($loader) {
56 $loader->prefixLengthsPsr4 = ComposerStaticInit8a2128fc5718e70d5efac860b1783350::$prefixLengthsPsr4;
57 $loader->prefixDirsPsr4 = ComposerStaticInit8a2128fc5718e70d5efac860b1783350::$prefixDirsPsr4;
58
59 }, null, ClassLoader::class);
60 }
61 }
62