Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DFetcherMarkupBuilder.php26 private ?Path $builderMarkupSourcePath = null; variable in ComboStrap\\FetcherMarkupBuilder
134 $this->builderMarkupSourcePath = $executingPath->toWikiPath();
136 $this->builderMarkupSourcePath = $executingPath;
203 …if ($this->builderMarkupSourcePath === null && $this->builderMarkupString === null && $this->build…
210 if ($this->builderMarkupSourcePath !== null) {
276 if ($this->builderMarkupSourcePath !== null) {
277 $newFetcherMarkup->markupSourcePath = $this->builderMarkupSourcePath;
278 if (!FileSystems::exists($this->builderMarkupSourcePath)) {
284 …throw new ExceptionNotExists("The executing source file ({$this->builderMarkupSourcePath}) does no…
319 if ($this->builderMarkupSourcePath !== null) {
[all …]