Lines Matching refs:_this

637         var _this = this;
645 _this._textEditChanges[change.textDocument.uri] = textEditChange;
652 _this._textEditChanges[key] = textEditChange;
24179 var _this = this;
24186 if (!_this._propertySet[p.name]) {
24187 _this._propertySet[p.name] = p;
24191 if (!_this._atDirectiveSet[p.name]) {
24192 _this._atDirectiveSet[p.name] = p;
24196 if (!_this._pseudoClassSet[p.name]) {
24197 _this._pseudoClassSet[p.name] = p;
24201 if (!_this._pseudoElementSet[p.name]) {
24202 _this._pseudoElementSet[p.name] = p;
25088 var _this = _super.call(this, -1, -1) || this;
25089 _this.attachTo(parent, index);
25090 _this.offset = -1;
25091 _this.length = -1;
25092 return _this;
25100 var _this = _super.call(this, offset, length) || this;
25101 _this.isCustomProperty = false;
25102 return _this;
25298 var _this = _super.call(this, offset, length) || this;
25299 _this.property = null;
25300 return _this;
26126 var _this = _super.call(this, offset, length) || this;
26127 _this.variable = null;
26128 _this.value = null;
26129 _this.needsSemicolon = true;
26130 return _this;
27854 var _this = this;
27860 var selectors = _this.create(_cssNodes_js__WEBPACK_IMPORTED_MODULE_1__["Node"]);
27861 if (!selectors.addChild(_this._parseSelector(false))) {
27864 …while (_this.accept(_cssScanner_js__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Comma) && selectors.a…
27867 … if (_this.peek(_cssScanner_js__WEBPACK_IMPORTED_MODULE_0__["TokenType"].ParenthesisR)) {
27868 return _this.finish(selectors);
29484 var _this = this;
29487 var pos = _this.mark();
29488 if (_this.acceptDelim('-')) {
29489 if (!_this.hasWhitespace()) {
29490 _this.acceptDelim('-');
29492 if (_this.hasWhitespace()) {
29493 _this.restoreAtMark(pos);
29497 return _this._parseInterpolation();
29500 function () { return _this.acceptRegexp(identRegex); } :
29501 …function () { return _this.accept(_cssScanner_js__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Ident);…
30118 var _this = this;
30127 var pos = _this.mark();
30128 if (_this.acceptDelim('-')) {
30129 if (!_this.hasWhitespace()) {
30130 _this.acceptDelim('-');
30132 if (_this.hasWhitespace()) {
30133 _this.restoreAtMark(pos);
30137 return _this._parseInterpolation();
31258 var _this = this;
31267 range = _this.getCompletionRange(declaration.getProperty());
31275 range = _this.getCompletionRange(null);
31285 … if (completePropertyWithSemicolon && _this.offset >= _this.textDocument.offsetAt(range.end)) {
31291 …Facts_facts_js__WEBPACK_IMPORTED_MODULE_2__["getEntryDescription"](entry, _this.doesSupportMarkdow…
31315 propertyName: _this.currentWord,
31316 range: _this.defaultReplaceRange
31347 var _this = this;
31358 propertyValue: _this.currentWord,
31359 range: _this.getCompletionRange(existingNode)
31723 var _this = this;
31727 …it: _cssLanguageTypes_js__WEBPACK_IMPORTED_MODULE_4__["TextEdit"].replace(_this.getCompletionRange…
31728 …Facts_facts_js__WEBPACK_IMPORTED_MODULE_2__["getEntryDescription"](entry, _this.doesSupportMarkdow…
31749 var _this = this;
31761 …it: _cssLanguageTypes_js__WEBPACK_IMPORTED_MODULE_4__["TextEdit"].replace(_this.getCompletionRange…
31762 …Facts_facts_js__WEBPACK_IMPORTED_MODULE_2__["getEntryDescription"](entry, _this.doesSupportMarkdow…
31777 …it: _cssLanguageTypes_js__WEBPACK_IMPORTED_MODULE_4__["TextEdit"].replace(_this.getCompletionRange…
31778 …Facts_facts_js__WEBPACK_IMPORTED_MODULE_2__["getEntryDescription"](entry, _this.doesSupportMarkdow…
31816 …it: _cssLanguageTypes_js__WEBPACK_IMPORTED_MODULE_4__["TextEdit"].replace(_this.getCompletionRange…
31912 var _this = this;
31924 mixinName: _this.currentWord,
31925 range: _this.getCompletionRange(identifierNode)
32020 var _this = this;
32025 position: _this.position,
32026 range: _this.getCompletionRange(importPathNode)
32702 var _this = this;
32728 if (candidate.parent && _this.isRawStringDocumentLinkNode(candidate.parent)) {
33546 var _this = this;
33559 _this.validProperties[name] = true;
34675 var _this = _super.call(this, '$', lsServiceOptions, cssDataManager) || this;
34678 return _this;
35349 var _this = _super.call(this) || this;
35350 _this.addAttr('name', label);
35351 return _this;
35578 var _this = this;
35600 if (_this.isPseudoElementIdentifier(text)) {
36676 var _this = _super !== null && _super.apply(this, arguments) || this;
36677 _this._formatted = null;
36678 _this._fsPath = null;
36679 return _this;
37116 var _this = this;
37123 if (modeId !== _this._languageId) {
37127 _this._listener[model.uri.toString()] = model.onDidChangeContent(function () {
37129 … handle = window.setTimeout(function () { return _this._doValidate(model.uri, modeId); }, 500);
37131 _this._doValidate(model.uri, modeId);
37134 …ditor_core_js__WEBPACK_IMPORTED_MODULE_1__["editor"].setModelMarkers(model, _this._languageId, []);
37136 var listener = _this._listener[uriStr];
37139 delete _this._listener[uriStr];
37150 if (model.getModeId() === _this._languageId) {
37158 for (var key in _this._listener) {
37159 _this._listener[key].dispose();
37737 var _this = this;
37740 …this._idleCheckInterval = window.setInterval(function () { return _this._checkIfIdle(); }, 30 * 10…
37742 …this._configChangeListener = this._defaults.onDidChange(function () { return _this._stopWorker(); …
37783 var _this = this;
37794 return _this._worker.withSyncedResources(resources);