- Sort Score
- Result 10 results
- Languages All
Results 141 - 150 of 174 for 120 (0.02 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) -
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) -
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.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) -
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) -
src/main/webapp/js/admin/plugins/form-validator/jquery.form-validator.min.js
m=function(b,c,d){for(var e=0;e<c.length;e++)if(c[e].substring(0,1)===b)return a.formUtils.parseDateInt(d[e+1]);return-1};return g=m("m",k,e),f=m("d",k,e),h=m("y",k,e),!(2===g&&f>28&&(h%4!==0||h%100===0&&h%400!==0)||2===g&&f>29&&(h%4===0||h%100!==0&&h%400===0)||g>12||0===g)&&(!(this.isShortMonth(g)&&f>30||!this.isShortMonth(g)&&f>31||0===f)&&[h,g,f])},parseDateInt:function(a){return 0===a.indexOf("0")&&(a=a.replace("0","")),parseInt(a,10)},isShortMonth:function(a){return a%2===0&&a<7||a%2!==0&&a>7},lengthRestric...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Mon Jan 01 05:12:47 UTC 2018 - 32.8K bytes - Viewed (0) -
cmd/object-api-utils.go
dnsDelimiter = "." // On compressed files bigger than this; compReadAheadSize = 100 << 20 // Read this many buffers ahead. compReadAheadBuffers = 5 // Size of each buffer. compReadAheadBufSize = 1 << 20 // Pad Encrypted+Compressed files to a multiple of this. compPadEncrypted = 256 // Disable compressed file indices below this size compMinIndexSize = 8 << 20 )
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Jun 25 15:08:54 UTC 2025 - 37.3K bytes - Viewed (0)