Lines Matching refs:_super

25084 var Nodelist = /** @class */ (function (_super) {  argument
25085 __extends(Nodelist, _super);
25088 var _this = _super.call(this, -1, -1) || this;
25097 var Identifier = /** @class */ (function (_super) { argument
25098 __extends(Identifier, _super);
25100 var _this = _super.call(this, offset, length) || this;
25117 var Stylesheet = /** @class */ (function (_super) { argument
25118 __extends(Stylesheet, _super);
25120 return _super.call(this, offset, length) || this;
25132 var Declarations = /** @class */ (function (_super) { argument
25133 __extends(Declarations, _super);
25135 return _super.call(this, offset, length) || this;
25147 var BodyDeclaration = /** @class */ (function (_super) { argument
25148 __extends(BodyDeclaration, _super);
25150 return _super.call(this, offset, length) || this;
25161 var RuleSet = /** @class */ (function (_super) { argument
25162 __extends(RuleSet, _super);
25164 return _super.call(this, offset, length) || this;
25185 var Selector = /** @class */ (function (_super) { argument
25186 __extends(Selector, _super);
25188 return _super.call(this, offset, length) || this;
25200 var SimpleSelector = /** @class */ (function (_super) { argument
25201 __extends(SimpleSelector, _super);
25203 return _super.call(this, offset, length) || this;
25215 var AtApplyRule = /** @class */ (function (_super) { argument
25216 __extends(AtApplyRule, _super);
25218 return _super.call(this, offset, length) || this;
25239 var AbstractDeclaration = /** @class */ (function (_super) { argument
25240 __extends(AbstractDeclaration, _super);
25242 return _super.call(this, offset, length) || this;
25247 var CustomPropertyDeclaration = /** @class */ (function (_super) { argument
25248 __extends(CustomPropertyDeclaration, _super);
25250 return _super.call(this, offset, length) || this;
25280 var CustomPropertySet = /** @class */ (function (_super) { argument
25281 __extends(CustomPropertySet, _super);
25283 return _super.call(this, offset, length) || this;
25295 var Declaration = /** @class */ (function (_super) { argument
25296 __extends(Declaration, _super);
25298 var _this = _super.call(this, offset, length) || this;
25350 var Property = /** @class */ (function (_super) { argument
25351 __extends(Property, _super);
25353 return _super.call(this, offset, length) || this;
25377 var Invocation = /** @class */ (function (_super) { argument
25378 __extends(Invocation, _super);
25380 return _super.call(this, offset, length) || this;
25398 var Function = /** @class */ (function (_super) { argument
25399 __extends(Function, _super);
25401 return _super.call(this, offset, length) || this;
25422 var FunctionParameter = /** @class */ (function (_super) { argument
25423 __extends(FunctionParameter, _super);
25425 return _super.call(this, offset, length) || this;
25452 var FunctionArgument = /** @class */ (function (_super) { argument
25453 __extends(FunctionArgument, _super);
25455 return _super.call(this, offset, length) || this;
25482 var IfStatement = /** @class */ (function (_super) { argument
25483 __extends(IfStatement, _super);
25485 return _super.call(this, offset, length) || this;
25503 var ForStatement = /** @class */ (function (_super) { argument
25504 __extends(ForStatement, _super);
25506 return _super.call(this, offset, length) || this;
25521 var EachStatement = /** @class */ (function (_super) { argument
25522 __extends(EachStatement, _super);
25524 return _super.call(this, offset, length) || this;
25542 var WhileStatement = /** @class */ (function (_super) { argument
25543 __extends(WhileStatement, _super);
25545 return _super.call(this, offset, length) || this;
25557 var ElseStatement = /** @class */ (function (_super) { argument
25558 __extends(ElseStatement, _super);
25560 return _super.call(this, offset, length) || this;
25572 var FunctionDeclaration = /** @class */ (function (_super) { argument
25573 __extends(FunctionDeclaration, _super);
25575 return _super.call(this, offset, length) || this;
25602 var ViewPort = /** @class */ (function (_super) { argument
25603 __extends(ViewPort, _super);
25605 return _super.call(this, offset, length) || this;
25617 var FontFace = /** @class */ (function (_super) { argument
25618 __extends(FontFace, _super);
25620 return _super.call(this, offset, length) || this;
25632 var NestedProperties = /** @class */ (function (_super) { argument
25633 __extends(NestedProperties, _super);
25635 return _super.call(this, offset, length) || this;
25647 var Keyframe = /** @class */ (function (_super) { argument
25648 __extends(Keyframe, _super);
25650 return _super.call(this, offset, length) || this;
25677 var KeyframeSelector = /** @class */ (function (_super) { argument
25678 __extends(KeyframeSelector, _super);
25680 return _super.call(this, offset, length) || this;
25692 var Import = /** @class */ (function (_super) { argument
25693 __extends(Import, _super);
25695 return _super.call(this, offset, length) || this;
25714 var Use = /** @class */ (function (_super) { argument
25715 __extends(Use, _super);
25717 return _super !== null && _super.apply(this, arguments) || this;
25741 var ModuleConfiguration = /** @class */ (function (_super) { argument
25742 __extends(ModuleConfiguration, _super);
25744 return _super !== null && _super.apply(this, arguments) || this;
25771 var Forward = /** @class */ (function (_super) { argument
25772 __extends(Forward, _super);
25774 return _super !== null && _super.apply(this, arguments) || this;
25792 var ForwardVisibility = /** @class */ (function (_super) { argument
25793 __extends(ForwardVisibility, _super);
25795 return _super !== null && _super.apply(this, arguments) || this;
25813 var Namespace = /** @class */ (function (_super) { argument
25814 __extends(Namespace, _super);
25816 return _super.call(this, offset, length) || this;
25828 var Media = /** @class */ (function (_super) { argument
25829 __extends(Media, _super);
25831 return _super.call(this, offset, length) || this;
25843 var Supports = /** @class */ (function (_super) { argument
25844 __extends(Supports, _super);
25846 return _super.call(this, offset, length) || this;
25858 var Document = /** @class */ (function (_super) { argument
25859 __extends(Document, _super);
25861 return _super.call(this, offset, length) || this;
25873 var Medialist = /** @class */ (function (_super) { argument
25874 __extends(Medialist, _super);
25876 return _super.call(this, offset, length) || this;
25887 var MediaQuery = /** @class */ (function (_super) { argument
25888 __extends(MediaQuery, _super);
25890 return _super.call(this, offset, length) || this;
25902 var SupportsCondition = /** @class */ (function (_super) { argument
25903 __extends(SupportsCondition, _super);
25905 return _super.call(this, offset, length) || this;
25917 var Page = /** @class */ (function (_super) { argument
25918 __extends(Page, _super);
25920 return _super.call(this, offset, length) || this;
25932 var PageBoxMarginBox = /** @class */ (function (_super) { argument
25933 __extends(PageBoxMarginBox, _super);
25935 return _super.call(this, offset, length) || this;
25947 var Expression = /** @class */ (function (_super) { argument
25948 __extends(Expression, _super);
25950 return _super.call(this, offset, length) || this;
25962 var BinaryExpression = /** @class */ (function (_super) { argument
25963 __extends(BinaryExpression, _super);
25965 return _super.call(this, offset, length) || this;
25995 var Term = /** @class */ (function (_super) { argument
25996 __extends(Term, _super);
25998 return _super.call(this, offset, length) || this;
26022 var AttributeSelector = /** @class */ (function (_super) { argument
26023 __extends(AttributeSelector, _super);
26025 return _super.call(this, offset, length) || this;
26061 var Operator = /** @class */ (function (_super) { argument
26062 __extends(Operator, _super);
26064 return _super.call(this, offset, length) || this;
26076 var HexColorValue = /** @class */ (function (_super) { argument
26077 __extends(HexColorValue, _super);
26079 return _super.call(this, offset, length) || this;
26092 var NumericValue = /** @class */ (function (_super) { argument
26093 __extends(NumericValue, _super);
26095 return _super.call(this, offset, length) || this;
26123 var VariableDeclaration = /** @class */ (function (_super) { argument
26124 __extends(VariableDeclaration, _super);
26126 var _this = _super.call(this, offset, length) || this;
26167 var Interpolation = /** @class */ (function (_super) { argument
26168 __extends(Interpolation, _super);
26171 return _super.call(this, offset, length) || this;
26183 var Variable = /** @class */ (function (_super) { argument
26184 __extends(Variable, _super);
26186 return _super.call(this, offset, length) || this;
26201 var ExtendsReference = /** @class */ (function (_super) { argument
26202 __extends(ExtendsReference, _super);
26204 return _super.call(this, offset, length) || this;
26222 var MixinContentReference = /** @class */ (function (_super) { argument
26223 __extends(MixinContentReference, _super);
26225 return _super.call(this, offset, length) || this;
26243 var MixinContentDeclaration = /** @class */ (function (_super) { argument
26244 __extends(MixinContentDeclaration, _super);
26246 return _super.call(this, offset, length) || this;
26264 var MixinReference = /** @class */ (function (_super) { argument
26265 __extends(MixinReference, _super);
26267 return _super.call(this, offset, length) || this;
26306 var MixinDeclaration = /** @class */ (function (_super) { argument
26307 __extends(MixinDeclaration, _super);
26309 return _super.call(this, offset, length) || this;
26343 var UnknownAtRule = /** @class */ (function (_super) { argument
26344 __extends(UnknownAtRule, _super);
26346 return _super.call(this, offset, length) || this;
26364 var ListEntry = /** @class */ (function (_super) { argument
26365 __extends(ListEntry, _super);
26367 return _super !== null && _super.apply(this, arguments) || this;
26385 var LessGuard = /** @class */ (function (_super) { argument
26386 __extends(LessGuard, _super);
26388 return _super !== null && _super.apply(this, arguments) || this;
26399 var GuardCondition = /** @class */ (function (_super) { argument
26400 __extends(GuardCondition, _super);
26402 return _super !== null && _super.apply(this, arguments) || this;
26410 var Module = /** @class */ (function (_super) { argument
26411 __extends(Module, _super);
26413 return _super !== null && _super.apply(this, arguments) || this;
28804 var GlobalScope = /** @class */ (function (_super) { argument
28805 __extends(GlobalScope, _super);
28807 return _super.call(this, 0, Number.MAX_VALUE) || this;
29114 var LESSParser = /** @class */ (function (_super) { argument
29115 __extends(LESSParser, _super);
29117 …return _super.call(this, new _lessScanner_js__WEBPACK_IMPORTED_MODULE_0__["LESSScanner"]()) || thi…
29124 || _super.prototype._parseStylesheetAtStatement.call(this, isNested);
29174 var node = _super.prototype._parseMediaQuery.call(this, resyncStopToken);
29322_super.prototype._parseTermExpression.call(this) || // preference for colors before mixin referenc…
29350 return _super.prototype._parseOperator.call(this); class
29382 || _super.prototype._parseRuleSetDeclarationAtStatement.call(this);
29389 …|| _super.prototype._parseRuleSetDeclaration.call(this); // try css ruleset declaration as the las…
29396 || _super.prototype._parseKeyframeSelector.call(this);
29399 … return this._parseSelectorCombinator() || _super.prototype._parseSimpleSelectorBody.call(this);
29594 return _super.prototype._parsePseudo.call(this);
29809 return _super.prototype._parseFunctionIdentifier.call(this);
29813 var node = _super.prototype._parseURLArgument.call(this);
29868 var LESSScanner = /** @class */ (function (_super) { argument
29869 __extends(LESSScanner, _super);
29871 return _super !== null && _super.apply(this, arguments) || this;
29882 return _super.prototype.scanNext.call(this, offset);
29885 if (_super.prototype.comment.call(this)) {
30001 var SCSSParser = /** @class */ (function (_super) { argument
30002 __extends(SCSSParser, _super);
30004 …return _super.call(this, new _scssScanner_js__WEBPACK_IMPORTED_MODULE_0__["SCSSScanner"]()) || thi…
30018 || _super.prototype._parseStylesheetAtStatement.call(this, isNested);
30152 _super.prototype._parseTermExpression.call(this);
30181 return _super.prototype._parseOperator.call(this);
30189 return _super.prototype._parseUnaryOperator.call(this);
30206 || _super.prototype._parseRuleSetDeclarationAtStatement.call(this);
30210 …|| _super.prototype._parseRuleSetDeclaration.call(this); // try css ruleset declaration as last so…
30265 …return this._parseSelectorCombinator() || this._parseSelectorPlaceholder() || _super.prototype._pa…
30294 var node = _super.prototype._parseElementName.call(this);
30302 …return this._parseInterpolation() || _super.prototype._tryParsePseudoIdentifier.call(this); // for…
30616 var node = _super.prototype._parseURLArgument.call(this);
30754 return this._parseInterpolation() || _super.prototype._parseSupportsCondition.call(this);
30825 var SCSSScanner = /** @class */ (function (_super) { argument
30826 __extends(SCSSScanner, _super);
30828 return _super !== null && _super.apply(this, arguments) || this;
30871 return _super.prototype.scanNext.call(this, offset);
30874 if (_super.prototype.comment.call(this)) {
33122 var LESSCompletion = /** @class */ (function (_super) { argument
33123 __extends(LESSCompletion, _super);
33125 return _super.call(this, '@', lsOptions, cssDataManager) || this;
33151 return _super.prototype.getTermProposals.call(this, entry, existingNode, result);
33155 return _super.prototype.getColorProposals.call(this, entry, existingNode, result);
33159 … return _super.prototype.getCompletionsForDeclarationProperty.call(this, declaration, result);
34672 var SCSSCompletion = /** @class */ (function (_super) { argument
34673 __extends(SCSSCompletion, _super);
34675 var _this = _super.call(this, '$', lsServiceOptions, cssDataManager) || this;
34683 || _super.prototype.isImportPathParent.call(this, type);
34699 return _super.prototype.getCompletionForImportPath.call(this, importPathNode, result);
34729 return _super.prototype.getCompletionsForSelector.call(this, ruleSet, isNested, result);
34737 return _super.prototype.getTermProposals.call(this, entry, existingNode, result);
34741 return _super.prototype.getColorProposals.call(this, entry, existingNode, result);
34746 … return _super.prototype.getCompletionsForDeclarationProperty.call(this, declaration, result);
34769 _super.prototype.getCompletionForTopLevel.call(this, result);
35103 var SCSSNavigation = /** @class */ (function (_super) { argument
35104 __extends(SCSSNavigation, _super);
35106 return _super.call(this, fileSystemProvider) || this;
35109 return (_super.prototype.isRawStringDocumentLinkNode.call(this, node) ||
35162 …return [4 /*yield*/, _super.prototype.resolveRelativeReference.call(this, ref, documentUri, docume…
35338 var RootElement = /** @class */ (function (_super) { argument
35339 __extends(RootElement, _super);
35341 return _super !== null && _super.apply(this, arguments) || this;
35346 var LabelElement = /** @class */ (function (_super) { argument
35347 __extends(LabelElement, _super);
35349 var _this = _super.call(this) || this;
36673 var _URI = /** @class */ (function (_super) { argument
36674 __extends(_URI, _super);
36676 var _this = _super !== null && _super.apply(this, arguments) || this;