public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Trace
data/web/inc/lib/vendor/composer/autoload_real.php
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
<?php
3
// autoload_real.php @generated by Composer
5
class ComposerAutoloaderInit873464e4bd965a3168f133248b1b218b
6
{
7
private static $loader;
9
public static function loadClassLoader($class)
10
{
11
if ('Composer\Autoload\ClassLoader' === $class) {
12
require __DIR__ . '/ClassLoader.php';
13
}
14
}
16
/**
17
* @return \Composer\Autoload\ClassLoader
18
*/
19
public static function getLoader()
20
{
21
if (null !== self::$loader) {
22
return self::$loader;
23
}
25
require __DIR__ . '/platform_check.php';
27
spl_autoload_register(array('ComposerAutoloaderInit873464e4bd965a3168f133248b1b218b', 'loadClassLoader'), true, true);
28
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
29
spl_autoload_unregister(array('ComposerAutoloaderInit873464e4bd965a3168f133248b1b218b', 'loadClassLoader'));
31
require __DIR__ . '/autoload_static.php';
32
call_user_func(\Composer\Autoload\ComposerStaticInit873464e4bd965a3168f133248b1b218b::getInitializer($loader));
34
$loader->register(true);
36
$filesToLoad = \Composer\Autoload\ComposerStaticInit873464e4bd965a3168f133248b1b218b::$files;
37
$requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
38
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
39
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
41
require $file;
42
}
43
}, null, null);
44
foreach ($filesToLoad as $fileIdentifier => $file) {
45
$requireFile($fileIdentifier, $file);
46
}
48
return $loader;
49
}
50
}