1*59419fd0SAndreas Gohr<?php 2*59419fd0SAndreas Gohr 3*59419fd0SAndreas Gohr// autoload_static.php @generated by Composer 4*59419fd0SAndreas Gohr 5*59419fd0SAndreas Gohrnamespace Composer\Autoload; 6*59419fd0SAndreas Gohr 7*59419fd0SAndreas Gohrclass ComposerStaticInita19a915ee98347a0c787119619d2ff9b 8*59419fd0SAndreas Gohr{ 9*59419fd0SAndreas Gohr public static $files = array ( 10*59419fd0SAndreas Gohr 'decc78cc4436b1292c6c0d151b19445c' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/bootstrap.php', 11*59419fd0SAndreas Gohr ); 12*59419fd0SAndreas Gohr 13*59419fd0SAndreas Gohr public static $prefixLengthsPsr4 = array ( 14*59419fd0SAndreas Gohr 's' => 15*59419fd0SAndreas Gohr array ( 16*59419fd0SAndreas Gohr 'splitbrain\\PHPArchive\\' => 22, 17*59419fd0SAndreas Gohr ), 18*59419fd0SAndreas Gohr 'p' => 19*59419fd0SAndreas Gohr array ( 20*59419fd0SAndreas Gohr 'phpseclib\\' => 10, 21*59419fd0SAndreas Gohr ), 22*59419fd0SAndreas Gohr ); 23*59419fd0SAndreas Gohr 24*59419fd0SAndreas Gohr public static $prefixDirsPsr4 = array ( 25*59419fd0SAndreas Gohr 'splitbrain\\PHPArchive\\' => 26*59419fd0SAndreas Gohr array ( 27*59419fd0SAndreas Gohr 0 => __DIR__ . '/..' . '/splitbrain/php-archive/src', 28*59419fd0SAndreas Gohr ), 29*59419fd0SAndreas Gohr 'phpseclib\\' => 30*59419fd0SAndreas Gohr array ( 31*59419fd0SAndreas Gohr 0 => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib', 32*59419fd0SAndreas Gohr ), 33*59419fd0SAndreas Gohr ); 34*59419fd0SAndreas Gohr 35*59419fd0SAndreas Gohr public static $classMap = array ( 36*59419fd0SAndreas Gohr 'GeSHi' => __DIR__ . '/..' . '/easybook/geshi/geshi.php', 37*59419fd0SAndreas Gohr ); 38*59419fd0SAndreas Gohr 39*59419fd0SAndreas Gohr public static function getInitializer(ClassLoader $loader) 40*59419fd0SAndreas Gohr { 41*59419fd0SAndreas Gohr return \Closure::bind(function () use ($loader) { 42*59419fd0SAndreas Gohr $loader->prefixLengthsPsr4 = ComposerStaticInita19a915ee98347a0c787119619d2ff9b::$prefixLengthsPsr4; 43*59419fd0SAndreas Gohr $loader->prefixDirsPsr4 = ComposerStaticInita19a915ee98347a0c787119619d2ff9b::$prefixDirsPsr4; 44*59419fd0SAndreas Gohr $loader->classMap = ComposerStaticInita19a915ee98347a0c787119619d2ff9b::$classMap; 45*59419fd0SAndreas Gohr 46*59419fd0SAndreas Gohr }, null, ClassLoader::class); 47*59419fd0SAndreas Gohr } 48*59419fd0SAndreas Gohr} 49