Home
last modified time | relevance | path

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

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js26696 Parser.prototype.peekIdent = function (text) { method in Parser
26762 if (this.peekIdent(text)) {
29747 if (!this.peekIdent('when')) {
30175 || this.peekIdent('and') || this.peekIdent('or')
30184 if (this.peekIdent('not')) {
30337 if (this.peekIdent('if')) {
30552 …if (this.peekIdent('using') || this.peek(_cssScanner_js__WEBPACK_IMPORTED_MODULE_1__["TokenType"].…
30732 if (this.peekIdent('hide') || this.peekIdent('show')) {
H A D4.4.js1peekIdent=function(e){return r.Ident===this.token.type&&e.length===this.token.text.length&&e===thi… method in e
H A D2.2.js.map1peekIdent = function (text) {\n return TokenType.Ident === this.token.type && text.length =…