Home
last modified time | relevance | path

Searched refs:other_check (Results 1 – 15 of 15) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/cross_project_access/
H A Dcheck_collection_spec.rb14 other_check = double('other_check')
15 other_collection.add_check(other_check)
23 expect(collection.checks).to contain_exactly(initial_check, shared_check, other_check)
39 other_check = fake_check(false, false)
42 collection.add_check(other_check)
49 other_check = fake_check(false, true)
52 collection.add_check(other_check)
/dports/security/tls-check/TLS-Check-cd2e654/lib/Security/TLSCheck/Checks/
H A DFinalScore.pm80 my $web = $self->other_check("Security::TLSCheck::Checks::Web");
81 my $ciphers = $self->other_check("Security::TLSCheck::Checks::CipherStrength");
82 my $heartbleed = $self->other_check("Security::TLSCheck::Checks::Heartbleed");
83 my $dns = $self->other_check("Security::TLSCheck::Checks::DNS");
H A DCipherStrengthOnlyValidCerts.pm51 return $self->other_check("Security::TLSCheck::Checks::CipherStrength-result")
52 if $self->other_check("Security::TLSCheck::Checks::Web")->https_all_verified;
H A DMailCipherStrength.pm55 my @mx = $self->other_check("Security::TLSCheck::Checks::Mail")->all_supports_starttls;
H A DAgeDE.pm84 unless ( $self->other_check("Security::TLSCheck::Checks::Web")->http_active )
H A DMail.pm83 my @mx = $self->other_check("Security::TLSCheck::Checks::DNS")->all_mx;
H A DHeartbleed.pm113 unless ( $self->other_check("Security::TLSCheck::Checks::Web")->https_active )
H A DCipherStrength.pm178 unless ( $self->other_check("Security::TLSCheck::Checks::Web")->https_active )
/dports/devel/p5-Function-Parameters/Function-Parameters-2.001003/t/
H A Deval.t44 push @trace, [other_check => $x];
72 [other_check => 'A2'],
75 [other_check => 'B2'],
/dports/security/tls-check/TLS-Check-cd2e654/lib/Security/
H A DTLSCheck.pm140 other_check => "get",
/dports/math/plplot/plplot-5.15.0/bindings/ocaml/
H A Dtouchup.ml372 fun (function_check, type_check, name_check, other_check, _) ->
373 List.for_all id [function_check; type_check; name_check; other_check]
/dports/math/plplot-ada/plplot-5.15.0/bindings/ocaml/
H A Dtouchup.ml372 fun (function_check, type_check, name_check, other_check, _) ->
373 List.for_all id [function_check; type_check; name_check; other_check]
/dports/print/py-fontbakery/fontbakery-0.8.4/Lib/fontbakery/
H A Dprofile.py652 other_check = other_section.get_check(func.id)
653 if other_check is func:
/dports/audio/easytag/easytag-2.4.3/src/
H A Dcddb_dialog.c80 GtkWidget *other_check; member
2730 init_search_field_check (priv->other_check); in create_cddb_dialog()
3580 other_check); in et_cddb_dialog_class_init()
/dports/audio/easytag/easytag-2.4.3/data/
H A Dcddb_dialog.ui184 <object class="GtkCheckButton" id="other_check">