Searched refs:handleRemainingContents (Results 1 – 12 of 12) sorted by last modified time
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/ |
H A D | TableCell.php | 63 public function handleRemainingContents(ContextInterface $context, Cursor $cursor): void function in League\\CommonMark\\Extension\\Table\\TableCell
|
H A D | TableSection.php | 63 public function handleRemainingContents(ContextInterface $context, Cursor $cursor): void function in League\\CommonMark\\Extension\\Table\\TableSection
|
H A D | Table.php | 66 public function handleRemainingContents(ContextInterface $context, Cursor $cursor): void function in League\\CommonMark\\Extension\\Table\\Table
|
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/ |
H A D | StringContainerInterface.php | 43 public function handleRemainingContents(ContextInterface $context, Cursor $cursor); function
|
H A D | FencedCode.php | 178 public function handleRemainingContents(ContextInterface $context, Cursor $cursor) function in League\\CommonMark\\Block\\Element\\FencedCode
|
H A D | Heading.php | 76 public function handleRemainingContents(ContextInterface $context, Cursor $cursor) function in League\\CommonMark\\Block\\Element\\Heading
|
H A D | HtmlBlock.php | 91 public function handleRemainingContents(ContextInterface $context, Cursor $cursor) function in League\\CommonMark\\Block\\Element\\HtmlBlock
|
H A D | IndentedCode.php | 66 public function handleRemainingContents(ContextInterface $context, Cursor $cursor) function in League\\CommonMark\\Block\\Element\\IndentedCode
|
H A D | Paragraph.php | 82 public function handleRemainingContents(ContextInterface $context, Cursor $cursor) function in League\\CommonMark\\Block\\Element\\Paragraph
|
H A D | AbstractStringContainerBlock.php | 49 abstract public function handleRemainingContents(ContextInterface $context, Cursor $cursor); function in League\\CommonMark\\Block\\Element\\AbstractStringContainerBlock
|
/plugin/commonmark/vendor/league/commonmark/src/ |
H A D | DocParser.php | 122 $context->getContainer()->handleRemainingContents($context, $cursor);
|
/plugin/commonmark/vendor/league/commonmark/ |
H A D | CHANGELOG-0.x.md | 54 …- The `handleRemainingContents()` method (formerly on `AbstractBlock`, now on `AbstractStringConta… 535 - `AbstractBlock::handleRemainingContents()` is no longer abstract
|