Lines Matching refs:currentWord
31133 this.currentWord = getCurrentWord(document, this.offset);
31134 …["Position"].create(this.position.line, this.position.character - this.currentWord.length), this.p…
31218 if (this.variablePrefix && this.currentWord.indexOf(this.variablePrefix) === 0) {
31227 this.currentWord = null;
31315 propertyName: _this.currentWord,
31358 propertyValue: _this.currentWord,
31514 var currentWord = '0';
31515 if (this.currentWord.length > 0) {
31516 var numMatch = this.currentWord.match(/^-?\d[\.\d+]*/);
31518 currentWord = numMatch[0];
31519 result.isIncomplete = currentWord.length === this.currentWord.length;
31522 else if (this.currentWord.length === 0) {
31535 var insertText = currentWord + unit;
31751 …xistingNode && this.offset - this.currentWord.length > 0 && this.textDocument.getText()[this.offse…
31753 this.currentWord = ':' + this.currentWord;
31754 …["Position"].create(this.position.line, this.position.character - this.currentWord.length), this.p…
31807 visited[this.currentWord] = true;
31861 else if (this.currentWord && this.currentWord[0] === '@') {
31924 mixinName: _this.currentWord,