Home
last modified time | relevance | path

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

/plugin/src/
H A Dsyntax.php218 * @param string $startDir Директория, от которой строить путь.
220 function _wikiPathFileToAbsolute($filePath, $namespace, $startDir) { argument
226 $filePath = $startDir . '/' . $namespace . '/' . $filePath;
232 $filePath = $startDir . '/' . '' . $filePath;
240 $filePath = $startDir . '/' . $this->dirUp($namespace) . $midSlash . $filePath;