PluginProbe ʕ •ᴥ•ʔ
Really Simple Security – Simple and Performant Security (formerly Really Simple SSL) / 9.5.9
Really Simple Security – Simple and Performant Security (formerly Really Simple SSL) v9.5.9
9.5.11 9.5.10.1 9.5.10 trunk 9.4.0 9.4.1 9.4.2 9.4.3 9.5.0 9.5.0.1 9.5.0.2 9.5.1 9.5.2 9.5.2.2 9.5.2.3 9.5.3 9.5.3.1 9.5.3.2 9.5.4 9.5.5 9.5.6 9.5.7 9.5.8 9.5.9
really-simple-ssl / lets-encrypt / vendor / composer / autoload_static.php
really-simple-ssl / lets-encrypt / vendor / composer Last commit date
ClassLoader.php 2 months ago InstalledVersions.php 2 months ago LICENSE 2 months ago autoload_classmap.php 2 months ago autoload_namespaces.php 2 months ago autoload_psr4.php 2 months ago autoload_real.php 2 months ago autoload_static.php 2 months ago index.php 2 months ago installed.json 2 months ago installed.php 2 months ago platform_check.php 2 months ago
autoload_static.php
48 lines
1 <?php
2
3 // autoload_static.php @generated by Composer
4
5 namespace Composer\Autoload;
6
7 class ComposerStaticInita8412ede23fd11b4d0e29303fdebd5f4
8 {
9 public static $prefixLengthsPsr4 = array (
10 'P' =>
11 array (
12 'PleskX\\' => 7,
13 ),
14 );
15
16 public static $prefixDirsPsr4 = array (
17 'PleskX\\' =>
18 array (
19 0 => __DIR__ . '/..' . '/plesk/api-php-lib/src',
20 ),
21 );
22
23 public static $prefixesPsr0 = array (
24 'L' =>
25 array (
26 'LE_ACME2' =>
27 array (
28 0 => __DIR__ . '/..' . '/fbett/le_acme2/src',
29 ),
30 ),
31 );
32
33 public static $classMap = array (
34 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
35 );
36
37 public static function getInitializer(ClassLoader $loader)
38 {
39 return \Closure::bind(function () use ($loader) {
40 $loader->prefixLengthsPsr4 = ComposerStaticInita8412ede23fd11b4d0e29303fdebd5f4::$prefixLengthsPsr4;
41 $loader->prefixDirsPsr4 = ComposerStaticInita8412ede23fd11b4d0e29303fdebd5f4::$prefixDirsPsr4;
42 $loader->prefixesPsr0 = ComposerStaticInita8412ede23fd11b4d0e29303fdebd5f4::$prefixesPsr0;
43 $loader->classMap = ComposerStaticInita8412ede23fd11b4d0e29303fdebd5f4::$classMap;
44
45 }, null, ClassLoader::class);
46 }
47 }
48