Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Lexer/
H A DLexer.php29 protected $regexes = []; variable in dokuwiki\\Parsing\\Lexer\\Lexer
66 if (! isset($this->regexes[$mode])) {
67 $this->regexes[$mode] = new ParallelRegex($this->case);
69 $this->regexes[$mode]->addPattern($pattern);
83 if (! isset($this->regexes[$mode])) {
84 $this->regexes[$mode] = new ParallelRegex($this->case);
86 $this->regexes[$mode]->addPattern($pattern, $new_mode);
97 if (! isset($this->regexes[$mode])) {
98 $this->regexes[$mode] = new ParallelRegex($this->case);
100 $this->regexes[$mode]->addPattern($pattern, self::MODE_EXIT);
[all …]
/dokuwiki/_test/core/
H A DphpQuery-onefile.php4688 $regexes = array(
4692 foreach($regexes as $regex)
4739 $regexes = array(
4743 foreach($regexes as $regex)
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG691 - Applied fix for bug 1688864 (bad regexes) (Tim Starling)
775 - Allowed matching for regexes using start/end matchers at the start/end
801 - Allow regexes to set a CSS class name (SmokingRope)