Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DMarkupRenderer.php56 …public static function createFromMarkup(string $markup, ?Path $executingPath, ?WikiPath $contextPa… function in ComboStrap\\MarkupRenderer
147 …$this->instructionsSource = MarkupRenderer::createFromMarkup($this->markupSource, $executingPath, …
H A DOutline.php514 …public static function createFromMarkup(string $content, MarkupPath $contentPath, WikiPath $contex… function in ComboStrap\\Outline
516 $instructions = MarkupRenderer::createFromMarkup($content, $contentPath, $contextPath)
637 $instructions = MarkupRenderer::createFromMarkup($markup, $path, $path)
H A DFetcherPageBundler.php298 … $indexOutline = Outline::createFromMarkup($content, $indexPath, $this->getRequestedContextPath());
H A DMediaMarkup.php434 public static function createFromMarkup(string $match): MediaMarkup function in ComboStrap\\MediaMarkup
H A DCallStack.php176 static function createFromMarkup($markup): CallStack function in ComboStrap\\CallStack
H A DFetcherMarkup.php1373 …$markupRenderer = MarkupRenderer::createFromMarkup($markup, $this->getExecutingPathOrNull(), $this…
/plugin/combo/syntax/
H A Dmedia.php236 $mediaMarkup = MediaMarkup::createFromMarkup($match);