Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/ParserMode/
H A 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/
H A DParallelRegex.php16 * Any of the contained patterns could match and when one does it's label is returned.
20 /** @var string[] patterns to match */ variable in dokuwiki\\Parsing\\Lexer\\ParallelRegex
21 protected $patterns = [];
22 /** @var string[] labels for above patterns */
24 /** @var string the compound regex matching all patterns */
30 * Constructor. Starts with no patterns.
53 $count = count($this->patterns);
54 $this->patterns[$count] = $pattern;
60 * Attempts to match all patterns at once against a string.
69 if (count($this->patterns)
[all...]
/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 DCHANGELOG443 - Fixed a problem with PCRE patterns for Keyword matching sometimes producing