PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.4.11
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.4.11
4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.10.0 3.10.1 3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.2 3.10.3 All 149 releases
visualizer / vendor / composer / autoload_real.php

autoload_real.php in Visualizer – Tables & Charts Manager with Built-in AI Generator 3.4.11, at vendor/composer/autoload_real.php

60 lines 1.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 // autoload_real.php @generated by Composer
4
5 class ComposerAutoloaderInitc926675fe338ad95091f044f06030553
6 {
7 private static $loader;
8
9 public static function loadClassLoader($class)
10 {
11 if ('Composer\Autoload\ClassLoader' === $class) {
12 require __DIR__ . '/ClassLoader.php';
13 }
14 }
15
16 public static function getLoader()
17 {
18 if (null !== self::$loader) {
19 return self::$loader;
20 }
21
22 spl_autoload_register(array('ComposerAutoloaderInitc926675fe338ad95091f044f06030553', 'loadClassLoader'), true, true);
23 self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24 spl_autoload_unregister(array('ComposerAutoloaderInitc926675fe338ad95091f044f06030553', 'loadClassLoader'));
25
26 $map = require __DIR__ . '/autoload_namespaces.php';
27 foreach ($map as $namespace => $path) {
28 $loader->set($namespace, $path);
29 }
30
31 $map = require __DIR__ . '/autoload_psr4.php';
32 foreach ($map as $namespace => $path) {
33 $loader->setPsr4($namespace, $path);
34 }
35
36 $classMap = require __DIR__ . '/autoload_classmap.php';
37 if ($classMap) {
38 $loader->addClassMap($classMap);
39 }
40
41 $loader->register(true);
42
43 $includeFiles = require __DIR__ . '/autoload_files.php';
44 foreach ($includeFiles as $fileIdentifier => $file) {
45 composerRequirec926675fe338ad95091f044f06030553($fileIdentifier, $file);
46 }
47
48 return $loader;
49 }
50 }
51
52 function composerRequirec926675fe338ad95091f044f06030553($fileIdentifier, $file)
53 {
54 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
55 require $file;
56
57 $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
58 }
59 }
60