Home
last modified time | relevance | path

Searched refs:opt_f (Results 126 – 150 of 415) sorted by relevance

12345678910>>...17

/dports/www/calamaris-devel/calamaris-2.99.4.5/
H A Dcalamaris218 if ( not defined $opt_f or $opt_f eq 'auto' ) {
228 $opt_f = 'its';
240 $opt_f = 'nc';
244 $opt_f = 'elff';
248 $opt_f = 'nse';
279 if ( not defined $opt_f or $opt_f eq 'auto' ) {
692 unless $opt_f eq 'squid-old' or $opt_f eq 'elff' or $opt_f eq 'nse';
752 unless $opt_f eq 'squid-old' or $opt_f eq 'elff' or $opt_f eq 'nse';
1103 unless $opt_f eq 'squid-old' or $opt_f eq 'elff' or $opt_f eq 'nse';
1176 unless $opt_f eq 'squid-old' or $opt_f eq 'elff' or $opt_f eq 'nse';
[all …]
/dports/textproc/csvdiff/csvdiff-1.7_1/
H A Dcsvdiff.pl41 our ($opt_s, $opt_S, $opt_a, $opt_e, $opt_c, $opt_k, $opt_t, $opt_i, $opt_f);
504 if($opt_f) {
1017 if (defined $opt_f) {
1019 $s_fadeout_cols = $opt_f;
1207 print " Fade-out column(s) : $opt_f\n" if($opt_f);
1249 if($opt_f) {
/dports/security/signing-party/signing-party-8f6c9d59d8edbb08dade7bac06417fce07626f7f/springgraph/
H A Dspringgraph156 $opt_f
246 if ($opt_f)
248 $opt_f =~ m/^([^:]+)((:[^:]*)(:\d*)?)?$/ or die "Invalid font: $opt_f";
529 $im->useFontConfig(1) if $opt_f;
621 if ($opt_f) {
/dports/mail/postfix-current/postfix-3.7-20211107/mantools/
H A Dfixman26 $opt_f = undef;
40 $text =~ s/\.\s.*/.\n/s unless $opt_f;
/dports/news/fidogate4/fidogate-4.4.10/scripts/nodelist/
H A Dnl-2hosts.pl42 if($opt_f) {
43 $filter = $opt_f;
/dports/lang/perl5.34/perl-5.34.0/cpan/Pod-Perldoc/lib/Pod/
H A DPerldoc.pm536 if( $self->opt_f) { @pages = qw(perlfunc perlop) }
819 if( $self->opt_f or $self->opt_q or $self->opt_a) {
821 $count++ if $self->opt_f;
949 $self->search_perlfunc($found_things, \@dynamic_pod) if $self->opt_f;
955 if( ! $self->opt_f and ! $self->opt_q and ! $self->opt_v and ! $self->opt_a) {
968 my $in_list = !$self->not_dynamic && $self->opt_f || $self->opt_v || $self->opt_a;
1167 my $thing = $self->opt_f;
1312 my $search_re = ($self->opt_f =~ /^-[rwxoRWXOeszfdlpSbctugkTBMAC]$/)
1313 ? '(?:I<)?-X' : quotemeta($self->opt_f) ;
1345 last if( grep{ $self->opt_f eq $_ }@perlops );
[all …]
/dports/lang/perl5.30/perl-5.30.3/cpan/Pod-Perldoc/lib/Pod/
H A DPerldoc.pm536 if( $self->opt_f) { @pages = qw(perlfunc perlop) }
819 if( $self->opt_f or $self->opt_q or $self->opt_a) {
821 $count++ if $self->opt_f;
949 $self->search_perlfunc($found_things, \@dynamic_pod) if $self->opt_f;
955 if( ! $self->opt_f and ! $self->opt_q and ! $self->opt_v and ! $self->opt_a) {
968 my $in_list = !$self->not_dynamic && $self->opt_f || $self->opt_v || $self->opt_a;
1167 my $thing = $self->opt_f;
1312 my $search_re = ($self->opt_f =~ /^-[rwxoRWXOeszfdlpSbctugkTBMAC]$/)
1313 ? '(?:I<)?-X' : quotemeta($self->opt_f) ;
1345 last if( grep{ $self->opt_f eq $_ }@perlops );
[all …]
/dports/lang/perl5.32/perl-5.32.1/cpan/Pod-Perldoc/lib/Pod/
H A DPerldoc.pm536 if( $self->opt_f) { @pages = qw(perlfunc perlop) }
819 if( $self->opt_f or $self->opt_q or $self->opt_a) {
821 $count++ if $self->opt_f;
949 $self->search_perlfunc($found_things, \@dynamic_pod) if $self->opt_f;
955 if( ! $self->opt_f and ! $self->opt_q and ! $self->opt_v and ! $self->opt_a) {
968 my $in_list = !$self->not_dynamic && $self->opt_f || $self->opt_v || $self->opt_a;
1167 my $thing = $self->opt_f;
1312 my $search_re = ($self->opt_f =~ /^-[rwxoRWXOeszfdlpSbctugkTBMAC]$/)
1313 ? '(?:I<)?-X' : quotemeta($self->opt_f) ;
1345 last if( grep{ $self->opt_f eq $_ }@perlops );
[all …]
/dports/textproc/p5-Pod-Perldoc/Pod-Perldoc-3.25/lib/Pod/
H A DPerldoc.pm533 if( $self->opt_f) { @pages = qw(perlfunc perlop) }
813 if( $self->opt_f or $self->opt_q or $self->opt_a) {
815 $count++ if $self->opt_f;
940 $self->search_perlfunc($found_things, \@dynamic_pod) if $self->opt_f;
946 if( ! $self->opt_f and ! $self->opt_q and ! $self->opt_v and ! $self->opt_a) {
959 my $in_list = !$self->not_dynamic && $self->opt_f || $self->opt_v || $self->opt_a;
1156 my $thing = $self->opt_f;
1301 my $search_re = ($self->opt_f =~ /^-[rwxoRWXOeszfdlpSbctugkTBMAC]$/)
1302 ? '(?:I<)?-X' : quotemeta($self->opt_f) ;
1334 last if( grep{ $self->opt_f eq $_ }@perlops );
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Pod-Perldoc/lib/Pod/
H A DPerldoc.pm536 if( $self->opt_f) { @pages = qw(perlfunc perlop) }
819 if( $self->opt_f or $self->opt_q or $self->opt_a) {
821 $count++ if $self->opt_f;
949 $self->search_perlfunc($found_things, \@dynamic_pod) if $self->opt_f;
955 if( ! $self->opt_f and ! $self->opt_q and ! $self->opt_v and ! $self->opt_a) {
968 my $in_list = !$self->not_dynamic && $self->opt_f || $self->opt_v || $self->opt_a;
1167 my $thing = $self->opt_f;
1312 my $search_re = ($self->opt_f =~ /^-[rwxoRWXOeszfdlpSbctugkTBMAC]$/)
1313 ? '(?:I<)?-X' : quotemeta($self->opt_f) ;
1345 last if( grep{ $self->opt_f eq $_ }@perlops );
[all …]
/dports/devel/p5-Algorithm-Diff/Algorithm-Diff-1.1903/
H A Ddiffnew.pl51 my ($opt_c, $opt_u, $opt_e, $opt_f, $opt_q, $opt_i, $opt_w);
68 $opt_f = 1;
95 if ($opt_q and grep($_,($opt_c, $opt_f, $opt_u)) > 1) {
99 if (grep($_,($opt_c, $opt_e, $opt_f, $opt_u)) > 1) {
/dports/math/gap/gap-4.11.0/etc/
H A Dconvert.pl1685 if ($opt_f) {
1686 print "[<a href=\"$opt_f\">Top</a>] "
1848 if ($opt_f) {
1849 print "[<a href=\"$opt_f\">Top</a>] "
1892 if ($opt_f) {
1893 print "[<a href=\"$opt_f\">Top</a>] "
2031 if ($opt_f) {
2032 print "[<a href=\"$opt_f\">Top</a>] "
2096 if ($opt_f) {
/dports/math/gap/gap-4.11.0/pkg/sonata-2.9.1/doc/
H A Dconvert.pl1685 if ($opt_f) {
1686 print "[<a href=\"$opt_f\">Top</a>] "
1848 if ($opt_f) {
1849 print "[<a href=\"$opt_f\">Top</a>] "
1892 if ($opt_f) {
1893 print "[<a href=\"$opt_f\">Top</a>] "
2031 if ($opt_f) {
2032 print "[<a href=\"$opt_f\">Top</a>] "
2096 if ($opt_f) {
/dports/textproc/greple/greple-5ad6491/bin/
H A Dgreple208 my @opt_f;
250 'f|file=s' => \@opt_f,
464 if (@opt_f) {
465 for my $opt_f (@opt_f) {
467 $opt_f);
/dports/lang/perl5.32/perl-5.32.1/cpan/CPAN-Meta/lib/CPAN/
H A DMeta.pm528 my $opt_f = $self->optional_features;
529 my @features = map {; CPAN::Meta::Feature->new($_ => $opt_f->{ $_ }) }
530 keys %$opt_f;
/dports/lang/perl5.30/perl-5.30.3/cpan/CPAN-Meta/lib/CPAN/
H A DMeta.pm528 my $opt_f = $self->optional_features;
529 my @features = map {; CPAN::Meta::Feature->new($_ => $opt_f->{ $_ }) }
530 keys %$opt_f;
/dports/lang/perl5.34/perl-5.34.0/cpan/CPAN-Meta/lib/CPAN/
H A DMeta.pm528 my $opt_f = $self->optional_features;
529 my @features = map {; CPAN::Meta::Feature->new($_ => $opt_f->{ $_ }) }
530 keys %$opt_f;
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/curl/lib/
H A Dmk-ca-bundle.pl37 use vars qw($opt_b $opt_d $opt_f $opt_h $opt_i $opt_l $opt_n $opt_p $opt_q $opt_s $opt_t $opt_u $op…
310 exit 0 if -e $crt && !$opt_f;
332 if(!$opt_f && $oldsha1 eq $newsha1) {
/dports/finance/p5-PayflowPro/PayflowPro-4706/
H A Dmk-ca-bundle.pl37 use vars qw($opt_b $opt_d $opt_f $opt_h $opt_i $opt_l $opt_n $opt_p $opt_q $opt_s $opt_t $opt_u $op…
310 exit 0 if -e $crt && !$opt_f;
332 if(!$opt_f && $oldsha1 eq $newsha1) {
/dports/net/liblinphone/linphone-3.12.0/scripts/
H A Dmk-ca-bundle.pl37 use vars qw($opt_b $opt_d $opt_f $opt_h $opt_i $opt_l $opt_n $opt_p $opt_q $opt_s $opt_t $opt_u $op…
310 exit 0 if -e $crt && !$opt_f;
332 if(!$opt_f && $oldsha1 eq $newsha1) {
/dports/devel/p5-CPAN-Meta/CPAN-Meta-2.150010/lib/CPAN/
H A DMeta.pm528 my $opt_f = $self->optional_features;
529 my @features = map {; CPAN::Meta::Feature->new($_ => $opt_f->{ $_ }) }
530 keys %$opt_f;
/dports/www/h2o-devel/h2o-dcc7134/misc/
H A Dmk-ca-bundle.pl37 use vars qw($opt_b $opt_d $opt_f $opt_h $opt_i $opt_l $opt_n $opt_p $opt_q $opt_s $opt_t $opt_u $op…
310 exit 0 if -e $crt && !$opt_f;
332 if(!$opt_f && $oldsha1 eq $newsha1) {
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/CPAN-Meta/lib/CPAN/
H A DMeta.pm528 my $opt_f = $self->optional_features;
529 my @features = map {; CPAN::Meta::Feature->new($_ => $opt_f->{ $_ }) }
530 keys %$opt_f;
/dports/news/inn-current/inn-2.7-20211226/frontends/
H A Dpullnews.in242 use vars qw($opt_a $opt_b $opt_B $opt_c $opt_C $opt_d $opt_f $opt_F
288 die "``-f'' value not 0.0-1.0: $opt_f\n" if defined $opt_f and $opt_f !~ /^([01](\.0*)?|0?\.\d+)…
703 $toget = ceil($toget * $opt_f) if defined $opt_f;
723 last if defined $opt_f and $count >= $toget;
/dports/news/inn/inn-2.6.4/frontends/
H A Dpullnews.in241 use vars qw($opt_a $opt_b $opt_B $opt_c $opt_C $opt_d $opt_f $opt_F
287 die "``-f'' value not 0.0-1.0: $opt_f\n" if defined $opt_f and $opt_f !~ /^([01](\.0*)?|0?\.\d+)…
702 $toget = ceil($toget * $opt_f) if defined $opt_f;
722 last if defined $opt_f and $count >= $toget;

12345678910>>...17