Home
last modified time | relevance | path

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

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js27401 if (this.acceptIdent('not')) {
27500 if (this.acceptIdent('only') || this.acceptIdent('not')) {
28098 if (this.acceptIdent('progid')) {
29472 this.acceptIdent('_');
29590 if (this.acceptIdent('extend')) {
30357 if (!this.acceptIdent('from')) {
30363 if (!this.acceptIdent('to') && !this.acceptIdent('through')) {
30387 if (!this.acceptIdent('in')) {
30559 if (this.acceptIdent('using')) {
30669 if (this.acceptIdent('as') &&
[all …]
H A D4.4.js1acceptIdent=function(e){return!!this.peekIdent(e)&&(this.consumeToken(),!0)},e.prototype.acceptKey… method in e
H A D2.2.js.map1acceptIdent = function (text) {\n if (this.peekIdent(text)) {\n this.consumeToke…