Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Lexer/
H A DCloserPattern.php30 protected ?int $failUntil = null; variable in dokuwiki\\Parsing\\Lexer\\CloserPattern
112 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;