Lines Matching refs:executingPath
47 private ?Path $executingPath; variable in ComboStrap\\MarkupRenderer
52 * @param Path|null $executingPath - the source of the markup - may be null (case of webcode)
56 …public static function createFromMarkup(string $markup, ?Path $executingPath, ?WikiPath $contextPa… argument
60 if ($executingPath != null) {
61 $markupRenderer->setRequestedExecutingPath($executingPath);
137 $executingPath = null;
138 if (isset($this->executingPath)) {
139 $executingPath = $this->executingPath;
147 …uctionsSource = MarkupRenderer::createFromMarkup($this->markupSource, $executingPath, $contextPath)
226 public function setRequestedExecutingPath(?Path $executingPath): MarkupRenderer argument
228 $this->executingPath = $executingPath;