Home
last modified time | relevance | path

Searched refs:closerPos (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/inc/Parsing/Lexer/
H A DCloserPattern.php26 protected ?int $closerPos = null; variable in dokuwiki\\Parsing\\Lexer\\CloserPattern
109 … if ($this->successFrom !== null && $from >= $this->successFrom && $from <= $this->closerPos) {
110 return $this->closerPos;
125 $this->closerPos = $match['closer'][1];
126 return $this->closerPos;
147 $this->closerPos = null;
H A DLexer.php423 $closerPos = $this->closerPosition($mode, $subject, $from);
424 if ($closerPos === null) {
431 if ($enclosingCloserPos !== null && $enclosingCloserPos < $closerPos) {