Home
last modified time | relevance | path

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

/dokuwiki/vendor/composer/
H A DClassLoader.php175 * @param list<string>|string $paths The PSR-0 root directories
180 public function add($prefix, $paths, $prepend = false)
182 $paths = (array) $paths;
186 $paths,
192 $paths
201 $this->prefixesPsr0[$first][$prefix] = $paths;
207 $paths,
213 $paths
223 * @param list<string>|string $paths Th
188 add($prefix, $paths, $prepend = false) global() argument
237 addPsr4($prefix, $paths, $prepend = false) global() argument
284 set($prefix, $paths) global() argument
304 setPsr4($prefix, $paths) global() argument
[all...]
/dokuwiki/lib/plugins/logviewer/lang/en/
H A Dintro.txt7 Please be aware that **log files can contain sensitive information** like passwords, paths or other secrets.
/dokuwiki/inc/
H A Dinit.php197 // make real paths and check them
278 * Checks paths from config file
284 $paths = [
298 foreach ($paths as $c => $p) {
623 // match drive letter and UNC paths