Home
last modified time | relevance | path

Searched refs:shortcircuit (Results 1 – 25 of 601) sorted by relevance

12345678910>>...25

/dports/www/p5-Dancer2/Dancer2-0.301004/t/dsl/
H A Dhalt_with_param.t19 get '/shortcircuit' => sub {
32 my $res = $cb->( GET '/shortcircuit' );
33 is( $res->code, 200, '[/shortcircuit] Correct status' );
34 is( $res->content, 'halted', '[/shortcircuit] Correct content' );
63 halt('I was halted') if request->path eq '/shortcircuit';
73 my $res = $cb->( GET '/shortcircuit' );
75 is( $res->code, 200, '[/shortcircuit] Correct code with before hook' );
79 '[/shortcircuit] Correct content with before hook',
H A Dhalt.t19 get '/shortcircuit' => sub {
33 my $res = $cb->( GET '/shortcircuit' );
34 is( $res->code, 200, '[/shortcircuit] Correct status' );
35 is( $res->content, 'halted', '[/shortcircuit] Correct content' );
65 halt if request->path eq '/shortcircuit';
75 my $res = $cb->( GET '/shortcircuit' );
77 is( $res->code, 200, '[/shortcircuit] Correct code with before hook' );
81 '[/shortcircuit] Correct content with before hook',
/dports/mail/spamassassin-devel/spamassassin-1ea352210/rules/
H A Dlocal.cf90 # If you want to shortcircuit without launching unneeded queries, make
93 # shortcircuit USER_IN_WHITELIST on
94 # shortcircuit USER_IN_DEF_WHITELIST on
95 # shortcircuit USER_IN_ALL_SPAM_TO on
96 # shortcircuit SUBJECT_IN_WHITELIST on
100 # shortcircuit USER_IN_BLACKLIST on
101 # shortcircuit USER_IN_BLACKLIST_TO on
102 # shortcircuit SUBJECT_IN_BLACKLIST on
107 # shortcircuit ALL_TRUSTED on
111 # shortcircuit BAYES_99 spam
[all …]
H A D60_shortcircuit.cf25 # If you want to shortcircuit without launching unneeded queries, make sure
46 # include shortcircuit info. (TODO: do we need a better way
48 add_header all Status "_YESNO_, score=_SCORE_ required=_REQD_ tests=_TESTS_ shortcircuit=_SCTYPE_ a…
/dports/mail/spamassassin/Mail-SpamAssassin-3.4.5/rules/
H A Dlocal.cf90 # If you want to shortcircuit without launching unneeded queries, make
93 # shortcircuit USER_IN_WHITELIST on
94 # shortcircuit USER_IN_DEF_WHITELIST on
95 # shortcircuit USER_IN_ALL_SPAM_TO on
96 # shortcircuit SUBJECT_IN_WHITELIST on
100 # shortcircuit USER_IN_BLACKLIST on
101 # shortcircuit USER_IN_BLACKLIST_TO on
102 # shortcircuit SUBJECT_IN_BLACKLIST on
107 # shortcircuit ALL_TRUSTED on
111 # shortcircuit BAYES_99 spam
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/html/reftests/
H A Dreftest.list37 == responsive-image-load-shortcircuit.html responsive-image-load-shortcircuit-ref.html
38 == image-load-shortcircuit-1.html image-load-shortcircuit-ref.html
39 == image-load-shortcircuit-2.html image-load-shortcircuit-ref.html
/dports/lang/spidermonkey60/firefox-60.9.0/dom/html/reftests/
H A Dreftest.list38 == responsive-image-load-shortcircuit.html responsive-image-load-shortcircuit-ref.html
39 == image-load-shortcircuit-1.html image-load-shortcircuit-ref.html
40 == image-load-shortcircuit-2.html image-load-shortcircuit-ref.html
/dports/www/firefox-esr/firefox-91.8.0/dom/html/reftests/
H A Dreftest.list38 == responsive-image-load-shortcircuit.html responsive-image-load-shortcircuit-ref.html
39 == image-load-shortcircuit-1.html image-load-shortcircuit-ref.html
40 == image-load-shortcircuit-2.html image-load-shortcircuit-ref.html
/dports/lang/spidermonkey78/firefox-78.9.0/dom/html/reftests/
H A Dreftest.list38 == responsive-image-load-shortcircuit.html responsive-image-load-shortcircuit-ref.html
39 == image-load-shortcircuit-1.html image-load-shortcircuit-ref.html
40 == image-load-shortcircuit-2.html image-load-shortcircuit-ref.html
/dports/www/firefox/firefox-99.0/dom/html/reftests/
H A Dreftest.list38 == responsive-image-load-shortcircuit.html responsive-image-load-shortcircuit-ref.html
39 == image-load-shortcircuit-1.html image-load-shortcircuit-ref.html
40 == image-load-shortcircuit-2.html image-load-shortcircuit-ref.html
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/reftests/
H A Dreftest.list38 == responsive-image-load-shortcircuit.html responsive-image-load-shortcircuit-ref.html
39 == image-load-shortcircuit-1.html image-load-shortcircuit-ref.html
40 == image-load-shortcircuit-2.html image-load-shortcircuit-ref.html
/dports/mail/spamassassin/Mail-SpamAssassin-3.4.5/lib/Mail/SpamAssassin/Plugin/
H A DShortcircuit.pm159 $self->{shortcircuit}->{$rule} = $type;
168 $self->{shortcircuit}->{$rule} = "on";
171 delete $self->{shortcircuit}->{$rule};
235 my $sctype = $scan->{conf}->{shortcircuit}->{$rule};
/dports/mail/spamassassin-devel/spamassassin-1ea352210/lib/Mail/SpamAssassin/Plugin/
H A DShortcircuit.pm159 $self->{shortcircuit}->{$rule} = $type;
168 $self->{shortcircuit}->{$rule} = "on";
171 delete $self->{shortcircuit}->{$rule};
235 my $sctype = $scan->{conf}->{shortcircuit}->{$rule};
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/shortcircuit/
H A DTestShortCircuitShm.java18 package org.apache.hadoop.hdfs.shortcircuit;
29 import org.apache.hadoop.hdfs.shortcircuit.ShortCircuitShm;
30 import org.apache.hadoop.hdfs.shortcircuit.ShortCircuitShm.ShmId;
31 import org.apache.hadoop.hdfs.shortcircuit.ShortCircuitShm.Slot;
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/glslang/Test/baseResults/
H A Dhlsl.getsampleposition.dx10.frag.out18 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
33 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
52 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
79 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
133 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
148 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
167 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
310 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
325 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
425 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/glslang/Test/baseResults/
H A Dhlsl.getsampleposition.dx10.frag.out18 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
33 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
52 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
79 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
133 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
148 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
167 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
310 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
325 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
425 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/Test/baseResults/
H A Dhlsl.getsampleposition.dx10.frag.out18 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
33 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
52 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
79 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
133 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
148 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
167 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
310 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
325 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
425 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/Test/baseResults/
H A Dhlsl.getsampleposition.dx10.frag.out18 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
33 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
52 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
79 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
133 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
148 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
167 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
310 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
325 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
425 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/glslang/Test/baseResults/
H A Dhlsl.getsampleposition.dx10.frag.out18 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
33 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
52 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
79 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
133 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
148 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
167 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
310 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
325 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
425 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
[all …]
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/glslang/Test/baseResults/
H A Dhlsl.getsampleposition.dx10.frag.out18 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
33 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
52 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
79 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
133 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
148 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
167 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
310 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
325 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
425 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glslang/src/Test/baseResults/
H A Dhlsl.getsampleposition.dx10.frag.out18 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
33 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
52 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
79 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
133 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
148 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
167 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
310 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
325 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
425 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
[all …]
/dports/graphics/glslang/glslang-11.7.1/Test/baseResults/
H A Dhlsl.getsampleposition.dx10.frag.out18 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
33 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
52 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
79 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
133 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
148 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
167 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
310 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
325 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
425 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
[all …]
/dports/games/retroarch/RetroArch-1.9.7/deps/glslang/glslang/Test/baseResults/
H A Dhlsl.getsampleposition.dx10.frag.out18 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
33 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
52 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
79 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
133 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
148 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
167 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
310 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
325 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
425 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
[all …]
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/glslang/Test/baseResults/
H A Dhlsl.getsampleposition.dx10.frag.out18 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
33 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
52 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
79 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
133 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
148 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
167 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
310 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
325 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
425 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
[all …]
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/glslang/Test/baseResults/
H A Dhlsl.getsampleposition.dx10.frag.out18 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
33 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
52 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
79 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
133 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
148 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
167 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
310 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
325 0:16 Test condition and select ( temp 2-component vector of float): no shortcircuit
425 0:17 Test condition and select ( temp 2-component vector of float): no shortcircuit
[all …]

12345678910>>...25