Searched refs:sourcePath (Results 1 – 9 of 9) 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;
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…
74 $sourcePath = $this->getSourcePath();75 return ResourceName::getFromPath($sourcePath);
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);
44 private $sourcePath; variable in Twig\\Error\\Error70 $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();