Home
last modified time | relevance | path

Searched defs:markup (Results 1 – 9 of 9) sorted by relevance

/template/strap/ComboStrap/
H A DFetcherMarkupWebcode.php37 public static function createFetcherMarkup(string $markup): FetcherMarkupWebcode
151 public function setRequestedMarkup(string $markup): FetcherMarkupWebcode
H A DMarkupRenderer.php56 …public static function createFromMarkup(string $markup, ?Path $executingPath, ?WikiPath $contextPa…
70 private function setMarkup(string $markup): MarkupRenderer
H A DParser.php15 public static function parseMarkupToHandler($markup): Doku_Handler
H A DFetcherSvg.php169 public static function createSvgFromMarkup(string $markup, string $name): FetcherSvg
814 private function setMarkup(string $markup, string $name): FetcherSvg
1681 private function buildXmlDocumentIfNeeded(string $markup = null): FetcherSvg
H A DLang.php101 public static function createForMarkup(MarkupPath $markup): Lang
H A DOutline.php104 …public function __construct(CallStack $callStack, MarkupPath $markup = null, bool $isFragment = fa…
H A DCallStack.php176 static function createFromMarkup($markup): CallStack
H A DFetcherMarkup.php195 …public static function createStandaloneExecutionFromStringMarkupToXhtml(string $markup): FetcherMa…
/template/strap/ComboStrap/Xml/
H A DXmlDocument.php285 public static function createHtmlDocFromMarkup($markup): XmlDocument