Home
last modified time | relevance | path

Searched refs:mirrors (Results 1 – 25 of 49) sorted by relevance

12

/openbsd/src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
DMirrors.pm58 mirrors => [],
117 sub mirrors { subroutine
119 return @{$self->{mirrors}} unless @countries;
122 for my $m (@{$self->{mirrors}}) {
134 sub get_mirrors_by_countries { &mirrors }
150 $self->mirrors( $self->get_countries_by_continents( @$continents ) );
233 $count += $self->mirrors( $self->countries($continent) );
399 my @mirrors = $self->mirrors( $self->countries($c) );
400 printf "Testing %s (%d mirrors)\n", $c, scalar @mirrors
403 next CONT unless @mirrors;
[all …]
/openbsd/src/distrib/notes/
Dmirrors1 dnl $OpenBSD: mirrors,v 1.120 2016/09/02 12:17:32 tb Exp $
44 http://mirrors.ucr.ac.cr/OpenBSD
45 ftp://mirrors.ucr.ac.cr/OpenBSD
66 http://mirrors.ircam.fr/pub/OpenBSD (Paris)
67 ftp://mirrors.ircam.fr/pub/OpenBSD (Paris)
83 http://ftp.cc.uoc.gr/mirrors/OpenBSD (Heraklion)
84 ftp://ftp.cc.uoc.gr/mirrors/OpenBSD (Heraklion)
124 http://mirrors.isu.net.sa/pub/ftp.openbsd.org (Riyadh)
125 ftp://mirrors.isu.net.sa/pub/ftp.openbsd.org (Riyadh)
173 http://openbsd.mirrors.hoobly.com (Pittsburgh, PA)
[all …]
DMakefile12 DEP= $(SRC) $(.CURDIR)/mirrors $(.CURDIR)/$M/whatis $(.CURDIR)/$M/contents \
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN/lib/App/
DCpan.pm846 my $mirrors = CPAN::Mirrors->new( _mirror_file() );
847 my @continents = $mirrors->find_best_continents;
849 my @mirrors = $mirrors->get_mirrors_by_continents( $continents[0] );
850 my @timings = $mirrors->get_mirrors_timings( \@mirrors );
985 my $mirrors = CPAN::Mirrors->new( _mirror_file() );
987 my @mirrors = $mirrors->best_mirrors(
992 foreach my $mirror ( @mirrors ) {
998 map { $_->http } @mirrors
/openbsd/src/gnu/usr.bin/texinfo/
DREADME15 (list of mirrors at: http://www.gnu.org/prep/ftp.html)
18 (list of mirrors at: http://www.gnu.org/server/list-mirrors.html)
DNEWS311 (and mirrors).
/openbsd/src/gnu/usr.bin/texinfo/doc/
DREADME35 ftp://ftp.gnu.org/gnu/texinfo/texinfo.tex (and all GNU mirrors)
36 ftp://tug.org/tex/texinfo.tex (and all CTAN mirrors)
/openbsd/src/distrib/notes/landisk/
Dxfer11 OpenBSD mirrors over the internet, you may wish to transfer the sets to
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/
DVanilla-Perl.tml60 url: http://mirrors.kernel.org/CPAN/src/perl-5.8.8.tar.gz
167 url => 'http://mirrors.kernel.org/CPAN/src/perl-5.8.8.tar.gz',
/openbsd/src/gnu/llvm/llvm/docs/Proposals/
DGitHubMove.rst97 In addition, there are already multiple LLVM mirrors on GitHub, indicating that
261 Read-only sub-project mirrors
265 mirrors (e.g. https://git.llvm.org/git/compiler-rt.git) will continue to
283 use the SVN bridge or the single-subproject Git mirrors. However, it's
288 sub-project Git mirrors would addresses this.
548 mirrors. You have one or more git branches that you want to migrate
607 # Assumes local work on local split mirrors is on main (and
672 mirrors as submodules, similar to the multirepo umbrella proposed
/openbsd/src/distrib/notes/sparc64/
Dxfer19 OpenBSD mirrors over the internet, you may wish to transfer the sets to
/openbsd/src/usr.bin/calendar/calendars/
Dcalendar.openbsd104 Nov 01 OpenBSD 3.2 released, ftp mirrors preload for the first time, 2002
/openbsd/src/gnu/usr.bin/perl/
DREADME.hpux85 H.Merijn Brand's site at L<http://mirrors.develooper.com/hpux/#Perl>.
418 from the sources (available from e.g. L<http://gcc.gnu.org/mirrors.html>)
427 gcc binaries available on L<http://mirrors.develooper.com/hpux/> and/or
497 on H.Merijn's site (L<http://mirrors.develooper.com/hpux/>). The use of PTH
DREADME.macosx57 that mirrors that of Apple's default Perl, with core modules stored in
/openbsd/src/gnu/llvm/llvm/cmake/modules/
DLLVMExternalProjectUtils.cmake108 # The below logic mirrors cmake's own implementation
/openbsd/src/gnu/llvm/llvm/docs/
DFuzzingLLVM.rst111 Interface of this fuzzer almost directly mirrors ``llvm-isel-fuzzer``. Both
/openbsd/src/gnu/usr.bin/perl/Porting/
Dhow_to_write_a_perldelta.pod58 C<[rt.cpan.org #43010]>. This mirrors how rt.cpan.org subject lines appear.
/openbsd/src/gnu/usr.bin/perl/pod/
Dperl5121delta.pod90 We updated the GitHub mirror link in L<perlrepository> to mirrors/perl, not github/perl
/openbsd/src/gnu/usr.bin/perl/cpan/perlfaq/lib/
Dperlfaq2.pod95 L<http://www.cpan.org/SITES.html> lists all mirrors.
/openbsd/src/gnu/usr.bin/texinfo/djgpp/
DREADME24 SimTel.NET mirrors, in the v2gnu directory.
/openbsd/src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/
DLangImpl06.rst330 This AST node is very simple and obvious by now. It directly mirrors the
DLangImpl05.rst742 the loop should exit. This mirrors the condition evaluation for the
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64SchedCyclone.td100 // This mirrors sections 7.7-7.9 of the Tuning Guide v1.0.1.
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.td359 // VSX register classes (the allocation order mirrors that of the corresponding
/openbsd/src/gnu/lib/libreadline/
DCHANGES143 c. New readline variable: rl_readline_version, mirrors RL_READLINE_VERSION.

12