Home
last modified time | relevance | path

Searched refs:not_valid (Results 1 – 25 of 216) sorted by relevance

123456789

/dports/security/sslproxy/SSLproxy-0.9.2/tests/check/
H A Dproto.t.c94 fail_unless(http_ctx->not_valid == 0, "wrong not_valid"); in START_TEST()
113 fail_unless(http_ctx->not_valid == 0, "wrong not_valid"); in START_TEST()
131 fail_unless(http_ctx->not_valid == 0, "wrong not_valid"); in START_TEST()
149 fail_unless(http_ctx->not_valid == 1, "wrong not_valid"); in START_TEST()
168 fail_unless(http_ctx->not_valid == 1, "wrong not_valid"); in START_TEST()
176 fail_unless(http_ctx->not_valid == 1, "wrong not_valid"); in START_TEST()
186 fail_unless(http_ctx->not_valid == 1, "wrong not_valid"); in START_TEST()
205 fail_unless(http_ctx->not_valid == 0, "wrong not_valid"); in START_TEST()
213 fail_unless(http_ctx->not_valid == 0, "wrong not_valid"); in START_TEST()
226 fail_unless(http_ctx->not_valid == 1, "wrong not_valid"); in START_TEST()
[all …]
/dports/sysutils/cfengine317/cfengine-3.17.0/tests/acceptance/01_vars/01_basic/
H A D105.cf36 "not_valid" not => strcmp("xyzzy", "$(this.promiser)");
38 "any_promiser" and => { "not_valid", "valid" };
42 DEBUG.not_valid::
43 "not_valid IS set (and should not be)";
44 DEBUG.!not_valid::
45 "not_valid is not set (and should not be)";
/dports/sysutils/cfengine/cfengine-3.19.0/tests/acceptance/01_vars/01_basic/
H A D105.cf36 "not_valid" not => strcmp("xyzzy", "$(this.promiser)");
38 "any_promiser" and => { "not_valid", "valid" };
42 DEBUG.not_valid::
43 "not_valid IS set (and should not be)";
44 DEBUG.!not_valid::
45 "not_valid is not set (and should not be)";
/dports/sysutils/cfengine316/cfengine-3.16.0/tests/acceptance/01_vars/01_basic/
H A D105.cf36 "not_valid" not => strcmp("xyzzy", "$(this.promiser)");
38 "any_promiser" and => { "not_valid", "valid" };
42 DEBUG.not_valid::
43 "not_valid IS set (and should not be)";
44 DEBUG.!not_valid::
45 "not_valid is not set (and should not be)";
/dports/sysutils/cfengine-devel/core-d08ae9eff/tests/acceptance/01_vars/01_basic/
H A D105.cf36 "not_valid" not => strcmp("xyzzy", "$(this.promiser)");
38 "any_promiser" and => { "not_valid", "valid" };
42 DEBUG.not_valid::
43 "not_valid IS set (and should not be)";
44 DEBUG.!not_valid::
45 "not_valid is not set (and should not be)";
/dports/sysutils/cfengine319/cfengine-3.19.0/tests/acceptance/01_vars/01_basic/
H A D105.cf36 "not_valid" not => strcmp("xyzzy", "$(this.promiser)");
38 "any_promiser" and => { "not_valid", "valid" };
42 DEBUG.not_valid::
43 "not_valid IS set (and should not be)";
44 DEBUG.!not_valid::
45 "not_valid is not set (and should not be)";
/dports/sysutils/cfengine318/cfengine-3.18.1/tests/acceptance/01_vars/01_basic/
H A D105.cf36 "not_valid" not => strcmp("xyzzy", "$(this.promiser)");
38 "any_promiser" and => { "not_valid", "valid" };
42 DEBUG.not_valid::
43 "not_valid IS set (and should not be)";
44 DEBUG.!not_valid::
45 "not_valid is not set (and should not be)";
/dports/science/jstrack/jstrack/tracker/lib/
H A Dplotcity.tk74 set not_valid [list]
77 if {[plotcity $city $lat $long] == -1} { lappend not_valid $city }
79 if {[llength $not_valid]} {
81 foreach inv $not_valid { append invstr $inv\n }
/dports/math/py-arviz/arviz-0.11.4/arviz/tests/base_tests/
H A Dtest_stats_utils.py20 from ...stats.stats_utils import make_ufunc, not_valid, stats_variance_2d, wrap_xarray_ufunc
218 assert not not_valid(np.ones(10), check_shape=False, nan_kwargs=dict(how=how))
220 assert not_valid(
226 assert not not_valid(
231 assert not_valid(np.full(10, np.nan), check_shape=False, nan_kwargs=dict(how=how))
239 assert not_valid(data, check_shape=False, nan_kwargs=dict(how="any"))
240 assert not_valid(data, check_shape=False, nan_kwargs=dict(how="any", axis=axis)).any()
248 assert not not_valid(
251 assert not not_valid(
254 assert not_valid(
[all …]
/dports/net/py-ldap/python-ldap-3.4.0/Modules/
H A DLDAPObject.c63 not_valid(LDAPObject *l) in not_valid() function
397 if (not_valid(self)) in l_ldap_unbind_ext()
443 if (not_valid(self)) in l_ldap_abandon_ext()
491 if (not_valid(self)) in l_ldap_add_ext()
548 if (not_valid(self)) in l_ldap_simple_bind()
698 if (not_valid(self)) in l_ldap_sasl_bind_s()
771 if (not_valid(self)) in l_ldap_sasl_interactive_bind_s()
835 if (not_valid(self)) in l_ldap_cancel()
888 if (not_valid(self)) in l_ldap_compare_ext()
935 if (not_valid(self)) in l_ldap_delete_ext()
[all …]
/dports/net/py-ldap0/python-ldap0-68c70989a8992cf656764e0b8acad9797895055f/_libldap0/
H A Dldapobject.c54 not_valid(LDAPObject* l ) { in not_valid() function
312 if (not_valid(self)) in l_ldap_unbind_ext()
348 if (not_valid(self)) in l_ldap_abandon_ext()
386 if (not_valid(self)) in l_ldap_add_ext()
429 if (not_valid(self)) in l_ldap_simple_bind()
569 if (not_valid(self)) in l_ldap_sasl_bind_s()
616 if (not_valid(self)) in l_ldap_sasl_interactive_bind_s()
664 if (not_valid(self)) in l_ldap_compare_ext()
700 if (not_valid(self)) in l_ldap_delete_ext()
738 if (not_valid(self)) in l_ldap_modify_ext()
[all …]
/dports/www/phalcon4/cphalcon-4.1.1/ext/phalcon/url/
H A Dutils.c65 int not_valid = 0; in phalcon_replace_marker() local
76 not_valid = 1; in phalcon_replace_marker()
80 not_valid = 1; in phalcon_replace_marker()
90 not_valid = 1; in phalcon_replace_marker()
97 if (!not_valid) { in phalcon_replace_marker()
/dports/databases/grass7/grass-7.8.6/vector/v.in.lidar/
H A Dmain.c123 n_outside_mask, n_filtered, n_class_filtered, not_valid; in main() local
128 n_outside_mask, n_filtered, n_class_filtered, not_valid; in main() local
588 not_valid = 0; in main()
622 not_valid++; in main()
738 not_valid_filtered = not_valid; in main()
759 if (not_valid && only_valid) in main()
784 if (not_valid && only_valid) in main()
808 if (not_valid && !only_valid) in main()
810 " them out"), not_valid, only_valid_flag->key); in main()
812 if (not_valid && !only_valid) in main()
[all …]
/dports/www/phalcon/cphalcon-3.4.5/ext/phalcon/mvc/url/
H A Dutils.c82 int not_valid = 0; in phalcon_replace_marker() local
98 not_valid = 1; in phalcon_replace_marker()
102 not_valid = 1; in phalcon_replace_marker()
112 not_valid = 1; in phalcon_replace_marker()
119 if (!not_valid) { in phalcon_replace_marker()
/dports/textproc/p5-Data-FormValidator/Data-FormValidator-4.88/t/
H A D11_procedural_match.t35 my $not_valid = "\$rv = $function('$invalid');";
42 eval $not_valid;
H A Dprocedural_valid.t35 my $not_valid = "\$rv = $function('$invalid');";
44 eval $not_valid;
/dports/security/sslproxy/SSLproxy-0.9.2/src/
H A Dprotosmtp.c67 if (smtp_ctx->not_valid) { in protosmtp_validate()
76 smtp_ctx->not_valid = 1; in protosmtp_validate()
94 if (smtp_ctx->not_valid) { in protosmtp_validate_response()
113 smtp_ctx->not_valid = 1; in protosmtp_validate_response()
H A Dprotopop3.c64 if (pop3_ctx->not_valid) { in protopop3_validate()
73 pop3_ctx->not_valid = 1; in protopop3_validate()
H A Dprotopop3.h34 unsigned int not_valid : 1; member
H A Dprotosmtp.h34 unsigned int not_valid : 1; member
H A Dprotohttp.h52 unsigned int not_valid : 1; /* 1 if cannot find HTTP on first line */ member
/dports/security/py-oauthlib/oauthlib-1.1.2/tests/oauth1/rfc5849/
H A Dtest_request_validator.py53 for not_valid in ('tooshort', 'invalid?characters!',
55 self.assertFalse(method(not_valid))
/dports/devel/pytype/pytype-2021.9.9/pytype/overlays/
H A Dcollections_overlay.py196 def not_valid(field_name): function
202 if not_valid(typename):
208 if not_valid(name) or name.startswith("_") or name in seen:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/build/scripts/tests/
H A Djson5_generator_invalid_value.json512 param1: {"keys": "valid", "random": "not_valid"},
/dports/sysutils/helm/helm-3.5.2/pkg/lint/rules/testdata/multi-template-fail/templates/
H A Dmulti-fail.yaml11 name: -this:name-is-not_valid$

123456789