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 DOutlineSection.php50 $position = $headingEnterCall->getFirstMatchedCharacterPosition();
H A DCall.php753 function getFirstMatchedCharacterPosition() function in ComboStrap\\Call
763 * This is the {@link Call::getFirstMatchedCharacterPosition()}
776 return $this->getFirstMatchedCharacterPosition() + $length;
H A DOutline.php189 $position = $actualCall->getFirstMatchedCharacterPosition();
239 $this->actualSection->setEndPosition($actualCall->getFirstMatchedCharacterPosition() - 1);