| /plugin/asciidocjs/node_modules/acorn/src/ |
| D | tokenize.js | 103 if (end === -1) this.raise(this.pos - 2, "Unterminated comment") 363 this.raise(this.pos, "Unexpected character '" + codePointToString(code) + "'") 380 …if (e instanceof SyntaxError) parser.raise(throwErrorAt, "Error parsing regular expression: " + e.… 391 if (this.pos >= this.input.length) this.raise(start, "Unterminated regular expression") 393 if (lineBreak.test(ch)) this.raise(start, "Unterminated regular expression") 411 if (!validFlags.test(mods)) this.raise(start, "Invalid regular expression flag") 426 if (code > 0x10FFFF) this.raise(start + offset + 3, "Code point out of bounds") 471 if (val == null) this.raise(this.start + 2, "Expected number in radix " + radix) 472 …if (isIdentifierStart(this.fullCharCodeAtPos())) this.raise(this.pos, "Identifier directly after n… 480 if (!startsWithDot && this.readInt(10) === null) this.raise(start, "Invalid number") [all …]
|
| D | parseutil.js | 94 this.raise(pos != null ? pos : this.start, "Unexpected token") 114 …if (pos > -1) this.raise(pos, "Shorthand property assignments are valid only in destructuring patt… 119 this.raise(this.yieldPos, "Yield expression cannot be a default value") 121 this.raise(this.awaitPos, "Await expression cannot be a default value")
|
| D | lval.js | 15 this.raise(node.start, "Can not use 'await' as identifier inside an async function") 26 …if (prop.kind !== "init") this.raise(prop.key.start, "Object pattern can't contain getter or sette… 43 this.raise(node.left.end, "Only '=' operator can be used for specifying default value.") 58 this.raise(node.start, "Assigning to rvalue") 146 …if (this.type === tt.comma) this.raise(this.start, "Comma is not permitted after the rest element") 217 this.raise(expr.start, (isBinding ? "Binding" : "Assigning to") + " rvalue")
|
| D | location.js | 12 pp.raise = function(pos, message) { function in pp 20 pp.raiseRecoverable = pp.raise
|
| D | statement.js | 108 this.raise(this.start, "'import' and 'export' may only appear at the top level") 110 this.raise(this.start, "'import' and 'export' may appear only with 'sourceType: module'") 151 if (i === this.labels.length) this.raise(node.start, "Unsyntactic " + keyword) 232 this.raise(this.start, "'return' outside of function") 284 this.raise(this.lastTokEnd, "Illegal newline after throw") 310 this.raise(node.start, "Missing catch or finally clause") 331 if (this.strict) this.raise(this.start, "'with' in strict mode") 345 …if (this.labels[i].name === maybeName) this.raise(expr.start, "Label '" + maybeName + "' is alread… 429 this.raise(this.lastTokEnd, "Complex binding patterns require an initialization value") 528 if (hadConstructor) this.raise(key.start, "Duplicate constructor in the same class") [all …]
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/src/ |
| D | tokenize.js | 116 if (end === -1) this.raise(this.pos - 2, "Unterminated comment") 376 this.raise(this.pos, "Unexpected character '" + codePointToString(code) + "'") 393 …if (e instanceof SyntaxError) parser.raise(throwErrorAt, "Error parsing regular expression: " + e.… 404 if (this.pos >= this.input.length) this.raise(start, "Unterminated regular expression") 406 if (lineBreak.test(ch)) this.raise(start, "Unterminated regular expression") 424 if (!validFlags.test(mods)) this.raise(start, "Invalid regular expression flag") 439 if (code > 0x10FFFF) this.raise(start + offset + 3, "Code point out of bounds") 484 if (val == null) this.raise(this.start + 2, "Expected number in radix " + radix) 485 …if (isIdentifierStart(this.fullCharCodeAtPos())) this.raise(this.pos, "Identifier directly after n… 493 if (!startsWithDot && this.readInt(10) === null) this.raise(start, "Invalid number") [all …]
|
| D | lval.js | 22 …if (prop.kind !== "init") this.raise(prop.key.start, "Object pattern can't contain getter or sette… 38 this.raise(node.left.end, "Only '=' operator can be used for specifying default value.") 44 this.raise(node.right.start, "Yield expression cannot be a default value") 55 this.raise(node.start, "Assigning to rvalue") 143 …if (this.type === tt.comma) this.raise(this.start, "Comma is not permitted after the rest element") 214 this.raise(expr.start, (isBinding ? "Binding" : "Assigning to") + " rvalue")
|
| D | parseutil.js | 89 this.raise(pos != null ? pos : this.start, "Unexpected token") 102 if (trailing) this.raise(trailing, "Comma is not permitted after the rest element") 108 …if (pos) this.raise(pos, "Shorthand property assignments are valid only in destructuring patterns")
|
| D | statement.js | 97 this.raise(this.start, "'import' and 'export' may only appear at the top level") 99 this.raise(this.start, "'import' and 'export' may appear only with 'sourceType: module'") 135 if (i === this.labels.length) this.raise(node.start, "Unsyntactic " + keyword) 211 this.raise(this.start, "'return' outside of function") 263 this.raise(this.lastTokEnd, "Illegal newline after throw") 289 this.raise(node.start, "Missing catch or finally clause") 310 if (this.strict) this.raise(this.start, "'with' in strict mode") 324 …if (this.labels[i].name === maybeName) this.raise(expr.start, "Label '" + maybeName + "' is alread… 410 this.raise(this.lastTokEnd, "Complex binding patterns require an initialization value") 481 if (hadConstructor) this.raise(key.start, "Duplicate constructor in the same class") [all …]
|
| D | location.js | 12 pp.raise = function(pos, message) { function in pp 20 pp.raiseRecoverable = pp.raise
|
| /plugin/findologicxmlexport/vendor/hoa/exception/ |
| D | Idle.php | 222 public function raise($previous = false) function in Hoa\\Exception\\Idle 254 ? $previous->raise(true) 280 $exception->raise(true); 292 return $this->raise();
|
| D | Group.php | 85 public function raise($previous = false) function in Hoa\\Exception\\Group 87 $out = parent::raise($previous); 101 $exception->raise($previous)
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/ |
| D | acorn.es.js | 597 this.raise(pos != null ? pos : this.start, "Unexpected token") 608 if (trailing) this.raise(trailing, "Comma is not permitted after the rest element") 614 …if (pos) this.raise(pos, "Shorthand property assignments are valid only in destructuring patterns") 709 this.raise(this.start, "'import' and 'export' may only appear at the top level") 711 this.raise(this.start, "'import' and 'export' may appear only with 'sourceType: module'") 749 if (i === this.labels.length) this.raise(node.start, "Unsyntactic " + keyword) 825 this.raise(this.start, "'return' outside of function") 879 this.raise(this.lastTokEnd, "Illegal newline after throw") 905 this.raise(node.start, "Missing catch or finally clause") 926 if (this.strict) this.raise(this.start, "'with' in strict mode") [all …]
|
| D | acorn.js | 603 this.raise(pos != null ? pos : this.start, "Unexpected token") 614 if (trailing) this.raise(trailing, "Comma is not permitted after the rest element") 620 …if (pos) this.raise(pos, "Shorthand property assignments are valid only in destructuring patterns") 715 this.raise(this.start, "'import' and 'export' may only appear at the top level") 717 this.raise(this.start, "'import' and 'export' may appear only with 'sourceType: module'") 755 if (i === this.labels.length) this.raise(node.start, "Unsyntactic " + keyword) 831 this.raise(this.start, "'return' outside of function") 885 this.raise(this.lastTokEnd, "Illegal newline after throw") 911 this.raise(node.start, "Missing catch or finally clause") 932 if (this.strict) this.raise(this.start, "'with' in strict mode") [all …]
|
| /plugin/asciidocjs/node_modules/babylon/lib/ |
| D | index.js | 808 if (end === -1) this.raise(this.state.pos - 2, "Unterminated comment"); 1147 this.raise(this.state.pos, "Unexpected character '" + codePointToString(code) + "'"); 1161 if (this.state.pos >= this.input.length) this.raise(start, "Unterminated regular expression"); 1164 this.raise(start, "Unterminated regular expression"); 1187 if (!validFlags.test(mods)) this.raise(start, "Invalid regular expression flag"); 1227 if (val == null) this.raise(this.state.start + 2, "Expected number in radix " + radix); 1228 …if (isIdentifierStart(this.fullCharCodeAtPos())) this.raise(this.state.pos, "Identifier directly a… 1239 if (!startsWithDot && this.readInt(10) === null) this.raise(start, "Invalid number"); 1255 if (this.readInt(10) === null) this.raise(start, "Invalid number"); 1259 …if (isIdentifierStart(this.fullCharCodeAtPos())) this.raise(this.state.pos, "Identifier directly a… [all …]
|
| /plugin/asciidocjs/node_modules/acorn/dist/ |
| D | acorn.es.js | 617 this.raise(pos != null ? pos : this.start, "Unexpected token") 635 …if (pos > -1) this.raise(pos, "Shorthand property assignments are valid only in destructuring patt… 640 this.raise(this.yieldPos, "Yield expression cannot be a default value") 642 this.raise(this.awaitPos, "Await expression cannot be a default value") 754 this.raise(this.start, "'import' and 'export' may only appear at the top level") 756 this.raise(this.start, "'import' and 'export' may appear only with 'sourceType: module'") 799 if (i === this.labels.length) this.raise(node.start, "Unsyntactic " + keyword) 880 this.raise(this.start, "'return' outside of function") 934 this.raise(this.lastTokEnd, "Illegal newline after throw") 960 this.raise(node.start, "Missing catch or finally clause") [all …]
|
| D | acorn.js | 623 this.raise(pos != null ? pos : this.start, "Unexpected token") 641 …if (pos > -1) this.raise(pos, "Shorthand property assignments are valid only in destructuring patt… 646 this.raise(this.yieldPos, "Yield expression cannot be a default value") 648 this.raise(this.awaitPos, "Await expression cannot be a default value") 760 this.raise(this.start, "'import' and 'export' may only appear at the top level") 762 this.raise(this.start, "'import' and 'export' may appear only with 'sourceType: module'") 805 if (i === this.labels.length) this.raise(node.start, "Unsyntactic " + keyword) 886 this.raise(this.start, "'return' outside of function") 940 this.raise(this.lastTokEnd, "Illegal newline after throw") 966 this.raise(node.start, "Missing catch or finally clause") [all …]
|
| /plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/ |
| D | index.mjs | 133 function $raise(klass, message) { 137 if (Kernel && Kernel.$raise) { 139 Kernel.$raise(klass.$new.apply(klass, $slice(arguments, 1))); 142 Kernel.$raise(klass, message); 196 $raise(Opal.TypeError, 201 $raise(Opal.TypeError, 365 $raise(Opal.TypeError, cref.toString() + " is not a class/module"); 390 $raise(Opal.TypeError, cref.toString() + " is not a class/module"); 523 $raise(Opal.NameError, "constant "+cref+"::"+cref.$name()+" not defined"); 547 // fail, then we raise a `TypeError`. Note, `superclass` may be null if one [all …]
|
| D | index.cjs | 142 function $raise(klass, message) { 146 if (Kernel && Kernel.$raise) { 148 Kernel.$raise(klass.$new.apply(klass, $slice(arguments, 1))); 151 Kernel.$raise(klass, message); 205 $raise(Opal.TypeError, 210 $raise(Opal.TypeError, 374 $raise(Opal.TypeError, cref.toString() + " is not a class/module"); 399 $raise(Opal.TypeError, cref.toString() + " is not a class/module"); 532 $raise(Opal.NameError, "constant "+cref+"::"+cref.$name()+" not defined"); 556 // fail, then we raise a `TypeError`. Note, `superclass` may be null if one [all …]
|
| /plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/ |
| D | Idle.php | 152 ->when($result = $exception->raise()) 168 ->when($result = $exception->raise(true)) 218 ->isEqualTo($exception->raise());
|
| D | Group.php | 91 ->when($result = $group->raise()) 108 ->when($result = $group->raise()) 130 ->when($result = $group->raise())
|
| D | Error.php | 65 ->when($result = $exception->raise())
|
| /plugin/codemirror/dist/modes/ |
| D | mllike.min.js | 1 …raise:"builtin",failwith:"builtin","true":"builtin","false":"builtin",asr:"builtin",land:"builtin"… property
|
| /plugin/asciidocjs/node_modules/is-expression/ |
| D | index.js | 26 this.raise(this.pos, 'Line comments not allowed in an expression');
|
| /plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/ |
| D | ChangeLog-3.1.md | 15 …://github.com/sebastianbergmann/php-code-coverage/issues/234): Optionally raise an exception when …
|