Searched refs:failUntil (Results 1 – 1 of 1) sorted by relevance
30 protected ?int $failUntil = null; variable in dokuwiki\\Parsing\\Lexer\\CloserPattern112 if ($this->failFrom !== null && $from >= $this->failFrom && $from < $this->failUntil) {120 $this->failUntil = $match['bound'][1] + 1;133 $this->failUntil = strlen($subject) + 1;149 $this->failUntil = null;