Home
last modified time | relevance | path

Searched refs:prependChild (Results 1 – 7 of 7) sorted by relevance

/plugin/commonmark/vendor/league/commonmark/src/Extension/Mention/
H A DMention.php75 $this->prependChild($labelNode);
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DTreeNode.php207 public function prependChild(TreeNode $child) function in Hoa\\Compiler\\Llk\\TreeNode
H A DParser.php581 $cTree->prependChild($child);
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/
H A DTableOfContentsBuilder.php63 $document->prependChild($toc);
/plugin/commonmark/vendor/league/commonmark/src/Extension/HeadingPermalink/
H A DHeadingPermalinkProcessor.php88 $heading->prependChild($headingLinkAnchor);
/plugin/commonmark/vendor/league/commonmark/src/Node/
H A DNode.php184 public function prependChild(Node $child): void
208 public function prependChild(Node $child) global() function in League\\CommonMark\\Node\\Node
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/
H A DTreeNode.php260 ->when($result = $node->prependChild($childB))