Home
last modified time | relevance | path

Searched refs:eat (Results 1 – 25 of 246) sorted by relevance

12345678910

/plugin/codemirror/dist/modes/
Dhaskell.min.js1eat("-")){var p="comment";if(a.eat("#")){p="meta"}return c(a,b,n(p,1))}return null}if(m=="'"){if(a…
Druby.min.js1eat("s"))e="atom";else if(a.eat(/[WQ]/))e="string";else if(a.eat(/[r]/))e="string-2";else if(a.eat
Delm.min.js1eat("-")?a(j,p,k(1)):q==="["&&j.match("glsl|")?a(j,p,o):"builtin"}if(q==="'"){return a(j,p,n)}if(q…
Dcrystal.min.js1eat(/[?!]/);l=a.current();if(a.eat(":")){return"atom"}else if(b.lastToken=="."){return"property"}e…
Dz80.min.js1eat(".")){a.eatWhile(/\w/)}j=a.current();if(a.indentation()){if((b.context==1||b.context==4)&&f.te…
Dtiki.min.js1eat("/");a.eatSpace();a.eatWhile(/[^\s\u00a0=\"\'\/?(}]/);e.tokenize=h;return"tag";case"_":if(a.ea…
Dmodelica.min.js1eat(j)||a.eat(k)){}var c=a.current();if(b.sol&&(c=="package"||c=="model"||c=="when"||c=="connector…
Dxquery.min.js1eat("/");c.eatSpace();var u="",v;while(v=c.eat(/[^\s\u00a0=<>\"\'\/?]/))u+=v;return b(c,h,g(u,t))}…
Djinja2.min.js1eat("-")&&f.match(g.intag+"}")){g.intag=false;return"tag"}else if(f.match(b)){g.operator=true;retu…
Dcobol.min.js1eat(/x/i)){b.eatWhile(n.hex);return true}if((a=="+"||a=="-")&&n.digit.test(b.peek())){b.eat(n.sign…
Dtwig.min.js1eat("-")&&f.match(g.intag+"}")){g.intag=false;return"tag"}else if(f.match(b)){g.operator=true;retu…
Ddart.min.js1eat("*"))return false;b.tokenize=m(1);return b.tokenize(a,b)},token:function(a,b,c){if(c=="variabl…
Dmllike.min.js1eat("|")){b.longString=true;b.tokenize=l;return b.tokenize(a,b)}}if(e==="("){if(a.eat("*")){b.comm…
Dperl.min.js1eat(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…
Dgroovy.min.js1eat(/eE/)){a.eat(/\+\-/);a.eatWhile(/\d/)}return"number"}if(c=="/"){if(a.eat("*")){b.tokenize.push…
Dsql.min.js1eat(";"))){return"variable-3"}else if(c=="'"||c=='"'&&l.doubleQuote){b.tokenize=s(c);return b.toke…
Dclojure.min.js1eat(","))return["space",null];if(a.match(l))return[null,"number"];if(a.match(m))return[null,"strin…
Dlua.min.js1 …n l(a){var b=0;while(a.eat("="))++b;a.eat("[");return b}function m(a,b){var c=a.next();if(c=="-"&&…
Deiffel.min.js1eat("-")){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/
Dstatement.js46 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 …]
Dexpression.js29 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/
Dstatement.js46 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 …]
Dexpression.js29 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/
Dstatement.js110 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 …]
Dparseutil.js20 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