Home
last modified time | relevance | path

Searched refs:advanceIfChar (Results 1 – 5 of 5) sorted by relevance

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D5.5.js1advanceIfChar=function(e){return e===this.source.charCodeAt(this.position)&&(this.position++,!0)},… method in e
H A D2.2.js28233 MultiLineStream.prototype.advanceIfChar = function (ch) { method in MultiLineStream
28396 if (this.stream.advanceIfChar(_ATS)) {
28410 if (this.stream.advanceIfChar(_HSH)) {
28420 if (this.stream.advanceIfChar(_BNG)) {
28427 if (this.stream.advanceIfChar(_PRC)) {
28545 if (ch === _CAR && this.stream.advanceIfChar(_NWL)) {
30832 if (this.stream.advanceIfChar(_DLR)) {
30854 if (this.stream.advanceIfChar(_LAN)) {
30855 if (this.stream.advanceIfChar(_EQS)) {
30861 if (this.stream.advanceIfChar(_RAN)) {
[all …]
H A D4.4.js1advanceIfChar=function(e){return e===this.source.charCodeAt(this.position)&&(this.position++,!0)},… method in e
H A D2.2.js.map1advanceIfChar = function (ch) {\n if (ch === this.source.charCodeAt(this.position)) {\n …
H A D3.3.js.map1advanceIfChar = function (ch) {\n if (ch === this.source.charCodeAt(this.position)) {\n …