Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DFetcherPageBundler.php277 private function buildOutlineRecursive(MarkupPath $indexPath, int $actualLevel) argument
282 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);
H A DMarkupPath.php2194 $indexPath = $path->resolveId($startPageName);
2195 if (FileSystems::exists($indexPath)) {
2197 $this->path = $indexPath;
2215 $this->path = $indexPath;