Home
last modified time | relevance | path

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

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D5.5.js1 …nction(){return this.advanceWhileChar((function(e){return e===Ee||e===Ae||e===xe||e===Le||e===Me})… method in e
H A D2.2.js28253 MultiLineStream.prototype.advanceWhileChar = function (condition) { method in MultiLineStream
28507 this.stream.advanceWhileChar(function (ch) {
28530 this.stream.advanceWhileChar(function (ch) {
28639 var n = this.stream.advanceWhileChar(function (ch) {
29889 this.stream.advanceWhileChar(function (ch) {
29909 this.stream.advanceWhileChar(function (ch) { return ch !== _TIC; });
30878 this.stream.advanceWhileChar(function (ch) {
H A D4.4.js1advanceWhileChar=function(e){for(var t=this.position;this.position<this.len&&e(this.source.charCod… method in e
H A D2.2.js.map1advanceWhileChar = function (condition) {\n var posNow = this.position;\n while (thi…
H A D3.3.js.map1advanceWhileChar(function (ch) {\n return ch === _WSP || ch === _TAB || ch === _NWL || …