Home
last modified time | relevance | path

Searched refs:ruleSet (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2InspectConfig.php149 public function setRuleSet($ruleSet) argument
151 $this->ruleSet = $ruleSet;
158 return $this->ruleSet;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js31736 CSSCompletion.prototype.getCompletionsForRuleSet = function (ruleSet, result) { argument
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) { argument
31824 if (ruleSet && ruleSet.isNested()) {
31825 var selector = ruleSet.getSelectors().findFirstChildBeforeOffset(this.offset);
31826 if (selector && ruleSet.getSelectors().getChildren().indexOf(selector) === 0) {
35687 var ruleSet = node.getParent();
35688 if (ruleSet instanceof _parser_cssNodes_js__WEBPACK_IMPORTED_MODULE_0__["RuleSet"]) {
[all …]
H A D2.2.js.map1ruleSet, result) {\n var declarations = ruleSet.getDeclarations();\n var isAfter = d…