Home
last modified time | relevance | path

Searched refs:inTightList (Results 1 – 25 of 38) sorted by relevance

12

/plugin/commonmark/vendor/league/commonmark/src/
H A DHtmlRenderer.php89 * @param bool $inTightList
95 public function renderBlock(AbstractBlock $block, bool $inTightList = false): string argument
101 if (($result = $renderer->render($block, $this, $inTightList)) !== null) {
111 * @param bool $inTightList
115 public function renderBlocks(iterable $blocks, bool $inTightList = false): string argument
119 $result[] = $this->renderBlock($block, $inTightList);
H A DElementRendererInterface.php49 * @param bool $inTightList
55 public function renderBlock(AbstractBlock $block, bool $inTightList = false): string; argument
59 * @param bool $inTightList
63 public function renderBlocks(iterable $blocks, bool $inTightList = false): string; argument
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/
H A DDWRenderer.php92 * @param bool $inTightList
98 public function renderBlock(AbstractBlock $block, bool $inTightList = false): string argument
104 if (($result = $renderer->render($block, $this, $inTightList)) !== null) {
114 * @param bool $inTightList
118 public function renderBlocks(iterable $blocks, bool $inTightList = false): string argument
122 $result[] = $this->renderBlock($block, $inTightList);
/plugin/commonmark/vendor/league/commonmark/src/Block/Renderer/
H A DParagraphRenderer.php27 * @param bool $inTightList
31 …ion render(AbstractBlock $block, ElementRendererInterface $htmlRenderer, bool $inTightList = false) argument
37 if ($inTightList) {
H A DListItemRenderer.php29 * @param bool $inTightList
33 …ion render(AbstractBlock $block, ElementRendererInterface $htmlRenderer, bool $inTightList = false) argument
39 $contents = $htmlRenderer->renderBlocks($block->children(), $inTightList);
H A DBlockRendererInterface.php26 * @param bool $inTightList
30 …on render(AbstractBlock $block, ElementRendererInterface $htmlRenderer, bool $inTightList = false); argument
H A DDocumentRenderer.php26 * @param bool $inTightList
30 …ion render(AbstractBlock $block, ElementRendererInterface $htmlRenderer, bool $inTightList = false) argument
H A DThematicBreakRenderer.php27 * @param bool $inTightList
31 …ion render(AbstractBlock $block, ElementRendererInterface $htmlRenderer, bool $inTightList = false) argument
H A DHeadingRenderer.php27 * @param bool $inTightList
31 …ion render(AbstractBlock $block, ElementRendererInterface $htmlRenderer, bool $inTightList = false) argument
H A DIndentedCodeRenderer.php28 * @param bool $inTightList
32 …ion render(AbstractBlock $block, ElementRendererInterface $htmlRenderer, bool $inTightList = false) argument
H A DBlockQuoteRenderer.php27 * @param bool $inTightList
31 …ion render(AbstractBlock $block, ElementRendererInterface $htmlRenderer, bool $inTightList = false) argument
H A DFencedCodeRenderer.php28 * @param bool $inTightList
32 …ion render(AbstractBlock $block, ElementRendererInterface $htmlRenderer, bool $inTightList = false) argument
H A DHtmlBlockRenderer.php34 * @param bool $inTightList
38 …ion render(AbstractBlock $block, ElementRendererInterface $htmlRenderer, bool $inTightList = false) argument
H A DListBlockRenderer.php27 * @param bool $inTightList
31 …ion render(AbstractBlock $block, ElementRendererInterface $htmlRenderer, bool $inTightList = false) argument
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DListItemRenderer.php30 * @param bool $inTightList
34 …ction render(AbstractBlock $block, ElementRendererInterface $DWRenderer, bool $inTightList = false) argument
40 $result = $DWRenderer->renderBlocks($block->children(), $inTightList);
H A DThematicBreakRenderer.php28 * @param bool $inTightList
32 …ion render(AbstractBlock $block, ElementRendererInterface $htmlRenderer, bool $inTightList = false) argument
H A DDocumentRenderer.php28 * @param bool $inTightList
32 …ction render(AbstractBlock $block, ElementRendererInterface $DWRenderer, bool $inTightList = false) argument
H A DIndentedCodeRenderer.php30 * @param bool $inTightList
34 …ction render(AbstractBlock $block, ElementRendererInterface $DWRenderer, bool $inTightList = false) argument
H A DHeadingRenderer.php28 * @param bool $inTightList
32 …ction render(AbstractBlock $block, ElementRendererInterface $DWRenderer, bool $inTightList = false) argument
H A DParagraphRenderer.php28 * @param bool $inTightList
32 …ction render(AbstractBlock $block, ElementRendererInterface $DWRenderer, bool $inTightList = false) argument
H A DBlockQuoteRenderer.php28 * @param bool $inTightList
32 …ction render(AbstractBlock $block, ElementRendererInterface $DWRenderer, bool $inTightList = false) argument
H A DFootnoteRenderer.php35 * @param bool $inTightList
39 …ction render(AbstractBlock $block, ElementRendererInterface $DWRenderer, bool $inTightList = false) argument
H A DFencedCodeRenderer.php29 * @param bool $inTightList
33 …ction render(AbstractBlock $block, ElementRendererInterface $DWRenderer, bool $inTightList = false) argument
H A DListBlockRenderer.php29 * @param bool $inTightList
33 …ction render(AbstractBlock $block, ElementRendererInterface $DWRenderer, bool $inTightList = false) argument
/plugin/commonmark/vendor/league/commonmark/src/Extension/DisallowedRawHtml/
H A DDisallowedRawHtmlBlockRenderer.php30 …ion render(AbstractBlock $block, ElementRendererInterface $htmlRenderer, bool $inTightList = false) argument
32 $rendered = $this->htmlBlockRenderer->render($block, $htmlRenderer, $inTightList);

12