Searched refs:closerPatterns (Results 1 – 1 of 1) sorted by relevance
45 protected $closerPatterns = []; variable in dokuwiki\\Parsing\\Lexer\\Lexer144 $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) {