Searched refs:indexPath (Results 1 – 2 of 2) sorted by relevance
277 private function buildOutlineRecursive(MarkupPath $indexPath, int $actualLevel) argument282 if (FileSystems::exists($indexPath)) {284 ->setRequestedExecutingPath($indexPath)285 ->setRequestedContextPath($indexPath->toWikiPath())291 $childOuterSection->updatePageLinkToInternal($indexPath);294 $title = PageTitle::createForMarkup($indexPath)->getValueOrDefault();298 … $indexOutline = Outline::createFromMarkup($content, $indexPath, $this->getRequestedContextPath());318 … $childrenPages = MarkupFileSystem::getOrCreate()->getChildren($indexPath, FileSystems::LEAF);341 …$containerPages = MarkupFileSystem::getOrCreate()->getChildren($indexPath, FileSystems::CONTAINER);
2194 $indexPath = $path->resolveId($startPageName);2195 if (FileSystems::exists($indexPath)) {2197 $this->path = $indexPath;2215 $this->path = $indexPath;