Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Lexer/
H A DCloserPattern.php22 protected ?string $scan = null; variable in dokuwiki\\Parsing\\Lexer\\CloserPattern
55 return $this->scan !== null;
86 $this->scan = '/' . implode('|', $alternatives) . '/' . $flags;
117 while (preg_match($this->scan, $subject, $match, PREG_OFFSET_CAPTURE, $pos) === 1) {
/dokuwiki/_test/tests/Parsing/Markdown/gfm-spec/
H A Dspec.txt9242 When an autolink ends in `)`, we scan the entire autolink for the total number