Searched refs:sourcePath (Results 1 – 8 of 8) sorted by relevance
49 $sourcePath = $result->getMarkupPath()->getPathObject();54 if (!($sourcePath instanceof WikiPath)) {56 $sourcePath = WikiPath::createFromPathObject($sourcePath);77 … $dependencies = FetcherMarkup::createXhtmlMarkupFetcherFromPath($sourcePath, $sourcePath)86 $htmlDataBlock[$sourcePath->toAbsoluteId()][$mode] = $data;
74 $sourcePath = $this->getSourcePath();75 return ResourceName::getFromPath($sourcePath);
61 public static function getWikiIdAndLocalFileDokuwikiCompliant(Path $sourcePath): array argument65 $markuSourceWikiPath = $sourcePath->toWikiPath();79 $wikiId = $sourcePath->toAbsoluteId();81 $localFile = $sourcePath->toLocalPath();83 …throw new ExceptionRuntimeInternal("The source path ({$sourcePath}) is not supported as markup sou…
100 $sourcePath = $this->getSourcePath();101 return ResourceName::getFromPath($sourcePath);
123 public static function isMainHeaderSlot(Path $sourcePath): bool argument126 $nameWithoutExtension = $sourcePath->getLastNameWithoutExtension();
252 $sourcePath = ExecutionContext::getActualOrCreateFromEnv()255 if(SlotSystem::isMainHeaderSlot($sourcePath)){
812 $sourcePath = $this->getSourcePath();816 return ResourceName::getFromPath($sourcePath);1095 $sourcePath = $this->getSourcePath();1100 return FileSystems::getContent($sourcePath);1102 …LogUtility::error("The path ($sourcePath) does not exist, we have set the markup to the empty stri…
357 $sourcePath = $this->getSourcePath();358 return ResourceName::getFromPath($sourcePath);