Home
last modified time | relevance | path

Searched refs:semi (Results 1 – 25 of 79) sorted by relevance

1234

/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dstatement.js92 case tt.semi: return this.parseEmptyStatement(node)
119 if (this.eat(tt.semi) || this.insertSemicolon()) node.label = null
153 this.eat(tt.semi)
171 if (this.type === tt.semi) return this.parseFor(node, null)
218 if (this.eat(tt.semi) || this.insertSemicolon()) node.argument = null
373 this.expect(tt.semi)
374 node.test = this.type === tt.semi ? null : this.parseExpression()
375 this.expect(tt.semi)
459 if (this.eat(tt.semi)) continue
Dtokencontext.js42 …if (prevType === tt._else || prevType === tt.semi || prevType === tt.eof || prevType === tt.parenR)
98 if (prevType.beforeExpr && prevType !== tt.semi && prevType !== tt._else &&
Dparseutil.js67 if (!this.eat(tt.semi) && !this.insertSemicolon()) this.unexpected()
Dtokentype.js69 semi: new TokenType(";", beforeExpr), property
/plugin/asciidocjs/node_modules/acorn/src/
Dstatement.js103 case tt.semi: return this.parseEmptyStatement(node)
135 if (this.eat(tt.semi) || this.insertSemicolon()) node.label = null
169 this.eat(tt.semi)
187 if (this.type === tt.semi) return this.parseFor(node, null)
239 if (this.eat(tt.semi) || this.insertSemicolon()) node.argument = null
392 this.expect(tt.semi)
393 node.test = this.type === tt.semi ? null : this.parseExpression()
394 this.expect(tt.semi)
499 if (this.eat(tt.semi)) continue
Dtokencontext.js42 …if (prevType === tt._else || prevType === tt.semi || prevType === tt.eof || prevType === tt.parenR)
98 if (prevType.beforeExpr && prevType !== tt.semi && prevType !== tt._else &&
Dparseutil.js71 if (!this.eat(tt.semi) && !this.insertSemicolon()) this.unexpected()
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/
Dstatement.js54 if (this.tok.type === tt.semi) return this.parseFor(node, null)
81 if (this.eat(tt.semi) || this.canInsertSemicolon()) node.argument = null
160 case tt.semi:
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()
/plugin/asciidocjs/node_modules/acorn/src/loose/
Dstatement.js54 if (this.tok.type === tt.semi) return this.parseFor(node, null)
81 if (this.eat(tt.semi) || this.canInsertSemicolon()) node.argument = null
160 case tt.semi:
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()
/plugin/xcom/scripts/
Dsample.xcom.ini2 ; The format is the same as for php.ini with comments preceded by semi-colons
Dxcom.ini2 ; The format is the same as for php.ini with comments preceded by semi-colons
/plugin/sortablejs/
DREADME.md4 JavaScript-based (client-side) DokuWiki table sorting plugin. In semi-maintenance mode now - only b…
/plugin/newpagetemplate/
Dnewpage.ini3 ; The format is the same as for php.ini with comments preceded by semi-colons
/plugin/diagramsnet/lib/js/diagramly/sidebar/
DSidebar.js668 var semi = style.indexOf(';');
670 if (semi < 0)
672 semi = style.length;
675 return style.substring(6, semi);
812 var semi = style.indexOf(';');
814 ((semi < 0) ? '' : style.substring(semi + 1));
/plugin/diagramsnet/lib/math/jax/input/MathML/entities/
Ds.js19 …b:"\u22A1",sdote:"\u2A66",seArr:"\u21D8",searhk:"\u2925",searrow:"\u2198",semi:"\u003B",seswar:"\u… property
/plugin/dokutexit/conf/
Dheader-namespace.tex1 \documentclass[pagesize,11pt,bibliography=totoc,numbers=noenddot,DIV=10,twoside=semi,headings=small…
Dheader-page.tex1 \documentclass[pagesize,11pt,bibliography=totoc,numbers=noenddot,DIV=10,twoside=semi,headings=small…
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dacorn.es.js154 semi: new TokenType(";", beforeExpr), property
575 if (!this.eat(tt.semi) && !this.insertSemicolon()) this.unexpected()
704 case tt.semi: return this.parseEmptyStatement(node)
733 if (this.eat(tt.semi) || this.insertSemicolon()) node.label = null
767 this.eat(tt.semi)
785 if (this.type === tt.semi) return this.parseFor(node, null)
832 if (this.eat(tt.semi) || this.insertSemicolon()) node.argument = null
993 this.expect(tt.semi)
994 node.test = this.type === tt.semi ? null : this.parseExpression()
995 this.expect(tt.semi)
[all …]
Dacorn.js160 semi: new TokenType(";", beforeExpr), property
581 if (!this.eat(tt.semi) && !this.insertSemicolon()) this.unexpected()
710 case tt.semi: return this.parseEmptyStatement(node)
739 if (this.eat(tt.semi) || this.insertSemicolon()) node.label = null
773 this.eat(tt.semi)
791 if (this.type === tt.semi) return this.parseFor(node, null)
838 if (this.eat(tt.semi) || this.insertSemicolon()) node.argument = null
999 this.expect(tt.semi)
1000 node.test = this.type === tt.semi ? null : this.parseExpression()
1001 this.expect(tt.semi)
[all …]
/plugin/code3/src/
Dtz.js178 var semi = s.indexOf(';', next);
179 if (semi >= 0 && semi < next + 4) {
180 var entityName = s.substring(next, semi);
199 next = semi + 1;
/plugin/odt/ODT/css/
Dcssimportnew.php723 $semi = strpos ($decls, ';', $colon + 1);
724 if ( $semi === false ) {
731 $value = substr ($decls, $colon + 1, $semi - ($colon + 1));
751 $pos = $semi + 1;
/plugin/strata/
DREADME.md7 Strata is a semi-structured data plugin for [DokuWiki][dw]. Strata allows you to add data to your w…
/plugin/asciidocjs/node_modules/acorn/dist/
Dacorn.es.js153 semi: new TokenType(";", beforeExpr), property
594 if (!this.eat(tt.semi) && !this.insertSemicolon()) this.unexpected()
749 case tt.semi: return this.parseEmptyStatement(node)
783 if (this.eat(tt.semi) || this.insertSemicolon()) node.label = null
817 this.eat(tt.semi)
835 if (this.type === tt.semi) return this.parseFor(node, null)
887 if (this.eat(tt.semi) || this.insertSemicolon()) node.argument = null
1046 this.expect(tt.semi)
1047 node.test = this.type === tt.semi ? null : this.parseExpression()
1048 this.expect(tt.semi)
[all …]
Dacorn.js159 semi: new TokenType(";", beforeExpr), property
600 if (!this.eat(tt.semi) && !this.insertSemicolon()) this.unexpected()
755 case tt.semi: return this.parseEmptyStatement(node)
789 if (this.eat(tt.semi) || this.insertSemicolon()) node.label = null
823 this.eat(tt.semi)
841 if (this.type === tt.semi) return this.parseFor(node, null)
893 if (this.eat(tt.semi) || this.insertSemicolon()) node.argument = null
1052 this.expect(tt.semi)
1053 node.test = this.type === tt.semi ? null : this.parseExpression()
1054 this.expect(tt.semi)
[all …]
/plugin/odt/helper/
Dcssimport.php949 $semi = strpos ($decls, ';', $colon + 1);
950 if ( $semi === false ) {
957 $value = substr ($decls, $colon + 1, $semi - ($colon + 1));
977 $pos = $semi + 1;

1234