PluginProbe ʕ •ᴥ•ʔ
Everest Forms – Contact Form, Payment Form, Quiz, Survey & Custom Form Builder with AI / 3.5.2
Everest Forms – Contact Form, Payment Form, Quiz, Survey & Custom Form Builder with AI v3.5.2
3.5.2 3.5.1 3.5.0 3.4.8 3.4.7 3.4.6 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.5.1 1.1.6 1.1.7 1.1.8 1.1.9 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.4.9 1.5.0 1.5.1 1.5.10 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.6.6.1 1.6.7 1.7.0 1.7.0.1 1.7.0.2 1.7.0.3 1.7.1 1.7.2 1.7.2.1 1.7.2.2 1.7.3 1.7.4 1.7.5 1.7.5.1 1.7.5.2 1.7.6 1.7.7 1.7.7.1 1.7.7.2 1.7.8 1.7.9 1.8.0 1.8.0.1 1.8.1 1.8.2 1.8.2.1 1.8.2.2 1.8.2.3 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9.0 1.9.0.1 1.9.1 1.9.2 1.9.3 1.9.4 1.9.4.1 1.9.5 1.9.6 1.9.7 1.9.8 1.9.9 2.0.0 2.0.0.1 2.0.1 2.0.2 2.0.3 2.0.3.1 2.0.4 2.0.4.1 2.0.5 2.0.6 2.0.7 2.0.8 2.0.8.1 2.0.9 3.0.0 3.0.0.1 3.0.1 3.0.2 3.0.3 3.0.3.1 3.0.4 3.0.4.1 3.0.4.2 3.0.5 3.0.5.1 3.0.5.2 3.0.6 3.0.6.1 3.0.7.1 3.0.8 3.0.8.1 3.0.9 3.0.9.1 3.0.9.2 3.0.9.3 3.0.9.4 3.0.9.5 3.1.0 3.1.1 3.1.2 3.2.0 3.2.1 3.2.2 3.2.3 3.2.4 3.2.5 3.2.6 3.3.0 3.4.0 3.4.1 3.4.2 3.4.2.1 3.4.3 3.4.4 3.4.5 trunk 1.0 1.0.1 1.0.2 1.0.3
everest-forms / vendor / composer / autoload_static.php
everest-forms / vendor / composer Last commit date
installers 5 months ago ClassLoader.php 5 months ago InstalledVersions.php 4 weeks ago LICENSE 5 months ago autoload_classmap.php 5 months ago autoload_files.php 5 months ago autoload_namespaces.php 5 months ago autoload_psr4.php 5 months ago autoload_real.php 2 weeks ago autoload_static.php 2 weeks ago installed.json 4 weeks ago installed.php 2 weeks ago
autoload_static.php
67 lines
1 <?php
2
3 // autoload_static.php @generated by Composer
4
5 namespace Composer\Autoload;
6
7 class ComposerStaticInit9a2cf263d30e5ab5059048903ceb21ec
8 {
9 public static $files = array (
10 '7f7d6b9566ba49ef6196f84d55ab1c22' => __DIR__ . '/..' . '/themegrill/themegrill-sdk/load.php',
11 );
12
13 public static $prefixLengthsPsr4 = array (
14 'S' =>
15 array (
16 'ScssPhp\\ScssPhp\\' => 16,
17 ),
18 'E' =>
19 array (
20 'EverestForms\\Traits\\' => 20,
21 'EverestForms\\Helpers\\' => 21,
22 'EverestForms\\Addons\\' => 20,
23 ),
24 'C' =>
25 array (
26 'Composer\\Installers\\' => 20,
27 ),
28 );
29
30 public static $prefixDirsPsr4 = array (
31 'ScssPhp\\ScssPhp\\' =>
32 array (
33 0 => __DIR__ . '/..' . '/scssphp/scssphp/src',
34 ),
35 'EverestForms\\Traits\\' =>
36 array (
37 0 => __DIR__ . '/../..' . '/traits',
38 ),
39 'EverestForms\\Helpers\\' =>
40 array (
41 0 => __DIR__ . '/../..' . '/includes/Helpers',
42 ),
43 'EverestForms\\Addons\\' =>
44 array (
45 0 => __DIR__ . '/../..' . '/addons',
46 ),
47 'Composer\\Installers\\' =>
48 array (
49 0 => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers',
50 ),
51 );
52
53 public static $classMap = array (
54 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
55 );
56
57 public static function getInitializer(ClassLoader $loader)
58 {
59 return \Closure::bind(function () use ($loader) {
60 $loader->prefixLengthsPsr4 = ComposerStaticInit9a2cf263d30e5ab5059048903ceb21ec::$prefixLengthsPsr4;
61 $loader->prefixDirsPsr4 = ComposerStaticInit9a2cf263d30e5ab5059048903ceb21ec::$prefixDirsPsr4;
62 $loader->classMap = ComposerStaticInit9a2cf263d30e5ab5059048903ceb21ec::$classMap;
63
64 }, null, ClassLoader::class);
65 }
66 }
67