Searched refs:patterns (Results 1 – 4 of 4) sorted by relevance
8 protected $patterns = []; variable in dokuwiki\\Parsing\\ParserMode\\Externallink13 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;
21 protected $patterns = []; variable in dokuwiki\\Parsing\\Lexer\\ParallelRegex53 $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();
114 * No patterns will be replaced in this statement but following patters138 * 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:
445 - Fixed a problem with PCRE patterns for Keyword matching sometimes producing