Searched refs:closerPos (Results 1 – 2 of 2) sorted by relevance
26 protected ?int $closerPos = null; variable in dokuwiki\\Parsing\\Lexer\\CloserPattern109 … 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;
423 $closerPos = $this->closerPosition($mode, $subject, $from);424 if ($closerPos === null) {431 if ($enclosingCloserPos !== null && $enclosingCloserPos < $closerPos) {