Home
last modified time | relevance | path

Searched refs:mirrors (Results 176 – 200 of 6869) sorted by relevance

12345678910>>...275

/dports/math/libRmath/R-4.1.1/doc/
H A DBioC_mirrors.csv8 United Kingdom (Hinxton) [https],United Kingdom,Hinxton,https://mirrors.ebi.ac.uk/bioconductor/,Eur…
9 United Kingdom (Hinxton),United Kingdom,Hinxton,http://mirrors.ebi.ac.uk/bioconductor/,European Bio…
14 …https],China,Anhui,https://mirrors.ustc.edu.cn/bioc/,University of Science and Technology of China…
15 …(Anhui),China,Anhui,http://mirrors.ustc.edu.cn/bioc/,University of Science and Technology of China…
/dports/textproc/wiggle/wiggle-1.3/tests/linux/md-resync/
H A Dmerge335 if (conf->mirrors[i].operational) {
336 *rdev = conf->mirrors[i].dev;
774 struct mirror_info * mirrors = conf->mirrors;
786 if (mirrors[i].dev==dev && mirrors[i].operational)
822 tmp = conf->mirrors + i;
891 tmp = conf->mirrors + i;
917 tmp = conf->mirrors + i;
933 tmp = conf->mirrors + i;
953 tmp = conf->mirrors + i;
1629 disk = conf->mirrors + disk_idx;
[all …]
/dports/devel/buildstream/BuildStream-1.2.8/buildstream/
H A Dsource.py636 mirrors = project.first_pass_config.mirrors
638 mirrors = project.config.mirrors
639 if not mirrors or not alias:
936 mirrors = project.first_pass_config.mirrors
938 mirrors = project.config.mirrors
940 if not mirrors or not alias:
/dports/devel/p5-Module-CPANfile/Module-CPANfile-1.1004/t/
H A Dmirror.t32 my $mirrors = $file->mirrors;
33 is_deeply $mirrors, [ 'http://www.cpan.org', 'http://backpan.cpan.org' ];
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/
H A DSessionCRANMirrors.cpp154 std::vector<std::string> mirrors; in isKnownSecureMirror() local
155 mirrors.push_back("http://cran.rstudio.com/"); in isKnownSecureMirror()
156 return std::find(mirrors.begin(), mirrors.end(), url) != mirrors.end(); in isKnownSecureMirror()
/dports/math/giacxcas/CoCoALib-0.99700/src/CoCoA-5/QCodeEdit/snippets/
H A Dqsnippet.cpp166 ph.unresolvedMirrors << baseSize << ph.mirrors.count(); in parsePlaceHolder()
167 ph.mirrors << a; in parsePlaceHolder()
282 const Anchor& a = it->mirrors.at(anchor); in loadSnippet()
299 for ( int i = 0; i < it->mirrors.count(); ++i ) in loadSnippet()
300 performRelocation(it->mirrors[i], relocationTable, it->length); in loadSnippet()
368 foreach ( const Anchor& a, ph.mirrors ) in insert()
369 …eph.mirrors << QDocumentCursor(d, line + a.lineOffset, a.columnOffset + (a.lineOffset ? 0 : column… in insert()
/dports/math/cocoalib/CoCoALib-0.99712/src/CoCoA-5/QCodeEdit/snippets/
H A Dqsnippet.cpp166 ph.unresolvedMirrors << baseSize << ph.mirrors.count(); in parsePlaceHolder()
167 ph.mirrors << a; in parsePlaceHolder()
282 const Anchor& a = it->mirrors.at(anchor); in loadSnippet()
299 for ( int i = 0; i < it->mirrors.count(); ++i ) in loadSnippet()
300 performRelocation(it->mirrors[i], relocationTable, it->length); in loadSnippet()
368 foreach ( const Anchor& a, ph.mirrors ) in insert()
369 …eph.mirrors << QDocumentCursor(d, line + a.lineOffset, a.columnOffset + (a.lineOffset ? 0 : column… in insert()
/dports/misc/librepo/librepo-1.14.2/tests/python/tests/
H A Dtest_yum_repo_downloading.py164 self.assertFalse(h.mirrors)
288 self.assertFalse(h.mirrors)
473 self.assertFalse(h.mirrors)
537 self.assertFalse(h.mirrors)
580 self.assertFalse(h.mirrors)
623 self.assertFalse(h.mirrors)
667 self.assertFalse(h.mirrors)
1680 self.assertTrue(h.mirrors)
1702 self.assertTrue(h.mirrors)
1710 self.assertTrue(h.mirrors)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/daemon/
H A Dreload_test.go117 mirrors []string
124 mirrors: []string{"10.10.1.11:5000"}, // this mirror is invalid
129 mirrors: []string{"mirror.test1.com"}, // this mirror is invalid
134 mirrors: []string{"10.10.1.11:5000", "mirror.test1.com"}, // mirrors are invalid
139 mirrors: []string{"https://mirror.test1.com", "https://mirror.test4.com"},
146 valuesSets["registry-mirrors"] = value.mirrors
151 Mirrors: value.mirrors,
160 t.Fatalf("Expected daemon reload error with invalid mirrors: %s, while get nil", value.mirrors)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/artifact/repository/
H A DMirrorSelectorTest.java281 MirrorInfo[] mirrors = templist.toArray(new MirrorInfo[originals.size()]); in testSorting() local
282 Arrays.sort(mirrors, comparator); in testSorting()
283 assertList(originals, mirrors); in testSorting()
317 private void assertList(List<MirrorInfo> originallist, MirrorInfo[] mirrors) { in assertList() argument
318 assertEquals("length", originallist.size(), mirrors.length); in assertList()
320 assertEquals("equal mirror_" + i, originallist.get(i), mirrors[i]); in assertList()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/api/
H A Dremote_mirrors.md8 # Project remote mirrors API **(FREE)**
10 [Push mirrors](../user/project/repository/mirror/push.md)
11 defined on a project's repository settings are called "remote mirrors", and the
12 state of these mirrors can be queried and modified via the remote mirror API
15 ## List a project's remote mirrors
19 Returns an Array of remote mirrors and their statuses:
/dports/net-mgmt/glpi-plugins-fusioninventory-server/fusioninventory-for-glpi-glpi090-1.5/inc/
H A Ddeploymirror.class.php97 $mirrors = array();
100 $mirrors[] = $result['url'];
111 $mirrors[] = PluginFusioninventoryAgentmodule::getUrlForModule('DEPLOY', $entities_id)
115 return $mirrors;
/dports/sysutils/aptly/aptly-1.4.0/completion.d/
H A D_aptly51 "list[show full list of mirrors]" \
144 # get list of mirrors, or ' ' if none
146 # retrieve list of mirrors
149 [[ -z $mirrors ]] && mirrors=" " || mirrors="($mirrors)"
150 echo $mirrors
175 local mirrors=$(get_mirrors)
197 "(-)2:mirror name:$mirrors"
202 "(-)2:mirror name:$mirrors"
213 "(-)2:mirror name:$mirrors"
279 local mirrors=$(get_mirrors)
[all …]
/dports/textproc/wiggle/wiggle-1.3/tests/linux/raid1-A/
H A Dmerge1306 rdev = conf->mirrors[d].rdev;
1325 rdev = conf->mirrors[d].rdev;
1496 rdev = conf->mirrors[d].rdev;
1914 if (!conf->mirrors)
1968 disk = conf->mirrors + i;
2004 kfree(conf->mirrors);
2113 kfree(conf->mirrors);
2148 * 2/ resize conf->mirrors
2184 if (conf->mirrors[d].rdev)
2234 kfree(conf->mirrors);
[all …]
H A Dorig1261 rdev = conf->mirrors[d].rdev;
1280 rdev = conf->mirrors[d].rdev;
1451 rdev = conf->mirrors[d].rdev;
1869 if (!conf->mirrors)
1912 disk = conf->mirrors + i;
1948 kfree(conf->mirrors);
2057 kfree(conf->mirrors);
2092 * 2/ resize conf->mirrors
2128 if (conf->mirrors[d].rdev)
2178 kfree(conf->mirrors);
[all …]
/dports/mail/perdition/perdition-2.2/
H A DREADME50 ftp://ftp.rpm.org/pub/rpm/ and mirrors.
53 ftp://ftp.gnu.org/pub/gnu/gettext/ and mirrors.
57 http://horms.net/projects/vanessa/download/vanessa_logger/ and mirrors.
61 http://horms.net/projects/vanessa/download/vanessa_adt/ and mirrors.
65 http://horms.net/projects/vanessa/download/vanessa_socket/ and mirrors.
/dports/www/chromium-legacy/chromium-88.0.4324.182/infra/config/subprojects/chromium/
H A Dci.star523 cq_mirrors_console_view = "mirrors",
535 cq_mirrors_console_view = "mirrors",
547 cq_mirrors_console_view = "mirrors",
559 cq_mirrors_console_view = "mirrors",
571 cq_mirrors_console_view = "mirrors",
584 cq_mirrors_console_view = "mirrors",
598 cq_mirrors_console_view = "mirrors",
610 cq_mirrors_console_view = "mirrors",
622 cq_mirrors_console_view = "mirrors",
682 cq_mirrors_console_view = "mirrors",
[all …]
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/tools/docker/
H A DDockerfile18 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
19 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
20 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
21 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
22 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
23 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
24 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
25 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
26 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
27 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
[all …]
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/tools/docker/
H A DDockerfile18 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
19 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
20 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
21 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
22 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
23 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
24 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
25 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
26 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
27 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
[all …]
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/tools/docker/
H A DDockerfile18 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
19 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
20 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
21 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
22 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
23 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
24 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
25 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
26 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
27 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
[all …]
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/tools/docker/
H A DDockerfile18 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
19 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
20 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
21 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
22 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
23 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
24 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
25 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
26 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
27 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
[all …]
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/tools/docker/
H A DDockerfile18 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
19 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
20 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
21 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
22 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
23 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
24 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
25 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
26 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
27 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
[all …]
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/tools/docker/
H A DDockerfile18 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
19 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
20 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
21 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
22 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
23 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
24 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
25 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
26 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
27 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
[all …]
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/tools/docker/
H A DDockerfile18 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
19 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
20 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
21 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
22 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
23 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
24 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
25 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
26 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
27 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
[all …]
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/tools/docker/
H A DDockerfile18 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
19 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
20 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
21 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
22 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
23 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
24 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
25 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
26 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
27 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc…
[all …]

12345678910>>...275