Home
last modified time | relevance | path

Searched refs:opt_out (Results 1 – 25 of 148) sorted by relevance

123456

/dports/devel/p5-Devel-NYTProf/Devel-NYTProf-6.10/bin/
H A Dnytprofpf66 'out|o=s' => \(my $opt_out = 'nytprof'),
92 if (!-e $opt_out) {
95 elsif (!-f $opt_out) {
96 die "$0: Specified output file '$opt_out' already exists as a directory!\n";
98 elsif (!-w $opt_out) {
99 die "$0: Unable to write to output directory '$opt_out'\n";
103 print "Deleting existing $opt_out file\n";
104 rm($opt_out);
125 open my $fh, '>', $opt_out
126 or croak "Unable to open file $opt_out: $!";
H A Dnytprofhtml102 'out|o=s' => \(my $opt_out = 'nytprof'),
139 if (!-e $opt_out) {
142 elsif (!-d $opt_out) {
145 elsif (!-w $opt_out) {
151 rmtree($opt_out);
172 $reporter->output_dir($opt_out);
746 open my $fh, '>', "$opt_out/$filename"
769 open my $fh, '>', "$opt_out/$filename"
1132 open(my $fh, '>', "$opt_out/$filename")
1177 my $dot_file = "$opt_out/$filename";
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/blocklist/opt_out_blocklist/
H A Dopt_out_blocklist_item.cc15 bool opt_out) in OptOutRecord() argument
16 : entry_time_(entry_time), opt_out_(opt_out) {} in OptOutRecord()
42 void OptOutBlocklistItem::AddEntry(bool opt_out, base::Time entry_time) { in AddEntry() argument
45 opt_out_records_.emplace(entry_time, opt_out); in AddEntry()
47 if (opt_out && (!most_recent_opt_out_time_ || in AddEntry()
51 total_opt_out_ += opt_out ? 1 : 0; in AddEntry()
57 total_opt_out_ -= opt_out_records_.top().opt_out() ? 1 : 0; in AddEntry()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/blacklist/opt_out_blacklist/
H A Dopt_out_blacklist_item.cc15 bool opt_out) in OptOutRecord() argument
16 : entry_time_(entry_time), opt_out_(opt_out) {} in OptOutRecord()
42 void OptOutBlacklistItem::AddEntry(bool opt_out, base::Time entry_time) { in AddEntry() argument
45 opt_out_records_.emplace(entry_time, opt_out); in AddEntry()
47 if (opt_out && (!most_recent_opt_out_time_ || in AddEntry()
51 total_opt_out_ += opt_out ? 1 : 0; in AddEntry()
57 total_opt_out_ -= opt_out_records_.top().opt_out() ? 1 : 0; in AddEntry()
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/trust-dns-proto-0.19.5/src/rr/dnssec/rdata/
H A Dnsec3param.rs82 opt_out: bool, field
91 opt_out: bool, in new()
97 opt_out, in new()
130 pub fn opt_out(&self) -> bool { in opt_out() method
131 self.opt_out in opt_out()
170 let opt_out: bool = flags & 0b0000_0001 == 0b0000_0001; in read() localVariable
179 Ok(NSEC3PARAM::new(hash_algorithm, opt_out, iterations, salt)) in read()
186 if rdata.opt_out() { in emit()
H A Dnsec3.rs114 opt_out: bool, field
125 opt_out: bool, in new()
133 opt_out, in new()
177 pub fn opt_out(&self) -> bool { in opt_out() method
178 self.opt_out in opt_out()
253 let opt_out: bool = flags & 0b0000_0001 == 0b0000_0001; in read() localVariable
293 opt_out, in read()
434 if rdata.opt_out() { in emit()
/dports/net/proby/proby-1.0.2/cargo-crates/trust-dns-proto-0.18.0-alpha.2/src/rr/dnssec/rdata/
H A Dnsec3param.rs82 opt_out: bool, field
91 opt_out: bool, in new()
97 opt_out, in new()
130 pub fn opt_out(&self) -> bool { in opt_out() method
131 self.opt_out in opt_out()
170 let opt_out: bool = flags & 0b0000_0001 == 0b0000_0001; in read() localVariable
179 Ok(NSEC3PARAM::new(hash_algorithm, opt_out, iterations, salt)) in read()
186 if rdata.opt_out() { in emit()
H A Dnsec3.rs114 opt_out: bool, field
125 opt_out: bool, in new()
133 opt_out, in new()
177 pub fn opt_out(&self) -> bool { in opt_out() method
178 self.opt_out in opt_out()
253 let opt_out: bool = flags & 0b0000_0001 == 0b0000_0001; in read() localVariable
293 opt_out, in read()
434 if rdata.opt_out() { in emit()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/trust-dns-proto-0.20.3/src/rr/dnssec/rdata/
H A Dnsec3param.rs84 opt_out: bool, field
93 opt_out: bool, in new()
99 opt_out, in new()
132 pub fn opt_out(&self) -> bool { in opt_out() method
133 self.opt_out in opt_out()
165 if self.opt_out { in flags()
181 let opt_out: bool = flags & 0b0000_0001 == 0b0000_0001; in read() localVariable
190 Ok(NSEC3PARAM::new(hash_algorithm, opt_out, iterations, salt)) in read()
/dports/net/oha/oha-0.4.7/cargo-crates/trust-dns-proto-0.20.3/src/rr/dnssec/rdata/
H A Dnsec3param.rs84 opt_out: bool, field
93 opt_out: bool, in new()
99 opt_out, in new()
132 pub fn opt_out(&self) -> bool { in opt_out() method
133 self.opt_out in opt_out()
165 if self.opt_out { in flags()
181 let opt_out: bool = flags & 0b0000_0001 == 0b0000_0001; in read() localVariable
190 Ok(NSEC3PARAM::new(hash_algorithm, opt_out, iterations, salt)) in read()
/dports/games/xnethack/xNetHack-xnh6.1/include/
H A Doptlist.h83 NHOPTB(acoustics, 0, opt_out, set_in_game, On, Yes, No, No, NoAlias,
94 NHOPTB(altmeta, 0, opt_out, set_in_game, Off, Yes, No, No, NoAlias,
97 NHOPTB(altmeta, 0, opt_out, set_in_config, Off, Yes, No, No, NoAlias,
106 NHOPTB(autoopen, 0, opt_out, set_in_game, On, Yes, No, No, NoAlias,
125 NHOPTB(bones, 0, opt_out, set_in_config, On, Yes, No, No, NoAlias,
146 NHOPTB(confirm, 0, opt_out, set_in_game, On, Yes, No, No, NoAlias,
175 NHOPTB(fixinv, 0, opt_out, set_in_game, On, Yes, No, No, NoAlias,
211 NHOPTB(help, 0, opt_out, set_in_game, On, Yes, No, No, NoAlias,
262 NHOPTB(mail, 0, opt_out, set_in_game, On, Yes, No, No, NoAlias,
347 NHOPTB(null, 0, opt_out, set_in_game, On, Yes, No, No, NoAlias,
[all …]
/dports/mail/spamassassin/Mail-SpamAssassin-3.4.5/build/
H A Dmkrules105 die "no out" unless ($opt_out);
106 die "unreadable out" unless (-d $opt_out);
139 }, $opt_out);
162 && -f $opt_out.'/'.$opt_sandboxout
163 && -f $opt_out.'/'.$opt_activeout
303 $t = "$opt_out/$filename";
705 foreach my $file (<$opt_out/*.cf>) {
762 $opt_out.'/'.$opt_activeout)
846 $pubfile = $opt_out.'/'.$opt_activeout;
858 $pubfile = $opt_out.'/'.$opt_activeout;
[all …]
/dports/mail/spamassassin-devel/spamassassin-1ea352210/build/
H A Dmkrules105 die "no out" unless ($opt_out);
106 die "unreadable out" unless (-d $opt_out);
139 }, $opt_out);
162 && -f $opt_out.'/'.$opt_sandboxout
163 && -f $opt_out.'/'.$opt_activeout
304 $t = "$opt_out/$filename";
706 foreach my $file (<$opt_out/*.cf>) {
763 $opt_out.'/'.$opt_activeout)
847 $pubfile = $opt_out.'/'.$opt_activeout;
859 $pubfile = $opt_out.'/'.$opt_activeout;
[all …]
/dports/cad/p5-Verilog-Perl/Verilog-Perl-3.478/Preproc/
H A Dtoolhash13 my @opt_out;
28 elsif ($param =~ /^-?-out/) { $list = \@opt_out; }
48 $str .= '----'.join(' ',@opt_out);
109 foreach my $fn (@opt_out) {
176 foreach my $fn (@opt_out) {
184 unlink for (@opt_out); # Ok if error
/dports/math/py-numpy/numpy-1.20.3/numpy/lib/tests/
H A Dtest_mixins.py135 opt_out = OptOut()
138 assert_(array_like + opt_out is opt_out)
139 assert_(opt_out + array_like is opt_out)
144 array_like += opt_out
146 array_like - opt_out
148 opt_out - array_like
/dports/databases/grass7/grass-7.8.6/raster/r.clump/
H A Dmain.c46 struct Option *opt_out; in main() local
68 opt_out = G_define_standard_option(G_OPT_R_OUTPUT); in main()
69 opt_out->required = NO; in main()
102 G_option_exclusive(flag_print, opt_out, NULL); in main()
103 G_option_required(flag_print, opt_out, NULL); in main()
142 OUTPUT = opt_out->answer; in main()
/dports/devel/binutils/binutils-2.37/ld/testsuite/ld-elf/
H A Dpr13177.s6 .section .data.opt_out,"aw",%progbits
7 .type opt_out, %object
8 opt_out: label
/dports/lang/gnatdroid-binutils/binutils-2.27/ld/testsuite/ld-elf/
H A Dpr13177.s6 .section .data.opt_out,"aw",%progbits
7 .type opt_out, %object
8 opt_out: label
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/ld/testsuite/ld-elf/
H A Dpr13177.s6 .section .data.opt_out,"aw",%progbits
7 .type opt_out, %object
8 opt_out: label
/dports/devel/arm-elf-binutils/binutils-2.37/ld/testsuite/ld-elf/
H A Dpr13177.s6 .section .data.opt_out,"aw",%progbits
7 .type opt_out, %object
8 opt_out: label
/dports/devel/gnulibiberty/binutils-2.37/ld/testsuite/ld-elf/
H A Dpr13177.s6 .section .data.opt_out,"aw",%progbits
7 .type opt_out, %object
8 opt_out: label
/dports/mail/spamassassin-devel/spamassassin-1ea352210/masses/
H A Drewrite-cf-with-new-scores73 our ($opt_old, $opt_new, $opt_scoreset, $opt_out, $opt_cffile);
79 "output=s" => \$opt_out);
86 !defined($opt_out)) {
91 if (!defined $opt_out) {
92 $opt_out = "-"; #STDOUT
103 $opt_out ||= "50_scores.cf";
117 open(OUT, ">$opt_out");
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/mass_mailing/models/
H A Dmailing_contact.py19 opt_out = fields.Boolean(string='Opt Out', variable in MassMailingContactListRel
74 opt_out = fields.Boolean('Opt Out', compute='_compute_opt_out', search='_search_opt_out', variable in MassMailingContact
90 … return [('id', 'in', [record.contact_id.id for record in contacts if record.opt_out == value])]
101 record.opt_out = active_subscription_list.opt_out
104 record.opt_out = False
/dports/dns/p5-Net-DRI/Net-DRI-0.96/lib/Net/DRI/Data/Contact/
H A DNominet.pm108 push @errs,'opt_out' if (defined($self->opt_out()) && $self->opt_out()!~m/^[YN]$/i);
117 if (defined($self->type()) && defined($self->opt_out()))
119 … if type is not IND or FIND') if ($self->type()!~m/^(?:IND|FIND)$/ && lc($self->opt_out()) ne 'n');
/dports/devel/clinfo/clinfo-3.0.21.02.21/src/
H A Dclinfo.c569 const struct opt_out *output) in strbuf_name_version()
645 const struct opt_out *output) in platform_info_ulong()
657 const struct opt_out *output) in platform_info_sz()
669 const struct opt_out *output) in platform_info_version()
691 const struct opt_out *output) in platform_info_ext_version()
719 const struct opt_out *);
1269 const struct opt_out *output) in device_info_bool()
1282 const struct opt_out *output) in device_info_bits()
1292 const struct opt_out *output) in device_info_version()
2531 const struct opt_out *);
[all …]

123456