Home
last modified time | relevance | path

Searched refs:patterns (Results 1 – 25 of 151) sorted by path

1234567

/plugin/acknowledge/admin/
H A Dassign.php37 $patterns = array_combine($pattern, $assignees);
39 if ($patterns && checkSecurityToken()) {
40 $helper->saveAssignmentPatterns($patterns);
/plugin/acknowledge/
H A Dhelper.php106 // regex patterns
224 * Set assignees for a given page from the patterns
229 $patterns = $this->getAssignmentPatterns();
234 // find all patterns that match the page and add the configured assignees
235 foreach ($patterns as $pattern => $assignees) {
332 * Get all the assignment patterns
342 * Save new assignment patterns
344 * This resaves all patterns and reapplies them
346 * @param array $patterns (pattern => assignees)
348 public function saveAssignmentPatterns($patterns)
335 saveAssignmentPatterns($patterns) global() argument
[all...]
/plugin/acknowledge/lang/en/
H A Dassign.txt3 Here you can define patterns to automatically assign people and groups to acknowledge certain pages.
4 Whenever a page matches one of the patterns here, the people and groups will be assigned.
/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/alphaindex/
H A Dsyntax.php110 $patterns = array('!<div class="toc">.*?(</div>\n</div>)!s',
114 $alpha_data = preg_replace($patterns, $replace, $alpha_data);
/plugin/amcharts/assets/amcharts/
H A Damcharts.js286 …Color;a.bulletColorR=a.bulletColor?a.bulletColor:a.lineColorR;if(c=this.patterns)a.pattern=c[b]},h…
H A Dfunnel.js14 …eField];h.url=n[this.urlField];k=n[this.patternField];!k&&this.patterns&&(k=this.patterns[f]);h.pa…
H A Dpie.js14 …eField];f.url=e[this.urlField];h=e[this.patternField];!h&&this.patterns&&(h=this.patterns[g]);f.pa…
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md907 * Fixed: Loading issue with patterns in firefox
H A Dexport.js932 group.patterns[ childNode.id ] = props.fill ? props.fill : "transparent";
936 group.patterns[ props.node.id ] = props;
1029 patterns: {}, property in AmCharts._this.capture.group
1056 patterns: {}, property in AmCharts._this.capture.group
1508 if ( group.patterns && group.patterns[ PID ] ) {
1510 var props = group.patterns[ PID ];
H A Dexport.min.js1patterns[g.id]=j.fill?j.fill:"transparent":(d.included++,a.patterns[j.node.id]=j)}else"image"==g.t… property in j
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js27714 patterns: {
28238 this.doc.page.patterns[this.id] = pattern;
H A Dpdfmake.min.js13patterns:{get:function(t){return function(){var e;return null!=(e=t.resources.data).Pattern?e.Patt…
H A Dpdfmake.min.js.map1patterns","Pattern","annotations","Annots","Parent","MediaBox","Contents","Resources","maxY","4A0"…
/plugin/amcharts/assets/amcharts/themes/
H A Dpatterns.js1 AmCharts.themes.patterns = { class in AmCharts.themes
11 patterns:[ property in AmCharts.themes.patterns.AmCoordinateChart
53 patterns:[ property in AmCharts.themes.patterns.AmSlicedChart
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2Product.php92 public $patterns; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2Product
407 public function setPatterns($patterns) argument
409 $this->patterns = $patterns;
416 return $this->patterns;
/plugin/authplaincas/
H A Dauth.php367 $patterns = plaincas_group_patterns();
368 if (!empty($patterns)) {
369 foreach ($patterns as $role => $pattern) {
/plugin/bible/bible_douayRheims/
H A DHebrews.txt165 …9:23. It is necessary therefore that the patterns of heavenly things should be cleansed with these…
166 …9:24. For Jesus is not entered into the Holies made with hands, the patterns of the true: but into…
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php64 $this->patterns = FALSE;
H A DEXPORTFILTER.php64 $data = $this->bibformat->patterns ?
65 preg_replace($this->bibformat->patterns,
H A DREADME.txt120 $bibformat->patterns -- A preg pattern (e.g. "/matchThis|matchThat/i") that in conjunction with $bi…
/plugin/bureaucracy-au/_test/
H A Dactions_template.test.php15 $this->assertEquals('/@LANG@/', $action->patterns['__lang__']);
17 $this->assertEquals('/@TRANS@/', $action->patterns['__trans__']);
34 $this->assertEquals('/@LANG@/', $action->patterns['__lang__']);
36 $this->assertEquals('/@TRANS@/', $action->patterns['__trans__']);
54 $this->assertEquals('/@LANG@/', $action->patterns['__lang__']);
56 $this->assertEquals('/@TRANS@/', $action->patterns['__trans__']);
69 $this->assertEquals('/(@@|##)text1(?:\|(.*?))\1/si', $action->patterns['text1']);
80 $templateaction->patterns = array();
/plugin/bureaucracy-au/helper/
H A Daction.php49 $this->patterns['__lang__'] = '/@LANG@/';
52 $this->patterns['__trans__'] = '/@TRANS@/';
72 $this->patterns[$label] = $field->getReplacementPattern();
81 $this->patterns['__noinclude__'] = '/<noinclude>(.*?)<\/noinclude>/is';
H A Dactionmail.php44 $this->patterns['__tablehtml__'] = '/@TABLEHTML@/';
45 $this->patterns['__tabletext__'] = '/@TABLETEXT@/';
H A Dactiontemplate.php29 $this->patterns = array();
223 $this->patterns['__nsbase__'] = '/@NSBASE@/';
227 'patterns' => &$this->patterns,
403 $patterns = array();
407 $patterns[$key] = $this->patterns[$key];
411 $this->targetpages[$targetpageid] = preg_replace($patterns, $values, $data['tpl']);

1234567