PluginProbe
xSpeed Cache: AI-Powered Performance Hub with MCP, Caching & CDN / 1.0.2
xSpeed Cache: AI-Powered Performance Hub with MCP, Caching & CDN v1.0.2
1.3.3 1.3.2 1.3.1 1.3.0 1.2.4 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 All 29 releases
xspeed / vendor / composer / autoload_static.php

autoload_static.php in xSpeed Cache: AI-Powered Performance Hub with MCP, Caching & CDN 1.0.2, at vendor/composer/autoload_static.php

76 lines 4.6 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 ComposerStaticInit658ed90fed7749ed814442769ec5d073
8 {
9 public static $prefixLengthsPsr4 = array (
10 'X' =>
11 array (
12 'XSpeed\\Modules\\' => 15,
13 ),
14 'M' =>
15 array (
16 'MatthiasMullie\\PathConverter\\' => 29,
17 'MatthiasMullie\\Minify\\' => 22,
18 ),
19 );
20
21 public static $prefixDirsPsr4 = array (
22 'XSpeed\\Modules\\' =>
23 array (
24 0 => __DIR__ . '/../..' . '/includes/modules',
25 ),
26 'MatthiasMullie\\PathConverter\\' =>
27 array (
28 0 => __DIR__ . '/..' . '/matthiasmullie/path-converter/src',
29 ),
30 'MatthiasMullie\\Minify\\' =>
31 array (
32 0 => __DIR__ . '/..' . '/matthiasmullie/minify/src',
33 ),
34 );
35
36 public static $classMap = array (
37 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
38 'MatthiasMullie\\Minify\\CSS' => __DIR__ . '/..' . '/matthiasmullie/minify/src/CSS.php',
39 'MatthiasMullie\\Minify\\Exception' => __DIR__ . '/..' . '/matthiasmullie/minify/src/Exception.php',
40 'MatthiasMullie\\Minify\\Exceptions\\BasicException' => __DIR__ . '/..' . '/matthiasmullie/minify/src/Exceptions/BasicException.php',
41 'MatthiasMullie\\Minify\\Exceptions\\FileImportException' => __DIR__ . '/..' . '/matthiasmullie/minify/src/Exceptions/FileImportException.php',
42 'MatthiasMullie\\Minify\\Exceptions\\IOException' => __DIR__ . '/..' . '/matthiasmullie/minify/src/Exceptions/IOException.php',
43 'MatthiasMullie\\Minify\\Exceptions\\PatternMatchException' => __DIR__ . '/..' . '/matthiasmullie/minify/src/Exceptions/PatternMatchException.php',
44 'MatthiasMullie\\Minify\\JS' => __DIR__ . '/..' . '/matthiasmullie/minify/src/JS.php',
45 'MatthiasMullie\\Minify\\Minify' => __DIR__ . '/..' . '/matthiasmullie/minify/src/Minify.php',
46 'MatthiasMullie\\PathConverter\\Converter' => __DIR__ . '/..' . '/matthiasmullie/path-converter/src/Converter.php',
47 'MatthiasMullie\\PathConverter\\ConverterInterface' => __DIR__ . '/..' . '/matthiasmullie/path-converter/src/ConverterInterface.php',
48 'MatthiasMullie\\PathConverter\\NoConverter' => __DIR__ . '/..' . '/matthiasmullie/path-converter/src/NoConverter.php',
49 'XSpeed\\Modules\\AIPrivacy\\AIPrivacyModule' => __DIR__ . '/../..' . '/includes/modules/AIPrivacy/AIPrivacyModule.php',
50 'XSpeed\\Modules\\Bloat\\BloatModule' => __DIR__ . '/../..' . '/includes/modules/Bloat/BloatModule.php',
51 'XSpeed\\Modules\\BrowserCache\\BrowserCacheModule' => __DIR__ . '/../..' . '/includes/modules/BrowserCache/BrowserCacheModule.php',
52 'XSpeed\\Modules\\Cache\\CacheModule' => __DIR__ . '/../..' . '/includes/modules/Cache/CacheModule.php',
53 'XSpeed\\Modules\\Cdn\\CdnModule' => __DIR__ . '/../..' . '/includes/modules/Cdn/CdnModule.php',
54 'XSpeed\\Modules\\Cloudflare\\CloudflareModule' => __DIR__ . '/../..' . '/includes/modules/Cloudflare/CloudflareModule.php',
55 'XSpeed\\Modules\\Database\\DatabaseModule' => __DIR__ . '/../..' . '/includes/modules/Database/DatabaseModule.php',
56 'XSpeed\\Modules\\Fonts\\FontsModule' => __DIR__ . '/../..' . '/includes/modules/Fonts/FontsModule.php',
57 'XSpeed\\Modules\\Gzip\\GzipModule' => __DIR__ . '/../..' . '/includes/modules/Gzip/GzipModule.php',
58 'XSpeed\\Modules\\Health\\HealthModule' => __DIR__ . '/../..' . '/includes/modules/Health/HealthModule.php',
59 'XSpeed\\Modules\\Heartbeat\\HeartbeatModule' => __DIR__ . '/../..' . '/includes/modules/Heartbeat/HeartbeatModule.php',
60 'XSpeed\\Modules\\Lazy\\LazyModule' => __DIR__ . '/../..' . '/includes/modules/Lazy/LazyModule.php',
61 'XSpeed\\Modules\\Minify\\MinifyModule' => __DIR__ . '/../..' . '/includes/modules/Minify/MinifyModule.php',
62 'XSpeed\\Modules\\ObjectCache\\ObjectCacheModule' => __DIR__ . '/../..' . '/includes/modules/ObjectCache/ObjectCacheModule.php',
63 'XSpeed\\Modules\\Preloader\\PreloaderModule' => __DIR__ . '/../..' . '/includes/modules/Preloader/PreloaderModule.php',
64 );
65
66 public static function getInitializer(ClassLoader $loader)
67 {
68 return \Closure::bind(function () use ($loader) {
69 $loader->prefixLengthsPsr4 = ComposerStaticInit658ed90fed7749ed814442769ec5d073::$prefixLengthsPsr4;
70 $loader->prefixDirsPsr4 = ComposerStaticInit658ed90fed7749ed814442769ec5d073::$prefixDirsPsr4;
71 $loader->classMap = ComposerStaticInit658ed90fed7749ed814442769ec5d073::$classMap;
72
73 }, null, ClassLoader::class);
74 }
75 }
76