Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/ParserMode/
DExternallink.php8 protected $patterns = []; variable in dokuwiki\\Parsing\\ParserMode\\Externallink
13 if (count($this->patterns)) return;
23 …$this->patterns[] = '\b(?i)' . $scheme . '(?-i)://[' . $any . ']+?(?=[' . $punc . ']*[^' . $any . …
26 $this->patterns[] = '(?<![/\\\\])\b(?i)www?(?-i)\.[' . $host . ']+?\.' .
28 $this->patterns[] = '(?<![/\\\\])\b(?i)ftp?(?-i)\.[' . $host . ']+?\.' .
36 foreach ($this->patterns as $pattern) {
52 return $this->patterns;
/dokuwiki/inc/Parsing/Lexer/
DParallelRegex.php21 protected $patterns = []; variable in dokuwiki\\Parsing\\Lexer\\ParallelRegex
53 $count = count($this->patterns);
54 $this->patterns[$count] = $pattern;
69 if (count($this->patterns) == 0) {
99 if (count($this->patterns) == 0) {
127 … [$pre, $post] = preg_split($this->patterns[$idx] . $this->getPerlMatchingFlags(), $subject, 2);
144 $cnt = count($this->patterns);
155 '[^[()\\\\]+/', $this->patterns[$i], $elts);
186 $this->patterns[$i] = "($pattern)";
188 … $this->regex = "/" . implode("|", $this->patterns) . "/" . $this->getPerlMatchingFlags();
/dokuwiki/conf/
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/
DCHANGELOG445 - Fixed a problem with PCRE patterns for Keyword matching sometimes producing