| /plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/ |
| D | Rule.php | 97 $rule = new SUT($name, $children) 99 ->when($result = $rule->setName('baz')) 111 $rule = new SUT('foo', $children), 112 $rule->setName($name) 114 ->when($result = $rule->getName()) 126 $rule = new SUT($name, $children) 128 ->when($result = $this->invoke($rule)->setChildren(['baz'])) 140 $rule = new SUT($name, ['bar']), 141 $this->invoke($rule)->setChildren($children) 143 ->when($result = $rule->getChildren()) [all …]
|
| D | Invocation.php | 56 $rule = 'foo', 59 ->when($result = new SUT($rule, $data)) 62 ->isEqualTo($rule) 77 $rule = 'foo', 81 ->when($result = new SUT($rule, $data, $todo)) 84 ->isEqualTo($rule) 99 $rule = 'foo', 104 ->when($result = new SUT($rule, $data, $todo, $depth)) 107 ->isEqualTo($rule) 122 $rule = 42, [all …]
|
| /plugin/asciidocjs/node_modules/clean-css/lib/reader/ |
| D | is-allowed-resource.js | 13 var rule; 35 rule = rules[i]; 36 isNegated = rule[0] == '!'; 37 normalizedRule = rule.substring(1); 45 } else if (rule == 'all') { 47 } else if (isRemote && rule == 'local') { 49 } else if (isRemote && rule == 'remote') { 51 } else if (!isRemote && rule == 'remote') { 53 } else if (!isRemote && rule == 'local') { 55 } else if (rule === match) { [all …]
|
| /plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/ |
| D | Coverage.php | 151 foreach ($this->_rules as $name => $rule) { 154 if ($rule instanceof Compiler\Llk\Rule\Repetition) { 155 $min = $rule->getMin(); 157 $max = -1 == $rule->getMax() ? 2 : $rule->getMax(); 168 } elseif ($rule instanceof Compiler\Llk\Rule\Choice) { 169 for ($i = 0, $max = count($rule->getChildren()); $i < $max; ++$i) { 260 protected function coverage(Compiler\Llk\Rule $rule) argument 262 $children = $rule->getChildren(); 264 if ($rule instanceof Compiler\Llk\Rule\Repetition) { 269 foreach ($this->_coveredRules[$rule->getName()] as $child => $value) { [all …]
|
| D | Uniform.php | 103 public function uniform(Compiler\Llk\Rule $rule = null, $n = -1) argument 105 if (null === $rule && -1 === $n) { 106 $rule = $this->_rules[$this->_rootRuleName]; 110 $data = &$this->_data[$rule->getName()][$n]; 117 if ($rule instanceof Compiler\Llk\Rule\Choice) { 118 $children = $rule->getChildren(); 132 } elseif ($rule instanceof Compiler\Llk\Rule\Concatenation) { 133 $children = $rule->getChildren(); 143 } elseif ($rule instanceof Compiler\Llk\Rule\Repetition) { 146 $child = $this->_rules[$rule->getChildren()]; [all …]
|
| D | BoundedExhaustive.php | 201 $rule = $this->_rules[$ruleName]; 202 $out = $this->boundedExhaustive($rule, $next); 220 protected function boundedExhaustive(Compiler\Llk\Rule $rule, $next) argument 222 $children = $rule->getChildren(); 224 if ($rule instanceof Compiler\Llk\Rule\Repetition) { 227 $rule->getName(), 228 $rule->getMin() 233 $rule->getName(), 234 $rule->getMin(), 238 for ($i = 0, $min = $rule->getMin(); $i < $min; ++$i) { [all …]
|
| /plugin/findologicxmlexport/vendor/hoa/compiler/Llk/ |
| D | Llk.php | 136 foreach ($parser->getRules() as $rule) { 140 $arguments['name'] = $escapeRuleName($rule->getName()); 142 if ($rule instanceof Rule\Token) { 144 $arguments['tokenName'] = '\'' . $rule->getTokenName() . '\''; 146 if ($rule instanceof Rule\Repetition) { 148 $arguments['min'] = $rule->getMin(); 151 $arguments['max'] = $rule->getMax(); 155 $ruleChildren = $rule->getChildren(); 170 $nodeId = $rule->getNodeId(); 178 if ($rule instanceof Rule\Token) { [all …]
|
| D | Parser.php | 148 * @param string $rule The axiom, i.e. root rule. 153 public function parse($text, $rule = null, $tree = true) argument 172 if (false === array_key_exists($rule, $this->_rules)) { 173 $rule = $this->getRootRule(); 176 $closeRule = new Rule\Ekzit($rule, 0); 177 $openRule = new Rule\Entry($rule, 0, [$closeRule]); 256 $rule = array_pop($this->_todo); 258 if ($rule instanceof Rule\Ekzit) { 259 $rule->setDepth($this->_depth); 260 $this->_trace[] = $rule; [all …]
|
| /plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/ |
| D | Analyzer.php | 161 $rule = $this->rule($pNodeId); 163 if (null === $rule) { 171 $zeRule = $this->_parsedRules[$rule]; 179 unset($this->_parsedRules[$rule]); 191 protected function rule(&$pNodeId) function in Hoa\\Compiler\\Llk\\Rule\\Analyzer 207 $rule = $this->concatenation($nNodeId); 209 if (null === $rule) { 214 $this->_parsedRules[$rule]->setNodeId($nNodeId); 217 $children[] = $rule; 225 $rule = $this->concatenation($nNodeId); [all …]
|
| /plugin/translation/flags/ |
| D | el.svg | 1 …rule="evenodd" d="M0 0h640v53.3H0z"/><path fill="#fff" fill-rule="evenodd" d="M0 53.3h640v53.4H0z"…
|
| D | mt.svg | 1 …rule="evenodd" stroke-width="1pt"><path fill="#ce0000" d="M320 0h320v480H320z"/><path fill="#fff" …
|
| /plugin/bpmnio/data/ |
| D | dmn_close.text | 37 <rule id="row-495762709-1"> 47 </rule> 48 <rule id="row-495762709-2"> 58 </rule> 59 <rule id="row-495762709-3"> 69 </rule> 70 <rule id="row-495762709-7"> 80 </rule> 81 <rule id="row-445981423-3"> 91 </rule> [all …]
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | css.ruleset.class.php | 218 $rule = array($selector, 222 $this->add_rule($rule, 228 function add_rule(&$rule, &$pipeline) { argument 229 $rule_obj = new CSSRule($rule, $pipeline); 252 foreach ($local_css as $rule) { 253 if ($rule->match($root)) { 254 $applicable[] = $rule; 260 foreach ($applicable as $rule) { 261 switch ($rule->get_pseudoelement()) { 271 $rule->apply($root, $state, $pipeline); [all …]
|
| D | css.rules.inc.php | 23 function CSSRule($rule, &$pipeline) { argument 24 $this->selector = $rule[0]; 25 $this->body = $rule[1]->copy(); 26 $this->baseurl = $rule[2]; 27 $this->order = $rule[3]; 51 function rule_get_selector(&$rule) { return $rule[0]; }; argument
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/SearchConsole/ |
| D | MobileFriendlyIssue.php | 25 public $rule; variable in Google\\Service\\SearchConsole\\MobileFriendlyIssue 30 public function setRule($rule) argument 32 $this->rule = $rule; 39 return $this->rule;
|
| /plugin/jquery-syntax/jquery-syntax/ |
| D | jquery.syntax.core.js | 19 …ch,expr){var matches=[];for(var i=0;i<rules.length;i+=1){var rule=rules[i],index=i+1;if(rule==null… 20 if(typeof(rule.index)!='undefined'){index=rule.index;} 21 if(rule.debug){Syntax.log("extractMatches",rule,index,match[index],match);} 22 …rule.brush){matches.push(Syntax.Brush.buildTree(rule,match[index],RegExp.indexOf(match,index)));}e… 85 Syntax.Brush.MatchPattern=function(text,rule){if(!rule.pattern) argument 86 …rule.pattern);while((match=pattern.exec(text))!==null){if(rule.matches){matches=matches.concat(rul… 87 if(rule.incremental){pattern.lastIndex=match.index+1;}} 89 …ush=function(){if(jQuery.isArray(arguments[0])){var patterns=arguments[0],rule=arguments[1];var al… 90 …rule.options||'g')},rule));}else{var rule=arguments[0];if(typeof(rule.pattern)==='string'){rule.st… 91 if(typeof(XRegExp)!=='undefined'){rule.pattern=new XRegExp(rule.pattern);} [all …]
|
| /plugin/amcharts/assets/amcharts/plugins/responsive/ |
| D | responsive.js | 1189 var rule = r.rules[ i ]; 1192 …( rule.minWidth === undefined || ( rule.minWidth <= width ) ) && ( rule.maxWidth === undefined || … 1193 …( rule.minHeight === undefined || ( rule.minHeight <= height ) ) && ( rule.maxHeight === undefined… 1194 …( rule.rotate === undefined || ( rule.rotate === true && chart.rotate === true ) || ( rule.rotate … 1195 …( rule.legendPosition === undefined || ( chart.legend !== undefined && chart.legend.position !== u…
|
| /plugin/asciidocjs/node_modules/jake/test/integration/jakelib/ |
| D | rule.jake.js | 24 let { rule, rmRf } = require(`${PROJECT_DIR}/lib/jake`); variable 38 rule('.o', '.c', function () { 66 rule('%.oo', '%.c', function () { 87 rule('tmpbin/%.oo', 'tmpsrc/%.c', function () { 135 rule('tmpbin/%.oo', 'tmpsrc/%.c', function () { 164 rule('tmpbin/%.pdf', 'tmpbin/%.dvi', function () { 170 rule('tmpbin/%.dvi', 'tmpsrc/%.tex', ['tmpbin'], function () { 182 rule('.html', '.txt', function () { 194 rule(/\.html$/, '.txt', function () { 211 rule('.html', srcFunc, function () {
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/ |
| D | BucketLifecycle.php | 29 public function setRule($rule) argument 31 $this->rule = $rule; 38 return $this->rule;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/ |
| D | DeleteConditionalFormatRuleResponse.php | 28 public function setRule(ConditionalFormatRule $rule) argument 30 $this->rule = $rule; 37 return $this->rule;
|
| D | AddConditionalFormatRuleRequest.php | 46 public function setRule(ConditionalFormatRule $rule) argument 48 $this->rule = $rule; 55 return $this->rule;
|
| D | SetDataValidationRequest.php | 44 public function setRule(DataValidationRule $rule) argument 46 $this->rule = $rule; 53 return $this->rule;
|
| /plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/ |
| D | tidy-rule-duplicates.js | 10 var rule = rules[i]; 12 if (repeated.indexOf(rule[1]) == -1) { 13 repeated.push(rule[1]); 14 list.push(rule);
|
| /plugin/anonprotect/ |
| D | action.php | 54 foreach ($AUTH_ACL as $line => $rule) { 55 if (PhpString::strpos($rule, '@ALL') !== false) { 56 $rule = preg_replace('/(@ALL\\t)(\d)/', '${1}' . AUTH_NONE, $rule); 57 $AUTH_ACL[$line] = $rule;
|
| /plugin/mikioplugin/icons/bootstrap-icons/svg/ |
| H A D | arrows-fullscreen.svg | 2 …<path fill-rule="evenodd" d="M1.464 10.536a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3.5a.5.5 0 0 1-.5-.… 3 …<path fill-rule="evenodd" d="M5.964 10a.5.5 0 0 1 0 .707l-4.146 4.147a.5.5 0 0 1-.707-.708L5.257 1… 4 …<path fill-rule="evenodd" d="M10.5 1.5A.5.5 0 0 1 11 1h3.5a.5.5 0 0 1 .5.5V5a.5.5 0 0 1-1 0V2h-3a.… 5 …<path fill-rule="evenodd" d="M10 9.964a.5.5 0 0 0 0 .708l4.146 4.146a.5.5 0 0 0 .708-.707l-4.147-4… 6 …<path fill-rule="evenodd" d="M5.5 1.5A.5.5 0 0 0 5 1H1.5a.5.5 0 0 0-.5.5V5a.5.5 0 0 0 1 0V2h3a.5.5…
|