Home
last modified time | relevance | path

Searched defs:render (Results 26 – 50 of 1437) sorted by relevance

12345678910>>...58

/plugin/commonmark/vendor/league/commonmark/src/Block/Renderer/
H A DDocumentRenderer.php
H A DThematicBreakRenderer.php
H A DBlockQuoteRenderer.php
H A DHeadingRenderer.php
H A DListBlockRenderer.php
H A DParagraphRenderer.php
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Inline/
H A DEmphasisRenderer.php31 public function render(Node $node, ChildNodeRendererInterface $DWRenderer): string function in DokuWiki\\Plugin\\Commonmark\\Extension\\Renderer\\Inline\\EmphasisRenderer
H A DNewlineRenderer.php31 public function render(Node $node, ChildNodeRendererInterface $DWRenderer) function in DokuWiki\\Plugin\\Commonmark\\Extension\\Renderer\\Inline\\NewlineRenderer
H A DCodeRenderer.php32 public function render(AbstractInline $inline, ElementRendererInterface $DWRenderer) global() function in DokuWiki\\Plugin\\Commonmark\\Extension\\Renderer\\Inline\\CodeRenderer
H A DTextRenderer.php32 public function render(Node $node, ChildNodeRendererInterface $DWRenderer) function in DokuWiki\\Plugin\\Commonmark\\Extension\\Renderer\\Inline\\TextRenderer
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/
H A DTableOfContentsPlaceholderRenderer.php20 public function render(AbstractBlock $block, ElementRendererInterface $htmlRenderer, bool $inTightList = false) global() function in League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsPlaceholderRenderer
/plugin/commonmark/vendor/league/commonmark/src/Extension/SmartPunct/
H A DQuoteRenderer.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/Strikethrough/
H A DStrikethroughRenderer.php21 public function render(AbstractInline $inline, ElementRendererInterface $htmlRenderer) global() function in League\\CommonMark\\Extension\\Strikethrough\\StrikethroughRenderer
/plugin/bootswrapper/syntax/
H A Djumbotron.php32 public function render($mode, Doku_Renderer $renderer, $data) function in syntax_plugin_bootswrapper_jumbotron
H A Dpanel.php56 public function render($mode, Doku_Renderer $renderer, $data) function in syntax_plugin_bootswrapper_panel
H A Dwrapper.php33 public function render($mode, Doku_Renderer $renderer, $data) function in syntax_plugin_bootswrapper_wrapper
/plugin/data-au/syntax/
H A Drelated.php31 function render($format, Doku_Renderer $renderer, $dataau) { function in syntax_plugin_dataau_related
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DBaseTag.php44 public function render(Formatter $formatter = null) function in phpDocumentor\\Reflection\\DocBlock\\Tags\\BaseTag
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
H A DDirectory.php25 public function render(DirectoryNode $node, $file) function in SebastianBergmann\\CodeCoverage\\Report\\Html\\Directory
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DHeadingRenderer.php32 public function render(AbstractBlock $block, ElementRendererInterface $DWRenderer, bool $inTightList = false) global() function in DokuWiki\\Plugin\\Commonmark\\Extension\\Renderer\\Block\\HeadingRenderer
H A DTableRowRenderer.php28 public function render(Node $node, ChildNodeRendererInterface $DWRenderer): string function in DokuWiki\\Plugin\\Commonmark\\Extension\\Renderer\\Block\\TableRowRenderer
H A DParagraphRenderer.php32 public function render(AbstractBlock $block, ElementRendererInterface $DWRenderer, bool $inTightList = false) global() function in DokuWiki\\Plugin\\Commonmark\\Extension\\Renderer\\Block\\ParagraphRenderer
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableRowRenderer.php25 public function render(AbstractBlock $block, ElementRendererInterface $htmlRenderer, bool $inTightList = false) global() function in League\\CommonMark\\Extension\\Table\\TableRowRenderer
H A DTableSectionRenderer.php25 public function render(AbstractBlock $block, ElementRendererInterface $htmlRenderer, bool $inTightList = false) global() function in League\\CommonMark\\Extension\\Table\\TableSectionRenderer
/plugin/commonmark/vendor/league/commonmark/src/Inline/Renderer/
H A DCodeRenderer.php

12345678910>>...58