Home
last modified time | relevance | path

Searched refs:hostStr (Results 1 – 25 of 130) sorted by relevance

123456

/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/cmd/
H A Dadmin-console.go109 var hostStr string
112 hostStr = fmt.Sprintf("%s ", colorizedNodeName(l.NodeName))
117 fmt.Fprintf(b, "%s\n", hostStr)
120 fmt.Fprintf(b, "%s %s", hostStr, log.ConsoleMsg)
135 fmt.Fprintf(b, "\n%s Time: %s", hostStr, getLogTime(l.Time))
138 fmt.Fprintf(b, "\n%s DeploymentID: %s", hostStr, l.DeploymentID)
141 fmt.Fprintf(b, "\n%s RequestID: %s", hostStr, l.RequestID)
144 fmt.Fprintf(b, "\n%s RemoteHost: %s", hostStr, l.RemoteHost)
147 fmt.Fprintf(b, "\n%s UserAgent: %s", hostStr, l.UserAgent)
156 fmt.Fprintf(b, "\n%s %s=%s", hostStr, key, value)
[all …]
/dports/audio/liblastfm-qt5/liblastfm-1.0.9-5-g4433165/src/mac/
H A DProxyDict.h53 CFStringRef hostStr; in ProxyDict() local
55 hostStr = (CFStringRef) CFDictionaryGetValue( proxyDict, kSCPropNetProxiesHTTPProxy ); in ProxyDict()
56 result = (hostStr != NULL) && (CFGetTypeID(hostStr) == CFStringGetTypeID()); in ProxyDict()
59 host = lastfm::CFStringToQString( hostStr ); in ProxyDict()
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/pkg/net/
H A Dhost.go55 hostStr := ""
62 hostStr = ipdata.String()
66 hostStr = string(b)
68 hostStr, err = host.String()
91 return net.JoinHostPort(hostStr, portStr), nil
/dports/misc/adios2/ADIOS2-2.7.1/source/adios2/toolkit/query/
H A DUtil.h51 static bool EndsWith(const std::string &hostStr, const std::string &fileTag) in EndsWith() argument
53 if (hostStr.size() >= fileTag.size() && in EndsWith()
54 hostStr.compare(hostStr.size() - fileTag.size(), fileTag.size(), in EndsWith()
/dports/textproc/jade/jade-1.2.1/lib/
H A DURLStorage.cxx86 const StringC &hostStr,
268 StringC hostStr; in makeStorageObject() local
270 hostStr += host[i]; in makeStorageObject()
276 = new HttpSocketStorageObject(fd, mayRewind, hostStr); in makeStorageObject()
365 const StringC &hostStr, in openHttp() argument
379 StringMessageArg(hostStr)); in openHttp()
409 StringMessageArg(hostStr), in openHttp()
418 StringMessageArg(hostStr)); in openHttp()
431 StringMessageArg(hostStr), in openHttp()
441 const StringC &hostStr) in HttpSocketStorageObject() argument
[all …]
/dports/security/xray-core/Xray-core-1.5.0/proxy/vmess/encoding/
H A Dcommands.go88 hostStr := ""
90 hostStr = cmd.Host.String()
92 common.Must2(writer.Write([]byte{byte(len(hostStr))}))
94 if len(hostStr) > 0 {
95 common.Must2(writer.Write([]byte(hostStr)))
/dports/net/v2ray/v2ray-core-4.36.2/proxy/vmess/encoding/
H A Dcommands.go89 hostStr := ""
91 hostStr = cmd.Host.String()
93 common.Must2(writer.Write([]byte{byte(len(hostStr))}))
95 if len(hostStr) > 0 {
96 common.Must2(writer.Write([]byte(hostStr)))
/dports/textproc/opensp/OpenSP-1.5.2/lib/
H A DURLStorage.cxx98 const StringC &hostStr,
293 StringC hostStr; in makeStorageObject() local
295 hostStr += host[i]; in makeStorageObject()
303 = new HttpSocketStorageObject(fd, mayRewind, hostStr); in makeStorageObject()
449 const StringC &hostStr, in openHttp() argument
466 StringMessageArg(hostStr)); in openHttp()
496 StringMessageArg(hostStr), in openHttp()
505 StringMessageArg(hostStr)); in openHttp()
518 StringMessageArg(hostStr), in openHttp()
528 const StringC &hostStr) in HttpSocketStorageObject() argument
[all …]
/dports/games/stratagus/stratagus-3.2.0/src/network/
H A Dnetconnect.cpp276 const std::string hostStr = host.toString(); in NetworkSendICMessage_Log() local
287 const std::string hostStr = host.toString(); in NetworkSendICMessage_Log() local
612 msg.hosts[i].PlyNr _C_ hostStr.c_str() _C_ in SetConfig()
1054 const std::string hostStr = host.toString(); in Parse_Hello() local
1300 const std::string hostStr = host.toString(); in CheckVersions() local
1310 const std::string hostStr = host.toString(); in CheckVersions() local
1314 hostStr.c_str()); in CheckVersions()
1405 const std::string hostStr = host.toString(); in NetworkParseSetupEvent() local
1408 hostStr.c_str()); in NetworkParseSetupEvent()
1665 const std::string hostStr = host.toString(); in NetworkServerStartGame() local
[all …]
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/network/
H A Dnetconnect.cpp272 const std::string hostStr = host.toString(); in NetworkSendICMessage_Log() local
283 const std::string hostStr = host.toString(); in NetworkSendICMessage_Log() local
608 msg.hosts[i].PlyNr _C_ hostStr.c_str() _C_ in SetConfig()
1050 const std::string hostStr = host.toString(); in Parse_Hello() local
1296 const std::string hostStr = host.toString(); in CheckVersions() local
1306 const std::string hostStr = host.toString(); in CheckVersions() local
1313 hostStr.c_str()); in CheckVersions()
1404 const std::string hostStr = host.toString(); in NetworkParseSetupEvent() local
1407 hostStr.c_str()); in NetworkParseSetupEvent()
1668 const std::string hostStr = host.toString(); in NetworkServerStartGame() local
[all …]
/dports/astro/marble/marble-21.12.3/src/lib/marble/geodata/handlers/dgml/
H A DDgmlDownloadUrlTagHandler.cpp54 const QString hostStr = parser.attribute( dgmlAttr_host ).trimmed(); in DGML_DEFINE_TAG_HANDLER() local
55 if ( !hostStr.isEmpty() ) in DGML_DEFINE_TAG_HANDLER()
56 url.setHost( hostStr ); in DGML_DEFINE_TAG_HANDLER()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/dns/
H A DODoHService.cpp185 nsAutoCString hostStr; in BuildODoHRequestURI() local
186 if (NS_FAILED(ExtractHost(mODoHTargetHost, hostStr))) { in BuildODoHRequestURI()
192 mODoHRequestURI.Append(hostStr); in BuildODoHRequestURI()
313 nsAutoCString hostStr; in UpdateODoHConfigFromHTTPSRR() local
314 nsresult rv = ExtractHost(uri, hostStr); in UpdateODoHConfigFromHTTPSRR()
325 rv = dns->AsyncResolveNative(hostStr, nsIDNSService::RESOLVE_TYPE_HTTPSSVC, in UpdateODoHConfigFromHTTPSRR()
328 LOG(("ODoHService::UpdateODoHConfig [host=%s rv=%" PRIx32 "]", hostStr.get(), in UpdateODoHConfigFromHTTPSRR()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/dns/
H A DODoHService.cpp185 nsAutoCString hostStr; in BuildODoHRequestURI() local
186 if (NS_FAILED(ExtractHost(mODoHTargetHost, hostStr))) { in BuildODoHRequestURI()
192 mODoHRequestURI.Append(hostStr); in BuildODoHRequestURI()
313 nsAutoCString hostStr; in UpdateODoHConfigFromHTTPSRR() local
314 nsresult rv = ExtractHost(uri, hostStr); in UpdateODoHConfigFromHTTPSRR()
325 rv = dns->AsyncResolveNative(hostStr, nsIDNSService::RESOLVE_TYPE_HTTPSSVC, in UpdateODoHConfigFromHTTPSRR()
328 LOG(("ODoHService::UpdateODoHConfig [host=%s rv=%" PRIx32 "]", hostStr.get(), in UpdateODoHConfigFromHTTPSRR()
/dports/www/firefox/firefox-99.0/netwerk/dns/
H A DODoHService.cpp186 nsAutoCString hostStr; in BuildODoHRequestURI() local
187 if (NS_FAILED(ExtractHost(mODoHTargetHost, hostStr))) { in BuildODoHRequestURI()
193 mODoHRequestURI.Append(hostStr); in BuildODoHRequestURI()
315 nsAutoCString hostStr; in UpdateODoHConfigFromHTTPSRR() local
316 nsresult rv = ExtractHost(uri, hostStr); in UpdateODoHConfigFromHTTPSRR()
327 rv = dns->AsyncResolveNative(hostStr, nsIDNSService::RESOLVE_TYPE_HTTPSSVC, in UpdateODoHConfigFromHTTPSRR()
330 LOG(("ODoHService::UpdateODoHConfig [host=%s rv=%" PRIx32 "]", hostStr.get(), in UpdateODoHConfigFromHTTPSRR()
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/upstreamproxy/
H A Dproxy_socks4.go99 hostStr, portStr, err := net.SplitHostPort(addr)
104 ip := net.ParseIP(hostStr)
110 domainDest = hostStr
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/upstreamproxy/
H A Dproxy_socks4.go99 hostStr, portStr, err := net.SplitHostPort(addr)
104 ip := net.ParseIP(hostStr)
110 domainDest = hostStr
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/hashicorp/memberlist/
H A Dmemberlist.go350 func (m *Memberlist) resolveAddr(hostStr string) ([]ipPort, error) {
353 if slashIdx := strings.Index(hostStr, "/"); slashIdx >= 0 {
357 nodeName = hostStr[0:slashIdx]
358 hostStr = hostStr[slashIdx+1:]
362 hostStr = ensurePort(hostStr, m.config.BindPort)
363 host, sport, err := net.SplitHostPort(hostStr)
387 …intf("[DEBUG] memberlist: TCP-first lookup failed for '%s', falling back to UDP: %s", hostStr, err)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/hashicorp/memberlist/
H A Dmemberlist.go350 func (m *Memberlist) resolveAddr(hostStr string) ([]ipPort, error) {
353 if slashIdx := strings.Index(hostStr, "/"); slashIdx >= 0 {
357 nodeName = hostStr[0:slashIdx]
358 hostStr = hostStr[slashIdx+1:]
362 hostStr = ensurePort(hostStr, m.config.BindPort)
363 host, sport, err := net.SplitHostPort(hostStr)
387 …intf("[DEBUG] memberlist: TCP-first lookup failed for '%s', falling back to UDP: %s", hostStr, err)
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/hashicorp/memberlist/
H A Dmemberlist.go350 func (m *Memberlist) resolveAddr(hostStr string) ([]ipPort, error) {
353 if slashIdx := strings.Index(hostStr, "/"); slashIdx >= 0 {
357 nodeName = hostStr[0:slashIdx]
358 hostStr = hostStr[slashIdx+1:]
362 hostStr = ensurePort(hostStr, m.config.BindPort)
363 host, sport, err := net.SplitHostPort(hostStr)
387 …intf("[DEBUG] memberlist: TCP-first lookup failed for '%s', falling back to UDP: %s", hostStr, err)
/dports/sysutils/consul/consul-1.10.3/vendor/github.com/hashicorp/memberlist/
H A Dmemberlist.go350 func (m *Memberlist) resolveAddr(hostStr string) ([]ipPort, error) {
353 if slashIdx := strings.Index(hostStr, "/"); slashIdx >= 0 {
357 nodeName = hostStr[0:slashIdx]
358 hostStr = hostStr[slashIdx+1:]
362 hostStr = ensurePort(hostStr, m.config.BindPort)
363 host, sport, err := net.SplitHostPort(hostStr)
387 …intf("[DEBUG] memberlist: TCP-first lookup failed for '%s', falling back to UDP: %s", hostStr, err)
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/serf/vendor/github.com/hashicorp/memberlist/
H A Dmemberlist.go350 func (m *Memberlist) resolveAddr(hostStr string) ([]ipPort, error) {
353 if slashIdx := strings.Index(hostStr, "/"); slashIdx >= 0 {
357 nodeName = hostStr[0:slashIdx]
358 hostStr = hostStr[slashIdx+1:]
362 hostStr = ensurePort(hostStr, m.config.BindPort)
363 host, sport, err := net.SplitHostPort(hostStr)
387 …intf("[DEBUG] memberlist: TCP-first lookup failed for '%s', falling back to UDP: %s", hostStr, err)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/memberlist/
H A Dmemberlist.go350 func (m *Memberlist) resolveAddr(hostStr string) ([]ipPort, error) {
353 if slashIdx := strings.Index(hostStr, "/"); slashIdx >= 0 {
357 nodeName = hostStr[0:slashIdx]
358 hostStr = hostStr[slashIdx+1:]
362 hostStr = ensurePort(hostStr, m.config.BindPort)
363 host, sport, err := net.SplitHostPort(hostStr)
387 …intf("[DEBUG] memberlist: TCP-first lookup failed for '%s', falling back to UDP: %s", hostStr, err)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/
H A Dmemberlist.go350 func (m *Memberlist) resolveAddr(hostStr string) ([]ipPort, error) {
353 if slashIdx := strings.Index(hostStr, "/"); slashIdx >= 0 {
357 nodeName = hostStr[0:slashIdx]
358 hostStr = hostStr[slashIdx+1:]
362 hostStr = ensurePort(hostStr, m.config.BindPort)
363 host, sport, err := net.SplitHostPort(hostStr)
387 …intf("[DEBUG] memberlist: TCP-first lookup failed for '%s', falling back to UDP: %s", hostStr, err)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/
H A Dmemberlist.go350 func (m *Memberlist) resolveAddr(hostStr string) ([]ipPort, error) {
353 if slashIdx := strings.Index(hostStr, "/"); slashIdx >= 0 {
357 nodeName = hostStr[0:slashIdx]
358 hostStr = hostStr[slashIdx+1:]
362 hostStr = ensurePort(hostStr, m.config.BindPort)
363 host, sport, err := net.SplitHostPort(hostStr)
387 …intf("[DEBUG] memberlist: TCP-first lookup failed for '%s', falling back to UDP: %s", hostStr, err)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/serf/vendor/github.com/hashicorp/memberlist/
H A Dmemberlist.go350 func (m *Memberlist) resolveAddr(hostStr string) ([]ipPort, error) {
353 if slashIdx := strings.Index(hostStr, "/"); slashIdx >= 0 {
357 nodeName = hostStr[0:slashIdx]
358 hostStr = hostStr[slashIdx+1:]
362 hostStr = ensurePort(hostStr, m.config.BindPort)
363 host, sport, err := net.SplitHostPort(hostStr)
387 …intf("[DEBUG] memberlist: TCP-first lookup failed for '%s', falling back to UDP: %s", hostStr, err)

123456