Home
last modified time | relevance | path

Searched refs:hostnames (Results 1 – 25 of 3825) sorted by relevance

12345678910>>...153

/dports/security/lego/lego-4.5.3/vendor/github.com/akamai/AkamaiOPEN-edgegrid-golang/papi-v1/
H A Dhostnames.go26 hostnames := &Hostnames{}
27 hostnames.Init()
29 return hostnames
36 hostnames.Init()
39 hostnames.Hostnames.Items[key].parent = hostnames
77 hostnames.PropertyID,
79 hostnames.ContractID,
80 hostnames.GroupID,
111 hostnames.Hostnames.Items = append(hostnames.Hostnames.Items, hostname)
122 hostnames.PropertyID,
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/test/soak/serve_hostnames/
H A DREADME.md26 I0326 14:21:04.507347 11434 serve_hostnames.go:95] Using namespace serve-hostnames-8145 for this …
27 …4:21:04.507363 11434 serve_hostnames.go:98] Creating service serve-hostnames-8145/serve-hostnames
33 I0326 14:23:31.125188 11434 serve_hostnames.go:211] serve-hostnames-8145/serve-hostname-0-0 is ru…
34 I0326 14:23:31.165984 11434 serve_hostnames.go:211] serve-hostnames-8145/serve-hostname-1-0 is ru…
35 I0326 14:25:22.213751 11434 serve_hostnames.go:211] serve-hostnames-8145/serve-hostname-2-0 is ru…
40 …39.434619 11434 serve_hostnames.go:130] Cleaning up service serve-hostnames-8145/server-hostnames
61 …4:27:27.913931 11808 serve_hostnames.go:98] Creating service serve-hostnames-4997/serve-hostnames
87 …12.382932 11808 serve_hostnames.go:130] Cleaning up service serve-hostnames-4997/server-hostnames
119 …4:33:26.365419 12099 serve_hostnames.go:98] Creating service serve-hostnames-1631/serve-hostnames
120 ….423927 12099 serve_hostnames.go:118] Service create serve-hostnames-1631/server-hostnames took …
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/lib/etcconf/
H A Dhosts_test.go30 hostnames []string member
44 hostnames: []string{"dns.google.com"},
48 hostnames: []string{"system.host.name"},
52 hostnames: []string{"system.host.name"},
56 hostnames: []string{"other.host.name"},
149 ips := hosts.HostIP(name.hostnames[0])
154 ips = hosts.HostIP(alias.hostnames[0])
172 hosts.RemoveHost(name.hostnames[0])
176 ips := hosts.HostIP(name.hostnames[0])
181 ips = hosts.HostIP(alias.hostnames[0])
[all …]
/dports/security/webfwlog/webfwlog-1.1.1/webfwlog/include/
H A Dupdate_cache.php138 "\t\tLEFT JOIN $hostnames ON $ip_daddr=$hostnames.ip_addr\n".
139 "\tWHERE $hostnames.ip_addr IS NULL OR $hostnames.refresh=1", $link
144 "\tWHERE $hostnames.ip_addr=$ip_daddr\n".
145 "\tAND $hostnames.refresh=1;", $link
148 "INSERT INTO $hostnames (refresh, ip_addr)\n".
160 "\t\tLEFT JOIN $hostnames ON $ip_saddr=$hostnames.ip_addr\n".
161 "\tWHERE $hostnames.ip_addr IS NULL OR $hostnames.refresh=1", $link
166 "\tWHERE $hostnames.ip_addr=$ip_saddr\n".
167 "\tAND $hostnames.refresh=1;", $link
170 "INSERT INTO $hostnames (refresh, ip_addr)\n".
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/services/httpservice/
H A Dclient_test.go226 var hostnames []string
229 hostnames = strings.FieldsFunc(config, splitFields)
230 require.Equal(t, []string{}, hostnames)
233 hostnames = strings.FieldsFunc(config, splitFields)
237 hostnames = strings.FieldsFunc(config, splitFields)
241 hostnames = strings.FieldsFunc(config, splitFields)
245 hostnames = strings.FieldsFunc(config, splitFields)
249 hostnames = strings.FieldsFunc(config, splitFields)
253 hostnames = strings.FieldsFunc(config, splitFields)
257 hostnames = strings.FieldsFunc(config, splitFields)
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/kubernetes/client/models/
H A Dv1_host_alias.py34 def __init__(self, hostnames=None, ip=None): argument
43 if hostnames is not None:
44 self.hostnames = hostnames
49 def hostnames(self): member in V1HostAlias
59 @hostnames.setter
60 def hostnames(self, hostnames): member in V1HostAlias
69 self._hostnames = hostnames
/dports/dns/updatedd/updatedd-2.6/updatedd-wrapper/
H A Dcreate-config.in94 hostnames = "test.changeip.org host2.changeip.org";
113 hostnames = "host1.dyndns.org host2.dyndns.org";
124 hostnames = "host1.eurodyndns.org host2.eurodyndns.org";
135 hostnames = "host1.hn.org host2.hn.org";
145 hostnames = "host1.noip.org host2.noip.org";
155 hostnames = "host1.ods.org host2.ods.org";
165 hostnames = "host1.org host2.org";
175 hostnames = "host1.org host2.org";
186 hostnames = "host1.tzo.com host2.tzo.com";
/dports/www/hiawatha/hiawatha-10.12/extra/letsencrypt/letsencrypt/
H A Dhiawatha_config.php91 $hostnames = explode(",", strtolower($param));
92 foreach ($hostnames as $key => $value) {
93 $hostnames[$key] = trim($value);
94 … if (filter_var($hostnames[$key], FILTER_VALIDATE_IP) || strpos($hostnames[$key], ".") === FALSE) {
95 unset($hostnames[$key]);
99 $hostname = array_shift($hostnames);
100 $this->website_hostnames[$hostname] = $hostnames;
102 …$this->website_hostnames[$hostname] = array_merge($this->website_hostnames[$hostname], $hostnames);
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/executors/kubernetes/
H A Dhost_aliases.go51 var hostnames []string
68 hostnames = append(hostnames, alias)
81 hostnames = append(hostnames, srv.Alias)
85 if len(hostnames) == 0 {
89 return &api.HostAlias{IP: "127.0.0.1", Hostnames: hostnames}, nil
/dports/irc/irssi-scripts/irssi-scripts/scripts/
H A Dclones.pl23 my %hostnames = {};
34 $hostnames{$hostname} ||= [];
35 push( @{ $hostnames{$hostname} }, $nick->{nick});
39 foreach my $host (keys %hostnames) {
40 next unless ref($hostnames{$host}) eq 'ARRAY'; # sometimes a hash is here
41 my @clones = @{ $hostnames{$host} };
/dports/textproc/py-transifex-client/transifex-client-0.13.6/tests/
H A Dtest_processors.py19 hostnames = [
23 for h in hostnames:
34 hostnames = [
38 for h in hostnames:
52 hostnames = [
56 for h in hostnames:
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/packet/
H A Dpacket_device.py383 hostnames = module.params.get('hostnames')
386 if isinstance(hostnames, str):
387 hostnames = listify_string_name_or_id(hostnames)
388 if not isinstance(hostnames, list):
392 hostnames = [h.strip() for h in hostnames]
394 if (len(hostnames) > 1) and (count > 1):
399 if (len(hostnames) == 1) and (count > 0):
400 hostname_spec = hostnames[0]
408 for hn in hostnames:
412 if len(hostnames) > MAX_DEVICES:
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/cloud/packet/
H A Dpacket_device.py403 hostnames = module.params.get('hostnames')
406 if isinstance(hostnames, str):
407 hostnames = listify_string_name_or_id(hostnames)
408 if not isinstance(hostnames, list):
412 hostnames = [h.strip() for h in hostnames]
414 if (len(hostnames) > 1) and (count > 1):
419 if (len(hostnames) == 1) and (count > 0):
420 hostname_spec = hostnames[0]
428 for hn in hostnames:
432 if len(hostnames) > MAX_DEVICES:
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dpacket_device.py403 hostnames = module.params.get('hostnames')
406 if isinstance(hostnames, str):
407 hostnames = listify_string_name_or_id(hostnames)
408 if not isinstance(hostnames, list):
412 hostnames = [h.strip() for h in hostnames]
414 if (len(hostnames) > 1) and (count > 1):
419 if (len(hostnames) == 1) and (count > 0):
420 hostname_spec = hostnames[0]
428 for hn in hostnames:
432 if len(hostnames) > MAX_DEVICES:
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/drivers/unix/
H A Dip_unix.cpp140 auto hostnames = NetworkInformation::GetHostNames(); in get_local_addresses() local
142 for (int i = 0; i < hostnames->Size; i++) { in get_local_addresses()
144 …if (hostnames->GetAt(i)->Type == HostNameType::Ipv4 && hostnames->GetAt(i)->IPInformation != nullp… in get_local_addresses()
146 r_addresses->push_back(IP_Address(String(hostnames->GetAt(i)->CanonicalName->Data()))); in get_local_addresses()
150 for (int i = 0; i < hostnames->Size; i++) { in get_local_addresses()
152 …if (hostnames->GetAt(i)->Type == HostNameType::Ipv4 || hostnames->GetAt(i)->Type == HostNameType::… in get_local_addresses()
154 r_addresses->push_back(IP_Address(String(hostnames->GetAt(i)->CanonicalName->Data()))); in get_local_addresses()
/dports/devel/godot2/godot-2.1.6-stable/drivers/unix/
H A Dip_unix.cpp140 auto hostnames = NetworkInformation::GetHostNames(); in get_local_addresses() local
142 for (int i = 0; i < hostnames->Size; i++) { in get_local_addresses()
144 …if (hostnames->GetAt(i)->Type == HostNameType::Ipv4 && hostnames->GetAt(i)->IPInformation != nullp… in get_local_addresses()
146 r_addresses->push_back(IP_Address(String(hostnames->GetAt(i)->CanonicalName->Data()))); in get_local_addresses()
150 for (int i = 0; i < hostnames->Size; i++) { in get_local_addresses()
152 …if (hostnames->GetAt(i)->Type == HostNameType::Ipv4 || hostnames->GetAt(i)->Type == HostNameType::… in get_local_addresses()
154 r_addresses->push_back(IP_Address(String(hostnames->GetAt(i)->CanonicalName->Data()))); in get_local_addresses()
/dports/net-mgmt/xymon-server/xymon-4.3.30/xymond/
H A Dxymond_alert.c71 void * hostnames; variable
94 if (tree == hostnames) { in find_name()
115 handle = xtreeFind(hostnames, hostname); in add_active()
116 if (handle == xtreeEnd(hostnames)) return; in add_active()
152 …for (handle = xtreeFirst(hostnames); handle != xtreeEnd(hostnames); handle = xtreeNext(hostnames, … in clean_all_active()
165 handle = xtreeFind(hostnames, hostname); in find_active()
182 alisthandle = xtreeFirst(hostnames); in alistBegin()
408 hostnames = xtreeNew(strcasecmp); in main()
817 handle = xtreeFind(hostnames, hostname); in main()
818 if (handle != xtreeEnd(hostnames)) { in main()
[all …]
/dports/net-mgmt/xymon-client/xymon-4.3.30/xymond/
H A Dxymond_alert.c71 void * hostnames; variable
94 if (tree == hostnames) { in find_name()
115 handle = xtreeFind(hostnames, hostname); in add_active()
116 if (handle == xtreeEnd(hostnames)) return; in add_active()
152 …for (handle = xtreeFirst(hostnames); handle != xtreeEnd(hostnames); handle = xtreeNext(hostnames, … in clean_all_active()
165 handle = xtreeFind(hostnames, hostname); in find_active()
182 alisthandle = xtreeFirst(hostnames); in alistBegin()
408 hostnames = xtreeNew(strcasecmp); in main()
817 handle = xtreeFind(hostnames, hostname); in main()
818 if (handle != xtreeEnd(hostnames)) { in main()
[all …]
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/
H A DGoogleCloudApigeeV1EnvironmentGroup.php22 public $hostnames; variable in Google_Service_Apigee_GoogleCloudApigeeV1EnvironmentGroup
35 public function setHostnames($hostnames) argument
37 $this->hostnames = $hostnames;
41 return $this->hostnames;
H A DGoogleCloudApigeeV1EnvironmentGroupConfig.php21 public $hostnames; variable in Google_Service_Apigee_GoogleCloudApigeeV1EnvironmentGroupConfig
28 public function setHostnames($hostnames) argument
30 $this->hostnames = $hostnames;
34 return $this->hostnames;
/dports/net/httpry/httpry-0.1.8/scripts/plugins/
H A Dhostnames.pm9 package hostnames; package
16 my %hostnames = ();
67 $hostnames{$hostname}++;
77 foreach $host (keys %hostnames) {
78 print OUTFILE "$hostnames{$host}\t$host\n";
/dports/security/py-paramiko/paramiko-2.7.2/paramiko/
H A Dhostkeys.py75 if (hostname in e.hostnames) and (e.key.get_name() == keytype):
105 _hostnames = e.hostnames
108 e.hostnames.remove(h)
109 if len(e.hostnames):
203 for h in entry.hostnames:
279 for h in e.hostnames:
325 def __init__(self, hostnames=None, key=None): argument
326 self.valid = (hostnames is not None) and (key is not None)
327 self.hostnames = hostnames
384 ",".join(self.hostnames),
[all …]
/dports/sysutils/cfengine317/cfengine-3.17.0/cf-serverd/
H A Dserver_access.c112 acl->admit.hostnames != NULL) in access_CheckResource()
114 size_t pos = StrList_SearchLongestPrefix(acl->admit.hostnames, in access_CheckResource()
137 StrList_At(acl->admit.hostnames, pos)); in access_CheckResource()
215 acl->deny.hostnames != NULL) in access_CheckResource()
240 StrList_At(acl->deny.hostnames, pos)); in access_CheckResource()
521 StrList_Free(&a->acls[i].admit.hostnames); in acl_Free()
525 StrList_Free(&a->acls[i].deny.hostnames); in acl_Free()
549 for (j = 0; j < StrList_Len(racl->admit.hostnames); j++) in acl_Summarise()
552 StrList_At(racl->admit.hostnames, j)); in acl_Summarise()
564 for (j = 0; j < StrList_Len(racl->deny.hostnames); j++) in acl_Summarise()
[all …]
/dports/sysutils/cfengine/cfengine-3.19.0/cf-serverd/
H A Dserver_access.c112 acl->admit.hostnames != NULL) in access_CheckResource()
114 size_t pos = StrList_SearchLongestPrefix(acl->admit.hostnames, in access_CheckResource()
137 StrList_At(acl->admit.hostnames, pos)); in access_CheckResource()
219 acl->deny.hostnames != NULL) in access_CheckResource()
244 StrList_At(acl->deny.hostnames, pos)); in access_CheckResource()
525 StrList_Free(&a->acls[i].admit.hostnames); in acl_Free()
529 StrList_Free(&a->acls[i].deny.hostnames); in acl_Free()
553 for (j = 0; j < StrList_Len(racl->admit.hostnames); j++) in acl_Summarise()
556 StrList_At(racl->admit.hostnames, j)); in acl_Summarise()
568 for (j = 0; j < StrList_Len(racl->deny.hostnames); j++) in acl_Summarise()
[all …]
/dports/sysutils/cfengine316/cfengine-3.16.0/cf-serverd/
H A Dserver_access.c112 acl->admit.hostnames != NULL) in access_CheckResource()
114 size_t pos = StrList_SearchLongestPrefix(acl->admit.hostnames, in access_CheckResource()
137 StrList_At(acl->admit.hostnames, pos)); in access_CheckResource()
215 acl->deny.hostnames != NULL) in access_CheckResource()
240 StrList_At(acl->deny.hostnames, pos)); in access_CheckResource()
521 StrList_Free(&a->acls[i].admit.hostnames); in acl_Free()
525 StrList_Free(&a->acls[i].deny.hostnames); in acl_Free()
549 for (j = 0; j < StrList_Len(racl->admit.hostnames); j++) in acl_Summarise()
552 StrList_At(racl->admit.hostnames, j)); in acl_Summarise()
564 for (j = 0; j < StrList_Len(racl->deny.hostnames); j++) in acl_Summarise()
[all …]

12345678910>>...153