Home
last modified time | relevance | path

Searched refs:die_handler (Results 1 – 25 of 52) sorted by relevance

123

/dports/science/antioch/antioch-0.4.0-156-g90ffa43/src/common/lcov/
H A Dgendesc53 sub die_handler($);
68 $SIG{__DIE__} = \&die_handler;
221 sub die_handler($)
/dports/math/libmesh/libmesh-1.6.2/contrib/lcov/lcov-1.10/bin/
H A Dgendesc53 sub die_handler($);
68 $SIG{__DIE__} = \&die_handler;
221 sub die_handler($)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/lcov/bin/
H A Dgendesc53 sub die_handler($);
68 $SIG{__DIE__} = \&die_handler;
221 sub die_handler($)
/dports/devel/lcov/lcov-1.15/bin/
H A Dgendesc56 sub die_handler($);
71 $SIG{__DIE__} = \&die_handler;
221 sub die_handler($)
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/tests/unittest/lcov/
H A Dgendesc55 sub die_handler($);
70 $SIG{__DIE__} = \&die_handler;
220 sub die_handler($)
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/queso/src/common/lcov/
H A Dgendesc55 sub die_handler($);
70 $SIG{__DIE__} = \&die_handler;
220 sub die_handler($)
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/tests/unittest/lcov/
H A Dgendesc55 sub die_handler($);
70 $SIG{__DIE__} = \&die_handler;
220 sub die_handler($)
/dports/net/iipsrv/iipsrv-iipsrv-1.1/fcgi/perl/
H A DFCGI.PL306 $SIG{__DIE__} = $die_handler if (tied (*STDIN));
318 delete $SIG{__DIE__} if ($SIG{__DIE__} == $die_handler);
349 $die_handler = sub { print STDERR @_ unless $^S };
/dports/www/fcgi/fcgi-2.4.0/perl/
H A DFCGI.PL306 $SIG{__DIE__} = $die_handler if (tied (*STDIN));
318 delete $SIG{__DIE__} if ($SIG{__DIE__} == $die_handler);
349 $die_handler = sub { print STDERR @_ unless $^S };
/dports/www/p5-CGI-Ex/CGI-Ex-2.50/lib/CGI/Ex/
H A DDie.pm50 $SIG{__DIE__} = \&die_handler;
64 sub die_handler { subroutine
/dports/www/p5-CGI-Builder/CGI-Builder-1.36/lib/CGI/
H A DBuilder.pm94 ; local $SIG{__DIE__} = sub{$s->die_handler(@_)}
160 ; local $SIG{__DIE__} = sub{$s->die_handler(@_)}
253 ; sub die_handler
/dports/japanese/hns/hns-2.19.9/public_html/diary/
H A Dindex.cgi.in44 $SIG{'__DIE__'} = \&die_handler;
216 sub die_handler {
H A Dboard.cgi.in46 $SIG{'__DIE__'} = \&die_handler;
48 sub die_handler {
/dports/www/p5-CGI-Ex/CGI-Ex-2.50/t/
H A D6_die_00_base.t15 $SIG{__DIE__} eq \&CGI::Ex::Die::die_handler;
/dports/textproc/p5-Text-Xslate/Text-Xslate-3.4.0/t/010_internals/
H A D006_errhandler.t13 die_handler => sub{ $die = "@_" },
/dports/www/p5-CGI-Builder/CGI-Builder-1.36/CBF_examples/01_TrackProcess/
H A DTrackProcess.pm176 ; local $SIG{__DIE__} = sub{$s->die_handler(@_)}
/dports/textproc/p5-Text-Xslate/Text-Xslate-3.4.0/t/lib/
H A DTTSimple.pm35 die_handler => \&Carp::confess,
/dports/www/p5-CGI-Builder/CGI-Builder-1.36/lib/CGI/Builder/
H A DTest.pm52 ; sub die_handler
/dports/www/p5-Catalyst-Plugin-StackTrace/Catalyst-Plugin-StackTrace-0.12/
H A DMANIFEST22 t/08die_handler.t
/dports/devel/p5-IPC-Run3/IPC-Run3-0.048/
H A DMANIFEST21 t/die_handler.t
/dports/www/p5-MojoX-Renderer-Xslate/MojoX-Renderer-Xslate-0.14/lib/MojoX/Renderer/
H A DXslate.pm43 die_handler => sub { },
/dports/devel/bugzilla44/bugzilla-4.4.13/
H A Demail_in.pl461 sub die_handler { subroutine
495 $SIG{__DIE__} = \&die_handler;
/dports/devel/bugzilla50/bugzilla-5.0.4/
H A Demail_in.pl461 sub die_handler { subroutine
495 $SIG{__DIE__} = \&die_handler;
/dports/www/p5-CGI-Builder/CGI-Builder-1.36/
H A DChanges11 - Fixed the string returned by the die_handler (bug introduced in 1.33)
48 - Improved die_handler method: now it doesn't wrap the $@
/dports/textproc/p5-Text-Xslate/Text-Xslate-3.4.0/lib/Text/Xslate/Manual/
H A DDebugging.pod64 You can customize error handlers by C<warn_handler> and C<die_handler>.

123