Home
last modified time | relevance | path

Searched refs:opt_exclude (Results 1 – 25 of 57) sorted by relevance

123

/dports/editors/libreoffice/libreoffice-7.2.6.2/postprocess/signing/
H A Dsigning.pl31 my $opt_exclude = ""; # file with a list of not signable dll and exe files
50 get_exclude_files() if ($opt_exclude ne "");
75 'd=s' => \$opt_desc, 'e=s'=>\$opt_exclude, 'f=s'=>\$opt_pfxfile, 'l=s'=>\$opt_log,
88 if ( -e $opt_exclude ) {
90 open( IN, "<$opt_exclude") || die "Can't open exclude file $opt_exclude\n";
98 print_error("Can't open $opt_exclude file!\n");
/dports/editors/libreoffice6/libreoffice-6.4.7.2/postprocess/signing/
H A Dsigning.pl31 my $opt_exclude = ""; # file with a list of not signable dll and exe files
50 get_exclude_files() if ($opt_exclude ne "");
75 'd=s' => \$opt_desc, 'e=s'=>\$opt_exclude, 'f=s'=>\$opt_pfxfile, 'l=s'=>\$opt_log,
88 if ( -e $opt_exclude ) {
90 open( IN, "<$opt_exclude") || die "Can't open exclude file $opt_exclude\n";
98 print_error("Can't open $opt_exclude file!\n");
/dports/textproc/makepatch/makepatch-2.05/script/
H A Dmakepatch44 my @opt_exclude; # list of excludes (wildcards)
128 unshift (@opt_exclude, qw(p.* s.* SCCS));
133 unshift (@opt_exclude, ',*', '*,v', qw(RCS RCSLOG));
139 unshift (@opt_exclude, cvs_ignore($_)) if -s $_;
142 unshift (@opt_exclude, '.#*', '#*',
150 unshift (@opt_exclude,
429 if ( @opt_exclude ) {
431 foreach $pat ( @opt_exclude ) {
1184 "exclude=s@" => \@opt_exclude,
/dports/lang/spidermonkey78/firefox-78.9.0/tools/rb/
H A Dmake-tree.pl53 if ($::opt_exclude) {
54 open(EXCLUDE, "<".$::opt_exclude)
/dports/lang/spidermonkey60/firefox-60.9.0/tools/rb/
H A Dmake-tree.pl53 if ($::opt_exclude) {
54 open(EXCLUDE, "<".$::opt_exclude)
/dports/mail/thunderbird/thunderbird-91.8.0/tools/rb/
H A Dmake-tree.pl53 if ($::opt_exclude) {
54 open(EXCLUDE, "<".$::opt_exclude)
/dports/www/firefox/firefox-99.0/tools/rb/
H A Dmake-tree.pl53 if ($::opt_exclude) {
54 open(EXCLUDE, "<".$::opt_exclude)
/dports/www/firefox-legacy/firefox-52.8.0esr/tools/rb/
H A Dmake-tree.pl53 if ($::opt_exclude) {
54 open(EXCLUDE, "<".$::opt_exclude)
/dports/www/firefox-esr/firefox-91.8.0/tools/rb/
H A Dmake-tree.pl53 if ($::opt_exclude) {
54 open(EXCLUDE, "<".$::opt_exclude)
/dports/devel/tla/tla-1.3.5/src/tla/libarch/
H A Dcmd-undo.c66 OP (opt_exclude, "x", "exclude FILE", 1, \
192 case opt_exclude: in arch_cmd_undo()
H A Dcmd-diff.c83 OP (opt_exclude, "x", "exclude FILE", 1, \
238 case opt_exclude: in arch_cmd_diff()
H A Dcmd-commit.c63 OP (opt_exclude, "x", "exclude FILE", 1, \
263 case opt_exclude: in arch_cmd_commit()
/dports/textproc/greple/greple-5ad6491/bin/
H A Dgreple169 my @opt_exclude;
269 'exclude=s' => \@opt_exclude,
690 [ "exclude", \@opt_exclude, 1 ], # need &
705 [ \@opt_exclude, REGION_OUTSIDE | REGION_INTERSECT ])
/dports/net/samba412/samba-4.12.15/selftest/
H A Dselftest.pl49 my @opt_exclude = ();
258 'exclude=s' => \@opt_exclude,
502 foreach (@opt_exclude) {
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dgrep.c835 int cached = 0, untracked = 0, opt_exclude = -1; in cmd_grep() local
856 OPT_SET_INT(0, "exclude-standard", &opt_exclude, in cmd_grep()
1177 int use_exclude = (opt_exclude < 0) ? use_index : !!opt_exclude; in cmd_grep()
1179 } else if (0 <= opt_exclude) { in cmd_grep()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dgrep.c835 int cached = 0, untracked = 0, opt_exclude = -1; in cmd_grep() local
856 OPT_SET_INT(0, "exclude-standard", &opt_exclude, in cmd_grep()
1177 int use_exclude = (opt_exclude < 0) ? use_index : !!opt_exclude; in cmd_grep()
1179 } else if (0 <= opt_exclude) { in cmd_grep()
/dports/devel/git/git-2.34.1/builtin/
H A Dgrep.c835 int cached = 0, untracked = 0, opt_exclude = -1; in cmd_grep() local
856 OPT_SET_INT(0, "exclude-standard", &opt_exclude, in cmd_grep()
1177 int use_exclude = (opt_exclude < 0) ? use_index : !!opt_exclude; in cmd_grep()
1179 } else if (0 <= opt_exclude) { in cmd_grep()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dgrep.c835 int cached = 0, untracked = 0, opt_exclude = -1; in cmd_grep() local
856 OPT_SET_INT(0, "exclude-standard", &opt_exclude, in cmd_grep()
1177 int use_exclude = (opt_exclude < 0) ? use_index : !!opt_exclude; in cmd_grep()
1179 } else if (0 <= opt_exclude) { in cmd_grep()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dgrep.c835 int cached = 0, untracked = 0, opt_exclude = -1; in cmd_grep() local
856 OPT_SET_INT(0, "exclude-standard", &opt_exclude, in cmd_grep()
1177 int use_exclude = (opt_exclude < 0) ? use_index : !!opt_exclude; in cmd_grep()
1179 } else if (0 <= opt_exclude) { in cmd_grep()
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dgrep.c799 int cached = 0, untracked = 0, opt_exclude = -1; in cmd_grep() local
820 OPT_SET_INT(0, "exclude-standard", &opt_exclude, in cmd_grep()
1131 int use_exclude = (opt_exclude < 0) ? use_index : !!opt_exclude; in cmd_grep()
1133 } else if (0 <= opt_exclude) { in cmd_grep()
/dports/net/samba412/samba-4.12.15/source3/utils/
H A Dnet.h71 const char *opt_exclude; member
/dports/textproc/p5-xmltv/xmltv-0.5.70/
H A DMakefile.PL62 my $opt_exclude;
67 'exclude=s' => \$opt_exclude,
1039 if (defined $opt_exclude) {
1040 foreach (split /,/, $opt_exclude) {
/dports/www/checkbot/checkbot-1.80/
H A Dcheckbot718 and not (defined $main::opt_exclude and $url =~ /$main::opt_exclude/o));
776 && (!defined $main::opt_exclude || $url !~ /$main::opt_exclude/o)) {
985 …n</td><td class='value' id='exclude'>$main::opt_exclude</td></tr>\n" if defined $main::opt_exclude;
/dports/graphics/imageindex/imageindex-2.0/
H A Dimageindex2389 if (!defined ($opt_includeall) && defined (@opt_exclude) && scalar (@opt_exclude)) {
2390 my $tmp = join (',', @opt_exclude);
2590 if (defined (@opt_exclude)) {
2595 foreach (@opt_exclude) {
2612 (@opt_exclude) = split (/,/, $utmp);
2613 my $str = join (',', @opt_exclude);
2615 foreach (@opt_exclude) {
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/tikv-jemalloc-sys-0.4.2+5.2.1-patched.2/jemalloc/bin/
H A Djeprof.in346 $main::opt_exclude = '';
419 "exclude=s" => \$main::opt_exclude,
2854 if ($main::opt_retain eq '' && $main::opt_exclude eq '') {
2873 if ($main::opt_exclude ne '' && $sym =~ m/$main::opt_exclude/) {
3404 if ($main::opt_exclude ne '') {
3405 push(@params, sprintf("exclude=%s", URLEncode($main::opt_exclude)));

123