Searched refs:eat (Results 1 – 25 of 246) sorted by relevance
12345678910
/plugin/codemirror/dist/modes/ |
D | haskell.min.js | 1 …eat("-")){var p="comment";if(a.eat("#")){p="meta"}return c(a,b,n(p,1))}return null}if(m=="'"){if(a…
|
D | ruby.min.js | 1 …eat("s"))e="atom";else if(a.eat(/[WQ]/))e="string";else if(a.eat(/[r]/))e="string-2";else if(a.eat…
|
D | elm.min.js | 1 …eat("-")?a(j,p,k(1)):q==="["&&j.match("glsl|")?a(j,p,o):"builtin"}if(q==="'"){return a(j,p,n)}if(q…
|
D | crystal.min.js | 1 …eat(/[?!]/);l=a.current();if(a.eat(":")){return"atom"}else if(b.lastToken=="."){return"property"}e…
|
D | z80.min.js | 1 …eat(".")){a.eatWhile(/\w/)}j=a.current();if(a.indentation()){if((b.context==1||b.context==4)&&f.te…
|
D | tiki.min.js | 1 …eat("/");a.eatSpace();a.eatWhile(/[^\s\u00a0=\"\'\/?(}]/);e.tokenize=h;return"tag";case"_":if(a.ea…
|
D | modelica.min.js | 1 …eat(j)||a.eat(k)){}var c=a.current();if(b.sol&&(c=="package"||c=="model"||c=="when"||c=="connector…
|
D | xquery.min.js | 1 …eat("/");c.eatSpace();var u="",v;while(v=c.eat(/[^\s\u00a0=<>\"\'\/?]/))u+=v;return b(c,h,g(u,t))}…
|
D | jinja2.min.js | 1 …eat("-")&&f.match(g.intag+"}")){g.intag=false;return"tag"}else if(f.match(b)){g.operator=true;retu…
|
D | cobol.min.js | 1 …eat(/x/i)){b.eatWhile(n.hex);return true}if((a=="+"||a=="-")&&n.digit.test(b.peek())){b.eat(n.sign…
|
D | twig.min.js | 1 …eat("-")&&f.match(g.intag+"}")){g.intag=false;return"tag"}else if(f.match(b)){g.operator=true;retu…
|
D | dart.min.js | 1 …eat("*"))return false;b.tokenize=m(1);return b.tokenize(a,b)},token:function(a,b,c){if(c=="variabl…
|
D | mllike.min.js | 1 …eat("|")){b.longString=true;b.tokenize=l;return b.tokenize(a,b)}}if(e==="("){if(a.eat("*")){b.comm…
|
D | perl.min.js | 1 …eat(l))return i(j,k,n);j.pos=m}return h(j,k,[l],"string")}if(l=="q"){var o=b(j,-2);if(!(o&&/\w/.te…
|
D | groovy.min.js | 1 …eat(/eE/)){a.eat(/\+\-/);a.eatWhile(/\d/)}return"number"}if(c=="/"){if(a.eat("*")){b.tokenize.push…
|
D | sql.min.js | 1 …eat(";"))){return"variable-3"}else if(c=="'"||c=='"'&&l.doubleQuote){b.tokenize=s(c);return b.toke…
|
D | clojure.min.js | 1 …eat(","))return["space",null];if(a.match(l))return[null,"number"];if(a.match(m))return[null,"strin…
|
D | lua.min.js | 1 …n l(a){var b=0;while(a.eat("="))++b;a.eat("[");return b}function m(a,b){var c=a.next();if(c=="-"&&…
|
D | eiffel.min.js | 1 …eat("-")){a.skipToEnd();return"comment"}else if(c==":"&&a.eat("=")){return"operator"}else if(/[0-9…
|
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/ |
D | statement.js | 46 node.test = this.eat(tt._while) ? this.parseParenExpression() : this.dummyIdent() 76 node.alternate = this.eat(tt._else) ? this.parseStatement() : null 81 if (this.eat(tt.semi) || this.canInsertSemicolon()) node.argument = null 115 this.eat(tt.braceR) 137 node.finalizer = this.eat(tt._finally) ? this.parseBlock() : null 179 } else if (starttype === tt.name && expr.type === "Identifier" && this.eat(tt.colon)) { 200 this.eat(tt.braceR) 207 if (this.eat(tt.semi) && this.tok.type !== tt.semi) node.test = this.parseExpression() 208 if (this.eat(tt.semi) && this.tok.type !== tt.parenR) node.update = this.parseExpression() 234 decl.init = this.eat(tt.eq) ? this.parseMaybeAssign(noIn) : null [all …]
|
D | expression.js | 29 while (this.eat(tt.comma)) node.expressions.push(this.parseMaybeAssign(noIn)) 52 node.delegate = this.eat(tt.star) 74 if (this.eat(tt.question)) { 140 if (!sawUnary && this.eat(tt.starstar)) { 165 if (this.eat(tt.dot)) { 213 return this.eat(tt.arrow) ? this.parseArrowExpression(this.startNodeAt(start), [id]) : id 243 if (this.eat(tt.arrow)) { 283 if (this.options.ecmaVersion >= 6 && this.eat(tt.dot)) { 337 this.eat(tt.braceL) 345 isGenerator = this.eat(tt.star) [all …]
|
/plugin/asciidocjs/node_modules/acorn/src/loose/ |
D | statement.js | 46 node.test = this.eat(tt._while) ? this.parseParenExpression() : this.dummyIdent() 76 node.alternate = this.eat(tt._else) ? this.parseStatement() : null 81 if (this.eat(tt.semi) || this.canInsertSemicolon()) node.argument = null 115 this.eat(tt.braceR) 137 node.finalizer = this.eat(tt._finally) ? this.parseBlock() : null 184 } else if (starttype === tt.name && expr.type === "Identifier" && this.eat(tt.colon)) { 205 this.eat(tt.braceR) 212 if (this.eat(tt.semi) && this.tok.type !== tt.semi) node.test = this.parseExpression() 213 if (this.eat(tt.semi) && this.tok.type !== tt.parenR) node.update = this.parseExpression() 239 decl.init = this.eat(tt.eq) ? this.parseMaybeAssign(noIn) : null [all …]
|
D | expression.js | 29 while (this.eat(tt.comma)) node.expressions.push(this.parseMaybeAssign(noIn)) 52 node.delegate = this.eat(tt.star) 74 if (this.eat(tt.question)) { 143 if (!sawUnary && this.eat(tt.starstar)) { 170 if (this.eat(tt.dot)) { 191 if (maybeAsyncArrow && this.eat(tt.arrow)) 223 if (this.eat(tt._function)) 230 … return this.eat(tt.arrow) ? this.parseArrowExpression(this.startNodeAt(start), [id], isAsync) : id 260 if (this.eat(tt.arrow)) { 304 if (this.options.ecmaVersion >= 6 && this.eat(tt.dot)) { [all …]
|
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/ |
D | statement.js | 110 if (starttype === tt.name && expr.type === "Identifier" && this.eat(tt.colon)) 119 if (this.eat(tt.semi) || this.insertSemicolon()) node.label = null 153 this.eat(tt.semi) 205 node.alternate = this.eat(tt._else) ? this.parseStatement(false) : null 218 if (this.eat(tt.semi) || this.insertSemicolon()) node.argument = null 287 node.finalizer = this.eat(tt._finally) ? this.parseBlock() : null 354 while (!this.eat(tt.braceR)) { 405 if (this.eat(tt.eq)) { 415 if (!this.eat(tt.comma)) break 431 node.generator = this.eat(tt.star) [all …]
|
D | parseutil.js | 20 pp.eat = function(type) { function in pp 38 return this.value === name && this.eat(tt.name) 67 if (!this.eat(tt.semi) && !this.insertSemicolon()) this.unexpected() 83 this.eat(type) || this.unexpected()
|
12345678910