Home
last modified time | relevance | path

Searched refs:prevType (Results 1 – 16 of 16) sorted by relevance

/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dtokencontext.js34 pp.braceIsBlock = function(prevType) { argument
35 if (prevType === tt.colon) {
40 if (prevType === tt._return)
42 …if (prevType === tt._else || prevType === tt.semi || prevType === tt.eof || prevType === tt.parenR)
44 if (prevType == tt.braceL)
49 pp.updateContext = function(prevType) { argument
51 if (type.keyword && prevType == tt.dot)
54 update.call(this, prevType)
77 tt.braceL.updateContext = function(prevType) { argument
78 this.context.push(this.braceIsBlock(prevType) ? types.b_stat : types.b_expr)
[all …]
Dtokenize.js195 let prevType = this.type
199 this.updateContext(prevType)
/plugin/asciidocjs/node_modules/acorn/src/
Dtokencontext.js34 pp.braceIsBlock = function(prevType) { argument
35 if (prevType === tt.colon) {
40 if (prevType === tt._return)
42 …if (prevType === tt._else || prevType === tt.semi || prevType === tt.eof || prevType === tt.parenR)
44 if (prevType == tt.braceL)
49 pp.updateContext = function(prevType) { argument
51 if (type.keyword && prevType == tt.dot)
54 update.call(this, prevType)
77 tt.braceL.updateContext = function(prevType) { argument
78 this.context.push(this.braceIsBlock(prevType) ? types.b_stat : types.b_expr)
[all …]
Dtokenize.js182 let prevType = this.type
186 this.updateContext(prevType)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
DSemicolonSpacingSniff.php69 $prevType = $tokens[($stackPtr - 1)]['code'];
70 if (isset(PHP_CodeSniffer_Tokens::$emptyTokens[$prevType]) === false) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Arrays/
DArrayBracketSpacingSniff.php81 $prevType = $tokens[($stackPtr - 1)]['code'];
82 if (isset(PHP_CodeSniffer_Tokens::$emptyTokens[$prevType]) === true) {
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dacorn.es.js2297 pp$6.braceIsBlock = function(prevType) { argument
2298 if (prevType === tt.colon) {
2303 if (prevType === tt._return)
2305 …if (prevType === tt._else || prevType === tt.semi || prevType === tt.eof || prevType === tt.parenR)
2307 if (prevType == tt.braceL)
2312 pp$6.updateContext = function(prevType) { argument
2314 if (type.keyword && prevType == tt.dot)
2317 update.call(this, prevType)
2340 tt.braceL.updateContext = function(prevType) { argument
2341 this.context.push(this.braceIsBlock(prevType) ? types.b_stat : types.b_expr)
[all …]
Dacorn.js2303 pp$6.braceIsBlock = function(prevType) { argument
2304 if (prevType === tt.colon) {
2309 if (prevType === tt._return)
2311 …if (prevType === tt._else || prevType === tt.semi || prevType === tt.eof || prevType === tt.parenR)
2313 if (prevType == tt.braceL)
2318 pp$6.updateContext = function(prevType) { argument
2320 if (type.keyword && prevType == tt.dot)
2323 update.call(this, prevType)
2346 tt.braceL.updateContext = function(prevType) { argument
2347 this.context.push(this.braceIsBlock(prevType) ? types.b_stat : types.b_expr)
[all …]
/plugin/asciidocjs/node_modules/acorn/dist/
Dacorn.es.js2568 pp$6.braceIsBlock = function(prevType) { argument
2569 if (prevType === tt.colon) {
2574 if (prevType === tt._return)
2576 …if (prevType === tt._else || prevType === tt.semi || prevType === tt.eof || prevType === tt.parenR)
2578 if (prevType == tt.braceL)
2583 pp$6.updateContext = function(prevType) { argument
2585 if (type.keyword && prevType == tt.dot)
2588 update.call(this, prevType)
2611 tt.braceL.updateContext = function(prevType) { argument
2612 this.context.push(this.braceIsBlock(prevType) ? types.b_stat : types.b_expr)
[all …]
Dacorn.js2574 pp$6.braceIsBlock = function(prevType) { argument
2575 if (prevType === tt.colon) {
2580 if (prevType === tt._return)
2582 …if (prevType === tt._else || prevType === tt.semi || prevType === tt.eof || prevType === tt.parenR)
2584 if (prevType == tt.braceL)
2589 pp$6.updateContext = function(prevType) { argument
2591 if (type.keyword && prevType == tt.dot)
2594 update.call(this, prevType)
2617 tt.braceL.updateContext = function(prevType) { argument
2618 this.context.push(this.braceIsBlock(prevType) ? types.b_stat : types.b_expr)
[all …]
/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js429 types.name.updateContext = function (prevType) { argument
432 if (prevType === types._let || prevType === types._const || prevType === types._var) {
439 types.braceL.updateContext = function (prevType) { argument
440 …this.state.context.push(this.braceIsBlock(prevType) ? types$1.braceStatement : types$1.braceExpres…
449 types.parenL.updateContext = function (prevType) { argument
450 …var statementParens = prevType === types._if || prevType === types._for || prevType === types._wit…
891 var prevType = this.state.type;
895 this.updateContext(prevType);
1518 Tokenizer.prototype.braceIsBlock = function braceIsBlock(prevType) { argument
1519 if (prevType === types.colon) {
[all …]
/plugin/a2s/
DASCIIToSVG.php2265 $prevType = null;
2271 $prevType = $curType;
2281 if ($prevType != null) {
2317 if ($prevType == null) {
/plugin/datatables/assets/pdfmake/
Dpdfmake.js59370 var prevType = getType(prev); // Figure out what type of syllable we're dealing with
59373 if (prevType === LV && type === T) {
59401 var del = prevType === V ? 3 : 2;
59416 if (prevType === LV) {
/plugin/mizarveifiabledocs/dist/
Dscript.js.map1prevType = iI ? 256 /* T.NI */ : outerType;\n // W1. Examine each non-spacing mark (NSM) i…
/plugin/mizarproofchecker/dist/
Dscript.js.map1prevType = iI ? 256 /* T.NI */ : outerType;\n // W1. Examine each non-spacing mark (NSM) i…
/plugin/mizarverifiabledocs/dist/
H A Dscript.js.map1prevType = iI ? 256 /* T.NI */ : outerType;\n // W1. Examine each non-spacing mark (NSM) i…