Home
last modified time | relevance | path

Searched refs:hostPort (Results 1 – 25 of 2711) sorted by relevance

12345678910>>...109

/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/EventClients/lib/java/src/org/xbmc/eventclient/
H A DXBMCClient.java42 private int hostPort; field in XBMCClient
119 this.hostPort = hostPort; in startClient()
132 p.send(hostAddress, hostPort); in startClient()
150 p.send(hostAddress, hostPort); in stopClient()
166 p.send(hostAddress, hostPort); in sendNotification()
187 p.send(hostAddress, hostPort); in sendButton()
220 p.send(hostAddress, hostPort); in sendButton()
231 p.send(hostAddress, hostPort); in sendMouse()
241 p.send(hostAddress, hostPort); in ping()
282 private int hostPort; field in XBMCClient.PingThread
[all …]
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/test/java/org/apache/zookeeper/test/
H A DQuorumZxidSyncTest.java49 ClientBase.waitForServerUp(qb.hostPort, 10000); in testBehindLeader()
50 ClientBase.waitForServerUp(qb.hostPort, 10000); in testBehindLeader()
56 ClientBase.waitForServerUp(qb.hostPort, 10000); in testBehindLeader()
59 ClientBase.waitForServerUp(qb.hostPort, 10000); in testBehindLeader()
65 ClientBase.waitForServerUp(qb.hostPort, 10000); in testBehindLeader()
68 ClientBase.waitForServerUp(qb.hostPort, 10000); in testBehindLeader()
103 ClientBase.waitForServerUp(qb.hostPort, 10000); in testLateLogs()
104 ClientBase.waitForServerUp(qb.hostPort, 10000); in testLateLogs()
110 ClientBase.waitForServerUp(qb.hostPort, 10000); in testLateLogs()
113 ClientBase.waitForServerUp(qb.hostPort, 10000); in testLateLogs()
[all …]
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/main/java/org/apache/zookeeper/common/
H A DNetUtils.java54 public static String[] getIPV6HostAndPort(String hostPort) { in getIPV6HostAndPort() argument
55 if (hostPort.startsWith("[")) { in getIPV6HostAndPort()
56 int i = hostPort.lastIndexOf(']'); in getIPV6HostAndPort()
59 hostPort + " starts with '[' but has no matching ']'"); in getIPV6HostAndPort()
61 String host = hostPort.substring(1, i); in getIPV6HostAndPort()
65 if (hostPort.length() > i + 1) { in getIPV6HostAndPort()
66 return getHostPort(hostPort, i, host); in getIPV6HostAndPort()
77 if (hostPort.charAt(indexOfClosingBracket + 1) != ':') { in getHostPort()
78 throw new IllegalArgumentException(hostPort + " does not have : after ]"); in getHostPort()
81 if (indexOfClosingBracket + 2 == hostPort.length()) { in getHostPort()
[all …]
/dports/misc/perkeep/perkeep-0.11/clients/android/app/src/main/java/org/camlistore/
H A DHostPort.java33 public HostPort(String hostPort) { in HostPort() argument
34 if (hostPort.startsWith(HTTP_PREFIX)) { in HostPort()
36 hostPort = hostPort.substring(HTTP_PREFIX.length()); in HostPort()
37 } else if (hostPort.startsWith(SECURE_PREFIX)) { in HostPort()
39 hostPort = hostPort.substring(SECURE_PREFIX.length()); in HostPort()
44 String[] parts = hostPort.split(":"); in HostPort()
54 mValid = hostPort.length() > 0; in HostPort()
55 mHost = hostPort; in HostPort()
/dports/security/vault/vault-1.8.2/vendor/go.opentelemetry.io/otel/exporters/trace/jaeger/
H A Dreconnecting_udp_client_test.go34 args := m.Called(network, hostPort)
146 hostPort := "blahblah:34322"
156 On("ResolveUDPAddr", "udp", hostPort).
181 hostPort := "blahblah:34322"
191 On("ResolveUDPAddr", "udp", hostPort).
218 hostPort := "blahblah:34322"
268 hostPort := "blahblah:34322"
310 hostPort := "blahblah:34322"
351 hostPort := "blahblah:34322"
379 hostPort := "blahblah:34322"
[all …]
/dports/games/automuteus/automuteus-6.15.2/vendor/go.opentelemetry.io/otel/exporters/trace/jaeger/
H A Dreconnecting_udp_client_test.go34 args := m.Called(network, hostPort)
146 hostPort := "blahblah:34322"
156 On("ResolveUDPAddr", "udp", hostPort).
181 hostPort := "blahblah:34322"
191 On("ResolveUDPAddr", "udp", hostPort).
218 hostPort := "blahblah:34322"
268 hostPort := "blahblah:34322"
310 hostPort := "blahblah:34322"
351 hostPort := "blahblah:34322"
379 hostPort := "blahblah:34322"
[all …]
/dports/net/storj/storj-1.45.3/vendor/go.opentelemetry.io/otel/exporters/trace/jaeger/
H A Dreconnecting_udp_client_test.go34 args := m.Called(network, hostPort)
146 hostPort := "blahblah:34322"
156 On("ResolveUDPAddr", "udp", hostPort).
181 hostPort := "blahblah:34322"
191 On("ResolveUDPAddr", "udp", hostPort).
218 hostPort := "blahblah:34322"
268 hostPort := "blahblah:34322"
310 hostPort := "blahblah:34322"
351 hostPort := "blahblah:34322"
379 hostPort := "blahblah:34322"
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/go.opentelemetry.io/otel/exporters/trace/jaeger/
H A Dreconnecting_udp_client_test.go36 args := m.Called(network, hostPort)
161 hostPort := "blahblah:34322"
171 On("ResolveUDPAddr", "udp", hostPort).
196 hostPort := "blahblah:34322"
206 On("ResolveUDPAddr", "udp", hostPort).
233 hostPort := "blahblah:34322"
283 hostPort := "blahblah:34322"
325 hostPort := "blahblah:34322"
366 hostPort := "blahblah:34322"
394 hostPort := "blahblah:34322"
[all …]
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/go.opentelemetry.io/otel/exporters/trace/jaeger/
H A Dreconnecting_udp_client_test.go36 args := m.Called(network, hostPort)
161 hostPort := "blahblah:34322"
171 On("ResolveUDPAddr", "udp", hostPort).
196 hostPort := "blahblah:34322"
206 On("ResolveUDPAddr", "udp", hostPort).
233 hostPort := "blahblah:34322"
283 hostPort := "blahblah:34322"
325 hostPort := "blahblah:34322"
366 hostPort := "blahblah:34322"
394 hostPort := "blahblah:34322"
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/otel/exporters/jaeger/
H A Dreconnecting_udp_client_test.go34 args := m.Called(network, hostPort)
157 hostPort := "blahblah:34322"
167 On("ResolveUDPAddr", "udp", hostPort).
192 hostPort := "blahblah:34322"
202 On("ResolveUDPAddr", "udp", hostPort).
229 hostPort := "blahblah:34322"
279 hostPort := "blahblah:34322"
321 hostPort := "blahblah:34322"
362 hostPort := "blahblah:34322"
390 hostPort := "blahblah:34322"
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/uber/jaeger-client-go/utils/
H A Dreconnecting_udp_conn_test.go38 args := m.Called(network, hostPort)
167 hostPort := "blahblah:34322"
177 On("ResolveUDPAddr", "udp", hostPort).
202 hostPort := "blahblah:34322"
212 On("ResolveUDPAddr", "udp", hostPort).
239 hostPort := "blahblah:34322"
249 On("ResolveUDPAddr", "udp", hostPort).
289 hostPort := "blahblah:34322"
331 hostPort := "blahblah:34322"
372 hostPort := "blahblah:34322"
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/uber/jaeger-client-go/utils/
H A Dreconnecting_udp_conn_test.go38 args := m.Called(network, hostPort)
167 hostPort := "blahblah:34322"
177 On("ResolveUDPAddr", "udp", hostPort).
202 hostPort := "blahblah:34322"
212 On("ResolveUDPAddr", "udp", hostPort).
239 hostPort := "blahblah:34322"
249 On("ResolveUDPAddr", "udp", hostPort).
289 hostPort := "blahblah:34322"
331 hostPort := "blahblah:34322"
372 hostPort := "blahblah:34322"
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/uber/jaeger-client-go/utils/
H A Dreconnecting_udp_conn_test.go38 args := m.Called(network, hostPort)
167 hostPort := "blahblah:34322"
177 On("ResolveUDPAddr", "udp", hostPort).
202 hostPort := "blahblah:34322"
212 On("ResolveUDPAddr", "udp", hostPort).
239 hostPort := "blahblah:34322"
249 On("ResolveUDPAddr", "udp", hostPort).
289 hostPort := "blahblah:34322"
331 hostPort := "blahblah:34322"
372 hostPort := "blahblah:34322"
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/uber/jaeger-client-go/utils/
H A Dreconnecting_udp_conn_test.go38 args := m.Called(network, hostPort)
167 hostPort := "blahblah:34322"
177 On("ResolveUDPAddr", "udp", hostPort).
202 hostPort := "blahblah:34322"
212 On("ResolveUDPAddr", "udp", hostPort).
239 hostPort := "blahblah:34322"
249 On("ResolveUDPAddr", "udp", hostPort).
289 hostPort := "blahblah:34322"
331 hostPort := "blahblah:34322"
372 hostPort := "blahblah:34322"
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/uber/jaeger-client-go/utils/
H A Dreconnecting_udp_conn_test.go38 args := m.Called(network, hostPort)
167 hostPort := "blahblah:34322"
177 On("ResolveUDPAddr", "udp", hostPort).
202 hostPort := "blahblah:34322"
212 On("ResolveUDPAddr", "udp", hostPort).
239 hostPort := "blahblah:34322"
249 On("ResolveUDPAddr", "udp", hostPort).
289 hostPort := "blahblah:34322"
331 hostPort := "blahblah:34322"
372 hostPort := "blahblah:34322"
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/uber/jaeger-client-go/utils/
H A Dreconnecting_udp_conn_test.go38 args := m.Called(network, hostPort)
167 hostPort := "blahblah:34322"
177 On("ResolveUDPAddr", "udp", hostPort).
202 hostPort := "blahblah:34322"
212 On("ResolveUDPAddr", "udp", hostPort).
239 hostPort := "blahblah:34322"
249 On("ResolveUDPAddr", "udp", hostPort).
289 hostPort := "blahblah:34322"
331 hostPort := "blahblah:34322"
372 hostPort := "blahblah:34322"
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DSocketTransportService.java212 public static HostPort parse(String hostPort) {
213 int splitIndex = hostPort.lastIndexOf(':');
217 port = Integer.decode(hostPort.substring(splitIndex + 1));
227 } else if (splitIndex == 1 && hostPort.charAt(0) == '*') {
229 } else if (hostPort.charAt(0) == '[' && hostPort.charAt(splitIndex - 1) == ']') {
230 return new HostPort(hostPort.substring(1, splitIndex - 1), port);
232 return new HostPort(hostPort.substring(0, splitIndex), port);
251 HostPort hostPort = HostPort.parse(address);
256 InetSocketAddress sa = new InetSocketAddress(hostPort.host == null
258 : hostPort.host, hostPort.port);
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DSocketTransportService.java212 public static HostPort parse(String hostPort) {
213 int splitIndex = hostPort.lastIndexOf(':');
217 port = Integer.decode(hostPort.substring(splitIndex + 1));
227 } else if (splitIndex == 1 && hostPort.charAt(0) == '*') {
229 } else if (hostPort.charAt(0) == '[' && hostPort.charAt(splitIndex - 1) == ']') {
230 return new HostPort(hostPort.substring(1, splitIndex - 1), port);
232 return new HostPort(hostPort.substring(0, splitIndex), port);
251 HostPort hostPort = HostPort.parse(address);
256 InetSocketAddress sa = new InetSocketAddress(hostPort.host == null
258 : hostPort.host, hostPort.port);
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DSocketTransportService.java212 public static HostPort parse(String hostPort) {
213 int splitIndex = hostPort.lastIndexOf(':');
217 port = Integer.decode(hostPort.substring(splitIndex + 1));
227 } else if (splitIndex == 1 && hostPort.charAt(0) == '*') {
229 } else if (hostPort.charAt(0) == '[' && hostPort.charAt(splitIndex - 1) == ']') {
230 return new HostPort(hostPort.substring(1, splitIndex - 1), port);
232 return new HostPort(hostPort.substring(0, splitIndex), port);
251 HostPort hostPort = HostPort.parse(address);
256 InetSocketAddress sa = new InetSocketAddress(hostPort.host == null
258 : hostPort.host, hostPort.port);
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DSocketTransportService.java212 public static HostPort parse(String hostPort) {
213 int splitIndex = hostPort.lastIndexOf(':');
217 port = Integer.decode(hostPort.substring(splitIndex + 1));
227 } else if (splitIndex == 1 && hostPort.charAt(0) == '*') {
229 } else if (hostPort.charAt(0) == '[' && hostPort.charAt(splitIndex - 1) == ']') {
230 return new HostPort(hostPort.substring(1, splitIndex - 1), port);
232 return new HostPort(hostPort.substring(0, splitIndex), port);
251 HostPort hostPort = HostPort.parse(address);
256 InetSocketAddress sa = new InetSocketAddress(hostPort.host == null
258 : hostPort.host, hostPort.port);
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DSocketTransportService.java212 public static HostPort parse(String hostPort) {
213 int splitIndex = hostPort.lastIndexOf(':');
217 port = Integer.decode(hostPort.substring(splitIndex + 1));
227 } else if (splitIndex == 1 && hostPort.charAt(0) == '*') {
229 } else if (hostPort.charAt(0) == '[' && hostPort.charAt(splitIndex - 1) == ']') {
230 return new HostPort(hostPort.substring(1, splitIndex - 1), port);
232 return new HostPort(hostPort.substring(0, splitIndex), port);
251 HostPort hostPort = HostPort.parse(address);
256 InetSocketAddress sa = new InetSocketAddress(hostPort.host == null
258 : hostPort.host, hostPort.port);
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/swarmkit/vendor/github.com/docker/go-connections/nat/
H A Dnat.go157 hostPort = parts["hostPort"]
173 if len(hostPort) > 0 {
174 startHostPort, endHostPort, err = ParsePortRange(hostPort)
176 return nil, nil, fmt.Errorf("Invalid hostPort: %s", hostPort)
180 if hostPort != "" && (endPort-startPort) != (endHostPort-startHostPort) {
185 …Errorf("Invalid ranges specified for container and host Ports: %s and %s", containerPort, hostPort)
195 if len(hostPort) > 0 {
196 hostPort = strconv.FormatUint(startHostPort+i, 10)
201 hostPort = fmt.Sprintf("%s-%s", hostPort, strconv.FormatUint(endHostPort, 10))
213 HostPort: hostPort,
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/docker/go-connections/nat/
H A Dnat.go178 rawIP, hostPort, containerPort := splitParts(rawPort)
199 if len(hostPort) > 0 {
200 startHostPort, endHostPort, err = ParsePortRange(hostPort)
202 return nil, fmt.Errorf("Invalid hostPort: %s", hostPort)
206 if hostPort != "" && (endPort-startPort) != (endHostPort-startHostPort) {
211 …Errorf("Invalid ranges specified for container and host Ports: %s and %s", containerPort, hostPort)
222 if len(hostPort) > 0 {
223 hostPort = strconv.FormatUint(startHostPort+i, 10)
228 hostPort = fmt.Sprintf("%s-%s", hostPort, strconv.FormatUint(endHostPort, 10))
237 HostPort: hostPort,
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/go-connections/nat/
H A Dnat.go178 rawIP, hostPort, containerPort := splitParts(rawPort)
199 if len(hostPort) > 0 {
200 startHostPort, endHostPort, err = ParsePortRange(hostPort)
202 return nil, fmt.Errorf("Invalid hostPort: %s", hostPort)
206 if hostPort != "" && (endPort-startPort) != (endHostPort-startHostPort) {
211 …Errorf("Invalid ranges specified for container and host Ports: %s and %s", containerPort, hostPort)
222 if len(hostPort) > 0 {
223 hostPort = strconv.FormatUint(startHostPort+i, 10)
228 hostPort = fmt.Sprintf("%s-%s", hostPort, strconv.FormatUint(endHostPort, 10))
237 HostPort: hostPort,
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/docker/go-connections/nat/
H A Dnat.go178 rawIP, hostPort, containerPort := splitParts(rawPort)
199 if len(hostPort) > 0 {
200 startHostPort, endHostPort, err = ParsePortRange(hostPort)
202 return nil, fmt.Errorf("Invalid hostPort: %s", hostPort)
206 if hostPort != "" && (endPort-startPort) != (endHostPort-startHostPort) {
211 …Errorf("Invalid ranges specified for container and host Ports: %s and %s", containerPort, hostPort)
222 if len(hostPort) > 0 {
223 hostPort = strconv.FormatUint(startHostPort+i, 10)
228 hostPort = fmt.Sprintf("%s-%s", hostPort, strconv.FormatUint(endHostPort, 10))
237 HostPort: hostPort,

12345678910>>...109