Home
last modified time | relevance | path

Searched refs:peekDelim (Results 1 – 3 of 3) sorted by relevance

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js27698 if (this.peekDelim('/') ||
27699 this.peekDelim('*') ||
27700 this.peekDelim('+') ||
27701 this.peekDelim('-') ||
27717 if (!this.peekDelim('+') && !this.peekDelim('-')) {
27725 if (this.peekDelim('>')) {
29227 if (this.peekDelim('#') || this.peekDelim('.')) {
29481 this.peekDelim('-');
29516 if (this.peekDelim('@') || this.peekDelim('$')) {
29566 if (this.peekDelim('#') || this.peekDelim('.')) {
[all …]
H A D4.4.js1peekDelim=function(e){return r.Delim===this.token.type&&e===this.token.text},e.prototype.peek=func… method in e
H A D2.2.js.map1peekDelim = function (text) {\n return TokenType.Delim === this.token.type && text === this…