Home
last modified time | relevance | path

Searched refs:prefixLengthsPsr4 (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/vendor/composer/
H A Dautoload_static.php14 public static $prefixLengthsPsr4 = array ( variable in Composer\\Autoload\\ComposerStaticInita19a915ee98347a0c787119619d2ff9b
149 $loader->prefixLengthsPsr4 = ComposerStaticInita19a915ee98347a0c787119619d2ff9b::$prefixLengthsPsr4;
H A DClassLoader.php55 private $prefixLengthsPsr4 = array();
252 $this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length;
307 $this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length;
498 if (isset($this->prefixLengthsPsr4[$first])) {
56 private $prefixLengthsPsr4 = array(); global() variable in Composer\\Autoload\\ClassLoader