Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
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;
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…
DIFetcherLocalImage.php74 $sourcePath = $this->getSourcePath();
75 return ResourceName::getFromPath($sourcePath);
DFetcherRawLocalPath.php100 $sourcePath = $this->getSourcePath();
101 return ResourceName::getFromPath($sourcePath);
DSlotSystem.php123 public static function isMainHeaderSlot(Path $sourcePath): bool argument
126 $nameWithoutExtension = $sourcePath->getLastNameWithoutExtension();
DLazyLoad.php252 $sourcePath = ExecutionContext::getActualOrCreateFromEnv()
255 if(SlotSystem::isMainHeaderSlot($sourcePath)){
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…
DFetcherPage.php357 $sourcePath = $this->getSourcePath();
358 return ResourceName::getFromPath($sourcePath);
/template/twigstarter/vendor/twig/twig/src/Error/
DError.php44 private $sourcePath; variable in Twig\\Error\\Error
70 $this->sourcePath = $source->getPath();
118 return $this->name ? new Source($this->sourceCode, $this->name, $this->sourcePath) : null;
127 $this->sourceCode = $this->name = $this->sourcePath = null;
131 $this->sourcePath = $source->getPath();
153 if ($this->sourcePath && $this->lineno > 0) {
154 $this->file = $this->sourcePath;
217 if (null !== $template && null === $this->sourcePath) {
220 $this->sourcePath = $src->getPath();