Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Lexer/
H A DCloserPattern.php24 protected ?int $successFrom = null; variable in dokuwiki\\Parsing\\Lexer\\CloserPattern
109 … if ($this->successFrom !== null && $from >= $this->successFrom && $from <= $this->closerPos) {
124 $this->successFrom = $from;
146 $this->successFrom = null;