Home
last modified time | relevance | path

Searched refs:with_verify (Results 1 – 10 of 10) sorted by relevance

/dports/databases/p5-App-Sqitch/App-Sqitch-0.9994/t/
H A Ddeploy.t200 ok $target->engine->with_verify, 'Engine should verify';
211 ok $target->engine->with_verify, 'Engine should verify';
224 ok $target->engine->with_verify, 'Engine should verify';
H A Drebase.t369 ok $target->engine->with_verify, 'Engine should verify';
387 ok $target->engine->with_verify, 'Engine should verify';
H A Dcheckout.t366 ok $target->engine->with_verify, 'Engine should verify';
399 ok !$target->engine->with_verify, 'The engine should not be set with_verfy';
H A Dengine.t676 ok $engine->with_verify(1), 'Enable verification';
788 $engine->with_verify(0);
/dports/databases/p5-App-Sqitch/App-Sqitch-0.9994/lib/App/Sqitch/Command/
H A Drebase.pm88 $engine->with_verify( $self->verify );
H A Ddeploy.pm124 $engine->with_verify( $self->verify );
H A Dcheckout.pm54 $engine->with_verify( $self->verify );
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/lucetc/src/
H A Dlib.rs100 fn with_verify(self) -> Self; in with_verify() method
226 fn with_verify(mut self) -> Self { in with_verify() method
/dports/databases/p5-App-Sqitch/App-Sqitch-0.9994/lib/App/Sqitch/
H A DEngine.pm66 has with_verify => ( attribute in App::Sqitch::Engine
911 $self->verify_change( $change ) if $self->with_verify;
/dports/databases/p5-App-Sqitch/App-Sqitch-0.9994/
H A DChanges592 and `add.with_verify` configuration variables, which were never