PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.0.3
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.0.3
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.0.3, 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 ComposerAutoloaderInit611687ce89c67fd97edfe5af65d1afe8
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('ComposerAutoloaderInit611687ce89c67fd97edfe5af65d1afe8', 'loadClassLoader'), true, true);
23 self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24 spl_autoload_unregister(array('ComposerAutoloaderInit611687ce89c67fd97edfe5af65d1afe8', '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 composerRequire611687ce89c67fd97edfe5af65d1afe8($fileIdentifier, $file);
46 }
47
48 return $loader;
49 }
50 }
51
52 function composerRequire611687ce89c67fd97edfe5af65d1afe8($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