Home
last modified time | relevance | path

Searched refs:enough (Results 1 – 25 of 9488) sorted by relevance

12345678910>>...380

/dports/mail/spamassassin-devel/spamassassin-1ea352210/lib/Mail/SpamAssassin/Message/Metadata/
H A DReceived.pm562 goto enough;
621 goto enough;
632 goto enough;
698 goto enough;
704 goto enough;
711 goto enough;
720 goto enough;
728 goto enough;
851 goto enough;
857 goto enough;
[all …]
/dports/mail/spamassassin/Mail-SpamAssassin-3.4.5/lib/Mail/SpamAssassin/Message/Metadata/
H A DReceived.pm565 goto enough;
624 goto enough;
635 goto enough;
701 goto enough;
707 goto enough;
714 goto enough;
723 goto enough;
731 goto enough;
854 goto enough;
860 goto enough;
[all …]
/dports/mail/spamassassin/Mail-SpamAssassin-3.4.5/rules/
H A Dactive.list5 # good enough
119 # good enough
122 # good enough
176 # good enough
233 # good enough
239 # good enough
242 # good enough
245 # good enough
278 # good enough
299 # good enough
[all …]
/dports/mail/spamassassin-devel/spamassassin-1ea352210/rules/
H A Dactive.list5 # good enough
116 # good enough
125 # good enough
128 # good enough
131 # good enough
188 # good enough
245 # good enough
251 # good enough
254 # good enough
287 # good enough
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/nll/user-annotations/
H A Dpatterns.stderr1 error[E0597]: `x` does not live long enough
11 error[E0597]: `x` does not live long enough
21 error[E0597]: `x` does not live long enough
32 error[E0597]: `x` does not live long enough
42 error[E0597]: `x` does not live long enough
52 error[E0597]: `x` does not live long enough
62 error[E0597]: `x` does not live long enough
151 error: lifetime may not live long enough
160 error: lifetime may not live long enough
169 error: lifetime may not live long enough
[all …]
H A Dconstant-in-expr-inherent-2.stderr1 error[E0597]: `x` does not live long enough
7 | | borrowed value does not live long enough
13 error[E0597]: `x` does not live long enough
19 | | borrowed value does not live long enough
25 error[E0597]: `x` does not live long enough
31 | | borrowed value does not live long enough
37 error[E0597]: `x` does not live long enough
43 | | borrowed value does not live long enough
H A Dadt-tuple-struct-calls.stderr1 error[E0597]: `c` does not live long enough
7 | | borrowed value does not live long enough
12 error[E0597]: `c` does not live long enough
21 | | borrowed value does not live long enough
26 error[E0597]: `c` does not live long enough
35 | | borrowed value does not live long enough
40 error[E0597]: `c` does not live long enough
49 | | borrowed value does not live long enough
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/higher-rank-trait-bounds/normalize-under-binder/
H A Dissue-71955.migrate.stderr1 error: implementation of `Parser` is not general enough
5 | ^^^ implementation of `Parser` is not general enough
10 error: implementation of `Parser` is not general enough
19 error: implementation of `Parser` is not general enough
28 error: implementation of `Parser` is not general enough
37 error: implementation of `Parser` is not general enough
46 error: implementation of `Parser` is not general enough
55 error: implementation of `Parser` is not general enough
64 error: implementation of `Parser` is not general enough
73 error: implementation of `Parser` is not general enough
[all …]
/dports/games/manaplus/manaplus-2.1.3.17/po/
H A DLINGUAS3 #bg # Not enough translations
6 #da # Not enough translations
8 #en_GB # Not enough translations
11 #et # Not enough translations
21 #ka # Not enough translations
22 #nb # Not enough translations
23 #nds # Not enough translations
31 #sk # Not enough translations
32 #sq # Not enough translations
/dports/benchmarks/lmbench/lmbench-3.0-a9/src/
H A Dbench.h204 __N = (enough == 0 || get_enough(enough) <= 100000) ? TRIES : 1;\
207 BENCH1(overhead_body, enough); \
210 BENCH1(loop_body, enough); \
224 #define BENCH(loop_body, enough) { \ argument
228 __N = (enough == 0 || get_enough(enough) <= 100000) ? TRIES : 1;\
231 BENCH1(loop_body, enough); \
238 #define BENCH1(loop_body, enough) { \ argument
240 BENCH_INNER(loop_body, enough); \
246 #define BENCH_INNER(loop_body, enough) { \ argument
248 int __enough = get_enough(enough); \
[all …]
H A Dclock.c13 uint64 enough; in main() local
16 enough = compute_enough(15); in main()
17 printf("ENOUGH=%lu\n", (unsigned long)enough); fflush(stdout); in main()
18 t_overhead = timing_overhead(enough); in main()
20 l_overhead = loop_overhead(enough, t_overhead); in main()
/dports/www/h2o-devel/h2o-dcc7134/t/
H A D50compress-hint.t70 doit("This is large enough to be compressed", "", "gzip", "gzip");
71 doit("This is large enough to be compressed", "x-compress-hint: auto\r\n", "gzip", "gzip");
72 doit("This is large enough to be compressed", "x-compress-hint: on\r\n", "gzip", "gzip");
73 doit("This is large enough to be compressed", "x-compress-hint: off\r\n", "", "gzip");
84 doit("This is large enough to be compressed", "", "", "");
85 doit("This is large enough to be compressed", "x-compress-hint: auto\r\n", "", "");
86 doit("This is large enough to be compressed", "x-compress-hint: on\r\n", "", "");
87 doit("This is large enough to be compressed", "x-compress-hint: off\r\n", "", "");
91 doit("This is large enough to be compressed", "", "br", "br,gzip");
94 doit("This is large enough to be compressed", "x-compress-hint: off\r\n", "", "br,gzip");
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/dropck/
H A Ddropck_trait_cycle_checked.stderr1 error[E0597]: `o2` does not live long enough
7 | ^^^ borrowed value does not live long enough
12 error[E0597]: `o3` does not live long enough
19 | ^^^ borrowed value does not live long enough
24 error[E0597]: `o2` does not live long enough
31 | ^^^ borrowed value does not live long enough
36 error[E0597]: `o3` does not live long enough
43 | ^^^ borrowed value does not live long enough
48 error[E0597]: `o1` does not live long enough
55 | ^^^ borrowed value does not live long enough
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/lifetimes/
H A Dlifetime-doesnt-live-long-enough.stderr1 error[E0310]: the parameter type `T` may not live long enough
2 --> $DIR/lifetime-doesnt-live-long-enough.rs:19:10
9 error[E0309]: the parameter type `K` may not live long enough
10 --> $DIR/lifetime-doesnt-live-long-enough.rs:24:19
18 --> $DIR/lifetime-doesnt-live-long-enough.rs:28:19
26 error[E0309]: the parameter type `L` may not live long enough
27 --> $DIR/lifetime-doesnt-live-long-enough.rs:32:22
34 error[E0309]: the parameter type `K` may not live long enough
35 --> $DIR/lifetime-doesnt-live-long-enough.rs:41:33
42 error[E0309]: the parameter type `M` may not live long enough
[all …]
/dports/devel/R-cran-Hmisc/Hmisc/R/
H A Dredun.s31 enough <- rep(TRUE, p)
55 if(minfreq > 0 && sum(table(xi) >= minfreq) < 2) enough[i] <- FALSE
63 enough[i] <- FALSE
66 enough[i] <- FALSE
72 toofew <- nam[!enough]
75 p <- sum(enough)
76 nam <- nam[enough]
77 cat.levels <- cat.levels[enough]
78 vtype <- vtype[enough]
79 data <- data[enough]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/variance/
H A Dvariance-btree-invariant-types.nll.stderr1 error: lifetime may not live long enough
9 error: lifetime may not live long enough
17 error: lifetime may not live long enough
25 error: lifetime may not live long enough
33 error: lifetime may not live long enough
41 error: lifetime may not live long enough
49 error: lifetime may not live long enough
57 error: lifetime may not live long enough
65 error: lifetime may not live long enough
74 error: lifetime may not live long enough
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/generator/
H A Dauto-trait-regions.stderr1 error: implementation of `Foo` is not general enough
5 | ^^^^^^^^^^ implementation of `Foo` is not general enough
10 error: implementation of `Foo` is not general enough
14 | ^^^^^^^^^^ implementation of `Foo` is not general enough
19 error: implementation of `Foo` is not general enough
23 | ^^^^^^^^^^ implementation of `Foo` is not general enough
28 error: implementation of `Foo` is not general enough
32 | ^^^^^^^^^^ implementation of `Foo` is not general enough
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/dst/
H A Ddst-bad-coerce3.stderr1 error[E0597]: `f1` does not live long enough
8 | ^^^ borrowed value does not live long enough
15 error[E0597]: `f1` does not live long enough
22 | ^^^ borrowed value does not live long enough
29 error[E0597]: `f1` does not live long enough
36 | ^^^ borrowed value does not live long enough
43 error[E0597]: `f1` does not live long enough
50 | ^^^ borrowed value does not live long enough
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/issues/
H A Dissue-54302-cases.nll.stderr1 error: implementation of `Foo` is not general enough
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ implementation of `Foo` is not general enough
10 error: implementation of `Foo` is not general enough
14 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ implementation of `Foo` is not general enough
19 error: implementation of `Foo` is not general enough
23 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ implementation of `Foo` is not general enough
28 error: implementation of `Foo` is not general enough
32 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ implementation of `Foo` is not general enough
H A Dissue-54302-cases.stderr1 error: implementation of `Foo` is not general enough
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ implementation of `Foo` is not general enough
10 error: implementation of `Foo` is not general enough
14 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ implementation of `Foo` is not general enough
19 error: implementation of `Foo` is not general enough
23 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ implementation of `Foo` is not general enough
28 error: implementation of `Foo` is not general enough
32 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ implementation of `Foo` is not general enough
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/systemd/
H A Drebar.lock2 [{<<"enough">>,{pkg,<<"enough">>,<<"0.1.0">>},0}]}.
5 {<<"enough">>, <<"0254710C52D324E2DADDE54CB56FBB80A792C2EB285669B8379EFD0752BF89F0">>}]},
7 {<<"enough">>, <<"0460C7ABDA5F5E0EA592B12BC6976B8A5C4B96E42F332059CD396525374BF9A1">>}]}
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/span/
H A Dsend-is-not-static-std-sync-2.stderr1 error[E0597]: `x` does not live long enough
8 | ^^ borrowed value does not live long enough
12 error[E0597]: `x` does not live long enough
19 | ^^ borrowed value does not live long enough
23 error[E0597]: `x` does not live long enough
30 | ^^ borrowed value does not live long enough
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/c-variadic/
H A Dvariadic-ffi-4.stderr1 error: lifetime may not live long enough
11 error: lifetime may not live long enough
21 error: lifetime may not live long enough
29 error: lifetime may not live long enough
38 error: lifetime may not live long enough
48 error: lifetime may not live long enough
58 error: lifetime may not live long enough
72 error: lifetime may not live long enough
86 error[E0597]: `ap1` does not live long enough
100 error: lifetime may not live long enough
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/associated-types/
H A Dassociated-types-eq-hr.stderr35 error: implementation of `TheTrait` is not general enough
39 | ^^^^^^^^^^^^^^^^^^ implementation of `TheTrait` is not general enough
44 error: implementation of `TheTrait` is not general enough
48 | ^^^^^^^^^^^^^^^^^^ implementation of `TheTrait` is not general enough
53 error: implementation of `TheTrait` is not general enough
57 | ^^^^^^^^^^^^^^^^^^ implementation of `TheTrait` is not general enough
62 error: implementation of `TheTrait` is not general enough
66 | ^^^^^^^^^^^^^^^^^^ implementation of `TheTrait` is not general enough
71 error: implementation of `TheTrait` is not general enough
75 | ^^^^^^^^^^^^^^^^^^^ implementation of `TheTrait` is not general enough
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/nll/ty-outlives/
H A Dwf-unreachable.stderr1 error: lifetime may not live long enough
10 error: lifetime may not live long enough
19 error: lifetime may not live long enough
27 error: lifetime may not live long enough
36 error: lifetime may not live long enough
45 error: lifetime may not live long enough
54 error: lifetime may not live long enough
63 error: lifetime may not live long enough

12345678910>>...380