Home
last modified time | relevance | path

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

/plugin/src/
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;
/plugin/asciidocjs/node_modules/yargs/build/lib/
Dyargs-factory.js1079 … let startDir = rootPath || __classPrivateFieldGet(this, _YargsInstance_shim, "f").mainFilename; variable
1080 … if (!rootPath && __classPrivateFieldGet(this, _YargsInstance_shim, "f").path.extname(startDir)) {
1081startDir = __classPrivateFieldGet(this, _YargsInstance_shim, "f").path.dirname(startDir);
1083 …sonPath = __classPrivateFieldGet(this, _YargsInstance_shim, "f").findUp(startDir, (dir, names) => {