- Sort Score
- Result 10 results
- Languages All
Results 141 - 150 of 176 for 120 (0.01 sec)
-
guava/src/com/google/common/net/InetAddresses.java
*/ public static boolean isCompatIPv4Address(Inet6Address ip) { if (!ip.isIPv4CompatibleAddress()) { return false; } byte[] bytes = ip.getAddress(); if ((bytes[12] == 0) && (bytes[13] == 0) && (bytes[14] == 0) && ((bytes[15] == 0) || (bytes[15] == 1))) { return false; } return true; } /**
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Feb 19 21:24:11 UTC 2025 - 47.4K bytes - Viewed (0) -
guava/src/com/google/common/net/MediaType.java
* * <p>For media types that take a charset the predefined constants default to UTF-8 and have a * "_UTF_8" suffix. To get a version without a character set, use {@link #withoutParameters}. * * @since 12.0 * @author Gregory Kick */ @GwtCompatible @Immutable public final class MediaType { private static final String CHARSET_ATTRIBUTE = "charset";
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 48K bytes - Viewed (0) -
android/guava/src/com/google/common/primitives/Longs.java
* to primitives * @throws NullPointerException if {@code collection} or any of its elements is null * @since 1.0 (parameter was {@code Collection<Long>} before 12.0) */ public static long[] toArray(Collection<? extends Number> collection) { if (collection instanceof LongArrayAsList) { return ((LongArrayAsList) collection).toLongArray(); }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Jul 17 15:26:41 UTC 2025 - 29.1K bytes - Viewed (0) -
api/go1.11.txt
pkg debug/elf, const EM_LATTICEMICO32 = 138 pkg debug/elf, const EM_LATTICEMICO32 Machine pkg debug/elf, const EM_M16C = 117 pkg debug/elf, const EM_M16C Machine pkg debug/elf, const EM_M32C = 120 pkg debug/elf, const EM_M32C Machine pkg debug/elf, const EM_M32R = 88 pkg debug/elf, const EM_M32R Machine pkg debug/elf, const EM_MANIK = 171 pkg debug/elf, const EM_MANIK Machine pkg debug/elf, const EM_MAX = 102
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Aug 22 03:48:56 UTC 2018 - 25K bytes - Viewed (0) -
api/go1.10.txt
pkg debug/elf, const R_ARM_PRIVATE_6 = 118 pkg debug/elf, const R_ARM_PRIVATE_6 R_ARM pkg debug/elf, const R_ARM_PRIVATE_7 = 119 pkg debug/elf, const R_ARM_PRIVATE_7 R_ARM pkg debug/elf, const R_ARM_PRIVATE_8 = 120 pkg debug/elf, const R_ARM_PRIVATE_8 R_ARM pkg debug/elf, const R_ARM_PRIVATE_9 = 121 pkg debug/elf, const R_ARM_PRIVATE_9 R_ARM pkg debug/elf, const R_ARM_REL32_NOI = 56 pkg debug/elf, const R_ARM_REL32_NOI R_ARM
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Feb 06 05:00:01 UTC 2018 - 30.1K bytes - Viewed (0) -
api/go1.14.txt
pkg debug/dwarf, const AttrReference = 119 pkg debug/dwarf, const AttrReference Attr pkg debug/dwarf, const AttrRnglistsBase = 116 pkg debug/dwarf, const AttrRnglistsBase Attr pkg debug/dwarf, const AttrRvalueReference = 120 pkg debug/dwarf, const AttrRvalueReference Attr pkg debug/dwarf, const AttrSignature = 105 pkg debug/dwarf, const AttrSignature Attr pkg debug/dwarf, const AttrSmall = 93 pkg debug/dwarf, const AttrSmall Attr
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
android/guava/src/com/google/common/net/MediaType.java
* * <p>For media types that take a charset the predefined constants default to UTF-8 and have a * "_UTF_8" suffix. To get a version without a character set, use {@link #withoutParameters}. * * @since 12.0 * @author Gregory Kick */ @GwtCompatible @Immutable public final class MediaType { private static final String CHARSET_ATTRIBUTE = "charset";
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 48K bytes - Viewed (0) -
android/guava/src/com/google/common/net/InetAddresses.java
*/ public static boolean isCompatIPv4Address(Inet6Address ip) { if (!ip.isIPv4CompatibleAddress()) { return false; } byte[] bytes = ip.getAddress(); if ((bytes[12] == 0) && (bytes[13] == 0) && (bytes[14] == 0) && ((bytes[15] == 0) || (bytes[15] == 1))) { return false; } return true; } /**
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Feb 19 21:24:11 UTC 2025 - 47.4K bytes - Viewed (0) -
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), const DLT_A429 ideal-int pkg syscall (netbsd-arm64-cgo), const DLT_A653_ICM = 185 pkg syscall (netbsd-arm64-cgo), const DLT_A653_ICM ideal-int pkg syscall (netbsd-arm64-cgo), const DLT_AIRONET_HEADER = 120 pkg syscall (netbsd-arm64-cgo), const DLT_AIRONET_HEADER ideal-int pkg syscall (netbsd-arm64-cgo), const DLT_AOS = 222 pkg syscall (netbsd-arm64-cgo), const DLT_AOS ideal-int
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Aug 08 18:44:16 UTC 2019 - 452.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.26.md
### Changed - github.com/cyphar/filepath-securejoin: [v0.2.3 → v0.2.4](https://github.com/cyphar/filepath-securejoin/compare/v0.2.3...v0.2.4) - github.com/rogpeppe/go-internal: [v1.11.0 → v1.12.0](https://github.com/rogpeppe/go-internal/compare/v1.11.0...v1.12.0) ### Removed _Nothing has changed._ # v1.26.11 ## Downloads for v1.26.11 ### Source Code filename | sha512 hash
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Mar 14 16:24:51 UTC 2024 - 425.7K bytes - Viewed (0)