Searched refs:startDir (Results 1 – 2 of 2) sorted by relevance
| /plugin/src/ |
| D | syntax.php | 218 * @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/ |
| D | yargs-factory.js | 1079 … let startDir = rootPath || __classPrivateFieldGet(this, _YargsInstance_shim, "f").mainFilename; variable 1080 … if (!rootPath && __classPrivateFieldGet(this, _YargsInstance_shim, "f").path.extname(startDir)) { 1081 … startDir = __classPrivateFieldGet(this, _YargsInstance_shim, "f").path.dirname(startDir); 1083 …sonPath = __classPrivateFieldGet(this, _YargsInstance_shim, "f").findUp(startDir, (dir, names) => {
|