- Sort Score
- Result 10 results
- Languages All
Results 431 - 440 of 504 for 30 (0.04 sec)
-
okhttp/src/test/java/okhttp3/internal/http2/HpackTest.kt
assertBytes(31, 0) assertThat(newReader(byteStream(0)).readInt(31, 31)).isEqualTo(31) } @Test fun prefixMaskMinusOne() { hpackWriter!!.writeInt(30, 31, 0) assertBytes(30) assertThat(newReader(byteStream(0)).readInt(31, 31)).isEqualTo(31) } @Test fun zero() { hpackWriter!!.writeInt(0, 31, 0) assertBytes(0)
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 38.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.25.md
### Changed - github.com/google/uuid: [v1.1.2 → v1.3.0](https://github.com/google/uuid/compare/v1.1.2...v1.3.0) - github.com/kr/pretty: [v0.2.1 → v0.3.0](https://github.com/kr/pretty/compare/v0.2.1...v0.3.0) - github.com/rogpeppe/go-internal: [v1.3.0 → v1.6.1](https://github.com/rogpeppe/go-internal/compare/v1.3.0...v1.6.1)
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Mon May 06 09:23:20 UTC 2024 - 419.1K bytes - Viewed (0) -
common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto
// future, although it may be shortened or the resource may be deleted prior to this time. // For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react // by sending a graceful termination signal to the containers in the pod. After that 30 seconds, // the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup,
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 53.3K bytes - Viewed (0) -
api/go1.16.txt
pkg syscall (darwin-arm64), const AF_IEEE80211 ideal-int pkg syscall (darwin-arm64), const AF_IMPLINK = 3 pkg syscall (darwin-arm64), const AF_IMPLINK ideal-int pkg syscall (darwin-arm64), const AF_INET6 = 30 pkg syscall (darwin-arm64), const AF_IPX = 23 pkg syscall (darwin-arm64), const AF_IPX ideal-int pkg syscall (darwin-arm64), const AF_ISDN = 28 pkg syscall (darwin-arm64), const AF_ISDN ideal-int
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.24.md
### Changed - github.com/google/uuid: [v1.1.2 → v1.3.0](https://github.com/google/uuid/compare/v1.1.2...v1.3.0) - github.com/kr/pretty: [v0.2.1 → v0.3.0](https://github.com/kr/pretty/compare/v0.2.1...v0.3.0) - github.com/rogpeppe/go-internal: [v1.3.0 → v1.6.1](https://github.com/rogpeppe/go-internal/compare/v1.3.0...v1.6.1)
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Aug 24 00:02:43 UTC 2023 - 473.4K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbSessionImpl.java
// verify the server signature here, this is not done automatically as we don't set the // request digest // Ignore a missing signature for SMB < 3.0, as // - the specification does not clearly require that (it does for SMB3+) // - there seem to be server implementations (known: EMC Isilon) that do not sign the final
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Nov 14 17:41:04 UTC 2021 - 49K bytes - Viewed (0) -
docs/pt/docs/alternatives.md
### <a href="https://marshmallow.readthedocs.io/en/3.0/" class="external-link" target="_blank">Marshmallow</a>
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 25.5K bytes - Viewed (0) -
docs/changelogs/changelog_2x.md
for OkHttp 2.0 and 2.1 will continue to work with this update. * **`COMPATIBLE_TLS` no longer supports SSLv3.** In response to the [POODLE](https://googleonlinesecurity.blogspot.ca/2014/10/this-poodle-bites-exploiting-ssl-30.html) vulnerability, OkHttp no longer offers SSLv3 when negotiation an HTTPS connection. If you continue to need to connect to webservers running SSLv3, you must manually configure your own `ConnectionSpec`.
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sun Feb 06 02:19:09 UTC 2022 - 26.6K bytes - Viewed (0) -
internal/bucket/replication/replication_test.go
{ObjectOpts{Name: "xyz/c4test", DeleteMarker: true, OpType: DeleteReplicationType}, cfgs[3], false}, // 30. rule 1 not matched because of tags filter
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Mar 28 17:44:56 UTC 2024 - 32.5K bytes - Viewed (0) -
src/main/resources/suggest_indices/suggest_analyzer.json
] }, "stopword_en_filter": { "type": "stop", "stopwords": "_english_" }, "content_length_filter": { "type": "length", "max": 30 }, "limit_token_count_filter": { "type": "limit", "max_token_count": 10000 }, "stemmer_en_filter": { "type": "stemmer",
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Thu Oct 03 02:51:59 UTC 2019 - 57.3K bytes - Viewed (0)