Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/tests/
DEnumeratorTest.php118 $thrower = new ExceptionThrower();
120 $objects = $this->enumerator->enumerate($thrower);
122 $this->assertSame($thrower, $objects[0]);
/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/
Dpathname.js142 … = Opal.neqeq, $rb_plus = Opal.rb_plus, $not = Opal.not, $thrower = Opal.thrower, $alias = Opal.al…
Dnodejs.js877 …rb_plus, $rb_minus = Opal.rb_minus, $rb_gt = Opal.rb_gt, $thrower = Opal.thrower, $not = Opal.not,…
1243 … = Opal.neqeq, $rb_plus = Opal.rb_plus, $not = Opal.not, $thrower = Opal.thrower, $alias = Opal.al…
Dindex.cjs3032 Opal.thrower = function(type) {
3033 var thrower = new Error('unexpected '+type);
3034 thrower.$thrower_type = type;
3035 thrower.$throw = function(value) {
3037 thrower.$v = value;
3038 throw thrower;
3040 return thrower;
3043 Opal.t_eval_return = Opal.thrower("return");
9056 …end, $slice = Opal.slice, $to_a = Opal.to_a, $Opal = Opal.Opal, $thrower = Opal.thrower, $def = Op…
9078 …$def(self, '$all?', function $Enumerable_all$ques$1(pattern) {try { var $t_return = $thrower('retu…
[all …]
Dindex.mjs3023 Opal.thrower = function(type) { function
3024 var thrower = new Error('unexpected '+type);
3025 thrower.$thrower_type = type;
3026 thrower.$throw = function(value) {
3028 thrower.$v = value;
3029 throw thrower;
3031 return thrower;
3034 Opal.t_eval_return = Opal.thrower("return");
9047 …end, $slice = Opal.slice, $to_a = Opal.to_a, $Opal = Opal.Opal, $thrower = Opal.thrower, $def = Op…
9069 …$def(self, '$all?', function $Enumerable_all$ques$1(pattern) {try { var $t_return = $thrower('retu…
[all …]
Dopal.js3034 Opal.thrower = function(type) { function
3035 var thrower = new Error('unexpected '+type);
3036 thrower.$thrower_type = type;
3037 thrower.$throw = function(value) {
3039 thrower.$v = value;
3040 throw thrower;
3042 return thrower;
3045 Opal.t_eval_return = Opal.thrower("return");
9392 …lice = Opal.slice, $to_a = Opal.to_a, $Opal = Opal.Opal, $thrower = Opal.thrower, $def = Opal.def,…
11400 …al.to_a, $truthy = Opal.truthy, $rb_plus = Opal.rb_plus, $thrower = Opal.thrower, nil = Opal.nil, …
[all …]
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.cjs5055 …rgs, $send = Opal.send, $truthy = Opal.truthy, $def = Opal.def, $thrower = Opal.thrower, $nesting …
5116 …'$find_converter', function $$find_converter(transform) {try { var $t_return = $thrower('return');
5515 …_ge = Opal.rb_ge, $rb_plus = Opal.rb_plus, $neqeq = Opal.neqeq, $thrower = Opal.thrower, $rb_gt = …
5953 …(function(){try { var $t_break = $thrower('break'); return $send(self.catalog['$[]']("refs"), 'eac…
6991 …l.eqeqeq, $rb_minus = Opal.rb_minus, $rb_times = Opal.rb_times, $thrower = Opal.thrower, $nesting …
9233 …(function(){try { var $t_break = $thrower('break'); return $send(line, 'each_byte', [], function $…
9272 …(function(){try { var $t_break = $thrower('break'); return $send(lines, 'each', [], function $$42(…
9725 …_gt = Opal.rb_gt, $send = Opal.send, $rb_minus = Opal.rb_minus, $thrower = Opal.thrower, $eqeq = O…
9879 …(function(){try { var $t_break = $thrower('break'); return $send(($truthy(($ret_or_1 = num)) ? ($r…
10802 …return (function(){try { var $t_break = $thrower('break'); return $send(f, 'each_line', [], functi…
[all …]
Dasciidoctor.js10720 …pal.rb_gt, $send = Opal.send, $rb_minus = Opal.rb_minus, $thrower = Opal.thrower, $eqeq = Opal.eqe…
12473 …y = Opal.to_ary, $regexp = Opal.regexp, $not = Opal.not, $thrower = Opal.thrower, $nesting = [], n…
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/
Dasciidoctor.js3034 Opal.thrower = function(type) { function
3035 var thrower = new Error('unexpected '+type);
3036 thrower.$thrower_type = type;
3037 thrower.$throw = function(value) {
3039 thrower.$v = value;
3040 throw thrower;
3042 return thrower;
3045 Opal.t_eval_return = Opal.thrower("return");
9392 …lice = Opal.slice, $to_a = Opal.to_a, $Opal = Opal.Opal, $thrower = Opal.thrower, $def = Opal.def,…
11400 …al.to_a, $truthy = Opal.truthy, $rb_plus = Opal.rb_plus, $thrower = Opal.thrower, nil = Opal.nil, …
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
Ddhtmlxgantt.js1672 function thrower() {
1686 thrower, undefined, undefined, {reason: reason}, undefined);
1692 undefined, thrower, undefined, {reason: reason}, undefined);
4839 function thrower(e) {
4867 return thrower(e);
4870 return maybePromise._then(iterator, thrower,
5157 function thrower(r) {
5401 thrower: thrower, property
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/
Dasciidoctor.js3037 Opal.thrower = function(type) { function
3038 var thrower = new Error('unexpected '+type);
3039 thrower.$thrower_type = type;
3040 thrower.$throw = function(value) {
3042 thrower.$v = value;
3043 throw thrower;
3045 return thrower;
3048 Opal.t_eval_return = Opal.thrower("return");
9395 …lice = Opal.slice, $to_a = Opal.to_a, $Opal = Opal.Opal, $thrower = Opal.thrower, $def = Opal.def,…
11403 …al.to_a, $truthy = Opal.truthy, $rb_plus = Opal.rb_plus, $thrower = Opal.thrower, nil = Opal.nil, …
[all …]
Dasciidoctor.min.js78thrower=function(a){var c=Error("unexpected "+a);c.$thrower_type=a;c.$throw=function(a){null==a&&(…
237 …b.deny_frozen_access,B=b.module,A=b.send,z=b.slice,m=b.to_a,v=b.Opal,G=b.thrower,I=b.def,K=b.Kerne…
286 …x=b.klass,D=b.slice,q=b.def,E=b.send,B=b.to_a,A=b.truthy,z=b.rb_plus,m=b.thrower,v=b.nil,G=b.$$$;b…
436 …b.rb_minus,J=b.Opal,P=b.rb_divide,R=b.rb_plus,W=b.rb_times,N=b.rb_ge,H=b.thrower,L=b.alias,U=b.top…
1065 …not,g=a.eqeqeq,l=a.to_ary,e=a.truthy,q=a.rb_gt,t=a.send,y=a.rb_minus,v=a.thrower,x=a.eqeq,z=a.rb_t…
1136 …_a,E=a.gvars,G=a.neqeq,u=a.return_ivar,I=a.to_ary,r=a.regexp,J=a.not,L=a.thrower,C=[],w=a.nil,K=a.…
/plugin/yuriigantt/3rd/dhtmlxgantt/
Ddhtmlxgantt.js.map1thrower","thenReturn","thenThrow","catchThrow","_reason","caught","catchReturn","_value","11","Pro…
Ddhtmlxgantt.js13 …{isClass:w,isIdentifier:S,inheritedDataKeys:b,getDataPropertyOrDefault:v,thrower:y,isArray:a.isArr… property
/plugin/xlsx2dw/packages/exceljs/
Dexceljs.js40834 var thrower = function (it) { throw it; };
40841 var argument0 = has(options, 0) ? options[0] : thrower;
40848 if (ACCESSORS) defineProperty(O, 1, { enumerable: true, get: thrower });
/plugin/subjectindex/plugins/
Dbible_verses.txt24170 and saying: "O you would-be thrower-down of the temple and builder of it in three days, save yourse…
24856 …eak abusively to him, wagging their heads and saying: "Bah! You would-be thrower-down of the templ…