Home
last modified time | relevance | path

Searched refs:no_match (Results 1 – 25 of 2667) sorted by relevance

12345678910>>...107

/dports/textproc/p5-Regexp-Common/Regexp-Common-2017060201/t/number/
H A D101_integer.t60 $signed_integer -> no_match ($digit, reason => "No sign");
74 $integer -> no_match ( $letter, reason => $reason);
75 $integer -> no_match ("-$letter", reason => $reason);
76 $integer -> no_match ("+$letter", reason => $reason);
77 $signed_integer -> no_match ( $letter, reason => $reason);
78 $signed_integer -> no_match ("-$letter", reason => $reason);
79 $signed_integer -> no_match ("+$letter", reason => $reason);
80 $unsigned_integer -> no_match ( $letter, reason => $reason);
81 $unsigned_integer -> no_match ("-$letter", reason => $reason);
152 $integer -> no_match ($subject, reason => $reason);
[all …]
H A D123_integer_places.t68 $pattern -> no_match ($number, reason => "Number too short");
69 $pattern_neg -> no_match ($number, reason => "Number too short");
74 $pattern -> no_match ($number, reason => "Number too long");
75 $pattern_neg -> no_match ($number, reason => "Number too long");
81 $pattern_neg -> no_match ($number, reason => "Number not signed");
88 $pattern_neg -> no_match ($number,
102 $pattern -> no_match ($subj, reason => $reason);
103 $pattern_neg -> no_match ($subj, reason => $reason);
/dports/textproc/p5-Regexp-Common/Regexp-Common-2017060201/t/delimited/
H A D101_delimited.t48 $test -> no_match (q {'a few words'}, reason => "Wrong delimiters");
49 $test -> no_match (q {a few words"}, reason => "No opening delimiter");
53 $test -> no_match (q { "a few words"},
55 $test -> no_match (q {"a few words" },
80 $test -> no_match (q {"a few words"}, reason => "Wrong delimiters");
85 $test -> no_match (q { 'a few words'},
87 $test -> no_match (q {'a few words' },
109 $test -> no_match (q {"a few words"}, reason => "Wrong delimiters");
280 $test -> no_match ("{a few words{",
282 $test -> no_match (">a few words>",
[all …]
/dports/textproc/p5-Regexp-Common/Regexp-Common-2017060201/t/net/
H A D102_ipv4_strict.t32 $Test -> no_match ($address, reason => "Leading 0 not allowed");
36 $Test -> no_match ($address, reason => "Leading 0 not allowed");
40 $Test -> no_match ($address, reason => "Number exceeds 256");
45 $Test -> no_match ("1.2.3.4.5", reason => "To many octets");
46 $Test -> no_match ("1.2.3", reason => "No enough octets");
47 $Test -> no_match ("12.34.ab.56", reason => "Non numbers in octets");
48 $Test -> no_match ("1.1234.2.3", reason => "Too many digits in octet");
49 $Test -> no_match ("12:34:45:67", reason => "Incorrect separator");
50 $Test -> no_match ("+12.34.56.78", reason => "Garbage before address");
51 $Test -> no_match ("12.34.56.78 ", reason => "Garbage after address");
/dports/print/lyx/lyx-2.3.4.2/lib/scripts/
H A Dprefs2prefs_prefs.py143 return no_match
162 return no_match
167 return no_match
185 return no_match
188 return no_match
202 return no_match
210 return no_match
213 return no_match
227 return no_match
334 return no_match
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dcommand_match.c224 case no_match: in command_match_r()
531 return no_match; in min_match_level()
687 return no_match; in match_token()
817 return no_match; in match_ipv4_prefix()
846 return no_match; in match_ipv6_prefix()
949 return no_match; in match_ipv6_prefix()
952 return no_match; in match_ipv6_prefix()
966 return no_match; in match_range()
969 return no_match; in match_range()
993 return no_match; in match_word()
[all …]
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dcommand_match.c224 case no_match: in command_match_r()
531 return no_match; in min_match_level()
687 return no_match; in match_token()
817 return no_match; in match_ipv4_prefix()
846 return no_match; in match_ipv6_prefix()
949 return no_match; in match_ipv6_prefix()
952 return no_match; in match_ipv6_prefix()
966 return no_match; in match_range()
969 return no_match; in match_range()
993 return no_match; in match_word()
[all …]
/dports/textproc/p5-Regexp-Common/Regexp-Common-2017060201/t/zip/
H A D112_australia.t60 $Test_iso -> no_match ($zip, reason => "No prefix present");
61 $Test_cept -> no_match ($zip, reason => "No prefix present");
75 $Test_none -> no_match ($zip_iso, reason => "Prefix used");
79 $Test_cept -> no_match ($zip_iso, reason => "ISO prefix used");
87 $Test_none -> no_match ($zip_cept, reason => "Prefix used");
88 $Test_iso -> no_match ($zip_cept, reason => "CEPT prefix used");
97 $Test -> no_match ($zip_illegal, reason => "Illegal prefix used");
98 $Test_none -> no_match ($zip_illegal, reason => "Illegal prefix used");
99 $Test_iso -> no_match ($zip_illegal, reason => "Illegal prefix used");
100 $Test_cept -> no_match ($zip_illegal, reason => "Illegal prefix used");
H A DZip.pm52 $Test -> no_match ($zip, reason => "Invalid zip code $zip");
65 $Test -> no_match ("", reason => "Empty string should not match");
67 $Test -> no_match (" $zip", reason => "Leading garbage not allowed");
68 $Test -> no_match ("$zip ", reason => "Trailing garbage not allowed");
108 $Test_iso -> no_match ($zip, reason => "No prefix used");
109 $Test_cept -> no_match ($zip, reason => "No prefix used");
119 $Test_none -> no_match ($iso_zip, reason => "Prefix not allowed");
125 $Test_none -> no_match ($iso_zip,
136 $Test_none -> no_match ($cept_zip, reason => "Prefix not allowed");
139 $Test_iso -> no_match ($cept_zip,
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/test/
H A Dbs_size_expr_SUITE.erl28 recv/1,no_match/1]).
43 no_match]}].
83 no_match ->
94 no_match.
103 no_match.
111 no_match
265 no_match(_Config) -> function
267 no_match = case B of
273 no_match = case B of
279 no_match = case B of
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/test/
H A Dbs_size_expr_SUITE.erl28 recv/1,no_match/1]).
43 no_match]}].
83 no_match ->
94 no_match.
103 no_match.
111 no_match
265 no_match(_Config) -> function
267 no_match = case B of
273 no_match = case B of
279 no_match = case B of
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/test/
H A Dbs_size_expr_SUITE.erl28 recv/1,no_match/1]).
43 no_match]}].
83 no_match ->
94 no_match.
103 no_match.
111 no_match
265 no_match(_Config) -> function
267 no_match = case B of
273 no_match = case B of
279 no_match = case B of
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/compiler/test/
H A Dbs_size_expr_SUITE.erl28 recv/1,no_match/1]).
43 no_match]}].
83 no_match ->
94 no_match.
103 no_match.
111 no_match
265 no_match(_Config) -> function
267 no_match = case B of
273 no_match = case B of
279 no_match = case B of
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/compiler/test/
H A Dbs_size_expr_SUITE.erl28 recv/1,no_match/1]).
43 no_match]}].
83 no_match ->
94 no_match.
103 no_match.
111 no_match
265 no_match(_Config) -> function
267 no_match = case B of
273 no_match = case B of
279 no_match = case B of
[all …]
/dports/security/webfwlog/webfwlog-1.1.1/src/
H A Dparser.c194 if ((fields_used.dport) && (this->dport != opt.line->dport)) {goto no_match;} in build_list()
195 if ((fields_used.sport) && (this->sport != opt.line->sport)) {goto no_match;} in build_list()
197 if ((fields_used.flags) && (this->flags != opt.line->flags)) {goto no_match;} in build_list()
202 if ((fields_used.fwmark) && (this->fwmark != opt.line->fwmark)) {goto no_match;} in build_list()
208 if ((fields_used.ipid) && (this->ipid != opt.line->ipid)) {goto no_match;} in build_list()
209 if ((fields_used.csum) && (this->csum != opt.line->csum)) {goto no_match;} in build_list()
211 if ((fields_used.ihl) && (this->ihl != opt.line->ihl)) {goto no_match;} in build_list()
212 if ((fields_used.tos) && (this->tos != opt.line->tos)) {goto no_match;} in build_list()
213 if ((fields_used.ttl) && (this->ttl != opt.line->ttl)) {goto no_match;} in build_list()
218 if ((fields_used.totlen) && (this->totlen != opt.line->totlen)) {goto no_match;} in build_list()
[all …]
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/stored/
H A Dmatch_bsr.c468 no_match: in new_match_all()
500 goto no_match; in match_all()
505 goto no_match; in match_all()
516 goto no_match; in match_all()
522 goto no_match; in match_all()
529 goto no_match; in match_all()
536 goto no_match; in match_all()
545 goto no_match; in match_all()
551 goto no_match; in match_all()
575 goto no_match; in match_all()
[all …]
/dports/sysutils/bacula9-client-static/bacula-9.6.7/src/stored/
H A Dmatch_bsr.c468 no_match: in new_match_all()
500 goto no_match; in match_all()
505 goto no_match; in match_all()
516 goto no_match; in match_all()
522 goto no_match; in match_all()
529 goto no_match; in match_all()
536 goto no_match; in match_all()
545 goto no_match; in match_all()
551 goto no_match; in match_all()
575 goto no_match; in match_all()
[all …]
/dports/sysutils/bacula9-client/bacula-9.6.7/src/stored/
H A Dmatch_bsr.c468 no_match: in new_match_all()
500 goto no_match; in match_all()
505 goto no_match; in match_all()
516 goto no_match; in match_all()
522 goto no_match; in match_all()
529 goto no_match; in match_all()
536 goto no_match; in match_all()
545 goto no_match; in match_all()
551 goto no_match; in match_all()
575 goto no_match; in match_all()
[all …]
/dports/sysutils/bacula9-server/bacula-9.6.7/src/stored/
H A Dmatch_bsr.c468 no_match: in new_match_all()
500 goto no_match; in match_all()
505 goto no_match; in match_all()
516 goto no_match; in match_all()
522 goto no_match; in match_all()
529 goto no_match; in match_all()
536 goto no_match; in match_all()
545 goto no_match; in match_all()
551 goto no_match; in match_all()
575 goto no_match; in match_all()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/commands/trace/multiple-threads/
H A DTestTraceStartStopMultipleThreads.py11 @skipIf(oslist=no_match(['linux']), archs=no_match(['i386', 'x86_64']))
33 @skipIf(oslist=no_match(['linux']), archs=no_match(['i386', 'x86_64']))
68 @skipIf(oslist=no_match(['linux']), archs=no_match(['i386', 'x86_64']))
103 @skipIf(oslist=no_match(['linux']), archs=no_match(['i386', 'x86_64']))
135 @skipIf(oslist=no_match(['linux']), archs=no_match(['i386', 'x86_64']))
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/commands/trace/multiple-threads/
H A DTestTraceStartStopMultipleThreads.py11 @skipIf(oslist=no_match(['linux']), archs=no_match(['i386', 'x86_64']))
33 @skipIf(oslist=no_match(['linux']), archs=no_match(['i386', 'x86_64']))
68 @skipIf(oslist=no_match(['linux']), archs=no_match(['i386', 'x86_64']))
103 @skipIf(oslist=no_match(['linux']), archs=no_match(['i386', 'x86_64']))
135 @skipIf(oslist=no_match(['linux']), archs=no_match(['i386', 'x86_64']))
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/commands/trace/multiple-threads/
H A DTestTraceStartStopMultipleThreads.py11 @skipIf(oslist=no_match(['linux']), archs=no_match(['i386', 'x86_64']))
33 @skipIf(oslist=no_match(['linux']), archs=no_match(['i386', 'x86_64']))
68 @skipIf(oslist=no_match(['linux']), archs=no_match(['i386', 'x86_64']))
103 @skipIf(oslist=no_match(['linux']), archs=no_match(['i386', 'x86_64']))
135 @skipIf(oslist=no_match(['linux']), archs=no_match(['i386', 'x86_64']))
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/API/commands/trace/multiple-threads/
H A DTestTraceStartStopMultipleThreads.py11 @skipIf(oslist=no_match(['linux']), archs=no_match(['i386', 'x86_64']))
33 @skipIf(oslist=no_match(['linux']), archs=no_match(['i386', 'x86_64']))
68 @skipIf(oslist=no_match(['linux']), archs=no_match(['i386', 'x86_64']))
103 @skipIf(oslist=no_match(['linux']), archs=no_match(['i386', 'x86_64']))
135 @skipIf(oslist=no_match(['linux']), archs=no_match(['i386', 'x86_64']))
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/test/API/commands/trace/multiple-threads/
H A DTestTraceStartStopMultipleThreads.py11 @skipIf(oslist=no_match(['linux']), archs=no_match(['i386', 'x86_64']))
33 @skipIf(oslist=no_match(['linux']), archs=no_match(['i386', 'x86_64']))
68 @skipIf(oslist=no_match(['linux']), archs=no_match(['i386', 'x86_64']))
103 @skipIf(oslist=no_match(['linux']), archs=no_match(['i386', 'x86_64']))
135 @skipIf(oslist=no_match(['linux']), archs=no_match(['i386', 'x86_64']))
/dports/security/suricata/suricata-6.0.4/src/
H A Ddetect-engine-content-inspection.c483 goto no_match; in DetectEngineContentInspection()
508 goto no_match; in DetectEngineContentInspection()
534 goto no_match; in DetectEngineContentInspection()
570 goto no_match; in DetectEngineContentInspection()
584 goto no_match; in DetectEngineContentInspection()
587 goto no_match; in DetectEngineContentInspection()
600 goto no_match; in DetectEngineContentInspection()
611 goto no_match; in DetectEngineContentInspection()
646 goto no_match; in DetectEngineContentInspection()
656 goto no_match; in DetectEngineContentInspection()
[all …]

12345678910>>...107