- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 72 for 65535 (0.05 sec)
-
cmd/endpoint.go
var p int p, err = strconv.Atoi(port) if err != nil { return ep, fmt.Errorf("invalid URL endpoint format: invalid port number") } else if p < 1 || p > 65535 { return ep, fmt.Errorf("invalid URL endpoint format: port number must be between 1 to 65535") } } if i := strings.Index(host, "%"); i > -1 { host = host[:i] } if host == "" {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Jun 21 22:22:24 UTC 2024 - 34.2K bytes - Viewed (0) -
src/builtin/builtin.go
false = 0 != 0 // Untyped bool. ) // uint8 is the set of all unsigned 8-bit integers. // Range: 0 through 255. type uint8 uint8 // uint16 is the set of all unsigned 16-bit integers. // Range: 0 through 65535. type uint16 uint16 // uint32 is the set of all unsigned 32-bit integers. // Range: 0 through 4294967295. type uint32 uint32 // uint64 is the set of all unsigned 64-bit integers.
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Apr 11 20:22:45 UTC 2024 - 12.7K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/s390x.s
AND R1, R2, R3 // b9e42031 AND $-2, R1 // a517fffe AND $-65536, R1 // c01bffff0000 AND $1, R1 // c0a100000001b980001a ANDW R1, R2 // 1421 ANDW R1, R2, R3 // b9f42031 ANDW $1, R1 // c01b00000001 ANDW $131071, R1 // a5160001 ANDW $65536, R1 // c01b00010000 ANDW $-2, R1 // a517fffe
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Sep 18 15:49:24 UTC 2024 - 22.1K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/primitives/IntsTest.java
.isNull(); } assertWithMessage("Hex string and dec parm").that(Ints.tryParse("FFFF", 10)).isNull(); assertWithMessage("Mixed hex case").that((int) Ints.tryParse("ffFF", 16)).isEqualTo(65535); } /** * Encodes an integer as a string with given radix, then uses {@link Ints#tryParse(String, int)} * to parse the result. Asserts the result is the same as what we started with. */
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 02:56:12 UTC 2024 - 29.1K bytes - Viewed (0) -
guava-tests/test/com/google/common/primitives/LongsTest.java
} assertWithMessage("Hex string and dec parm").that(Longs.tryParse("FFFF", 10)).isNull(); assertWithMessage("Mixed hex case") .that(Longs.tryParse("ffFF", 16).longValue()) .isEqualTo(65535); } /** * Encodes the long as a string with given radix, then uses {@link Longs#tryParse(String, int)} to * parse the result. Asserts the result is the same as what we started with. */
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 02:56:12 UTC 2024 - 29.8K bytes - Viewed (0) -
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), const IN_CLASSA_NSHIFT ideal-int pkg syscall (netbsd-arm64-cgo), const IN_CLASSB_HOST = 65535 pkg syscall (netbsd-arm64-cgo), const IN_CLASSB_HOST ideal-int pkg syscall (netbsd-arm64-cgo), const IN_CLASSB_MAX = 65536 pkg syscall (netbsd-arm64-cgo), const IN_CLASSB_MAX ideal-int pkg syscall (netbsd-arm64-cgo), const IN_CLASSB_NET = 4294901760
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Aug 08 18:44:16 UTC 2019 - 452.6K bytes - Viewed (0) -
common-protos/k8s.io/api/core/v1/generated.proto
// If specified, this must be a valid port number, 0 < x < 65536. // If HostNetwork is specified, this must match ContainerPort. // Most containers do not need this. // +optional optional int32 hostPort = 2; // Number of port to expose on the pod's IP address. // This must be a valid port number, 0 < x < 65536. optional int32 containerPort = 3;
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 255.8K bytes - Viewed (0) -
api/go1.16.txt
pkg syscall (darwin-arm64), const IN_CLASSA_NSHIFT = 24 pkg syscall (darwin-arm64), const IN_CLASSA_NSHIFT ideal-int pkg syscall (darwin-arm64), const IN_CLASSB_HOST = 65535 pkg syscall (darwin-arm64), const IN_CLASSB_HOST ideal-int pkg syscall (darwin-arm64), const IN_CLASSB_MAX = 65536 pkg syscall (darwin-arm64), const IN_CLASSB_MAX ideal-int pkg syscall (darwin-arm64), const IN_CLASSB_NET = 4294901760
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), const IN_CLASSA_NSHIFT = 24 pkg syscall (freebsd-arm64), const IN_CLASSA_NSHIFT ideal-int pkg syscall (freebsd-arm64), const IN_CLASSB_HOST = 65535 pkg syscall (freebsd-arm64), const IN_CLASSB_HOST ideal-int pkg syscall (freebsd-arm64), const IN_CLASSB_MAX = 65536 pkg syscall (freebsd-arm64), const IN_CLASSB_MAX ideal-int pkg syscall (freebsd-arm64), const IN_CLASSB_NET = 4294901760
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/arm.s
PLD -4080(R9) // f0ff59f5 RFE // 0080fde8 SWPW R3, (R7), R9 // SWPW (R7), R3, R9 // 939007e1 SWPBU R4, (R2), R8 // SWPBU (R2), R4, R8 // 948042e1 SWI $0 // 000000ef SWI $65535 // ffff00ef SWI // 000000ef // BFX/BFXU/BFC/BFI BFX $16, $8, R1, R2 // BFX $16, R1, $8, R2 // 5124afe7 BFX $29, $2, R8 // 5881bce7
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Dec 15 20:51:01 UTC 2023 - 69K bytes - Viewed (0)