Searched refs:scan (Results 1 – 2 of 2) sorted by relevance
22 protected ?string $scan = null; variable in dokuwiki\\Parsing\\Lexer\\CloserPattern55 return $this->scan !== null;86 $this->scan = '/' . implode('|', $alternatives) . '/' . $flags;117 while (preg_match($this->scan, $subject, $match, PREG_OFFSET_CAPTURE, $pos) === 1) {
9242 When an autolink ends in `)`, we scan the entire autolink for the total number