PluginProbe ʕ •ᴥ•ʔ
FrontBlocks for Gutenberg/GeneratePress / trunk
FrontBlocks for Gutenberg/GeneratePress vtrunk
trunk 0.2.0 0.2.1 0.2.2 0.2.3 0.2.4 0.2.5 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.1.0 1.2.0 1.2.1 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 ci-artifacts
frontblocks / vendor / composer / autoload_static.php
frontblocks / vendor / composer Last commit date
ClassLoader.php 9 months ago InstalledVersions.php 9 months ago LICENSE 9 months ago autoload_classmap.php 1 week ago autoload_namespaces.php 9 months ago autoload_psr4.php 9 months ago autoload_real.php 1 month ago autoload_static.php 1 week ago installed.json 9 months ago installed.php 1 week ago
autoload_static.php
66 lines
1 <?php
2
3 // autoload_static.php @generated by Composer
4
5 namespace Composer\Autoload;
6
7 class ComposerStaticInit912eec8223dc7bfcd32a5659821c5abb
8 {
9 public static $prefixLengthsPsr4 = array (
10 'F' =>
11 array (
12 'FrontBlocks\\' => 12,
13 ),
14 );
15
16 public static $prefixDirsPsr4 = array (
17 'FrontBlocks\\' =>
18 array (
19 0 => __DIR__ . '/../..' . '/includes',
20 ),
21 );
22
23 public static $classMap = array (
24 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
25 'FrontBlocks\\Admin\\Settings' => __DIR__ . '/../..' . '/includes/Admin/Settings.php',
26 'FrontBlocks\\Admin\\UI' => __DIR__ . '/../..' . '/includes/Admin/UI.php',
27 'FrontBlocks\\Frontend\\Animations' => __DIR__ . '/../..' . '/includes/Frontend/Animations.php',
28 'FrontBlocks\\Frontend\\BackButton' => __DIR__ . '/../..' . '/includes/Frontend/BackButton.php',
29 'FrontBlocks\\Frontend\\BeforeAfter' => __DIR__ . '/../..' . '/includes/Frontend/BeforeAfter.php',
30 'FrontBlocks\\Frontend\\BlockPatterns' => __DIR__ . '/../..' . '/includes/Frontend/BlockPatterns.php',
31 'FrontBlocks\\Frontend\\Carousel' => __DIR__ . '/../..' . '/includes/Frontend/Carousel.php',
32 'FrontBlocks\\Frontend\\ColumnsSameHeight' => __DIR__ . '/../..' . '/includes/Frontend/ColumnsSameHeight.php',
33 'FrontBlocks\\Frontend\\ContainerEdgeAlignment' => __DIR__ . '/../..' . '/includes/Frontend/ContainerEdgeAlignment.php',
34 'FrontBlocks\\Frontend\\Counter' => __DIR__ . '/../..' . '/includes/Frontend/Counter.php',
35 'FrontBlocks\\Frontend\\DownloadButton' => __DIR__ . '/../..' . '/includes/Frontend/DownloadButton.php',
36 'FrontBlocks\\Frontend\\Events' => __DIR__ . '/../..' . '/includes/Frontend/Events.php',
37 'FrontBlocks\\Frontend\\FaqSchema' => __DIR__ . '/../..' . '/includes/Frontend/FaqSchema.php',
38 'FrontBlocks\\Frontend\\FluidTypography' => __DIR__ . '/../..' . '/includes/Frontend/FluidTypography.php',
39 'FrontBlocks\\Frontend\\Gallery' => __DIR__ . '/../..' . '/includes/Frontend/Gallery.php',
40 'FrontBlocks\\Frontend\\GravityFormsInline' => __DIR__ . '/../..' . '/includes/Frontend/GravityFormsInline.php',
41 'FrontBlocks\\Frontend\\Headline' => __DIR__ . '/../..' . '/includes/Frontend/Headline.php',
42 'FrontBlocks\\Frontend\\InsertPost' => __DIR__ . '/../..' . '/includes/Frontend/InsertPost.php',
43 'FrontBlocks\\Frontend\\ProductCategories' => __DIR__ . '/../..' . '/includes/Frontend/ProductCategories.php',
44 'FrontBlocks\\Frontend\\ReadingProgress' => __DIR__ . '/../..' . '/includes/Frontend/ReadingProgress.php',
45 'FrontBlocks\\Frontend\\ReadingTime' => __DIR__ . '/../..' . '/includes/Frontend/ReadingTime.php',
46 'FrontBlocks\\Frontend\\ShapeAnimations' => __DIR__ . '/../..' . '/includes/Frontend/ShapeAnimations.php',
47 'FrontBlocks\\Frontend\\StackedImages' => __DIR__ . '/../..' . '/includes/Frontend/StackedImages.php',
48 'FrontBlocks\\Frontend\\StickyColumn' => __DIR__ . '/../..' . '/includes/Frontend/StickyColumn.php',
49 'FrontBlocks\\Frontend\\SvgUpload' => __DIR__ . '/../..' . '/includes/Frontend/SvgUpload.php',
50 'FrontBlocks\\Frontend\\Testimonials' => __DIR__ . '/../..' . '/includes/Frontend/Testimonials.php',
51 'FrontBlocks\\Frontend\\TextAnimation' => __DIR__ . '/../..' . '/includes/Frontend/TextAnimation.php',
52 'FrontBlocks\\Frontend\\UserText' => __DIR__ . '/../..' . '/includes/Frontend/UserText.php',
53 'FrontBlocks\\Plugin_Main' => __DIR__ . '/../..' . '/includes/Plugin_Main.php',
54 );
55
56 public static function getInitializer(ClassLoader $loader)
57 {
58 return \Closure::bind(function () use ($loader) {
59 $loader->prefixLengthsPsr4 = ComposerStaticInit912eec8223dc7bfcd32a5659821c5abb::$prefixLengthsPsr4;
60 $loader->prefixDirsPsr4 = ComposerStaticInit912eec8223dc7bfcd32a5659821c5abb::$prefixDirsPsr4;
61 $loader->classMap = ComposerStaticInit912eec8223dc7bfcd32a5659821c5abb::$classMap;
62
63 }, null, ClassLoader::class);
64 }
65 }
66