Home
last modified time | relevance | path

Searched refs:neg_match (Results 1 – 13 of 13) sorted by relevance

/dports/www/hiawatha/hiawatha-10.12/src/
H A Dtoolkit.c300 new_rule->neg_match = false; in toolkit_setting()
350 new_rule->neg_match = true; in toolkit_setting()
373 new_rule->neg_match = true; in toolkit_setting()
394 new_rule->neg_match = true; in toolkit_setting()
630 if (rule->neg_match) { in use_toolkit()
645 if (rule->neg_match) { in use_toolkit()
663 if (rule->neg_match) { in use_toolkit()
674 if (rule->neg_match) { in use_toolkit()
771 if (rule->neg_match) { in use_toolkit()
795 if (rule->neg_match) { in use_toolkit()
H A Drproxy.c127 rproxy->neg_match = true; in rproxy_setting()
130 rproxy->neg_match = false; in rproxy_setting()
299 if ((regexec(&(rproxy->pattern), uri, 0, NULL, 0) != REG_NOMATCH) != rproxy->neg_match) { in select_rproxy()
311 if ((regexec(&(rproxy->pattern), uri, 0, NULL, 0) != REG_NOMATCH) != rproxy->neg_match) { in select_rproxy()
H A Drproxy.h31 bool neg_match; member
H A Dtoolkit.h52 bool neg_match; member
/dports/security/py-asyncssh/asyncssh-2.8.1/asyncssh/
H A Dpattern.py111 neg_match = any(p.matches(*args) for p in self._neg_patterns)
113 return pos_match and not neg_match
/dports/mail/mailutils/mailutils-3.13/libmailutils/opt/
H A Dopt.c246 enum neg_match enum
253 static enum neg_match
293 enum neg_match neg = neg_nomatch; in find_long_option()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/Support/
H A DPatternMatch.h533 struct neg_match { struct
536 neg_match(const LHS_t &LHS) : L(LHS) {} in neg_match() function
558 inline neg_match<LHS> m_Neg(const LHS &L) { return L; } in m_Neg() argument
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/ssh/src/
H A Dssh_file.erl430 not lists:any(fun(P) -> neg_match(H,P) end,
439 neg_match(H, <<"!",P/binary>>) -> function
441 neg_match(_, _) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh_file.erl637 not lists:any(fun(P) -> neg_match(H,P) end,
646 neg_match(H, <<"!",P/binary>>) -> function
648 neg_match(_, _) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh_file.erl637 not lists:any(fun(P) -> neg_match(H,P) end,
646 neg_match(H, <<"!",P/binary>>) -> function
648 neg_match(_, _) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh_file.erl637 not lists:any(fun(P) -> neg_match(H,P) end,
646 neg_match(H, <<"!",P/binary>>) -> function
648 neg_match(_, _) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh_file.erl637 not lists:any(fun(P) -> neg_match(H,P) end,
646 neg_match(H, <<"!",P/binary>>) -> function
648 neg_match(_, _) -> function
/dports/biology/subread/subread-2.0.2-source/src/
H A DSNPCalling.c735 int pos_match=0, pos_unmatch=0, neg_match=0, neg_unmatch=0; in process_snp_votes() local
753 float p_diff = fisher_exact_test(pos_match, neg_match, pos_unmatch, neg_unmatch); in process_snp_votes()