Searched refs:opt_override (Results 1 – 11 of 11) sorted by relevance
/dports/mail/spamassassin-devel/spamassassin-1ea352210/masses/rule-qa/ |
H A D | import-logs | 13 our ( $opt_dir, $opt_override, $opt_tag ); 17 "override=s" => \$opt_override, 20 $opt_override ||= ''; 58 my @lines = (<C>, split(/\|/, $opt_override));
|
H A D | corpus-hourly | 8 our ( $corpusdir, $opt_override, $opt_tag ); 12 "override=s" => \$opt_override, 15 $opt_override ||= ''; 63 my @lines = (<C>, split(/\|/, $opt_override));
|
H A D | reports-from-logs | 8 our ( $opt_override, $opt_tag ); 11 "override=s" => \$opt_override, 14 $opt_override ||= ''; 72 my @lines = (<C>, split(/\|/, $opt_override));
|
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmdata/libsrc/ |
H A D | dcencdoc.cc | 80 opt_override(OFFalse), in DcmEncapsulatedDocument() 309 if (!opt_override) in getCDAData() 334 if (!opt_override) in getCDAData() 356 if (!opt_override) in getCDAData() 378 if (!opt_override) in getCDAData() 408 if (!opt_override) in getCDAData() 431 if (!opt_override) in getCDAData() 453 if (!opt_override) in getCDAData() 475 if (!opt_override) in getCDAData() 696 opt_override = OFTrue; in parseArguments() [all …]
|
/dports/security/clamav-lts/clamav-0.103.5/libclamav/ |
H A D | regex_pcre.c | 138 …gned match_limit, long long unsigned match_limit_recursion, unsigned int options, int opt_override) in cli_pcre_compile() argument 164 if (opt_override) in cli_pcre_compile() 196 …gned match_limit, long long unsigned match_limit_recursion, unsigned int options, int opt_override) in cli_pcre_compile() argument 207 if (opt_override) in cli_pcre_compile()
|
H A D | regex_pcre.h | 81 …ned match_limit, long long unsigned match_limit_recursion, unsigned int options, int opt_override);
|
/dports/security/clamav/clamav-0.104.2/libclamav/ |
H A D | regex_pcre.c | 138 …gned match_limit, long long unsigned match_limit_recursion, unsigned int options, int opt_override) in cli_pcre_compile() argument 164 if (opt_override) in cli_pcre_compile() 196 …gned match_limit, long long unsigned match_limit_recursion, unsigned int options, int opt_override) in cli_pcre_compile() argument 207 if (opt_override) in cli_pcre_compile()
|
H A D | regex_pcre.h | 81 …ned match_limit, long long unsigned match_limit_recursion, unsigned int options, int opt_override);
|
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmdata/include/dcmtk/dcmdata/ |
H A D | dcencdoc.h | 267 OFBool opt_override; variable
|
/dports/www/hotcrp/hotcrp-2.102/src/ |
H A D | settingvalues.php | 867 if (array_key_exists($okey, $this->conf->opt_override)) 868 $oldv = $this->conf->opt_override[$okey];
|
H A D | conference.php | 90 public $opt_override = null; variable in Conf 215 foreach ($this->opt_override ? : [] as $k => $v) { 221 $this->opt_override = []; 230 $this->opt_override[$okey] = get($this->opt, $okey); 2062 $this->opt[$oname] = get($this->opt_override, $oname);
|