Searched defs:renderBlock (Results 1 – 5 of 5) sorted by relevance
/plugin/commonmark/vendor/league/commonmark/src/ | ||
H A D | ElementRendererInterface.php | 55 public function renderBlock(AbstractBlock $block, bool $inTightList = false): string; function |
H A D | HtmlRenderer.php | 95 public function renderBlock(AbstractBlock $block, bool $inTightList = false): string function in League\\CommonMark\\HtmlRenderer |
/plugin/findologicxmlexport/vendor/twig/twig/src/ | ||
H A D | TemplateWrapper.php | 95 public function renderBlock($name, $context = []) function in Twig\\TemplateWrapper |
H A D | Template.php | 272 public function renderBlock($name, array $context, array $blocks = [], $useBlocks = true) function in Twig\\Template |
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/ | ||
H A D | DWRenderer.php | 98 public function renderBlock(AbstractBlock $block, bool $inTightList = false): string function in Dokuwiki\\Plugin\\Commonmark\\DWRenderer |