Home
last modified time | relevance | path

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

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js26782 Parser.prototype.acceptRegexp = function (regEx) { method in Parser
26791 do { } while (this.acceptRegexp(regEx));
29500 function () { return _this.acceptRegexp(identRegex); } :
30139 …e"].Ident) || node.addChild(indentInterpolation()) || (hasContent && this.acceptRegexp(/[\w-]/))) {
H A D4.4.js1acceptRegexp=function(e){return!!e.test(this.token.text)&&(this.consumeToken(),!0)},e.prototype._p… method in e
H A D2.2.js.map1acceptRegexp = function (regEx) {\n if (regEx.test(this.token.text)) {\n this.co…