PluginProbe ʕ •ᴥ•ʔ
Syntax-highlighting Code Block (with Server-side Rendering) / 1.1.0
Syntax-highlighting Code Block (with Server-side Rendering) v1.1.0
trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.2.0 1.2.1 1.2.2 1.2.3 1.3.0 1.3.1 1.4.0 1.5.0 1.5.1 1.5.2
syntax-highlighting-code-block / vendor / composer / autoload_static.php
syntax-highlighting-code-block / vendor / composer Last commit date
ClassLoader.php 6 years ago LICENSE 6 years ago autoload_classmap.php 6 years ago autoload_files.php 6 years ago autoload_namespaces.php 6 years ago autoload_psr4.php 6 years ago autoload_real.php 6 years ago autoload_static.php 6 years ago installed.json 6 years ago
autoload_static.php
51 lines
1 <?php
2
3 // autoload_static.php @generated by Composer
4
5 namespace Composer\Autoload;
6
7 class ComposerStaticInitf8c964aabb28630065894a26e503fa5c
8 {
9 public static $files = array (
10 'b6ec61354e97f32c0ae683041c78392a' => __DIR__ . '/..' . '/scrivo/highlight.php/HighlightUtilities/functions.php',
11 );
12
13 public static $prefixLengthsPsr4 = array (
14 'D' =>
15 array (
16 'Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\' => 55,
17 ),
18 );
19
20 public static $prefixDirsPsr4 = array (
21 'Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\' =>
22 array (
23 0 => __DIR__ . '/..' . '/dealerdirect/phpcodesniffer-composer-installer/src',
24 ),
25 );
26
27 public static $prefixesPsr0 = array (
28 'H' =>
29 array (
30 'Highlight\\' =>
31 array (
32 0 => __DIR__ . '/..' . '/scrivo/highlight.php',
33 ),
34 'HighlightUtilities\\' =>
35 array (
36 0 => __DIR__ . '/..' . '/scrivo/highlight.php',
37 ),
38 ),
39 );
40
41 public static function getInitializer(ClassLoader $loader)
42 {
43 return \Closure::bind(function () use ($loader) {
44 $loader->prefixLengthsPsr4 = ComposerStaticInitf8c964aabb28630065894a26e503fa5c::$prefixLengthsPsr4;
45 $loader->prefixDirsPsr4 = ComposerStaticInitf8c964aabb28630065894a26e503fa5c::$prefixDirsPsr4;
46 $loader->prefixesPsr0 = ComposerStaticInitf8c964aabb28630065894a26e503fa5c::$prefixesPsr0;
47
48 }, null, ClassLoader::class);
49 }
50 }
51