- Sort Score
- Num 10 results
- Language All
Results 101 - 110 of 111 for 39 (0.06 seconds)
-
cmd/object-api-multipart_test.go
// Test case for bucket with multiple objects in it. // Bucket used : `bucketNames[2]`. // Objects used: `objectNames[1-5]`. // UploadId's used: uploadIds[4-8]. // (Test number 39). {bucketNames[2], "", "", "", "", 100, listMultipartResults[25], nil, true}, // Test cases with prefixes. // Testing listing with prefix set to "min" (Test number 40) .
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 89.4K bytes - Click Count (0) -
api/go1.5.txt
pkg debug/elf, const R_PPC64_ADDR16_HA = 6 pkg debug/elf, const R_PPC64_ADDR16_HA R_PPC64 pkg debug/elf, const R_PPC64_ADDR16_HI = 5 pkg debug/elf, const R_PPC64_ADDR16_HI R_PPC64 pkg debug/elf, const R_PPC64_ADDR16_HIGHER = 39 pkg debug/elf, const R_PPC64_ADDR16_HIGHER R_PPC64 pkg debug/elf, const R_PPC64_ADDR16_HIGHERA = 40 pkg debug/elf, const R_PPC64_ADDR16_HIGHERA R_PPC64 pkg debug/elf, const R_PPC64_ADDR16_HIGHEST = 41
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Jul 30 21:14:09 GMT 2015 - 46.6K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.4.md
- [stable] kubelet is able to evict pods when it observes disk pressure ([docs](http://kubernetes.io/docs/admin/out-of-resource/)) ([kubernetes/features#39](https://github.com/kubernetes/enhancements/issues/39)) - [stable] Automated docker validation results posted to https://k8s-testgrid.appspot.com/docker [kubernetes/features#57](https://github.com/kubernetes/enhancements/issues/57) - **Scheduling**
Created: Fri Dec 26 09:05:12 GMT 2025 - Last Modified: Thu Dec 24 02:28:26 GMT 2020 - 133.5K bytes - Click Count (0) -
docs/changelogs/changelog_3x.md
situations where the input is known to be well-formed. We've also added `MediaType.get(String)` which is an exception-throwing alternative to `MediaType.parse(String)`. * New: The `EventListener` API previewed in OkHttp 3.9 has graduated to a stable API. Use this interface to track metrics and monitor HTTP requests' size and duration. * New: `okhttp-dnsoverhttps` is an experimental API for doing DNS queries over HTTPS. Using HTTPS
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sun Feb 06 14:55:54 GMT 2022 - 50.8K bytes - Click Count (0) -
api/go1.16.txt
pkg syscall (darwin-arm64), const ECONNREFUSED = 61 pkg syscall (darwin-arm64), const ECONNRESET = 54 pkg syscall (darwin-arm64), const EDEADLK = 11 pkg syscall (darwin-arm64), const EDESTADDRREQ = 39 pkg syscall (darwin-arm64), const EDEVERR = 83 pkg syscall (darwin-arm64), const EDEVERR Errno pkg syscall (darwin-arm64), const EDOM = 33 pkg syscall (darwin-arm64), const EDQUOT = 69
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Dec 02 16:30:41 GMT 2022 - 479.2K bytes - Click Count (0) -
src/archive/zip/reader_test.go
0000340 99 a4 25 72 85 49 2c be 0b 5b af 8f e5 6e 81 a6 0000350 a3 5a 6f 39 53 3a ab 7a 8b 1e 26 f7 46 6c 7d 26 0000360 53 b3 22 31 94 d3 83 f2 18 4d f5 92 33 27 53 97 0000370 0f d3 e6 55 9c a6 c5 31 87 6f d3 f3 ae 39 6f 56 0000380 10 7b ab 7e d0 b4 ca f2 b8 05 be 3f 0e 6e 5a 75 0000390 ab 0c f5 37 0e ba 8e 75 71 7a aa ed 7a dd 6a 63 00003a0 be 9b a0 97 27 6a 6f e7 d3 8b c4 7c ec d3 91 56
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Oct 17 20:10:27 GMT 2025 - 56.5K bytes - Click Count (0) -
docs/en/docs/release-notes.md
## 0.71.0 ### Features * ✨ Add docs and tests for Python 3.9 and Python 3.10. PR [#3712](https://github.com/tiangolo/fastapi/pull/3712) by [@tiangolo](https://github.com/tiangolo). * You can start with [Python Types Intro](https://fastapi.tiangolo.com/python-types/), it explains what changes between different Python versions, in Python 3.9 and in Python 3.10.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 19:06:15 GMT 2025 - 586.7K bytes - Click Count (0) -
lib/fips140/v1.1.0-rc1.zip
REGTMP2; \ ADDV REGTMP3, h; \ ADDV h, REGTMP2, REGTMP4 // T2 = BIGSIGMA0(a) + Maj(a, b, c) // BIGSIGMA0(x) = ROTR(28,x) XOR ROTR(34,x) XOR ROTR(39,x) // Maj(x, y, z) = (x AND y) XOR (x AND z) XOR (y AND z) // = ((y XOR z) AND x) XOR (y AND z) // Calculate T2 in REGTMP1 #define SHA512T2(a, b, c) \ ROTRV $28, a, REGTMP5; \ ROTRV $34, a, REGTMP3; \ ROTRV $39, a, REGTMP2; \ XOR b, c, REGTMP; \ AND b, c, REGTMP1; \ XOR REGTMP3, REGTMP5; \ AND REGTMP, a, REGTMP; \ XOR REGTMP2, REGTMP5; \ XOR REGTMP, REGTMP1;...
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Dec 11 16:27:41 GMT 2025 - 663K bytes - Click Count (0) -
lib/fips140/v1.0.0-c2097c7c.zip
REGTMP5; \ ADDV h, REGTMP5, REGTMP4 // T2 = BIGSIGMA0(a) + Maj(a, b, c) // BIGSIGMA0(x) = ROTR(28,x) XOR ROTR(34,x) XOR ROTR(39,x) // Maj(x, y, z) = (x AND y) XOR (x AND z) XOR (y AND z) // Calculate T2 in REGTMP1 #define SHA512T2(a, b, c) \ ROTRV $28, a, REGTMP5; \ AND b, c, REGTMP1; \ ROTRV $34, a, REGTMP3; \ AND c, a, REGTMP; \ XOR REGTMP3, REGTMP5; \ XOR REGTMP, REGTMP1; \ ROTRV $39, a, REGTMP2; \ AND a, b, REGTMP3; \ XOR REGTMP3, REGTMP1; \ XOR REGTMP2, REGTMP5; \ ADDV REGTMP5, REGTMP1 // Calculate...
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Sep 25 19:53:19 GMT 2025 - 642.7K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.32.md
- github.com/xiang90/probing: [43a291a → a49e3df](https://github.com/xiang90/probing/compare/43a291a...a49e3df) - go.etcd.io/bbolt: v1.3.9 → v1.3.11 - go.etcd.io/etcd/api/v3: v3.5.14 → v3.5.16 - go.etcd.io/etcd/client/pkg/v3: v3.5.14 → v3.5.16 - go.etcd.io/etcd/client/v2: v2.305.13 → v2.305.16 - go.etcd.io/etcd/client/v3: v3.5.14 → v3.5.16
Created: Fri Dec 26 09:05:12 GMT 2025 - Last Modified: Tue Dec 16 18:27:41 GMT 2025 - 448.1K bytes - Click Count (0)