Home
last modified time | relevance | path

Searched refs:matchesNextLine (Results 1 – 20 of 20) sorted by relevance

/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DThematicBreak.php31 public function matchesNextLine(Cursor $cursor): bool function in League\\CommonMark\\Block\\Element\\ThematicBreak
H A DBlockQuote.php34 public function matchesNextLine(Cursor $cursor): bool function in League\\CommonMark\\Block\\Element\\BlockQuote
H A DDocument.php54 public function matchesNextLine(Cursor $cursor): bool function in League\\CommonMark\\Block\\Element\\Document
H A DHeading.php71 public function matchesNextLine(Cursor $cursor): bool function in League\\CommonMark\\Block\\Element\\Heading
H A DListItem.php52 public function matchesNextLine(Cursor $cursor): bool function in League\\CommonMark\\Block\\Element\\ListItem
H A DIndentedCode.php32 public function matchesNextLine(Cursor $cursor): bool function in League\\CommonMark\\Block\\Element\\IndentedCode
H A DParagraph.php32 public function matchesNextLine(Cursor $cursor): bool function in League\\CommonMark\\Block\\Element\\Paragraph
H A DListBlock.php79 public function matchesNextLine(Cursor $cursor): bool function in League\\CommonMark\\Block\\Element\\ListBlock
H A DHtmlBlock.php75 public function matchesNextLine(Cursor $cursor): bool function in League\\CommonMark\\Block\\Element\\HtmlBlock
H A DAbstractBlock.php101 abstract public function matchesNextLine(Cursor $cursor): bool; function in League\\CommonMark\\Block\\Element\\AbstractBlock
H A DFencedCode.php143 public function matchesNextLine(Cursor $cursor): bool function in League\\CommonMark\\Block\\Element\\FencedCode
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/Node/
H A DTableOfContentsPlaceholder.php29 public function matchesNextLine(Cursor $cursor): bool function in League\\CommonMark\\Extension\\TableOfContents\\Node\\TableOfContentsPlaceholder
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Node/
H A DFootnoteContainer.php35 public function matchesNextLine(Cursor $cursor): bool function in League\\CommonMark\\Extension\\Footnote\\Node\\FootnoteContainer
H A DFootnote.php51 public function matchesNextLine(Cursor $cursor): bool function in League\\CommonMark\\Extension\\Footnote\\Node\\Footnote
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableRow.php34 public function matchesNextLine(Cursor $cursor): bool function in League\\CommonMark\\Extension\\Table\\TableRow
H A DTableSection.php58 public function matchesNextLine(Cursor $cursor): bool function in League\\CommonMark\\Extension\\Table\\TableSection
H A DTableCell.php58 public function matchesNextLine(Cursor $cursor): bool function in League\\CommonMark\\Extension\\Table\\TableCell
H A DTable.php61 public function matchesNextLine(Cursor $cursor): bool function in League\\CommonMark\\Extension\\Table\\Table
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Node/
H A DAttributes.php51 public function matchesNextLine(Cursor $cursor): bool function in League\\CommonMark\\Extension\\Attributes\\Node\\Attributes
/plugin/commonmark/vendor/league/commonmark/src/
H A DDocParser.php168 if (!$container->matchesNextLine($cursor)) {