Lines Matching refs:acceptDelim

26775     Parser.prototype.acceptDelim = function (text) {  method in Parser
27242 if (this.acceptDelim('*') || this.acceptDelim('_')) {
27729 if (!this.hasWhitespace() && this.acceptDelim('>')) {
27730 if (!this.hasWhitespace() && this.acceptDelim('>')) {
27755 …is.hasWhitespace() && this.acceptIdent('deep') && !this.hasWhitespace() && this.acceptDelim('/')) {
27787 if (this.acceptDelim('#')) {
27814 if (!node.addChild(this._parseSelectorIdent()) && !this.acceptDelim('*')) {
27823 if (!node.addChild(this._parseIdent()) && !this.acceptDelim('*')) {
27826 if (!this.acceptDelim('|')) {
28101 ….accept(_cssScanner_js__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Ident) && this.acceptDelim('.')) {
29301 while (this.acceptDelim('@') || (!declaration && this.acceptDelim('$'))) {
29357 this.acceptDelim('=');
29363 this.acceptDelim('<');
29369 this.acceptDelim('=');
29424acceptDelim('-') || this.accept(_cssScanner_js__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Num) || t…
29447 node.isCustomProperty = this.acceptDelim('-') && this.acceptDelim('-');
29470 this.acceptDelim('+');
29488 if (_this.acceptDelim('-')) {
29490 _this.acceptDelim('-');
29648 this.acceptDelim('>');
30107 || !this.acceptDelim('.')
30128 if (_this.acceptDelim('-')) {
30130 _this.acceptDelim('-');
30271acceptDelim('-') || this.accept(_cssScanner_js__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Num) || t…
30524 if (!this.hasWhitespace() && this.acceptDelim('.') && !this.hasWhitespace()) {
30670 …[_cssNodes_js__WEBPACK_IMPORTED_MODULE_3__["ReferenceType"].Module])) && !this.acceptDelim('*'))) {
30728 if (this.hasWhitespace() || !this.acceptDelim('*')) {