Lines Matching refs:token

26693 …this.token = { type: _cssScanner_js__WEBPACK_IMPORTED_MODULE_0__["TokenType"].EOF, offset: -1, len…  class in AnonymousFunction410cd55f18f00.Parser.Parser
26697 …MODULE_0__["TokenType"].Ident === this.token.type && text.length === this.token.text.length && tex…
26700 …LE_0__["TokenType"].AtKeyword === this.token.type && text.length === this.token.text.length && tex…
26703 …js__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Delim === this.token.type && text === this.token.text;
26706 return type === this.token.type;
26709 if (type !== this.token.type) {
26712 return regEx.test(this.token.text);
26715 … return !!this.prevToken && (this.prevToken.offset + this.prevToken.len !== this.token.offset);
26718 this.prevToken = this.token;
26719 this.token = this.scanner.scan();
26724 curr: this.token,
26730 this.token = mark.curr;
26743 … if (_cssScanner_js__WEBPACK_IMPORTED_MODULE_0__["TokenType"].AtKeyword === this.token.type) {
26746 … if (keyword.length === this.token.text.length && keyword === this.token.text.toLowerCase()) {
26755 if (type === this.token.type) {
26783 if (regEx.test(this.token.text)) {
26796 this.scanner.goBackTo(this.token.offset);
26799 this.token = unquoted;
26808 if (resyncTokens && resyncTokens.indexOf(this.token.type) !== -1) {
26812 else if (resyncStopTokens && resyncStopTokens.indexOf(this.token.type) !== -1) {
26816 … if (this.token.type === _cssScanner_js__WEBPACK_IMPORTED_MODULE_0__["TokenType"].EOF) {
26819 this.token = this.scanner.scan();
26824 …return new _cssNodes_js__WEBPACK_IMPORTED_MODULE_1__["Node"](this.token.offset, this.token.len, no…
26827 return new ctor(this.token.offset, this.token.len);
26846 if (this.token !== this.lastErrorToken) { // do not report twice on the same token
26847 …des_js__WEBPACK_IMPORTED_MODULE_1__["Level"].Error, undefined, this.token.offset, this.token.len));
26848 this.lastErrorToken = this.token;
26867 this.token = this.scanner.scan();
27096 …node.semicolonPosition = this.token.offset; // not part of the declaration, but useful information…
27124 …node.semicolonPosition = this.token.offset; // not part of the declaration, but useful information…
27136 …node.semicolonPosition = this.token.offset; // not part of the declaration, but useful information…
27143 …js__WEBPACK_IMPORTED_MODULE_4__["isDefined"])(node.colonPosition) && this.token.offset === node.co…
27166 switch (this.token.type) {
27407 var text = this.token.text.toLowerCase();
27439 …while (this.token.type !== _cssScanner_js__WEBPACK_IMPORTED_MODULE_0__["TokenType"].EOF && openPar…
27440 … if (this.token.type === _cssScanner_js__WEBPACK_IMPORTED_MODULE_0__["TokenType"].ParenthesisL) {
27443 …else if (this.token.type === _cssScanner_js__WEBPACK_IMPORTED_MODULE_0__["TokenType"].ParenthesisR…
27621 switch (this.token.type) {
29220 …node.semicolonPosition = this.token.offset; // not part of the declaration, but useful information…
29442 if (!this.peekInterpolatedIdent() && !this.peekRegExp(this.token.type, propertyRegex)) {
30073 …node.semicolonPosition = this.token.offset; // not part of the declaration, but useful information…
30237 …node.semicolonPosition = this.token.offset; // not part of the declaration, but useful information…
32206 var token = scanner.scan();
32209 switch (token.type) {
32213 … delimiterStack.push({ line: getStartLine(token), type: 'brace', isStart: true });
32222 var endLine = getEndLine(token);
32251 return { line: getStartLine(token), type: 'comment', isStart: true };
32254 return { line: getEndLine(token), type: 'comment', isStart: false };
32257 var getCurrDelimiter = function (token) { argument
32258 … var matches = token.text.match(/^\s*\/\*\s*(#region|#endregion)\b\s*(.*?)\s*\*\//);
32263 … var matches_1 = token.text.match(/^\s*\/\/\s*(#region|#endregion)\b\s*(.*?)\s*/);
32270 var currDelimiter = getCurrDelimiter(token);
32295 var range = tokenToRange(token, 'comment');
32303 prevToken = token;
32304 token = scanner.scan();
32306 while (token.type !== _parser_cssScanner_js__WEBPACK_IMPORTED_MODULE_0__["TokenType"].EOF) {
35543 var token = scanner.scanUnquotedString();
35544 if (token) {
35545 return token.text;
37306 … CompletionAdapter.prototype.provideCompletionItems = function (model, position, context, token) { argument
37393 HoverAdapter.prototype.provideHover = function (model, position, token) { argument
37428 … DocumentHighlightAdapter.prototype.provideDocumentHighlights = function (model, position, token) { argument
37460 DefinitionAdapter.prototype.provideDefinition = function (model, position, token) { argument
37481 ReferenceAdapter.prototype.provideReferences = function (model, position, context, token) { argument
37525 RenameAdapter.prototype.provideRenameEdits = function (model, position, newName, token) { argument
37585 DocumentSymbolAdapter.prototype.provideDocumentSymbols = function (model, token) { argument
37611 DocumentColorAdapter.prototype.provideDocumentColors = function (model, token) { argument
37625 DocumentColorAdapter.prototype.provideColorPresentations = function (model, info, token) { argument
37656 FoldingRangeAdapter.prototype.provideFoldingRanges = function (model, context, token) { argument
37693 SelectionRangeAdapter.prototype.provideSelectionRanges = function (model, positions, token) { argument