Home
last modified time | relevance | path

Searched refs:rules (Results 51 – 75 of 336) sorted by relevance

12345678910>>...14

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DDocumentation.php89 public function setRules($rules) argument
91 $this->rules = $rules;
98 return $this->rules;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DDocumentation.php89 public function setRules($rules) argument
91 $this->rules = $rules;
98 return $this->rules;
/plugin/fetchmedia/
H A D.eslintrc.js19 let rules = dev; variable
21 rules = prod;
43 rules
/plugin/structsection/
H A D.eslintrc.js19 let rules = dev; variable
21 rules = prod;
42 rules
/plugin/dropfiles/
H A D.eslintrc.js65 let rules = dev; variable
67 rules = prod;
84 rules
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkSecurity/
H A DAuthorizationPolicy.php123 public function setRules($rules) argument
125 $this->rules = $rules;
132 return $this->rules;
/plugin/revealjs/plugin/markdown/
H A Dmarked.js6rules=k.normal,this.options.pedantic?this.rules=k.pedantic:this.options.gfm&&(this.options.tables?…
/plugin/combo/lang/en/admin/
H A Dpagerules_intro.txt4 This page permits you to create [[https://combostrap.com/page/rules|page rules]].
6 They are rules that are used to redirect a [[doku>pagename|DokuWiki ID]] based on a pattern to:
/plugin/structpublish/helper/
H A Ddb.php140 $rules = $assignments->getPageAssignments($pid);
145 implode(',', array_merge(...array_values($rules))),
152 if (isset($rules[$role])) {
153 $users = $rules[$role];
/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 );
/plugin/structpublish/meta/
H A DAssignments.php142 $rules = $this->getPageAssignments($pid, true);
144 foreach ($rules as $status => $users) {
225 $rules = [];
234 $rules[$row['status']][] = $row['user'];
242 $rules[$row['status']][] = $row['user'];
246 return $rules;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DSecurityPolicy.php227 public function setRules($rules) argument
229 $this->rules = $rules;
236 return $this->rules;
H A DFirewallPolicy.php237 public function setRules($rules) argument
239 $this->rules = $rules;
246 return $this->rules;
H A DRouterNat.php229 public function setRules($rules) argument
231 $this->rules = $rules;
238 return $this->rules;
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLlk.php89 $rules = $ruleAnalyzer->analyzeRules($rawRules);
91 return new Parser($tokens, $rules, $pragmas);
257 * @param array $rules Extracted raw rules.
263 public static function parsePP($pp, &$tokens, &$rules, &$pragmas, $streamName) argument
268 $rules = [];
369 $rules[$ruleName] = $rule;
/plugin/combo/ComboStrap/
H A DQualityTag.php33 $rules = $analyticsArray[renderer_plugin_combo_analytics::QUALITY][renderer_plugin_combo_analytics::RULES];
40 if ($rules == null) {
41 return Message::createInfoMessage("No rules found in the analytics document");
47 if (!array_key_exists(renderer_plugin_combo_analytics::INFO, $rules)) {
48 return Message::createInfoMessage("No quality rules information to show");
54 $qualityInfoRules = $rules[renderer_plugin_combo_analytics::INFO];
57 * Excluding the excluded rules
69 return Message::createInfoMessage("No quality rules information to show");
79 $rulesUrl = PluginUtility::getDocumentationHyperLink("quality:rule", "rules");
85 * failed mandatory rules
[all...]
/plugin/editsections/
H A Dall.css8 Note: Adding the 'body' selector makes these rules more specific, and so
9 ensures that they will augment DokuWiki's 'secedit' css rules. You should
11 rules in your template.
/plugin/aclplusregex/_test/
H A Dacl.test.php
/plugin/submgr/lang/en/
H A Dintro.txt3 This tool allows you to define rules for automatically adding email subscriptions for users and gro…
5 namespace immeadiately). All existing rules are automatically applied to all newly created users.
/plugin/sectiontoggle/
H A DMobile_Detect.php963 * Method gets the mobile detection rules. This method is used for the magic methods $detect->is*().
967 * @return array All the rules (but not extended).
971 static $rules;
973 if (!$rules) {
974 $rules = array_merge(
982 return $rules;
987 * Method gets the mobile detection rules + utilities.
988 * The reason this is separate is because utilities rules
994 * @return array All the rules + extended.
998 static $rules;
[all...]
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.page.php8 function &create(&$pipeline, $rules) { argument
13 $rules->apply($state);
/plugin/superacl/lang/en/
H A Dhelp.txt11 In the table below all currently set access control rules are shown.
12 You can use it to quickly delete or change multiple rules.
/plugin/highlightjs/highlight/styles/
H A Dvs.css30 .rules .value,
31 .rules .value .number,
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DAnalyzer.php134 * @param array $rules Rule to be analyzed.
138 public function analyzeRules(array $rules) argument
140 if (empty($rules)) {
145 $this->_rules = $rules;
148 foreach ($rules as $key => $value) {

12345678910>>...14