/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/ |
H A D | FootnoteContainerRenderer.php | 20 use League\CommonMark\Block\Element\AbstractBlock; alias 32 …public function render(AbstractBlock $block, ElementRendererInterface $htmlRenderer, bool $inTight…
|
H A D | FootnoteRenderer.php | 20 use League\CommonMark\Block\Element\AbstractBlock; alias 39 …public function render(AbstractBlock $block, ElementRendererInterface $DWRenderer, bool $inTightLi…
|
H A D | HeadingRenderer.php | 18 use League\CommonMark\Block\Element\AbstractBlock; alias 32 …public function render(AbstractBlock $block, ElementRendererInterface $DWRenderer, bool $inTightLi…
|
H A D | IndentedCodeRenderer.php | 18 use League\CommonMark\Block\Element\AbstractBlock; alias 34 …public function render(AbstractBlock $block, ElementRendererInterface $DWRenderer, bool $inTightLi…
|
H A D | ListBlockRenderer.php | 18 use League\CommonMark\Block\Element\AbstractBlock; alias 33 …public function render(AbstractBlock $block, ElementRendererInterface $DWRenderer, bool $inTightLi…
|
H A D | TableRowRenderer.php | 21 use League\CommonMark\Block\Element\AbstractBlock; alias 28 …public function render(AbstractBlock $block, ElementRendererInterface $DWRenderer, bool $inTightLi…
|
H A D | ListItemRenderer.php | 18 use League\CommonMark\Block\Element\AbstractBlock; alias 34 …public function render(AbstractBlock $block, ElementRendererInterface $DWRenderer, bool $inTightLi…
|
H A D | ParagraphRenderer.php | 18 use League\CommonMark\Block\Element\AbstractBlock; alias 32 …public function render(AbstractBlock $block, ElementRendererInterface $DWRenderer, bool $inTightLi…
|
H A D | TableRenderer.php | 21 use League\CommonMark\Block\Element\AbstractBlock; alias 28 …public function render(AbstractBlock $block, ElementRendererInterface $DWRenderer, bool $inTightLi…
|
H A D | TableSectionRenderer.php | 21 use League\CommonMark\Block\Element\AbstractBlock; alias 28 …public function render(AbstractBlock $block, ElementRendererInterface $DWRenderer, bool $inTightLi…
|
H A D | ThematicBreakRenderer.php | 18 use League\CommonMark\Block\Element\AbstractBlock; alias 32 …public function render(AbstractBlock $block, ElementRendererInterface $htmlRenderer, bool $inTight…
|
H A D | BlockQuoteRenderer.php | 18 use League\CommonMark\Block\Element\AbstractBlock; alias 32 …public function render(AbstractBlock $block, ElementRendererInterface $DWRenderer, bool $inTightLi…
|
H A D | DocumentRenderer.php | 18 use League\CommonMark\Block\Element\AbstractBlock; alias 32 …public function render(AbstractBlock $block, ElementRendererInterface $DWRenderer, bool $inTightLi…
|
H A D | FencedCodeRenderer.php | 18 use League\CommonMark\Block\Element\AbstractBlock; alias 33 …public function render(AbstractBlock $block, ElementRendererInterface $DWRenderer, bool $inTightLi…
|
H A D | TableCellRenderer.php | 21 use League\CommonMark\Block\Element\AbstractBlock; alias 28 …public function render(AbstractBlock $block, ElementRendererInterface $DWRenderer, bool $inTightLi…
|
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/ |
H A D | DWRenderer.php | 18 use League\CommonMark\Block\Element\AbstractBlock; alias 91 * @param AbstractBlock $block 98 public function renderBlock(AbstractBlock $block, bool $inTightList = false): string 113 * @param AbstractBlock[] $blocks
|
/plugin/commonmark/vendor/league/commonmark/src/Extension/InlinesOnly/ |
H A D | ChildRenderer.php | 14 use League\CommonMark\Block\Element\AbstractBlock; alias 26 …public function render(AbstractBlock $block, ElementRendererInterface $htmlRenderer, bool $inTight…
|
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/ |
H A D | TableCell.php | 18 use League\CommonMark\Block\Element\AbstractBlock; alias 48 public function canContain(AbstractBlock $block): bool
|
H A D | TableRowRenderer.php | 18 use League\CommonMark\Block\Element\AbstractBlock; alias 25 …public function render(AbstractBlock $block, ElementRendererInterface $htmlRenderer, bool $inTight…
|
H A D | TableSection.php | 18 use League\CommonMark\Block\Element\AbstractBlock; alias 48 public function canContain(AbstractBlock $block): bool
|
/plugin/commonmark/vendor/league/commonmark/src/ |
H A D | HtmlRenderer.php | 17 use League\CommonMark\Block\Element\AbstractBlock; alias 88 * @param AbstractBlock $block 95 public function renderBlock(AbstractBlock $block, bool $inTightList = false): string 110 * @param AbstractBlock[] $blocks
|
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/ |
H A D | BlockQuote.php | 22 class BlockQuote extends AbstractBlock 24 public function canContain(AbstractBlock $block): bool
|
H A D | Document.php | 24 class Document extends AbstractBlock 44 public function canContain(AbstractBlock $block): bool
|
H A D | ListBlock.php | 23 class ListBlock extends AbstractBlock 63 … return $this->lastChild() instanceof AbstractBlock && $this->lastChild()->endsWithBlankLine(); 69 public function canContain(AbstractBlock $block): bool 91 if (!($item instanceof AbstractBlock)) { 104 …if ($subItem instanceof AbstractBlock && $subItem->endsWithBlankLine() && ($item !== $this->lastCh…
|
H A D | ThematicBreak.php | 19 class ThematicBreak extends AbstractBlock 21 public function canContain(AbstractBlock $block): bool
|