| 1 |
<?php |
| 2 |
|
| 3 |
// autoload_real_52.php generated by xrstf/composer-php52 |
| 4 |
|
| 5 |
class ComposerAutoloaderInit6ee2c3a99079837e0890b0e30b3e5624 { |
| 6 |
private static $loader; |
| 7 |
|
| 8 |
public static function loadClassLoader($class) { |
| 9 |
if ('xrstf_Composer52_ClassLoader' === $class) { |
| 10 |
require dirname(__FILE__).'/ClassLoader52.php'; |
| 11 |
} |
| 12 |
} |
| 13 |
|
| 14 |
/** |
| 15 |
* @return xrstf_Composer52_ClassLoader |
| 16 |
*/ |
| 17 |
public static function getLoader() { |
| 18 |
if (null !== self::$loader) { |
| 19 |
return self::$loader; |
| 20 |
} |
| 21 |
|
| 22 |
spl_autoload_register(array('ComposerAutoloaderInit6ee2c3a99079837e0890b0e30b3e5624', 'loadClassLoader'), true /*, true */); |
| 23 |
self::$loader = $loader = new xrstf_Composer52_ClassLoader(); |
| 24 |
spl_autoload_unregister(array('ComposerAutoloaderInit6ee2c3a99079837e0890b0e30b3e5624', 'loadClassLoader')); |
| 25 |
|
| 26 |
$vendorDir = dirname(dirname(__FILE__)); |
| 27 |
$baseDir = dirname($vendorDir); |
| 28 |
$dir = dirname(__FILE__); |
| 29 |
|
| 30 |
$map = require $dir.'/autoload_namespaces.php'; |
| 31 |
foreach ($map as $namespace => $path) { |
| 32 |
$loader->add($namespace, $path); |
| 33 |
} |
| 34 |
|
| 35 |
$classMap = require $dir.'/autoload_classmap.php'; |
| 36 |
if ($classMap) { |
| 37 |
$loader->addClassMap($classMap); |
| 38 |
} |
| 39 |
|
| 40 |
$loader->register(true); |
| 41 |
|
| 42 |
// require $vendorDir . '/markbaker/matrix/classes/src/functions/adjoint.php'; // disabled because of PHP 5.3 syntax |
| 43 |
// require $vendorDir . '/markbaker/matrix/classes/src/functions/antidiagonal.php'; // disabled because of PHP 5.3 syntax |
| 44 |
// require $vendorDir . '/markbaker/matrix/classes/src/functions/cofactors.php'; // disabled because of PHP 5.3 syntax |
| 45 |
// require $vendorDir . '/markbaker/matrix/classes/src/functions/determinant.php'; // disabled because of PHP 5.3 syntax |
| 46 |
// require $vendorDir . '/markbaker/matrix/classes/src/functions/diagonal.php'; // disabled because of PHP 5.3 syntax |
| 47 |
// require $vendorDir . '/markbaker/matrix/classes/src/functions/identity.php'; // disabled because of PHP 5.3 syntax |
| 48 |
// require $vendorDir . '/markbaker/matrix/classes/src/functions/inverse.php'; // disabled because of PHP 5.3 syntax |
| 49 |
// require $vendorDir . '/markbaker/matrix/classes/src/functions/minors.php'; // disabled because of PHP 5.3 syntax |
| 50 |
// require $vendorDir . '/markbaker/matrix/classes/src/functions/trace.php'; // disabled because of PHP 5.3 syntax |
| 51 |
// require $vendorDir . '/markbaker/matrix/classes/src/functions/transpose.php'; // disabled because of PHP 5.3 syntax |
| 52 |
// require $vendorDir . '/markbaker/matrix/classes/src/operations/add.php'; // disabled because of PHP 5.3 syntax |
| 53 |
// require $vendorDir . '/markbaker/matrix/classes/src/operations/directsum.php'; // disabled because of PHP 5.3 syntax |
| 54 |
// require $vendorDir . '/markbaker/matrix/classes/src/operations/subtract.php'; // disabled because of PHP 5.3 syntax |
| 55 |
// require $vendorDir . '/markbaker/matrix/classes/src/operations/multiply.php'; // disabled because of PHP 5.3 syntax |
| 56 |
// require $vendorDir . '/markbaker/matrix/classes/src/operations/divideby.php'; // disabled because of PHP 5.3 syntax |
| 57 |
// require $vendorDir . '/markbaker/matrix/classes/src/operations/divideinto.php'; // disabled because of PHP 5.3 syntax |
| 58 |
// require $vendorDir . '/markbaker/complex/classes/src/functions/abs.php'; // disabled because of PHP 5.3 syntax |
| 59 |
// require $vendorDir . '/markbaker/complex/classes/src/functions/acos.php'; // disabled because of PHP 5.3 syntax |
| 60 |
// require $vendorDir . '/markbaker/complex/classes/src/functions/acosh.php'; // disabled because of PHP 5.3 syntax |
| 61 |
// require $vendorDir . '/markbaker/complex/classes/src/functions/acot.php'; // disabled because of PHP 5.3 syntax |
| 62 |
// require $vendorDir . '/markbaker/complex/classes/src/functions/acoth.php'; // disabled because of PHP 5.3 syntax |
| 63 |
// require $vendorDir . '/markbaker/complex/classes/src/functions/acsc.php'; // disabled because of PHP 5.3 syntax |
| 64 |
// require $vendorDir . '/markbaker/complex/classes/src/functions/acsch.php'; // disabled because of PHP 5.3 syntax |
| 65 |
// require $vendorDir . '/markbaker/complex/classes/src/functions/argument.php'; // disabled because of PHP 5.3 syntax |
| 66 |
// require $vendorDir . '/markbaker/complex/classes/src/functions/asec.php'; // disabled because of PHP 5.3 syntax |
| 67 |
// require $vendorDir . '/markbaker/complex/classes/src/functions/asech.php'; // disabled because of PHP 5.3 syntax |
| 68 |
// require $vendorDir . '/markbaker/complex/classes/src/functions/asin.php'; // disabled because of PHP 5.3 syntax |
| 69 |
// require $vendorDir . '/markbaker/complex/classes/src/functions/asinh.php'; // disabled because of PHP 5.3 syntax |
| 70 |
// require $vendorDir . '/markbaker/complex/classes/src/functions/atan.php'; // disabled because of PHP 5.3 syntax |
| 71 |
// require $vendorDir . '/markbaker/complex/classes/src/functions/atanh.php'; // disabled because of PHP 5.3 syntax |
| 72 |
// require $vendorDir . '/markbaker/complex/classes/src/functions/conjugate.php'; // disabled because of PHP 5.3 syntax |
| 73 |
// require $vendorDir . '/markbaker/complex/classes/src/functions/cos.php'; // disabled because of PHP 5.3 syntax |
| 74 |
// require $vendorDir . '/markbaker/complex/classes/src/functions/cosh.php'; // disabled because of PHP 5.3 syntax |
| 75 |
// require $vendorDir . '/markbaker/complex/classes/src/functions/cot.php'; // disabled because of PHP 5.3 syntax |
| 76 |
// require $vendorDir . '/markbaker/complex/classes/src/functions/coth.php'; // disabled because of PHP 5.3 syntax |
| 77 |
// require $vendorDir . '/markbaker/complex/classes/src/functions/csc.php'; // disabled because of PHP 5.3 syntax |
| 78 |
// require $vendorDir . '/markbaker/complex/classes/src/functions/csch.php'; // disabled because of PHP 5.3 syntax |
| 79 |
// require $vendorDir . '/markbaker/complex/classes/src/functions/exp.php'; // disabled because of PHP 5.3 syntax |
| 80 |
// require $vendorDir . '/markbaker/complex/classes/src/functions/inverse.php'; // disabled because of PHP 5.3 syntax |
| 81 |
// require $vendorDir . '/markbaker/complex/classes/src/functions/ln.php'; // disabled because of PHP 5.3 syntax |
| 82 |
// require $vendorDir . '/markbaker/complex/classes/src/functions/log2.php'; // disabled because of PHP 5.3 syntax |
| 83 |
// require $vendorDir . '/markbaker/complex/classes/src/functions/log10.php'; // disabled because of PHP 5.3 syntax |
| 84 |
// require $vendorDir . '/markbaker/complex/classes/src/functions/negative.php'; // disabled because of PHP 5.3 syntax |
| 85 |
// require $vendorDir . '/markbaker/complex/classes/src/functions/pow.php'; // disabled because of PHP 5.3 syntax |
| 86 |
// require $vendorDir . '/markbaker/complex/classes/src/functions/rho.php'; // disabled because of PHP 5.3 syntax |
| 87 |
// require $vendorDir . '/markbaker/complex/classes/src/functions/sec.php'; // disabled because of PHP 5.3 syntax |
| 88 |
// require $vendorDir . '/markbaker/complex/classes/src/functions/sech.php'; // disabled because of PHP 5.3 syntax |
| 89 |
// require $vendorDir . '/markbaker/complex/classes/src/functions/sin.php'; // disabled because of PHP 5.3 syntax |
| 90 |
// require $vendorDir . '/markbaker/complex/classes/src/functions/sinh.php'; // disabled because of PHP 5.3 syntax |
| 91 |
// require $vendorDir . '/markbaker/complex/classes/src/functions/sqrt.php'; // disabled because of PHP 5.3 syntax |
| 92 |
// require $vendorDir . '/markbaker/complex/classes/src/functions/tan.php'; // disabled because of PHP 5.3 syntax |
| 93 |
// require $vendorDir . '/markbaker/complex/classes/src/functions/tanh.php'; // disabled because of PHP 5.3 syntax |
| 94 |
// require $vendorDir . '/markbaker/complex/classes/src/functions/theta.php'; // disabled because of PHP 5.3 syntax |
| 95 |
// require $vendorDir . '/markbaker/complex/classes/src/operations/add.php'; // disabled because of PHP 5.3 syntax |
| 96 |
// require $vendorDir . '/markbaker/complex/classes/src/operations/subtract.php'; // disabled because of PHP 5.3 syntax |
| 97 |
// require $vendorDir . '/markbaker/complex/classes/src/operations/multiply.php'; // disabled because of PHP 5.3 syntax |
| 98 |
// require $vendorDir . '/markbaker/complex/classes/src/operations/divideby.php'; // disabled because of PHP 5.3 syntax |
| 99 |
// require $vendorDir . '/markbaker/complex/classes/src/operations/divideinto.php'; // disabled because of PHP 5.3 syntax |
| 100 |
require $vendorDir . '/codeinwp/themeisle-sdk/load.php'; |
| 101 |
// require $vendorDir . '/phpoffice/phpspreadsheet/src/Bootstrap.php'; // disabled because of PHP 5.3 syntax |
| 102 |
|
| 103 |
return $loader; |
| 104 |
} |
| 105 |
} |
| 106 |
|