Lines Matching refs:peekDelim

26702     Parser.prototype.peekDelim = function (text) {  method in Parser
26776 if (this.peekDelim(text)) {
27698 if (this.peekDelim('/') ||
27699 this.peekDelim('*') ||
27700 this.peekDelim('+') ||
27701 this.peekDelim('-') ||
27707 this.peekDelim('=')) { // doesn't stick to the standard here
27717 if (!this.peekDelim('+') && !this.peekDelim('-')) {
27725 if (this.peekDelim('>')) {
27739 else if (this.peekDelim('+')) {
27745 else if (this.peekDelim('~')) {
27751 else if (this.peekDelim('/')) {
27783 …this.peek(_cssScanner_js__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Hash) && !this.peekDelim('#')) {
27799 if (!this.peekDelim('.')) {
29227 if (this.peekDelim('#') || this.peekDelim('.')) {
29295 var isPropertyReference = !declaration && this.peekDelim('$');
29296 …if (!this.peekDelim('@') && !isPropertyReference && !this.peek(_cssScanner_js__WEBPACK_IMPORTED_MO…
29332 if (this.peekDelim('~')) {
29354 if (this.peekDelim('>')) {
29360 else if (this.peekDelim('=')) {
29366 else if (this.peekDelim('<')) {
29421 if (this.peekDelim('&')) {
29479 this.peekDelim('@') ||
29480 this.peekDelim('$') ||
29481 this.peekDelim('-');
29516 if (this.peekDelim('@') || this.peekDelim('$')) {
29566 if (this.peekDelim('#') || this.peekDelim('.')) {
29597 if (!this.peekDelim('&')) {
29803 if (this.peekDelim('%')) {
30119 …k(_scssScanner_js__WEBPACK_IMPORTED_MODULE_0__["InterpolationFunction"]) && !this.peekDelim('-')) {
30174 || this.peekDelim('>') || this.peekDelim('<')
30176 || this.peekDelim('%')) {
30268 if (this.peekDelim('&')) {
30279 if (this.peekDelim('%')) {