- Sort Score
- Result 10 results
- Languages All
Results 1 - 7 of 7 for 522 (0.1 sec)
-
CHANGELOG.md
_2025-11-18_ * Fix: Don't delay triggering timeouts. In Okio 3.16.0 we introduced a regression that caused timeouts to fire later than they were supposed to. * Upgrade: [Okio 3.16.4][okio_3_16_4]. ## Version 5.2.2 _2025-11-16_ This release is the same as 5.2.1. Okio 3.16.3 didn't have a necessary fix! * Upgrade: [Okio 3.16.3][okio_3_16_3]. ## Version 5.2.1 _2025-10-09_
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Fri Dec 05 16:02:59 UTC 2025 - 36.2K bytes - Viewed (2) -
impl/maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java
ProjectBuildingException.class, () -> buildPom("parent-pom-packaging/sub"), "Wrong packaging of parent POM was not rejected"); } /** MNG-522, MNG-3018 */ @Test void testManagedPluginConfigurationAppliesToImplicitPluginsIntroducedByPackaging() throws Exception { PomTestWrapper pom = buildPom("plugin-management-for-implicit-plugin/child");Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 94.8K bytes - Viewed (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), const SYS_PROCCTL ideal-int pkg syscall (freebsd-arm64), const SYS_PROFIL = 44 pkg syscall (freebsd-arm64), const SYS_PROFIL ideal-int pkg syscall (freebsd-arm64), const SYS_PSELECT = 522 pkg syscall (freebsd-arm64), const SYS_PSELECT ideal-int pkg syscall (freebsd-arm64), const SYS_PTRACE = 26 pkg syscall (freebsd-arm64), const SYS_PTRACE ideal-int pkg syscall (freebsd-arm64), const SYS_PWRITE = 476
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
</magic> </mime-type> <mime-type type="image/x-pict"> <_comment>Apple Macintosh QuickDraw/PICT Format</_comment> <magic priority="50"> <match value="0x001102FF0C00" type="string" offset="522"/> </magic> <glob pattern="*.pic"/> <glob pattern="*.pct"/> <glob pattern="*.pict"/> </mime-type> <mime-type type="image/x-portable-anymap"> <acronym>PNM</acronym>Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Oct 16 07:46:32 UTC 2025 - 320.2K bytes - Viewed (5) -
api/go1.1.txt
pkg syscall (freebsd-386), const SYS_PREAD = 475 pkg syscall (freebsd-386), const SYS_PREADV = 289 pkg syscall (freebsd-386), const SYS_PROFIL = 44 pkg syscall (freebsd-386), const SYS_PSELECT = 522 pkg syscall (freebsd-386), const SYS_PTRACE = 26 pkg syscall (freebsd-386), const SYS_PWRITE = 476 pkg syscall (freebsd-386), const SYS_PWRITEV = 290 pkg syscall (freebsd-386), const SYS_QUOTACTL = 148
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0) -
lib/fips140/v1.1.0-rc1.zip
top coefficient (r4) is at most 107 bits, so c4 is at most // 56 bits, and c4 * 19 is at most 61 bits, which again fits in a uint64 and // allows us to easily apply the reduction identity. // // r4 = a0×b4 + a1×b3 + a2×b2 + a3×b1 + a4×b0 // r4 < 5 × 2⁵² × 2⁵² // r4 < 2¹⁰⁷ // c0 := shiftRightBy51(r0) c1 := shiftRightBy51(r1) c2 := shiftRightBy51(r2) c3 := shiftRightBy51(r3) c4 := shiftRightBy51(r4) rr0 := r0.lo&maskLow51Bits + mul19(c4) rr1 := r1.lo&maskLow51Bits + c0 rr2 := r2.lo&maskLow51Bits + c1...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0) -
lib/fips140/v1.0.0-c2097c7c.zip
top coefficient (r4) is at most 107 bits, so c4 is at most // 56 bits, and c4 * 19 is at most 61 bits, which again fits in a uint64 and // allows us to easily apply the reduction identity. // // r4 = a0×b4 + a1×b3 + a2×b2 + a3×b1 + a4×b0 // r4 < 5 × 2⁵² × 2⁵² // r4 < 2¹⁰⁷ // c0 := shiftRightBy51(r0) c1 := shiftRightBy51(r1) c2 := shiftRightBy51(r2) c3 := shiftRightBy51(r3) c4 := shiftRightBy51(r4) rr0 := r0.lo&maskLow51Bits + c4*19 rr1 := r1.lo&maskLow51Bits + c0 rr2 := r2.lo&maskLow51Bits + c1 rr3...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Sep 25 19:53:19 UTC 2025 - 642.7K bytes - Viewed (0)