Home
last modified time | relevance | path

Searched refs:hostport (Results 1 – 25 of 1637) sorted by relevance

12345678910>>...66

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/net/
H A DSocketPermission.java131 super(hostport); in SocketPermission()
133 this.hostport = hostport; in SocketPermission()
153 if (((SocketPermission) obj).hostport.equals(hostport)) in equals()
169 if (hostport != null) in hashCode()
170 hash += hostport.hashCode(); in hashCode()
287 String range = hostport.substring(hostport.indexOf(":") + 1); in implies()
317 String range = p.hostport.substring(hostport.indexOf(":") + 1); in implies()
346 ourhost = hostport; in implies()
348 ourhost = hostport.substring(0, hostport.indexOf(":")); in implies()
352 theirhost = p.hostport; in implies()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/net/
H A DSocketPermission.java131 super(hostport); in SocketPermission()
133 this.hostport = hostport; in SocketPermission()
153 if (((SocketPermission) obj).hostport.equals(hostport)) in equals()
169 if (hostport != null) in hashCode()
170 hash += hostport.hashCode(); in hashCode()
287 String range = hostport.substring(hostport.indexOf(":") + 1); in implies()
317 String range = p.hostport.substring(hostport.indexOf(":") + 1); in implies()
346 ourhost = hostport; in implies()
348 ourhost = hostport.substring(0, hostport.indexOf(":")); in implies()
352 theirhost = p.hostport; in implies()
[all …]
/dports/java/sablevm-classpath/sablevm-classpath-1.13/java/net/
H A DSocketPermission.java134 super(hostport); in SocketPermission()
136 this.hostport = hostport; in SocketPermission()
156 if (((SocketPermission) obj).hostport.equals(hostport)) in equals()
172 if (hostport != null) in hashCode()
173 hash += hostport.hashCode(); in hashCode()
300 String range = hostport.substring(hostport.indexOf(":") + 1); in implies()
329 String range = p.hostport.substring(hostport.indexOf(":") + 1); in implies()
360 ourhost = hostport; in implies()
362 ourhost = hostport.substring(0, hostport.indexOf(":")); in implies()
366 theirhost = p.hostport; in implies()
[all …]
/dports/emulators/hatari/hatari-2.2.1/src/falcon/
H A Ddsp_core.c633 dsp_core.hostport[CPU_HOST_ICR] = 0x0; in dsp_core_reset()
634 dsp_core.hostport[CPU_HOST_CVR] = 0x12; in dsp_core_reset()
636 dsp_core.hostport[CPU_HOST_IVR] = 0x0f; in dsp_core_reset()
637 dsp_core.hostport[CPU_HOST_RX0] = 0x0; in dsp_core_reset()
952 hreq = (dsp_core.hostport[CPU_HOST_ICR] & dsp_core.hostport[CPU_HOST_ISR]) & 0x3; in dsp_core_hostport_update_hreq()
960 dsp_core.hostport[CPU_HOST_ISR] &= 0x7f; in dsp_core_hostport_update_hreq()
963 hreq = (dsp_core.hostport[CPU_HOST_ICR] & dsp_core.hostport[CPU_HOST_ISR]) & 0x3; in dsp_core_hostport_update_hreq()
978 dsp_core.hostport[CPU_HOST_ISR] &= 0x7f; in dsp_core_hostport_update_hreq()
979 dsp_core.hostport[CPU_HOST_ISR] |= hreq; in dsp_core_hostport_update_hreq()
1076 value = dsp_core.hostport[addr]; in dsp_core_read_host()
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/vendor/github.com/docker/docker-credential-helpers/osxkeychain/
H A Durl_non_go18.go18 func stripPort(hostport string) string {
19 colon := strings.IndexByte(hostport, ':')
21 return hostport
24 return strings.TrimPrefix(hostport[:i], "[")
26 return hostport[:colon]
29 func portOnly(hostport string) string {
30 colon := strings.IndexByte(hostport, ':')
34 if i := strings.Index(hostport, "]:"); i != -1 {
35 return hostport[i+len("]:"):]
37 if strings.Contains(hostport, "]") {
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker-credential-helpers/registryurl/
H A Durl_non_go18.go18 func stripPort(hostport string) string {
19 colon := strings.IndexByte(hostport, ':')
21 return hostport
24 return strings.TrimPrefix(hostport[:i], "[")
26 return hostport[:colon]
29 func portOnly(hostport string) string {
30 colon := strings.IndexByte(hostport, ':')
34 if i := strings.Index(hostport, "]:"); i != -1 {
35 return hostport[i+len("]:"):]
37 if strings.Contains(hostport, "]") {
[all …]
/dports/sysutils/docker-credential-pass/docker-credential-helpers-0.6.3/registryurl/
H A Durl_non_go18.go18 func stripPort(hostport string) string {
19 colon := strings.IndexByte(hostport, ':')
21 return hostport
24 return strings.TrimPrefix(hostport[:i], "[")
26 return hostport[:colon]
29 func portOnly(hostport string) string {
30 colon := strings.IndexByte(hostport, ':')
34 if i := strings.Index(hostport, "]:"); i != -1 {
35 return hostport[i+len("]:"):]
37 if strings.Contains(hostport, "]") {
[all …]
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/smira/go-ftp-protocol/protocol/
H A Dprotocol.go41 hostport string member
52 w.rt.putConnection(w.hostport, w.conn)
60 conns, ok := rt.idleConnections[hostport]
63 rt.idleConnections[hostport] = conns[1:]
69 conn, err = ftp.Connect(hostport)
91 rt.idleConnections[hostport] = append(rt.idleConnections[hostport], conn)
105 hostport := request.URL.Host
106 if strings.Index(hostport, ":") == -1 {
107 hostport = hostport + ":21"
120 rt.putConnection(hostport, connection)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/snowflakedb/gosnowflake/vendor/github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4/
H A Dhost.go33 func stripPort(hostport string) string {
34 colon := strings.IndexByte(hostport, ':')
36 return hostport
39 return strings.TrimPrefix(hostport[:i], "[")
41 return hostport[:colon]
48 func portOnly(hostport string) string {
49 colon := strings.IndexByte(hostport, ':')
53 if i := strings.Index(hostport, "]:"); i != -1 {
54 return hostport[i+len("]:"):]
56 if strings.Contains(hostport, "]") {
[all …]
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/aws/signer/internal/v4/
H A Dhost.go33 func stripPort(hostport string) string {
34 colon := strings.IndexByte(hostport, ':')
36 return hostport
39 return strings.TrimPrefix(hostport[:i], "[")
41 return hostport[:colon]
48 func portOnly(hostport string) string {
49 colon := strings.IndexByte(hostport, ':')
53 if i := strings.Index(hostport, "]:"); i != -1 {
54 return hostport[i+len("]:"):]
56 if strings.Contains(hostport, "]") {
[all …]
/dports/security/vault/aws-sdk-go-v2-1.5.0/aws/signer/internal/v4/
H A Dhost.go33 func stripPort(hostport string) string {
34 colon := strings.IndexByte(hostport, ':')
36 return hostport
39 return strings.TrimPrefix(hostport[:i], "[")
41 return hostport[:colon]
48 func portOnly(hostport string) string {
49 colon := strings.IndexByte(hostport, ':')
53 if i := strings.Index(hostport, "]:"); i != -1 {
54 return hostport[i+len("]:"):]
56 if strings.Contains(hostport, "]") {
[all …]
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/aws/signer/internal/v4/
H A Dhost.go33 func stripPort(hostport string) string {
34 colon := strings.IndexByte(hostport, ':')
36 return hostport
39 return strings.TrimPrefix(hostport[:i], "[")
41 return hostport[:colon]
48 func portOnly(hostport string) string {
49 colon := strings.IndexByte(hostport, ':')
53 if i := strings.Index(hostport, "]:"); i != -1 {
54 return hostport[i+len("]:"):]
56 if strings.Contains(hostport, "]") {
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4/
H A Dhost.go33 func stripPort(hostport string) string {
34 colon := strings.IndexByte(hostport, ':')
36 return hostport
39 return strings.TrimPrefix(hostport[:i], "[")
41 return hostport[:colon]
48 func portOnly(hostport string) string {
49 colon := strings.IndexByte(hostport, ':')
53 if i := strings.Index(hostport, "]:"); i != -1 {
54 return hostport[i+len("]:"):]
56 if strings.Contains(hostport, "]") {
[all …]
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/aws/signer/internal/v4/
H A Dhost.go33 func stripPort(hostport string) string {
34 colon := strings.IndexByte(hostport, ':')
36 return hostport
39 return strings.TrimPrefix(hostport[:i], "[")
41 return hostport[:colon]
48 func portOnly(hostport string) string {
49 colon := strings.IndexByte(hostport, ':')
53 if i := strings.Index(hostport, "]:"); i != -1 {
54 return hostport[i+len("]:"):]
56 if strings.Contains(hostport, "]") {
[all …]
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/s3/internal/v4a/internal/v4/
H A Dhost.go33 func stripPort(hostport string) string {
34 colon := strings.IndexByte(hostport, ':')
36 return hostport
39 return strings.TrimPrefix(hostport[:i], "[")
41 return hostport[:colon]
48 func portOnly(hostport string) string {
49 colon := strings.IndexByte(hostport, ':')
53 if i := strings.Index(hostport, "]:"); i != -1 {
54 return hostport[i+len("]:"):]
56 if strings.Contains(hostport, "]") {
[all …]
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/aws/signer/internal/v4/
H A Dhost.go33 func stripPort(hostport string) string {
34 colon := strings.IndexByte(hostport, ':')
36 return hostport
39 return strings.TrimPrefix(hostport[:i], "[")
41 return hostport[:colon]
48 func portOnly(hostport string) string {
49 colon := strings.IndexByte(hostport, ':')
53 if i := strings.Index(hostport, "]:"); i != -1 {
54 return hostport[i+len("]:"):]
56 if strings.Contains(hostport, "]") {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4/
H A Dhost.go33 func stripPort(hostport string) string {
34 colon := strings.IndexByte(hostport, ':')
36 return hostport
39 return strings.TrimPrefix(hostport[:i], "[")
41 return hostport[:colon]
48 func portOnly(hostport string) string {
49 colon := strings.IndexByte(hostport, ':')
53 if i := strings.Index(hostport, "]:"); i != -1 {
54 return hostport[i+len("]:"):]
56 if strings.Contains(hostport, "]") {
[all …]
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/aws/signer/internal/v4/
H A Dhost.go33 func stripPort(hostport string) string {
34 colon := strings.IndexByte(hostport, ':')
36 return hostport
39 return strings.TrimPrefix(hostport[:i], "[")
41 return hostport[:colon]
48 func portOnly(hostport string) string {
49 colon := strings.IndexByte(hostport, ':')
53 if i := strings.Index(hostport, "]:"); i != -1 {
54 return hostport[i+len("]:"):]
56 if strings.Contains(hostport, "]") {
[all …]
/dports/games/libretro-hatari/hatari-561c07e/src/falcon/
H A Ddsp_core.c175 dsp_core.hostport[CPU_HOST_ICR] = 0x0; in dsp_core_reset()
176 dsp_core.hostport[CPU_HOST_CVR] = 0x12; in dsp_core_reset()
178 dsp_core.hostport[CPU_HOST_IVR] = 0x0f; in dsp_core_reset()
179 dsp_core.hostport[CPU_HOST_RX0] = 0x0; in dsp_core_reset()
493 hreq = (dsp_core.hostport[CPU_HOST_ICR] & dsp_core.hostport[CPU_HOST_ISR]) & 0x3; in dsp_core_hostport_update_hreq()
501 dsp_core.hostport[CPU_HOST_ISR] &= 0x7f; in dsp_core_hostport_update_hreq()
597 value = dsp_core.hostport[addr]; in dsp_core_read_host()
643 dsp_core.hostport[CPU_HOST_IVR]=value; in dsp_core_write_host()
646 dsp_core.hostport[CPU_HOST_TXH]=value; in dsp_core_write_host()
649 dsp_core.hostport[CPU_HOST_TXM]=value; in dsp_core_write_host()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/net/
H A DSocketPermission.java176 super(processHostport(hostport)); in SocketPermission()
192 if (hostport.length() == 0) in processHostport()
195 if (hostport.charAt(0) == '[') in processHostport()
196 return hostport; in processHostport()
202 if (hostport.charAt(i) == ':') in processHostport()
218 return hostport; in processHostport()
222 return "[" + hostport + "]"; in processHostport()
242 if (hostport.charAt(0) == '[') in setHostPort()
245 int end = hostport.indexOf("]"); in setHostPort()
264 int sep = hostport.indexOf(":"); in setHostPort()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/net/
H A DSocketPermission.java176 super(processHostport(hostport)); in SocketPermission()
192 if (hostport.length() == 0) in processHostport()
195 if (hostport.charAt(0) == '[') in processHostport()
196 return hostport; in processHostport()
202 if (hostport.charAt(i) == ':') in processHostport()
218 return hostport; in processHostport()
222 return "[" + hostport + "]"; in processHostport()
242 if (hostport.charAt(0) == '[') in setHostPort()
245 int end = hostport.indexOf("]"); in setHostPort()
264 int sep = hostport.indexOf(":"); in setHostPort()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/net/
H A DSocketPermission.java176 super(processHostport(hostport)); in SocketPermission()
192 if (hostport.length() == 0) in processHostport()
195 if (hostport.charAt(0) == '[') in processHostport()
196 return hostport; in processHostport()
202 if (hostport.charAt(i) == ':') in processHostport()
218 return hostport; in processHostport()
222 return "[" + hostport + "]"; in processHostport()
242 if (hostport.charAt(0) == '[') in setHostPort()
245 int end = hostport.indexOf("]"); in setHostPort()
264 int sep = hostport.indexOf(":"); in setHostPort()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/net/
H A DSocketPermission.java176 super(processHostport(hostport)); in SocketPermission()
192 if (hostport.length() == 0) in processHostport()
195 if (hostport.charAt(0) == '[') in processHostport()
196 return hostport; in processHostport()
202 if (hostport.charAt(i) == ':') in processHostport()
218 return hostport; in processHostport()
222 return "[" + hostport + "]"; in processHostport()
242 if (hostport.charAt(0) == '[') in setHostPort()
245 int end = hostport.indexOf("]"); in setHostPort()
264 int sep = hostport.indexOf(":"); in setHostPort()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/net/
H A DSocketPermission.java176 super(processHostport(hostport)); in SocketPermission()
192 if (hostport.length() == 0) in processHostport()
195 if (hostport.charAt(0) == '[') in processHostport()
196 return hostport; in processHostport()
202 if (hostport.charAt(i) == ':') in processHostport()
218 return hostport; in processHostport()
222 return "[" + hostport + "]"; in processHostport()
242 if (hostport.charAt(0) == '[') in setHostPort()
245 int end = hostport.indexOf("]"); in setHostPort()
264 int sep = hostport.indexOf(":"); in setHostPort()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/net/
H A Dipsock.go175 i := last(hostport, ':')
177 return addrErr(hostport, missingPort)
180 if hostport[0] == '[' {
187 case len(hostport):
189 return addrErr(hostport, missingPort)
195 if hostport[end+1] == ':' {
198 return addrErr(hostport, missingPort)
200 host = hostport[1:end]
203 host = hostport[:i]
205 return addrErr(hostport, tooManyColons)
[all …]

12345678910>>...66