Home
last modified time | relevance | path

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

/plugin/dirtylittlehelper/mermaid/editor/docs/
D2.2.js26761 Parser.prototype.acceptIdent = function (text) {
27401 if (this.acceptIdent('not')) {
27408 while (this.acceptIdent(text)) {
27500 if (this.acceptIdent('only') || this.acceptIdent('not')) {
27507 parseExpression = this.acceptIdent('and');
27512 parseExpression = this.acceptIdent('and');
27532 parseExpression = this.acceptIdent('and');
27755 …if (!this.hasWhitespace() && this.acceptIdent('deep') && !this.hasWhitespace() && this.acceptDelim…
27846 this.acceptIdent('i'); // case insensitive matching
27915 …anner_js__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Exclamation) && this.acceptIdent('important')) {
[all …]
D4.4.js1acceptIdent=function(e){return!!this.peekIdent(e)&&(this.consumeToken(),!0)},e.prototype.acceptKey… method in e
D2.2.js.map1acceptIdent = function (text) {\n if (this.peekIdent(text)) {\n this.consumeToke…