xref: /plugin/aichat/vendor/composer/autoload_static.php (revision 7017fcea956877cba40d598e4eb414116a75b0a8)
18817535bSAndreas Gohr<?php
28817535bSAndreas Gohr
38817535bSAndreas Gohr// autoload_static.php @generated by Composer
48817535bSAndreas Gohr
58817535bSAndreas Gohrnamespace Composer\Autoload;
68817535bSAndreas Gohr
78817535bSAndreas Gohrclass ComposerStaticInitcf5108d0fe7a5d23e88d41bf066096a6
88817535bSAndreas Gohr{
98817535bSAndreas Gohr    public static $prefixLengthsPsr4 = array (
108817535bSAndreas Gohr        'V' =>
118817535bSAndreas Gohr        array (
128817535bSAndreas Gohr            'Vanderlee\\Sentence\\' => 19,
138817535bSAndreas Gohr        ),
148817535bSAndreas Gohr        'T' =>
158817535bSAndreas Gohr        array (
168817535bSAndreas Gohr            'TikToken\\' => 9,
178817535bSAndreas Gohr        ),
188817535bSAndreas Gohr    );
198817535bSAndreas Gohr
208817535bSAndreas Gohr    public static $prefixDirsPsr4 = array (
218817535bSAndreas Gohr        'Vanderlee\\Sentence\\' =>
228817535bSAndreas Gohr        array (
238817535bSAndreas Gohr            0 => __DIR__ . '/..' . '/vanderlee/php-sentence/src',
248817535bSAndreas Gohr        ),
258817535bSAndreas Gohr        'TikToken\\' =>
268817535bSAndreas Gohr        array (
278817535bSAndreas Gohr            0 => __DIR__ . '/..' . '/mehrab-wj/tiktoken-php/src',
288817535bSAndreas Gohr        ),
298817535bSAndreas Gohr    );
308817535bSAndreas Gohr
31*7017fceaSAndreas Gohr    public static $prefixesPsr0 = array (
32*7017fceaSAndreas Gohr        'P' =>
33*7017fceaSAndreas Gohr        array (
34*7017fceaSAndreas Gohr            'Parsedown' =>
35*7017fceaSAndreas Gohr            array (
36*7017fceaSAndreas Gohr                0 => __DIR__ . '/..' . '/erusev/parsedown',
37*7017fceaSAndreas Gohr            ),
38*7017fceaSAndreas Gohr        ),
39*7017fceaSAndreas Gohr    );
40*7017fceaSAndreas Gohr
418817535bSAndreas Gohr    public static $classMap = array (
428817535bSAndreas Gohr        'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
438817535bSAndreas Gohr    );
448817535bSAndreas Gohr
458817535bSAndreas Gohr    public static function getInitializer(ClassLoader $loader)
468817535bSAndreas Gohr    {
478817535bSAndreas Gohr        return \Closure::bind(function () use ($loader) {
488817535bSAndreas Gohr            $loader->prefixLengthsPsr4 = ComposerStaticInitcf5108d0fe7a5d23e88d41bf066096a6::$prefixLengthsPsr4;
498817535bSAndreas Gohr            $loader->prefixDirsPsr4 = ComposerStaticInitcf5108d0fe7a5d23e88d41bf066096a6::$prefixDirsPsr4;
50*7017fceaSAndreas Gohr            $loader->prefixesPsr0 = ComposerStaticInitcf5108d0fe7a5d23e88d41bf066096a6::$prefixesPsr0;
518817535bSAndreas Gohr            $loader->classMap = ComposerStaticInitcf5108d0fe7a5d23e88d41bf066096a6::$classMap;
528817535bSAndreas Gohr
538817535bSAndreas Gohr        }, null, ClassLoader::class);
548817535bSAndreas Gohr    }
558817535bSAndreas Gohr}
56