Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Lexer/
H A DLexer.php45 protected $closerPatterns = []; variable in dokuwiki\\Parsing\\Lexer\\Lexer
144 $this->closerPatterns[$mode] = new CloserPattern($pattern, $boundary);
386 && isset($this->closerPatterns[$action])
469 if (isset($this->closerPatterns[$enclosing])) {
493 $closerPattern = $this->closerPatterns[$mode];
587 foreach ($this->closerPatterns as $closerPattern) {