Searched refs:ruleSet (Results 1 – 3 of 3) sorted by relevance
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/ |
| D | GooglePrivacyDlpV2InspectConfig.php | 149 public function setRuleSet($ruleSet) argument 151 $this->ruleSet = $ruleSet; 158 return $this->ruleSet;
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 2.2.js | 31736 CSSCompletion.prototype.getCompletionsForRuleSet = function (ruleSet, result) { 31737 var declarations = ruleSet.getDeclarations(); 31744 return this.getCompletionsForSelector(ruleSet, ruleSet.isNested(), result); 31746 return this.getCompletionsForDeclarations(ruleSet.getDeclarations(), result); 31748 CSSCompletion.prototype.getCompletionsForSelector = function (ruleSet, isNested, result) { 31824 if (ruleSet && ruleSet.isNested()) { 31825 var selector = ruleSet.getSelectors().findFirstChildBeforeOffset(this.offset); 31826 if (selector && ruleSet.getSelectors().getChildren().indexOf(selector) === 0) { 34727 SCSSCompletion.prototype.getCompletionsForSelector = function (ruleSet, isNested, result) { 34729 return _super.prototype.getCompletionsForSelector.call(this, ruleSet, isNested, result); [all …]
|
| D | 2.2.js.map | 1 …ruleSet, result) {\n var declarations = ruleSet.getDeclarations();\n var isAfter = d…
|