xref: /dokuwiki/vendor/composer/autoload_static.php (revision e0dd796db52c9730bcf77d7776c8237fcee03811)
159419fd0SAndreas Gohr<?php
259419fd0SAndreas Gohr
359419fd0SAndreas Gohr// autoload_static.php @generated by Composer
459419fd0SAndreas Gohr
559419fd0SAndreas Gohrnamespace Composer\Autoload;
659419fd0SAndreas Gohr
759419fd0SAndreas Gohrclass ComposerStaticInita19a915ee98347a0c787119619d2ff9b
859419fd0SAndreas Gohr{
959419fd0SAndreas Gohr    public static $files = array (
1059419fd0SAndreas Gohr        'decc78cc4436b1292c6c0d151b19445c' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/bootstrap.php',
11*e0dd796dSAndreas Gohr        '5255c38a0faeba867671b61dfda6d864' => __DIR__ . '/..' . '/paragonie/random_compat/lib/random.php',
1259419fd0SAndreas Gohr    );
1359419fd0SAndreas Gohr
1459419fd0SAndreas Gohr    public static $prefixLengthsPsr4 = array (
1559419fd0SAndreas Gohr        's' =>
1659419fd0SAndreas Gohr        array (
1759419fd0SAndreas Gohr            'splitbrain\\PHPArchive\\' => 22,
1859419fd0SAndreas Gohr        ),
1959419fd0SAndreas Gohr        'p' =>
2059419fd0SAndreas Gohr        array (
2159419fd0SAndreas Gohr            'phpseclib\\' => 10,
2259419fd0SAndreas Gohr        ),
2359419fd0SAndreas Gohr    );
2459419fd0SAndreas Gohr
2559419fd0SAndreas Gohr    public static $prefixDirsPsr4 = array (
2659419fd0SAndreas Gohr        'splitbrain\\PHPArchive\\' =>
2759419fd0SAndreas Gohr        array (
2859419fd0SAndreas Gohr            0 => __DIR__ . '/..' . '/splitbrain/php-archive/src',
2959419fd0SAndreas Gohr        ),
3059419fd0SAndreas Gohr        'phpseclib\\' =>
3159419fd0SAndreas Gohr        array (
3259419fd0SAndreas Gohr            0 => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib',
3359419fd0SAndreas Gohr        ),
3459419fd0SAndreas Gohr    );
3559419fd0SAndreas Gohr
3659b616ccSAndreas Gohr    public static $prefixesPsr0 = array (
3759b616ccSAndreas Gohr        'S' =>
3859b616ccSAndreas Gohr        array (
3959b616ccSAndreas Gohr            'SimplePie' =>
4059b616ccSAndreas Gohr            array (
4159b616ccSAndreas Gohr                0 => __DIR__ . '/..' . '/simplepie/simplepie/library',
4259b616ccSAndreas Gohr            ),
4359b616ccSAndreas Gohr        ),
4459b616ccSAndreas Gohr    );
4559b616ccSAndreas Gohr
4659419fd0SAndreas Gohr    public static $classMap = array (
4759419fd0SAndreas Gohr        'GeSHi' => __DIR__ . '/..' . '/easybook/geshi/geshi.php',
4859419fd0SAndreas Gohr    );
4959419fd0SAndreas Gohr
5059419fd0SAndreas Gohr    public static function getInitializer(ClassLoader $loader)
5159419fd0SAndreas Gohr    {
5259419fd0SAndreas Gohr        return \Closure::bind(function () use ($loader) {
5359419fd0SAndreas Gohr            $loader->prefixLengthsPsr4 = ComposerStaticInita19a915ee98347a0c787119619d2ff9b::$prefixLengthsPsr4;
5459419fd0SAndreas Gohr            $loader->prefixDirsPsr4 = ComposerStaticInita19a915ee98347a0c787119619d2ff9b::$prefixDirsPsr4;
5559b616ccSAndreas Gohr            $loader->prefixesPsr0 = ComposerStaticInita19a915ee98347a0c787119619d2ff9b::$prefixesPsr0;
5659419fd0SAndreas Gohr            $loader->classMap = ComposerStaticInita19a915ee98347a0c787119619d2ff9b::$classMap;
5759419fd0SAndreas Gohr
5859419fd0SAndreas Gohr        }, null, ClassLoader::class);
5959419fd0SAndreas Gohr    }
6059419fd0SAndreas Gohr}
61