Home
last modified time | relevance | path

Searched refs:Catcher (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/dports/devel/p5-MooseX-TraitFor-Meta-Class-BetterAnonClassNames/MooseX-TraitFor-Meta-Class-BetterAnonClassNames-0.002003/t/
H A Dbasic.t10 package Zombie::Catcher;
21 { package Zombie::Catcher::Tools::Machete; use Moose::Role; }
22 { package Zombie::Catcher::Tools::TracyChapmansFastCar; use Moose::Role; }
24 my $catcher = Zombie::Catcher->meta->create_anon_class(
25 superclasses => [ 'Zombie::Catcher' ],
28 Zombie::Catcher::Tools::Machete
32 # creates anon classname like: Zombie::Catcher::__ANON__::SERIAL::42
37 isa => [ 'Zombie::Catcher' ],
39 Zombie::Catcher::Tools::Machete
52 Zombie::Catcher::Tools::TracyChapmansFastCar
[all …]
/dports/devel/p5-MooseX-Util/MooseX-Util-0.006/t/
H A Dwith_traits.t10 { package Zombie::Catcher; use Moose; }
11 { package Zombie::Catcher::Tools::Machete; use Moose::Role; }
12 { package Zombie::Catcher::Tools::TracyChapmansFastCar; use Moose::Role; }
15 'Zombie::Catcher' => qw{
16 Zombie::Catcher::Tools::Machete
20 # created anon classname like: Zombie::Catcher::__ANON__::SERIAL::42
25 isa => [ 'Zombie::Catcher' ],
27 Zombie::Catcher::Tools::Machete
31 like $catcher, qr/^Zombie::Catcher::__ANON__::SERIAL::\d+$/, 'named as expected';
35 Zombie::Catcher::Tools::TracyChapmansFastCar
[all …]
H A Dbasic.t9 { package Zombie::Catcher; use Moose; }
10 { package Zombie::Catcher::Tools::Machete; use Moose::Role; }
11 { package Zombie::Catcher::Tools::TracyChapmansFastCar; use Moose::Role; }
14 superclasses => [ 'Zombie::Catcher' ],
17 Zombie::Catcher::Tools::Machete
21 # created anon classname like: Zombie::Catcher::__ANON__::SERIAL::42
26 isa => [ 'Zombie::Catcher' ],
28 Zombie::Catcher::Tools::Machete
32 like $catcher->name, qr/^Zombie::Catcher::__ANON__::SERIAL::\d+$/, 'named as expected';
38 Zombie::Catcher::Tools::TracyChapmansFastCar
[all …]
/dports/security/vaultwarden/Rocket-263e39b5b429de1913ce7e3036575a7b4d88b6d7/core/lib/src/
H A Dcatcher.rs62 pub struct Catcher { struct
70 impl Catcher { implementation
96 pub fn new(code: u16, handler: ErrorHandler) -> Catcher { in new() argument
97 Catcher { code, handler, is_default: false } in new()
107 Catcher { code, handler, is_default: true, } in new_default()
112 impl<'a> From<&'a StaticCatchInfo> for Catcher { implementation
113 fn from(info: &'a StaticCatchInfo) -> Catcher { in from() argument
114 Catcher::new(info.code, info.handler) in from()
118 impl fmt::Display for Catcher { implementation
168 use super::Catcher;
[all …]
H A Drocket.rs20 use crate::catcher::{self, Catcher};
35 default_catchers: HashMap<u16, Catcher>,
36 catchers: HashMap<u16, Catcher>,
578 pub fn register(mut self, catchers: Vec<Catcher>) -> Self { in register()
H A Dlib.rs137 pub use crate::catcher::Catcher;
/dports/devel/p5-MooseX-Util/MooseX-Util-0.006/t/metaclass/
H A Dcompat.t24 { package Zombie::Catcher; use Reindeer; }
25 { package Zombie::Catcher::Tools::Machete; use Moose::Role; }
26 { package Zombie::Catcher::Tools::TracyChapmansFastCar; use Reindeer::Role; }
29 superclasses => [ 'Zombie::Catcher' ],
32 Zombie::Catcher::Tools::Machete
36 # created anon classname like: Zombie::Catcher::__ANON__::SERIAL::42
41 isa => [ 'Zombie::Catcher' ],
43 Zombie::Catcher::Tools::Machete
53 Zombie::Catcher::Tools::TracyChapmansFastCar
84 Zombie::Catcher::Tools::TracyChapmansFastCar
[all …]
/dports/lang/ghc/ghc-8.10.7/libraries/base/tests/
H A Dexceptionsrun002.hs13 type Catcher = IO Bool -> IO () -> IO () type
15 checkCatch :: Catcher -> Thrower -> IO Bool
23 checkNamedCatch :: Named Catcher -> Named Thrower -> IO ()
28 checkNamedCatches :: [Named Catcher] -> [Named Thrower] -> IO ()
76 bindCatcher :: Named Catcher
79 preludeCatchCatcher :: Named Catcher
83 ceCatchCatcher :: Named Catcher
87 finallyCatcher :: Named Catcher
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/frmenus/fit/
H A Dcatcher.men1 This is file catcher.men--Compute the Catcher Matrix
4 1. Compute the Catcher Matrix
17 12. Compute the Catcher Matrix?:
H A Dcatcher.top1 ----- <~fit\catcher.top> Regression Diagnostics (Catcher Matrix)
3 Regression Diagnostics Based on Catcher Matrix
13 Compute the Catcher Matrix <xemf: ~fit\catcher.men>
H A Ddisccatc.top1 ----- <~fit\disccatc.top> Regression Diagnostics (Catcher Matrix)
3 Regression Diagnostics Based on Catcher Matrix
H A Dregrdiag.top23 Compute the Catcher Matrix <xemf: ~fit\catcher.men>
/dports/lang/yap/yap-6.2.2/pl/
H A Dcontrol.yap61 call_cleanup(Goal, Catcher, Cleanup) :-
62 setup_call_catcher_cleanup(true, Goal, Catcher, Cleanup).
67 setup_call_catcher_cleanup(Setup, Goal, Catcher, Cleanup) :-
72 '$safe_call_cleanup'(Goal,Cleanup,Catcher,Exception).
114 '$safe_call_cleanup'(Goal, Cleanup, Catcher, Exception) :-
116 '$coroutining':freeze_goal(Catcher, '$clean_call'(Active, Cleanup)),
118 yap_hacks:trail_suspension_marker(Catcher),
128 Catcher = exit,
134 Catcher = fail,
/dports/www/py-flask-script/Flask-Script-2.0.6/
H A Dtests.py14 class Catcher(object): class
616 @Catcher
634 @Catcher
644 @Catcher
664 @Catcher
669 @Catcher
674 @Catcher
702 @Catcher
720 @Catcher
730 @Catcher
/dports/security/vaultwarden/Rocket-263e39b5b429de1913ce7e3036575a7b4d88b6d7/core/codegen/tests/ui-fail/
H A Dcatch.stderr4 6 | struct Catcher(String);
12 11 | const CATCH: &str = "Catcher";
H A Dcatch.rs6 struct Catcher(String); struct
/dports/devel/p5-IO-Multiplex/IO-Multiplex-1.16/t/
H A D200_udp.t85 # This will be the Catcher IO::Multiplex server.
90 $plexer->set_callback_object("Catcher");
156 sub Catcher::mux_input {
/dports/lang/swi-pl/swipl-8.2.3/boot/
H A Dtabling.pl355 Catcher,
356 finished_leader(OldCurrent, Catcher, Fresh, Wrapper)),
469 Catcher,
470 finished_leader(OldCurrent, Catcher, Fresh, Wrapper)),
509 finished_leader(OldCurrent, Catcher, Fresh, Wrapper) :-
511 ( Catcher == exit
513 ; Catcher == fail
515 ; Catcher = exception(_)
518 ; print_message(error, tabling(unexpected_result(Wrapper, Catcher)))
623 Catcher,
[all …]
/dports/sysutils/terraform/terraform-1.0.11/internal/backend/remote-state/oss/
H A Dbackend.go444 catchers []*Catcher
447 type Catcher struct { struct
456 var ClientErrorCatcher = Catcher{"AliyunGoClientFailure", 10, 3}
457 var ServiceBusyCatcher = Catcher{"ServiceUnavailable", 10, 3}
466 func (a *Invoker) AddCatcher(catcher Catcher) {
/dports/security/vaultwarden/Rocket-263e39b5b429de1913ce7e3036575a7b4d88b6d7/examples/manual_routes/src/
H A Dmain.rs9 use rocket::{Request, Handler, Route, Data, Catcher, try_outcome};
101 let not_found_catcher = Catcher::new(404, not_found_handler); in rocket()
/dports/games/pcgen/pcgen/data/spycraft/crafty_games/spycraft/shadowforce_archer/
H A Dshadowforce_archer_gear_mystic.lst12 Dream Catcher NAMEISPI:YES TYPE:Mystic.Relic COST:0 WT:0 SOURCEPAGE:p.231
13 Dream Catcher (Owl feather) NAMEISPI:YES TYPE:Mystic.Relic COST:0 WT:0 SOURCEPAGE…
14 Dream Catcher (Eagle feather) NAMEISPI:YES TYPE:Mystic.Relic COST:0 WT:0 SOURCEPA…
15 Dream Catcher (Falcon feather) NAMEISPI:YES TYPE:Mystic.Relic COST:0 WT:0 SOURCEPA…
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/prolog/lib/trace/
H A Dexceptions.pl69 %! exception_hook(+ExIn, -ExOut, +Frame, +Catcher) is failure.
73 exception_hook(Ex, Ex, _Frame, Catcher) :-
81 ; Catcher == none,
100 asserta((user:prolog_exception_hook(Ex, Out, Frame, Catcher) :-
101 exception_hook(Ex, Out, Frame, Catcher)), Ref),
/dports/lang/yorick/yorick-y_2_2_04/yorick/
H A Dtask.c84 typedef struct Catcher Catcher; typedef
85 struct Catcher { struct
93 static Catcher *catchers= 0; argument
99 static Catcher *CatchScan(const char *msg, int category);
100 static Catcher *CatchNew(void);
1999 static Catcher *CatchNew(void) in CatchNew()
2002 catchers= p_realloc(catchers, (max_catchers+16)*sizeof(Catcher)); in CatchNew()
2024 catchers= p_realloc(catchers, (max_catchers>>6)*sizeof(Catcher)); in YCatchDrop()
2029 static Catcher *CatchScan(const char *msg, int category) in CatchScan()
2087 Catcher *catcher= 0; in Y_catch()
/dports/devel/p5-MooseX-Util/MooseX-Util-0.006/
H A DREADME41 my $anon_class_name = with_traits('Zombie::Catcher', 'SomeTrait');
45 Zombie::Catcher::__ANON__::SERIAL::1
/dports/lang/swi-pl/swipl-8.2.3/library/
H A Dbackcomp.pl83 setup_and_call_cleanup/4, % :Setup, :Goal, ?Catcher, :Cleanup
558 %! setup_and_call_cleanup(:Setup, :Goal, Catcher, :Cleanup).
560 % Call Cleanup once after Goal is finished, with Catcher
565 setup_and_call_cleanup(Setup, Goal, Catcher, Cleanup) :-
566 setup_call_catcher_cleanup(Setup, Goal, Catcher,Cleanup).

12345678910>>...14