Home
last modified time | relevance | path

Searched refs:sourcePath (Results 1 – 8 of 8) sorted by relevance

/template/strap/ComboStrap/
H A DCacheReportHtmlDataBlockArray.php49 $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;
H A DIFetcherLocalImage.php74 $sourcePath = $this->getSourcePath();
75 return ResourceName::getFromPath($sourcePath);
H A DFetcherMarkupBuilder.php61 public static function getWikiIdAndLocalFileDokuwikiCompliant(Path $sourcePath): array argument
65 $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…
H A DFetcherRawLocalPath.php100 $sourcePath = $this->getSourcePath();
101 return ResourceName::getFromPath($sourcePath);
H A DSlotSystem.php123 public static function isMainHeaderSlot(Path $sourcePath): bool argument
126 $nameWithoutExtension = $sourcePath->getLastNameWithoutExtension();
H A DLazyLoad.php252 $sourcePath = ExecutionContext::getActualOrCreateFromEnv()
255 if(SlotSystem::isMainHeaderSlot($sourcePath)){
H A DFetcherMarkup.php812 $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…
H A DFetcherPage.php357 $sourcePath = $this->getSourcePath();
358 return ResourceName::getFromPath($sourcePath);