Home
last modified time | relevance | path

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

/dokuwiki/vendor/composer/
H A DClassLoader.php499 $subPath = $class;
500 while (false !== $lastPos = strrpos($subPath, '\\')) {
501 $subPath = substr($subPath, 0, $lastPos);
502 $search = $subPath . '\\';