Home
last modified time | relevance | path

Searched refs:patterns (Results 76 – 100 of 151) sorted by relevance

1234567

/plugin/codemirror/dist/modes/
H A Dpowershell.min.js.map1patterns","options","prefix","undefined","suffix","i","length","RegExp","source","replace","join",…
H A Dphp.min.js.map1patterns","match","tokenize","slice","closing","phpString_","escaped","eol","tokStack","pop","next…
/plugin/discussion/
H A Dadmin.php365 $patterns = array('~~DISCUSSION:off\2~~', '~~DISCUSSION\2~~', '~~DISCUSSION:closed\2~~');
366 $replace = $patterns[$new];
/plugin/davcal/vendor/sabre/event/
H A DCHANGELOG.md23 can be used to implement strategy patterns.
H A DREADME.md6 This library provides two patterns:
/plugin/authplaincas/
H A Dauth.php367 $patterns = plaincas_group_patterns();
368 if (!empty($patterns)) {
369 foreach ($patterns as $role => $pattern) {
/plugin/pagemod/helper/
H A Dpagemod.php9 var $patterns; variable in helper_plugin_pagemod_pagemod
/plugin/datatemplate/syntax/
H A Dlist.php241 $patterns = array('!<div class="toc">.*?(</div>\n</div>)!s',
245 $text = preg_replace($patterns,$replace,$text);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dphp_json_objects.asciidoc6 empty objects and arrays of objects. This page shows you some common patterns
131 Occasionally, you'll encounter DSL that requires both of the previous patterns.
/plugin/strata/
H A Dmanual.txt71 **Patterns**: You can use variables and literals to describe what data you want to match. The patterns should be written down in lines, with each line formatted like ''subject field: value''.
120 **Optional matches**: Normally, all patterns must be matched for the results to be shown. You can use an ''optional'' block to indicate that some of the patterns are optional, and need not be matched for the results to be shown. All patterns in an optional block must match for the optional block to be used. If any pattern in the block doesn't match, none of the patterns in the block will be used.
124 **Exclusions**: With the ''minus'' block, you can declare that the data is not allowed to match certain patterns. In this case, the results are not allowed to have contact information.
296 Optional blocks can be used to optionally match extra patterns.
302 An optional block must contain at least a [[#patterns|pattern]]. Filters and other query blocks are also possible. An optional block is only used if all patterns in the block match.
307 You can tell the wiki to combine two patterns
[all...]
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mysqli.php1330 $patterns['A'] = 'artist';
1331 $patterns['T'] = 'title';
1332 $patterns['M'] = 'album';
1333 $patterns['N'] = 'track';
1334 $patterns['G'] = 'genre';
1335 $patterns['R'] = 'remix';
1340 $FieldNames[] = $patterns["$FieldID"];
1358 if (isset($patterns[$Pattern[$i]])) {
1359 $PatternFilename .= trim(strtr($row[$patterns[$Pattern[$i]]], ':\\*<>|', ';-¤«»¦'), ' ');
/plugin/webdav/vendor/sabre/event/
H A DCHANGELOG.md50 can be used to implement strategy patterns.
/plugin/findologicxmlexport/vendor/findologic/libflexport/
H A DREADME.md10 …t provides a export library for XML and CSV generation according to the FINDOLOGIC export patterns.
/plugin/farmsync/meta/
H A DFarmSyncUtil.php433 foreach ($assignments as $schema => $patterns) {
434 $struct->replaceSchemaAssignmentPatterns($schema, $patterns);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php434 * @param array $patterns An array of ignore patterns. The pattern is the key
441 public function setIgnorePatterns(array $patterns) argument
443 $this->ignorePatterns = $patterns;
1489 $patterns = $this->getIgnorePatterns($listenerSource);
1490 foreach ($patterns as $pattern => $type) {
/plugin/dw2pdf/
H A Ddeleted.files234 mpdf/patterns/NOTES.txt
235 mpdf/patterns/de.php
236 mpdf/patterns/dictionary.txt
237 mpdf/patterns/en.php
238 mpdf/patterns/es.php
239 mpdf/patterns/fi.php
240 mpdf/patterns/fr.php
241 mpdf/patterns/it.php
242 mpdf/patterns/nl.php
243 mpdf/patterns/p
[all...]
/plugin/pdftools/tpl/checkliste2/
H A DREADME.txt39 The following replacement patterns can be used within the header and
/plugin/pdftools/tpl/kompakt/
H A DREADME.txt39 The following replacement patterns can be used within the header and
/plugin/pdftools/tpl/checkliste/
H A DREADME.txt39 The following replacement patterns can be used within the header and
/plugin/pdftools/tpl/info/
H A DREADME.txt39 The following replacement patterns can be used within the header and
/plugin/pdftools/tpl/onlylogo/
H A DREADME.txt39 The following replacement patterns can be used within the header and
/plugin/pdftools/tpl/standard/
H A DREADME.txt39 The following replacement patterns can be used within the header and
/plugin/pdftools/tpl/minimal/
H A DREADME.txt39 The following replacement patterns can be used within the header and
/plugin/dw2pdf/tpl/default/
H A DREADME.txt39 The following replacement patterns can be used within the header and
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js854 self.union = function (patterns, flags) { argument
874 if (!(isType(patterns, "array") && patterns.length)) {
877 for (i = 0; i < patterns.length; ++i) {
878 pattern = patterns[i];

1234567