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/
DGooglePrivacyDlpV2InspectConfig.php149 public function setRuleSet($ruleSet) argument
151 $this->ruleSet = $ruleSet;
158 return $this->ruleSet;
/plugin/dirtylittlehelper/mermaid/editor/docs/
D2.2.js31736 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 …]
D2.2.js.map1ruleSet, result) {\n var declarations = ruleSet.getDeclarations();\n var isAfter = d…