Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DPageExplorerTag.php123 …$listItemContent = MarkupRenderUtility::renderInstructionsToXhtml($pageInstructions, $page->getMet…
409 …$returnedXhtml .= MarkupRenderUtility::renderInstructionsToXhtml($indexInstructions, $currentIndex…
455 …$returnedXhtml .= MarkupRenderUtility::renderInstructionsToXhtml($parentInstructions, $parentPage-…
527 …$returnedXhtml .= MarkupRenderUtility::renderInstructionsToXhtml($namespaceInstructions, $subNames…
576 …$returnedXhtml .= MarkupRenderUtility::renderInstructionsToXhtmlFromPage($pageInstructions, $child…
763 …$html .= MarkupRenderUtility::renderInstructionsToXhtml($namespaceInstructions, $subHomePage->getM…
H A DMarkupRenderUtility.php19 class MarkupRenderUtility class
H A DPluginUtility.php422 return MarkupRenderUtility::renderText2XhtmlAndStripPEventually($pageContent, false);
1042 return MarkupRenderUtility::getInstructionsAndStripPEventually($markiCode);
1074 return MarkupRenderUtility::renderInstructionsToXhtml($callStackHeaderInstructions);
/plugin/combo/ComboStrap/Tag/
H A DAdTag.php23 use ComboStrap\MarkupRenderUtility; alias
172 $content = MarkupRenderUtility::renderId2Xhtml($adsPageId);
/plugin/combo/syntax/
H A Dfragment.php18 use ComboStrap\MarkupRenderUtility; alias
225 … $renderer->doc .= MarkupRenderUtility::renderInstructionsToXhtml($templateStack, $metadata);