Home
last modified time | relevance | path

Searched refs:Hosts (Results 1 – 25 of 3935) sorted by relevance

12345678910>>...158

/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/cmd/
H A Dconfig-old.go29 Hosts map[string]hostConfigV1 member
39 conf.Hosts = make(map[string]hostConfigV1)
49 Hosts map[string]hostConfigV101 member
67 Hosts map[string]hostConfigV2 member
75 conf.Hosts = make(map[string]hostConfigV2)
96 conf.Hosts = make(map[string]hostConfigV3)
183 cfg.Hosts = make(map[string]hostConfigV7)
239 if _, ok := c.Hosts[alias]; !ok {
240 c.Hosts[alias] = cfg
268 if _, ok := c.Hosts[alias]; !ok {
[all …]
H A Dconfig-migrate.go79 cfgV101.Hosts[k] = hostConfigV101{
140 cfgV2.Hosts[k] = hostConfigV2{
182 cfgV3.Hosts[k] = hostConfigV3{
223 cfgV4.Hosts[host] = hostConfigV4{
261 cfgV5.Hosts[host] = hostConfigV5{
330 cfgV6.Hosts[host] = hostConfigV6{
390 cfgV7.Hosts["s3"] = hostConfigV7{
398 cfgV7.Hosts["gcs"] = hostConfigV7{
409 cfgV7.Hosts[alias] = hostConfigV7{
457 cfgV8.Hosts[host] = hostCfgV8
[all …]
H A Dconfig-fix.go63 Hosts map[string]brokenHostConfigV3 member
71 conf.Hosts = make(map[string]brokenHostConfigV3)
111 cfgV3.Hosts[host] = hostConfigV3{
159 newCfgV6.Hosts[host] = hostCfgV6
171 newCfgV6.Hosts[url.String()] = hostCfgV6
208 newConfig.Hosts = make(map[string]hostConfigV6)
218 newConfig.Hosts["s3.amazonaws.com"] = hostCfg
224 newConfig.Hosts["s3.amazonaws.com"] = hostCfg
242 newConfig.Hosts["localhost:9000"] = hostCfg
248 newConfig.Hosts["127.0.0.1:9000"] = hostCfg
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/machine/machine-7b7a141da844/libmachine/persist/persisttest/
H A Dfakestore.go6 Hosts []*host.Host member
14 for _, h := range fs.Hosts {
25 for _, h := range fs.Hosts {
35 for _, h := range fs.Hosts {
48 for i, h := range fs.Hosts {
50 fs.Hosts = append(fs.Hosts[:i], fs.Hosts[i+1:]...)
59 fs.Hosts = append(fs.Hosts, host)
/dports/sysutils/docker-machine/machine-0.16.2/libmachine/persist/persisttest/
H A Dfakestore.go6 Hosts []*host.Host member
14 for _, h := range fs.Hosts {
25 for _, h := range fs.Hosts {
35 for _, h := range fs.Hosts {
48 for i, h := range fs.Hosts {
50 fs.Hosts = append(fs.Hosts[:i], fs.Hosts[i+1:]...)
59 fs.Hosts = append(fs.Hosts, host)
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/kernel/src/
H A Dnet_adm.erl40 Hosts :: [Host :: atom()],
51 {ok, Hosts, _} -> Hosts;
185 Hosts -> expand_hosts(Hosts, Verbose)
188 -spec world_list(Hosts) -> [node()] when
189 Hosts :: [atom()].
191 world_list(Hosts) when is_list(Hosts) ->
192 expand_hosts(Hosts, silent).
195 Hosts :: [atom()],
198 world_list(Hosts, Verbose) when is_list(Hosts) ->
199 expand_hosts(Hosts, Verbose).
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/kernel/src/
H A Dnet_adm.erl40 Hosts :: [Host :: atom()],
51 {ok, Hosts, _} -> Hosts;
185 Hosts -> expand_hosts(Hosts, Verbose)
188 -spec world_list(Hosts) -> [node()] when
189 Hosts :: [atom()].
191 world_list(Hosts) when is_list(Hosts) ->
192 expand_hosts(Hosts, silent).
195 Hosts :: [atom()],
198 world_list(Hosts, Verbose) when is_list(Hosts) ->
199 expand_hosts(Hosts, Verbose).
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/kernel/src/
H A Dnet_adm.erl40 Hosts :: [Host :: atom()],
51 {ok, Hosts, _} -> Hosts;
185 Hosts -> expand_hosts(Hosts, Verbose)
188 -spec world_list(Hosts) -> [node()] when
189 Hosts :: [atom()].
191 world_list(Hosts) when is_list(Hosts) ->
192 expand_hosts(Hosts, silent).
195 Hosts :: [atom()],
198 world_list(Hosts, Verbose) when is_list(Hosts) ->
199 expand_hosts(Hosts, Verbose).
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/kernel/src/
H A Dnet_adm.erl40 Hosts :: [Host :: atom()],
51 {ok, Hosts, _} -> Hosts;
185 Hosts -> expand_hosts(Hosts, Verbose)
188 -spec world_list(Hosts) -> [node()] when
189 Hosts :: [atom()].
191 world_list(Hosts) when is_list(Hosts) ->
192 expand_hosts(Hosts, silent).
195 Hosts :: [atom()],
198 world_list(Hosts, Verbose) when is_list(Hosts) ->
199 expand_hosts(Hosts, Verbose).
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/kernel/src/
H A Dnet_adm.erl40 Hosts :: [Host :: atom()],
51 {ok, Hosts, _} -> Hosts;
185 Hosts -> expand_hosts(Hosts, Verbose)
188 -spec world_list(Hosts) -> [node()] when
189 Hosts :: [atom()].
191 world_list(Hosts) when is_list(Hosts) ->
192 expand_hosts(Hosts, silent).
195 Hosts :: [atom()],
198 world_list(Hosts, Verbose) when is_list(Hosts) ->
199 expand_hosts(Hosts, Verbose).
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/kernel/src/
H A Dnet_adm.erl40 Hosts :: [Host :: atom()],
51 {ok, Hosts, _} -> Hosts;
185 Hosts -> expand_hosts(Hosts, Verbose)
188 -spec world_list(Hosts) -> [node()] when
189 Hosts :: [atom()].
191 world_list(Hosts) when is_list(Hosts) ->
192 expand_hosts(Hosts, silent).
195 Hosts :: [atom()],
198 world_list(Hosts, Verbose) when is_list(Hosts) ->
199 expand_hosts(Hosts, Verbose).
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/kernel/src/
H A Dnet_adm.erl40 Hosts :: [Host :: atom()],
51 {ok, Hosts, _} -> Hosts;
185 Hosts -> expand_hosts(Hosts, Verbose)
188 -spec world_list(Hosts) -> [node()] when
189 Hosts :: [atom()].
191 world_list(Hosts) when is_list(Hosts) ->
192 expand_hosts(Hosts, silent).
195 Hosts :: [atom()],
198 world_list(Hosts, Verbose) when is_list(Hosts) ->
199 expand_hosts(Hosts, Verbose).
[all …]
/dports/games/stratagus/stratagus-3.2.0/src/network/
H A Dnetconnect.cpp797 Hosts[i].PlyNr = i; in Parse_Welcome()
917 Hosts[c].Clear(); in KickClient()
1004 if (Hosts[i].PlyNr && Hosts[i].Host && Hosts[i].Port) { in Update()
1051 Hosts[h].PlyNr = h; in Parse_Hello()
1125 Send_Map(Hosts[h]); in Parse_Waiting()
1438 if (Hosts[i].Host == host.getIp() && Hosts[i].Port == host.getPort()) { in FindHostIndexBy()
1468 Hosts[i].Clear(); in NetworkInitClientConnect()
1563 Hosts[i] = Hosts[j]; in NetworkServerStartGame()
1628 std::swap(Hosts[0], Hosts[HostsCount]); in NetworkServerStartGame()
1724 const CHost host(Hosts[i].Host, Hosts[i].Port); in NetworkServerStartGame()
[all …]
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/network/
H A Dnetconnect.cpp791 Hosts[i].PlyNr = i; in Parse_Welcome()
913 Hosts[c].Clear(); in KickClient()
1000 if (Hosts[i].PlyNr && Hosts[i].Host && Hosts[i].Port) { in Update()
1047 Hosts[h].PlyNr = h; in Parse_Hello()
1121 Send_Map(Hosts[h]); in Parse_Waiting()
1437 if (Hosts[i].Host == host.getIp() && Hosts[i].Port == host.getPort()) { in FindHostIndexBy()
1465 Hosts[i].Clear(); in NetworkInitClientConnect()
1566 Hosts[i] = Hosts[j]; in NetworkServerStartGame()
1631 std::swap(Hosts[0], Hosts[HostsCount]); in NetworkServerStartGame()
1723 const CHost host(Hosts[i].Host, Hosts[i].Port); in NetworkServerStartGame()
[all …]
/dports/sysutils/backuppc-devel/backuppc-cae051c/dist/BackupPC-4.3.3.20200531/lib/BackupPC/CGI/
H A DLib.pm81 $Hosts $HostsMTime $ConfigMTime $PrivAdmin
161 $Hosts = $bpc->HostInfoRead();
164 foreach my $host (keys %$Hosts) {
165 $Hosts->{$host}{moreUsers} =
216 if ( defined($Hosts->{$host}) ) {
391 @hosts = sort keys %$Hosts;
394 defined($Hosts->{$_}{moreUsers}{$User}) } keys(%$Hosts);
411 if ( defined($Hosts->{$host}) && $Hosts->{$host}{dhcp}
487 if ( defined($Hosts) && defined($host) && defined($Hosts->{$host}) ) {
527 NavSectionTitle($Lang->{Hosts});
[all …]
/dports/sysutils/backuppc-devel/backuppc-cae051c/lib/BackupPC/CGI/
H A DLib.pm81 $Hosts $HostsMTime $ConfigMTime $PrivAdmin
161 $Hosts = $bpc->HostInfoRead();
164 foreach my $host (keys %$Hosts) {
165 $Hosts->{$host}{moreUsers} =
216 if ( defined($Hosts->{$host}) ) {
391 @hosts = sort keys %$Hosts;
394 defined($Hosts->{$_}{moreUsers}{$User}) } keys(%$Hosts);
411 if ( defined($Hosts->{$host}) && $Hosts->{$host}{dhcp}
487 if ( defined($Hosts) && defined($host) && defined($Hosts->{$host}) ) {
527 NavSectionTitle($Lang->{Hosts});
[all …]
/dports/sysutils/backuppc/BackupPC-3.3.2/lib/BackupPC/CGI/
H A DLib.pm82 $Hosts $HostsMTime $ConfigMTime $PrivAdmin
162 $Hosts = $bpc->HostInfoRead();
165 foreach my $host (keys %$Hosts) {
166 $Hosts->{$host}{moreUsers} =
372 $Privileged ||= $User eq $Hosts->{$host}{user};
389 @hosts = sort keys %$Hosts;
392 defined($Hosts->{$_}{moreUsers}{$User}) } keys(%$Hosts);
409 if ( defined($Hosts->{$host}) && $Hosts->{$host}{dhcp}
475 if ( defined($Hosts) && defined($host) && defined($Hosts->{$host}) ) {
524 NavSectionTitle($Lang->{Hosts});
[all …]
/dports/sysutils/backuppc4/BackupPC-4.4.0/lib/BackupPC/CGI/
H A DLib.pm81 $Hosts $HostsMTime $ConfigMTime $PrivAdmin
158 $Hosts = $bpc->HostInfoRead();
161 foreach my $host ( keys %$Hosts ) {
162 $Hosts->{$host}{moreUsers} =
212 if ( defined($Hosts->{$host}) ) {
385 @hosts = sort keys %$Hosts;
387 …@hosts = sort grep { $Hosts->{$_}{user} eq $User || defined($Hosts->{$_}{moreUsers}{$User}) } keys…
404 …if ( defined($Hosts->{$host}) && $Hosts->{$host}{dhcp} && $ENV{REMOTE_ADDR} =~ /^(\d+[\.\d]*)$/ ) {
496 if ( defined($Hosts) && defined($host) && defined($Hosts->{$host}) ) {
534 NavSectionTitle($Lang->{Hosts});
[all …]
/dports/sysutils/webmin/webmin-1.981/hpuxexports/lang/
H A Dde11 index_sel_ro=ausgewählte Hosts Lesezugriff
12 index_all_ro=alle Hosts Lesezugriff
13 index_ro_rw=alle Hosts Lesezugriff, ausgewählte Hosts Schreibzugriff
14 index_sel_rw=ausgewählte Hosts Schreibzugriff
15 index_all_rw=alle Hosts Schreibzugriff
16 index_sel_root=ausgewählte Hosts root Zugriff
48 edit_all_ro=Lesezugriff für alle Hosts
49 edit_ro_rw=Lesezugriff für alle Hosts, Schreibzugriff für aufgeführte Hosts
51 edit_all_rw=Schreibzugriff für alle Hosts
52 edit_sel_hosts=Aufgeführte Hosts
[all …]
/dports/sysutils/webmin/webmin-1.981/sgiexports/lang/
H A Dde4 index_hosts=Erlaubte Hosts
5 index_all=Alle Hosts
15 edit_hosts=Export auf Hosts/Netzgruppen
25 edit_all=Alle Hosts
26 edit_sel=Aufgelistete Hosts..
27 edit_none=Keine Hosts
32 save_erw=Kein lese-schreib Hosts eingegeben
33 save_eroot=Keine Root Datei Zugriff Hosts eingegeben
34 save_eaccess=Kein montierter Zugriff Hosts eingegeben
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/docker/libnetwork/etchosts/
H A Detchosts.go17 Hosts string member
23 n, err := fmt.Fprintf(w, "%s\t%s\n", r.IP, r.Hosts)
30 {Hosts: "localhost", IP: "127.0.0.1"},
31 {Hosts: "localhost ip6-localhost ip6-loopback", IP: "::1"},
32 {Hosts: "ip6-localnet", IP: "fe00::0"},
33 {Hosts: "ip6-mcastprefix", IP: "ff00::0"},
34 {Hosts: "ip6-allnodes", IP: "ff02::1"},
35 {Hosts: "ip6-allrouters", IP: "ff02::2"},
90 mainRec.Hosts = fmt.Sprintf("%s %s", fqdn, parts[0])
92 mainRec.Hosts = fqdn
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/etchosts/
H A Detchosts.go17 Hosts string member
23 n, err := fmt.Fprintf(w, "%s\t%s\n", r.IP, r.Hosts)
30 {Hosts: "localhost", IP: "127.0.0.1"},
31 {Hosts: "localhost ip6-localhost ip6-loopback", IP: "::1"},
32 {Hosts: "ip6-localnet", IP: "fe00::0"},
33 {Hosts: "ip6-mcastprefix", IP: "ff00::0"},
34 {Hosts: "ip6-allnodes", IP: "ff02::1"},
35 {Hosts: "ip6-allrouters", IP: "ff02::2"},
90 mainRec.Hosts = fmt.Sprintf("%s %s", fqdn, parts[0])
92 mainRec.Hosts = fqdn
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/libnetwork/etchosts/
H A Detchosts.go17 Hosts string member
23 n, err := fmt.Fprintf(w, "%s\t%s\n", r.IP, r.Hosts)
30 {Hosts: "localhost", IP: "127.0.0.1"},
31 {Hosts: "localhost ip6-localhost ip6-loopback", IP: "::1"},
32 {Hosts: "ip6-localnet", IP: "fe00::0"},
33 {Hosts: "ip6-mcastprefix", IP: "ff00::0"},
34 {Hosts: "ip6-allnodes", IP: "ff02::1"},
35 {Hosts: "ip6-allrouters", IP: "ff02::2"},
90 mainRec.Hosts = fmt.Sprintf("%s %s", fqdn, parts[0])
92 mainRec.Hosts = fqdn
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/etchosts/
H A Detchosts.go17 Hosts string member
23 n, err := fmt.Fprintf(w, "%s\t%s\n", r.IP, r.Hosts)
30 {Hosts: "localhost", IP: "127.0.0.1"},
31 {Hosts: "localhost ip6-localhost ip6-loopback", IP: "::1"},
32 {Hosts: "ip6-localnet", IP: "fe00::0"},
33 {Hosts: "ip6-mcastprefix", IP: "ff00::0"},
34 {Hosts: "ip6-allnodes", IP: "ff02::1"},
35 {Hosts: "ip6-allrouters", IP: "ff02::2"},
90 mainRec.Hosts = fmt.Sprintf("%s %s", fqdn, parts[0])
92 mainRec.Hosts = fqdn
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/libnetwork/etchosts/
H A Detchosts.go17 Hosts string member
23 n, err := fmt.Fprintf(w, "%s\t%s\n", r.IP, r.Hosts)
30 {Hosts: "localhost", IP: "127.0.0.1"},
31 {Hosts: "localhost ip6-localhost ip6-loopback", IP: "::1"},
32 {Hosts: "ip6-localnet", IP: "fe00::0"},
33 {Hosts: "ip6-mcastprefix", IP: "ff00::0"},
34 {Hosts: "ip6-allnodes", IP: "ff02::1"},
35 {Hosts: "ip6-allrouters", IP: "ff02::2"},
90 mainRec.Hosts = fmt.Sprintf("%s %s", fqdn, parts[0])
92 mainRec.Hosts = fqdn
[all …]

12345678910>>...158