Home
last modified time | relevance | path

Searched refs:prefixesPsr0 (Results 1 – 2 of 2) sorted by last modified time

/dokuwiki/vendor/composer/
H A DClassLoader.php73 private $prefixesPsr0 = array(); variable in Composer\\Autoload\\ClassLoader
117 if (!empty($this->prefixesPsr0)) {
118 return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
200 if (!isset($this->prefixesPsr0[$first][$prefix])) {
201 $this->prefixesPsr0[$first][$prefix] = $paths;
206 $this->prefixesPsr0[$first][$prefix] = array_merge(
208 $this->prefixesPsr0[$first][$prefix]
211 $this->prefixesPsr0[$first][$prefix] = array_merge(
212 $this->prefixesPsr0[$first][$prefix],
283 $this->prefixesPsr0[
[all...]
H A Dautoload_static.php103 public static $prefixesPsr0 = array (
151 $loader->prefixesPsr0 = ComposerStaticInita19a915ee98347a0c787119619d2ff9b::$prefixesPsr0;
77 public static $prefixesPsr0 = array ( global() variable in Composer\\Autoload\\ComposerStaticInita19a915ee98347a0c787119619d2ff9b