Searched refs:prefs (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DDistroprefs.pm76 BEGIN { __PACKAGE__->__accessor($_) for qw(prefs extension) }
159 $CPAN::Frontend->mywarn("ignoring prefs directory '$dir': $!");
203 my @prefs = eval { $self->$load_method($loader, $result) };
210 } elsif (!@prefs) {
215 prefs => [
216 map { CPAN::Distroprefs::Pref->new({ data => $_ }) } @prefs
359 for my $pref (@{ $result->prefs }) {
397 =item * C<undef>, indicating that no prefs files remain to be found
404 indicate success or failure when reading a prefs file.
416 the file from which these prefs wer
[all...]
H A DDistribution.pm382 if (my $goto = $self->prefs->{goto}) {
892 my $patches = $self->prefs->{patches};
1731 "prefs",
1976 if ($self->prefs->{pl}) {
1977 $pl_commandline = $self->prefs->{pl}{commandline};
2012 if ($self->prefs->{pl}) {
2013 $pl_env = $self->prefs->{pl}{env};
2174 if (my $goto = $self->prefs->{goto}) {
2295 if ($self->prefs->{make}) {
2296 $make_commandline = $self->prefs
2620 sub prefs { subroutine
[all...]
H A DHandleConfig.pm774 and $distro->prefs
775 and $distro->prefs->{cpanconfig}
776 and defined $distro->prefs->{cpanconfig}{$what};
777 return $distro->prefs->{cpanconfig}{$what};
H A DIndex.pm172 prefs
H A DFirstTime.pm435 to store your own prefs. Please check out the distroprefs/ directory of
436 the CPAN.pm distribution to get a quick start into the prefs system.
935 File::Spec->catdir($CPAN::Config->{cpan_home},"prefs"),
1402 $dist->{prefs}{pl}{commandline} = "$^X Makefile.PL --bootstrap";
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h7920 prefs_range prefs() { function in class:clang::final
7925 const_prefs_range prefs() const { function in class:clang::final
7926 auto Prefs = const_cast<OMPInitClause *>(this)->prefs();
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DOpenMPClause.cpp1965 for (const Expr *E : Node->prefs()) {
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/
H A DCPAN.pm3164 =item CPAN::Distribution::prefs()

Completed in 166 milliseconds