Searched refs:peekChar (Results 1 – 10 of 10) sorted by relevance
| /plugin/codemirror/dist/modes/ |
| D | soy.min.js.map | 1 …peekChar","peek","indexOf","endTag","tagName","substring","selfClosed","prevTag","indentingTag","t…
|
| D | sass.min.js.map | 1 …peekChar","previousChar","string","charAt","pos","endingString","cursorHalf","buildInterpolationTo…
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 4.4.js | 1 …peekChar=function(e){return void 0===e&&(e=0),this.source.charCodeAt(this.position+e)||0},e.protot… method in e
|
| D | 5.5.js | 1 …peekChar=function(e){return void 0===e&&(e=0),this.source.charCodeAt(this.position+e)||0},e.protot… method in e
|
| D | 2.2.js | 28225 MultiLineStream.prototype.peekChar = function (n) { 28452 tokenType = staticTokenTable[this.stream.peekChar()]; 28458 if (this.stream.peekChar(0) === _TLD && this.stream.peekChar(1) === _EQS) { 28463 if (this.stream.peekChar(0) === _PIP && this.stream.peekChar(1) === _EQS) { 28468 if (this.stream.peekChar(0) === _MUL && this.stream.peekChar(1) === _EQS) { 28473 if (this.stream.peekChar(0) === _HAT && this.stream.peekChar(1) === _EQS) { 28478 if (this.stream.peekChar(0) === _DLR && this.stream.peekChar(1) === _EQS) { 28524 if (this.stream.peekChar() === _DOT) { 28527 ch = this.stream.peekChar(npeek); 28538 var ch = this.stream.peekChar(); [all …]
|
| D | 2.2.js.map | 1 …peekChar = function (n) {\n if (n === void 0) { n = 0; }\n return this.source.charCo…
|
| D | 3.3.js.map | 1 …peekChar = function (n) {\n if (n === void 0) { n = 0; }\n return this.source.charCo…
|
| /plugin/mermaid/ |
| H A D | mermaid.min.js | 704 …peekChar()==="|";)this.consumeChar("|"),e.push(this.alternative());return{type:"Disjunction",value… 705 `),sr("\r"),sr("\u2028"),sr("\u2029")]}}atomEscape(){switch(this.consumeChar("\\"),this.peekChar())… 706 …ar();return{type:"Character",value:sr(e)}}classPatternCharacterAtom(){switch(this.peekChar()){case` 707 …peekChar(0)==="^"&&(this.consumeChar("^"),r=!0);this.isClassAtom();){let n=this.classAtom(),i=n.ty… 708 …peekChar()){case"b":return this.consumeChar("b"),{type:"Character",value:sr("\b")};case"d":case"D"… 709 …peekChar(0)){case"g":case"i":case"m":case"u":case"y":return!0;default:return!1}}isRangeDash(){retu… 710 …peekChar(0)){case".":case"\\":case"[":case"(":return!0;default:return!1}}isAssertion(){switch(this… 711 …{type:"Character",value:parseInt(r,16)}}peekChar(e=0){return this.input[this.idx+e]}popChar(){let …
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.worker.js | 16557 value: function peekChar() { 16627 ch = this.peekChar(); 16746 if (this.peekChar() === 0x0A) {
|
| D | pdf.worker.js.map | 1 …peekChar() {\n return this.stream.peekByte();\n }\n\n getNumber() {\n let ch = this.curren…
|