Searched refs:atRuleName (Results 1 – 3 of 3) sorted by relevance
26355 UnknownAtRule.prototype.setAtRuleName = function (atRuleName) { argument26356 this.atRuleName = atRuleName;26359 return this.atRuleName;32438 var atRuleName = node.getText();32439 var entry = this.cssDataManager.getAtDirective(atRuleName);33669 var atRuleName = node.getChild(0);33670 if (!atRuleName) {33673 var atDirective = this.cssDataManager.getAtDirective(atRuleName.getText());33677 …this.addEntry(atRuleName, _lintRules_js__WEBPACK_IMPORTED_MODULE_1__["Rules"].UnknownAtRules, "Unk…
1 …rototype.setAtRuleName=function(e){this.atRuleName=e},t.prototype.getAtRuleName=function(){return …
1 …atRuleName) {\n this.atRuleName = atRuleName;\n };\n UnknownAtRule.prototype.getAtRul…