Home
last modified time | relevance | path

Searched refs:regexes (Results 1 – 2 of 2) sorted by last modified time

/dokuwiki/inc/Parsing/Lexer/
H A DLexer.php22 protected $regexes = [];
59 if (! isset($this->regexes[$mode])) {
60 $this->regexes[$mode] = new ParallelRegex($this->case);
62 $this->regexes[$mode]->addPattern($pattern);
76 if (! isset($this->regexes[$mode])) {
77 $this->regexes[$mode] = new ParallelRegex($this->case);
79 $this->regexes[$mode]->addPattern($pattern, $new_mode);
90 if (! isset($this->regexes[$mode])) {
91 $this->regexes[$mode] = new ParallelRegex($this->case);
93 $this->regexes[
21 protected $regexes; global() variable in dokuwiki\\Parsing\\Lexer\\Lexer
[all...]
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG689 - Applied fix for bug 1688864 (bad regexes) (Tim Starling)
773 - Allowed matching for regexes using start/end matchers at the start/end
799 - Allow regexes to set a CSS class name (SmokingRope)