Home
last modified time | relevance | path

Searched refs:renderBlock (Results 1 – 13 of 13) sorted by last modified time

/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/
H A DDWRenderer.php98 public function renderBlock(AbstractBlock $block, bool $inTightList = false): string global() function in Dokuwiki\\Plugin\\Commonmark\\DWRenderer
H A DCommonmark.php
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Inline/
H A DFootnoteRefRenderer.php
/plugin/commonmark/vendor/league/commonmark/src/
H A DHtmlRenderer.php
H A DElementRendererInterface.php
H A DConverter.php
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTemplateWrapper.php95 public function renderBlock($name, $context = []) function in Twig\\TemplateWrapper
H A DTemplate.php272 public function renderBlock($name, array $context, array $blocks = [], $useBlocks = true) function in Twig\\Template
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/
H A DFilesystemTest.php186 $this->assertSame('block from theme 1', $template->renderBlock('b1', []));
189 $this->assertSame('block from theme 2', $template->renderBlock('b2', []));
215 $this->assertSame('VALID Child', $template->renderBlock('body', []));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTemplateTest.php227 $template->renderBlock('unknown', []);
H A DTemplateWrapperTest.php51 $this->assertEquals('FOOBAR', $wrapper->renderBlock('foo', ['foo' => 'FOO']));
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst75 ``renderBlock()`` call::
77 echo $template->renderBlock('block_name', ['the' => 'variables', 'go' => 'here']);