Home
last modified time | relevance | path

Searched refs:prefixDirsPsr4 (Results 1 – 4 of 4) sorted by relevance

/template/twigstarter/vendor/composer/
DClassLoader.php58 private $prefixDirsPsr4 = array(); variable in Composer\\Autoload\\ClassLoader
129 return $this->prefixDirsPsr4;
248 } elseif (!isset($this->prefixDirsPsr4[$prefix])) {
255 $this->prefixDirsPsr4[$prefix] = (array) $paths;
258 $this->prefixDirsPsr4[$prefix] = array_merge(
260 $this->prefixDirsPsr4[$prefix]
264 $this->prefixDirsPsr4[$prefix] = array_merge(
265 $this->prefixDirsPsr4[$prefix],
310 $this->prefixDirsPsr4[$prefix] = (array) $paths;
504 if (isset($this->prefixDirsPsr4[$search])) {
[all …]
Dautoload_static.php28 public static $prefixDirsPsr4 = array ( variable in Composer\\Autoload\\ComposerStaticInitac05160ad8d2e4230f77c2e84ac799f2
65 … $loader->prefixDirsPsr4 = ComposerStaticInitac05160ad8d2e4230f77c2e84ac799f2::$prefixDirsPsr4;
/template/strap/vendor/composer/
DClassLoader.php59 private $prefixDirsPsr4 = array(); variable in Composer\\Autoload\\ClassLoader
129 return $this->prefixDirsPsr4;
246 } elseif (!isset($this->prefixDirsPsr4[$prefix])) {
253 $this->prefixDirsPsr4[$prefix] = $paths;
256 $this->prefixDirsPsr4[$prefix] = array_merge(
258 $this->prefixDirsPsr4[$prefix]
262 $this->prefixDirsPsr4[$prefix] = array_merge(
263 $this->prefixDirsPsr4[$prefix],
308 $this->prefixDirsPsr4[$prefix] = (array) $paths;
503 if (isset($this->prefixDirsPsr4[$search])) {
[all …]
Dautoload_static.php50 public static $prefixDirsPsr4 = array ( variable in Composer\\Autoload\\ComposerStaticInitb17e1b0ee5884bcef9ce08e1c1e6b764
121 … $loader->prefixDirsPsr4 = ComposerStaticInitb17e1b0ee5884bcef9ce08e1c1e6b764::$prefixDirsPsr4;