Home
last modified time | relevance | path

Searched refs:canContain (Results 1 – 21 of 21) sorted by relevance

/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DThematicBreak.php
H A DBlockQuote.php
H A DDocument.php
H A DHeading.php
H A DListItem.php
H A DIndentedCode.php
H A DParagraph.php
H A DListBlock.php
H A DHtmlBlock.php
H A DAbstractBlock.php
H A DFencedCode.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/Node/
H A DTableOfContentsPlaceholder.php19 public function canContain(AbstractBlock $block): bool global() function in League\\CommonMark\\Extension\\TableOfContents\\Node\\TableOfContentsPlaceholder
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Node/
H A DFootnoteContainer.php25 public function canContain(AbstractBlock $block): bool global() function in League\\CommonMark\\Extension\\Footnote\\Node\\FootnoteContainer
H A DFootnote.php41 public function canContain(AbstractBlock $block): bool global() function in League\\CommonMark\\Extension\\Footnote\\Node\\Footnote
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableRow.php24 public function canContain(AbstractBlock $block): bool global() function in League\\CommonMark\\Extension\\Table\\TableRow
H A DTableSection.php48 public function canContain(AbstractBlock $block): bool global() function in League\\CommonMark\\Extension\\Table\\TableSection
H A DTableCell.php48 public function canContain(AbstractBlock $block): bool global() function in League\\CommonMark\\Extension\\Table\\TableCell
H A DTable.php41 public function canContain(AbstractBlock $block): bool global() function in League\\CommonMark\\Extension\\Table\\Table
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Node/
H A DAttributes.php41 public function canContain(AbstractBlock $block): bool global() function in League\\CommonMark\\Extension\\Attributes\\Node\\Attributes
/plugin/commonmark/vendor/league/commonmark/src/
H A DContext.php
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.core.js34 return container;};Syntax.Match.prototype.canContain=function(match){if(match.expression.force){ret… method in Syntax.Match
51 for(var i=0;i<parts[1].children.length;i+=1){var child=parts[1].children[i];if(match.canContain(chi…
56 if(!this.canContain(match)){return null;}