Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Lexer/
H A DParallelRegex.php21 protected $patterns = []; variable in dokuwiki\\Parsing\\Lexer\\ParallelRegex
53 $count = count($this->patterns);
54 $this->patterns[$count] = $pattern;
70 if (count($this->patterns) == 0) {
98 … [$pre, $post] = preg_split($this->patterns[$idx] . $this->getPerlMatchingFlags(), $subject, 2);
115 $cnt = count($this->patterns);
126 '[^[()\\\\]+/', $this->patterns[$i], $elts);
157 $this->patterns[$i] = "($pattern)";
159 … $this->regex = "/" . implode("|", $this->patterns) . "/" . $this->getPerlMatchingFlags();
/dokuwiki/inc/Parsing/ParserMode/
H A DExternallink.php10 protected $patterns = []; variable in dokuwiki\\Parsing\\ParserMode\\Externallink
21 if (count($this->patterns)) return;
31 …$this->patterns[] = '\b(?i)' . $scheme . '(?-i)://[' . $any . ']+?(?=[' . $punc . ']*[^' . $any . …
34 $this->patterns[] = '(?<![/\\\\])\b(?i)www?(?-i)\.[' . $host . ']+?\.' .
36 $this->patterns[] = '(?<![/\\\\])\b(?i)ftp?(?-i)\.[' . $host . ']+?\.' .
44 foreach ($this->patterns as $pattern) {
/dokuwiki/conf/
H A Dmysql.conf.php.example114 * No patterns will be replaced in this statement but following patters
138 * Following patterns will be replaced:
151 * Following patterns will be replaced:
159 * Following patterns will be replaced:
169 * Following patterns will be replaced:
191 * Following patterns will be replaced:
200 * Following patterns will be replaced:
214 * Following patterns will be replaced:
232 * Following patterns will be replaced:
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG445 - Fixed a problem with PCRE patterns for Keyword matching sometimes producing