Lines Matching refs:acceptIdent
26761 Parser.prototype.acceptIdent = function (text) { method in Parser
27401 if (this.acceptIdent('not')) {
27408 while (this.acceptIdent(text)) {
27500 if (this.acceptIdent('only') || this.acceptIdent('not')) {
27507 parseExpression = this.acceptIdent('and');
27512 parseExpression = this.acceptIdent('and');
27532 parseExpression = this.acceptIdent('and');
27755 …if (!this.hasWhitespace() && this.acceptIdent('deep') && !this.hasWhitespace() && this.acceptDelim…
27846 this.acceptIdent('i'); // case insensitive matching
27915 …anner_js__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Exclamation) && this.acceptIdent('important')) {
28098 if (this.acceptIdent('progid')) {
29472 this.acceptIdent('_');
29590 if (this.acceptIdent('extend')) {
29603 …t(_cssScanner_js__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Colon) || !this.acceptIdent('extend')) {
29752 node.isNegated = this.acceptIdent('not');
29756 …while (this.acceptIdent('and') || this.accept(_cssScanner_js__WEBPACK_IMPORTED_MODULE_1__["TokenTy…
30256 if (!this.acceptIdent('optional')) {
30357 if (!this.acceptIdent('from')) {
30363 if (!this.acceptIdent('to') && !this.acceptIdent('through')) {
30387 if (!this.acceptIdent('in')) {
30559 if (this.acceptIdent('using')) {
30669 if (this.acceptIdent('as') &&
30673 if (this.acceptIdent('with')) {
30722 if (this.acceptIdent('as')) {