Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/Tag/
H A DBarTag.php97 $position = $openingTag->getFirstMatchedCharacterPosition();
/plugin/combo/ComboStrap/
H A DCardTag.php180 $position = $previousOpening->getFirstMatchedCharacterPosition();
H A DCall.php767 function getFirstMatchedCharacterPosition() function in ComboStrap\\Call
790 return $this->getFirstMatchedCharacterPosition() + $length;
H A DOutlineSection.php57 $position = $headingEnterCall->getFirstMatchedCharacterPosition();
H A DOutline.php194 $position = $actualCall->getFirstMatchedCharacterPosition();
247 … $this->actualSection->setEndPosition($actualCall->getFirstMatchedCharacterPosition() - 1);