Home
last modified time | relevance | path

Searched refs:setEndLine (Results 1 – 5 of 5) sorted by relevance

/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/
H A DTableOfContentsGenerator.php81 $toc->setEndLine($heading->getEndLine());
87 $paragraph->setEndLine($heading->getEndLine());
92 $listItem->setEndLine($heading->getEndLine());
122 $toc->setEndLine($document->getEndLine());
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DScriptStackFrame.php64 public function setEndLine($endLine) function in Google\\Service\\Bigquery\\ScriptStackFrame
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/Normalizer/
H A DRelativeNormalizerStrategy.php50 $targetListBlock->setEndLine($listItemToAdd->getEndLine());
H A DAsIsNormalizerStrategy.php43 $newListBlock->setEndLine($listItemToAdd->getEndLine());
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DAbstractBlock.php131 public function setEndLine(int $endLine) function in League\\CommonMark\\Block\\Element\\AbstractBlock