Home
last modified time | relevance | path

Searched refs:patterns (Results 51 – 75 of 151) sorted by relevance

1234567

/plugin/hyphenation/phpHyphenation/patterns/
H A Dnl.php9 $patterns="_a4 _aan5 _aarts5 _aat5 _ab5l _acht5end _ac5re _adi5 _af3 _af5l _af5s _aftu5re _al3ee _a… variable
H A Dsv.php10 $patterns="_a4b _ab5i _ab5ol _ab3r _ac3 _a4d _a3dr _ad3s _a5g4ra _a5gre _a5kl _a5le _al4pr _a3lu _a… variable
H A Den.php9 $patterns="_ach4 _ad4der _af1t _al3t _am5at _an5c _ang4 _ani5m _ant4 _an3te _anti5s _ar5s _ar4tie _… variable
H A Dfr.php9 $patterns="2'2 _a4 'a4 _â4 'â4 ab2h _ab3réa 'ab3réa ad2h a1è2dre _ae3s4ch 'ae3s4ch 1alcool a2l1algi… variable
/plugin/ssocas/
H A D.hgeol4 [patterns]
/plugin/combo/syntax/
H A Dpreformatted.php106 $patterns = array('\n (?![\*\-])', '\n\t(?![\*\-])');
107 foreach ($patterns as $pattern) {
/plugin/strata/helper/
H A Dsyntax.php17 * syntax patterns, and should be without captures. Do not assume any
31 * Patterns used to extract information from captured fragments. These patterns
132 public static $patterns; variable in helper_plugin_strata_syntax
137 * This static method exists because we want to keep the static $patterns
141 self::$patterns = new helper_plugin_strata_syntax_RegexHelper();
157 return self::$patterns;
353 // extract patterns and split them in triples and filters
354 $patterns = $this->extractText($root);
370 // split patterns into triples and filters
371 list($patterns,
[all...]
/plugin/publist/bib2tpl/
H A Dbibtex_converter.php435 $patterns = array();
443 $patterns []= '/@'.$key.'@/';
447 return preg_replace($patterns, $replacements, $result);
H A Dchangelog12 through patterns: short forms and English alternatives.
/plugin/hyphenation/phpHyphenation/
H A Dchangelog.txt4 + Now compatible to patterns from the JavaScript Hyphenator
/plugin/codemirror/dist/modes/
H A Ddylan.min.js.map1patterns","symbolKeyword","symbolClass","symbolGlobal","symbolConstant","patternStyles","patternNa…
/plugin/fckg/action/
H A Dedit.php2801 $patterns = $DOKU_PLUGINS['syntax'][$list[0]]->Lexer->_regexes['base']->_patterns;
2825 $labels[] = "$index: " . $patterns[$index];
2826 $pattern = $patterns[$index];
2848 $pos = strpos($patterns[$index],'<');
2850 $pattern = str_replace('<', '\/\/<\/\/', $patterns[$index]);
/plugin/epub/scripts/
H A Debook.php104 …$patterns = array('!^' . preg_quote(DOKU_BASE) . '!', "/^doku.php/","!^\?\s*id\s*=\s*!"); …
105 $_REQUEST['epubid'] = preg_replace($patterns, "", $m[2]);
/plugin/bureaucracy-au/helper/
H A Dactionmail.php44 $this->patterns['__tablehtml__'] = '/@TABLEHTML@/';
45 $this->patterns['__tabletext__'] = '/@TABLETEXT@/';
/plugin/aclplusregex/
H A Daction.php133 $patterns = $this->getIDPatterns($entities, $id, $pattern);
134 foreach ($patterns as $pattern) {
181 * Returns all ID patterns that match the given user/group entities
/plugin/bureaucracyau/helper/
H A Dactionmail.php44 $this->patterns['__tablehtml__'] = '/@TABLEHTML@/';
45 $this->patterns['__tabletext__'] = '/@TABLETEXT@/';
/plugin/bureaucracy/helper/
H A Dactionmail.php50 $this->patterns['__tablehtml__'] = '/@TABLEHTML@/';
51 $this->patterns['__tabletext__'] = '/@TABLETEXT@/';
/plugin/publistf/bib2tpl/
H A Dchangelog12 through patterns: short forms and English alternatives.
/plugin/publistx/bib2tpl/
H A Dchangelog12 through patterns: short forms and English alternatives.
/plugin/templater/
H A Dsyntax.php194 $patterns = array('!<div class="toc">.*?(</div>\n</div>)!s',
198 $text = preg_replace($patterns, $replace, $text);
/plugin/medialist/
H A DREADME.md19 Some replacement patterns for namespace templates --- `@ID@`, `@NS@`, `@PAGE@` --- are available
51 Legacy literal keywords should be corrected using replacement patterns:
/plugin/datatemplate/syntax/
H A Dentry.php145 $patterns = array('!<div class="toc">.*?(</div>\n</div>)!s',
149 $text = preg_replace($patterns,$replace,$text);
/plugin/alphaindex/
H A Dsyntax.php110 $patterns = array('!<div class="toc">.*?(</div>\n</div>)!s',
114 $alpha_data = preg_replace($patterns, $replace, $alpha_data);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DCcrNamespace.asciidoc71 $params['index'] = (list) A comma-separated list of index patterns; use `_all` to perform the operation on all indices
84 $params['index'] = (list) A comma-separated list of index patterns; use `_all` to perform the operation on all indices
/plugin/symbols4odt/
H A Ddokuwiki_plugin_page.wiki50 On the code level, the plugin is readily extendible by inserting patterns into the ''getPatterns()'…
60 This entry is an element of the array stored in ''$this->patterns''.
62 …e used internally and must be unique in respect to the plugin's list of patterns. This string maps…

1234567