Home
last modified time | relevance | path

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

/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DAbstractBlock.php
H A DBlockQuote.php
H A DDocument.php
H A DFencedCode.php
H A DHeading.php
H A DHtmlBlock.php
H A DIndentedCode.php
H A DListBlock.php
H A DListItem.php
H A DParagraph.php
H A DThematicBreak.php
/plugin/commonmark/vendor/league/commonmark/src/
H A DDocParser.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Node/
H A DAttributes.php51 public function matchesNextLine(Cursor $cursor): bool global() function in League\\CommonMark\\Extension\\Attributes\\Node\\Attributes
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Node/
H A DFootnote.php51 public function matchesNextLine(Cursor $cursor): bool global() function in League\\CommonMark\\Extension\\Footnote\\Node\\Footnote
H A DFootnoteContainer.php35 public function matchesNextLine(Cursor $cursor): bool global() function in League\\CommonMark\\Extension\\Footnote\\Node\\FootnoteContainer
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTable.php61 public function matchesNextLine(Cursor $cursor): bool global() function in League\\CommonMark\\Extension\\Table\\Table
H A DTableCell.php58 public function matchesNextLine(Cursor $cursor): bool global() function in League\\CommonMark\\Extension\\Table\\TableCell
H A DTableRow.php34 public function matchesNextLine(Cursor $cursor): bool global() function in League\\CommonMark\\Extension\\Table\\TableRow
H A DTableSection.php58 public function matchesNextLine(Cursor $cursor): bool global() function in League\\CommonMark\\Extension\\Table\\TableSection
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/Node/
H A DTableOfContentsPlaceholder.php29 public function matchesNextLine(Cursor $cursor): bool global() function in League\\CommonMark\\Extension\\TableOfContents\\Node\\TableOfContentsPlaceholder