| /plugin/asciidocjs/node_modules/with/node_modules/acorn/src/ |
| D | tokencontext.js | 34 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 …]
|
| D | tokenize.js | 195 let prevType = this.type 199 this.updateContext(prevType)
|
| /plugin/asciidocjs/node_modules/acorn/src/ |
| D | tokencontext.js | 34 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 …]
|
| D | tokenize.js | 182 let prevType = this.type 186 this.updateContext(prevType)
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/ |
| D | SemicolonSpacingSniff.php | 69 $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/ |
| D | ArrayBracketSpacingSniff.php | 81 $prevType = $tokens[($stackPtr - 1)]['code']; 82 if (isset(PHP_CodeSniffer_Tokens::$emptyTokens[$prevType]) === true) {
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/ |
| D | acorn.es.js | 2297 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 …]
|
| D | acorn.js | 2303 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/ |
| D | acorn.es.js | 2568 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 …]
|
| D | acorn.js | 2574 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/ |
| D | index.js | 429 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/ |
| D | ASCIIToSVG.php | 2265 $prevType = null; 2271 $prevType = $curType; 2281 if ($prevType != null) { 2317 if ($prevType == null) {
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 59370 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/ |
| D | script.js.map | 1 …prevType = iI ? 256 /* T.NI */ : outerType;\n // W1. Examine each non-spacing mark (NSM) i…
|
| /plugin/mizarproofchecker/dist/ |
| D | script.js.map | 1 …prevType = iI ? 256 /* T.NI */ : outerType;\n // W1. Examine each non-spacing mark (NSM) i…
|
| /plugin/mizarverifiabledocs/dist/ |
| H A D | script.js.map | 1 …prevType = iI ? 256 /* T.NI */ : outerType;\n // W1. Examine each non-spacing mark (NSM) i…
|