Home
last modified time | relevance | path

Searched refs:rules (Results 1 – 25 of 336) sorted by path

12345678910>>...14

/plugin/aceeditor/
H A Dbuild.js1rules)for(var c in a.rules)r[c]?r[c].push&&r[c].push.apply(r[c],a.rules[c]):r[c]=a.rules[c];if(a.i…
/plugin/aclplusregex/_test/
H A DTestAction.php21 public function rulesToRegex($rules) argument
23 return parent::rulesToRegex($rules);
45 public function sortRules($rules) argument
47 return parent::sortRules($rules);
H A Dacl.test.php
/plugin/aclplusregex/
H A Daction.php71 // use cached user rules or fetch new ones if not available
76 // apply the rules and use the resulting permission
129 // get all rules that apply to the user and their groups
130 $rules = [];
136 $rules[$pattern] = max($rules[$pattern] ?? AUTH_NONE, $perm);
140 // sort rules by significance
141 $rules = $this->sortRules($rules);
143 return $rules;
150 rulesToRegex($rules) global() argument
260 sortRules($rules) global() argument
[all...]
/plugin/aclplusregex/conf/
H A Daclplusregex.conf.example1 # Please note that the same encoding rules for user and group names should be used as in the original ACL
/plugin/advanced/lang/en/config/
H A Dusers.txt11 …rated list of groups a user is member of. The group names must follow the rules of valid [[doku>:p…
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock29 "phpstan/phpstan-strict-rules": "^1.1",
183 "phpstan/phpstan-strict-rules": "^1.1",
H A Drector.php16 $rectorConfig->rules([
/plugin/aichat/vendor/vanderlee/php-sentence/
H A DREADME.md82 The following is a rough list of the rules used to split sentences.
/plugin/airtable/
H A DLICENSE334 adversely affects the operation of the network or violates the rules and
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js3659 allRules = { }, rules;
3670 rules = styleContents.match(/[^{]*\{[\s\S]*?\}/g);
3671 rules = rules.map(function(rule) { return rule.trim(); });
3673 rules.forEach(function(rule) {
H A Dfabric.min.js2rules;for(var i=0,len=styles.length;i<len;i++){var styleContents=styles[i].textContent;styleConten…
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dreadme.md22 Plugin brings a universal set of pre-defined rules that you can use to instantly
27 You can modify those defaults rules, or make your own list. The plugin allows
67 You can modify (or completely overwrite) the default responsive rules used by
74 Override rules are implemented by defining chart rules, or just "rules" moving
213 ### Chaining multiple rules
226 "rules": [
264 ### Combining custom rules with pre-defined ones
275 "rules": [
289 the end of the list. This means that your rules will always have the "last
299 no responsive rules will be applied to them.
[all …]
H A Dresponsive.js1188 for ( var i = 0; i < r.rules.length; i++ ) {
1189 var rule = r.rules[ i ];
1219 if ( isNullOrUndefined( r.rules[ key ] ) ) {
1222 applyConfig( chart, r.rules[ key ].overrides );
1233 if ( !isArray( r.rules ) ) {
1234 r.rules = defaults[ chart.type ];
1236 r.rules = defaults[ chart.type ].concat( r.rules );
H A Dresponsive.min.js1rules.length;u++)r=t.rules[u],c=(r.minWidth===undefined||r.minWidth<=s)&&(r.maxWidth===undefined||…
H A Dresponsive.min.js.map7 …idth","height","divRealHeight","rulesChanged","rule","ruleMatches","key","rules","minWidth","maxWi…
/plugin/authgoogle/google/contrib/
H A DGoogle_ModeratorService.php1073 public $rules; variable in Google_Series
1098 public function setRules(Google_SeriesRules $rules) { argument
1099 $this->rules = $rules;
1102 return $this->rules;
1621 public $rules; variable in Google_Topic
1645 public function setRules(Google_TopicRules $rules) { argument
1646 $this->rules = $rules;
1649 return $this->rules;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigtableAdmin/
H A DIntersection.php29 public function setRules($rules) argument
31 $this->rules = $rules;
38 return $this->rules;
H A DUnion.php29 public function setRules($rules) argument
31 $this->rules = $rules;
38 return $this->rules;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DFirewallPolicy.php237 public function setRules($rules) argument
239 $this->rules = $rules;
246 return $this->rules;
H A DInstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy.php73 public function setRules($rules) argument
75 $this->rules = $rules;
82 return $this->rules;
H A DNetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy.php73 public function setRules($rules) argument
75 $this->rules = $rules;
82 return $this->rules;
H A DPolicy.php83 public function setRules($rules) argument
85 $this->rules = $rules;
92 return $this->rules;
H A DRegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy.php69 public function setRules($rules) argument
71 $this->rules = $rules;
78 return $this->rules;
H A DRouterNat.php229 public function setRules($rules) argument
231 $this->rules = $rules;
238 return $this->rules;

12345678910>>...14