- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 22 for 412 (0.04 sec)
-
guava/src/com/google/common/math/LongMath.java
| (1L << (19 - 2)) | (1L << (23 - 2)) | (1L << (29 - 2)) | (1L << (31 - 2)) | (1L << (37 - 2)) | (1L << (41 - 2)) | (1L << (43 - 2)) | (1L << (47 - 2)) | (1L << (53 - 2)) | (1L << (59 - 2)) | (1L << (61 - 2)); // Look up n within the mask.
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Fri Aug 29 16:20:07 UTC 2025 - 46.8K bytes - Viewed (0) -
go.sum
github.com/nats-io/nats.go v1.22.1/go.mod h1:tLqubohF7t4z3du1QDPYJIQQyhb4wl6DhjxEajSI7UA= github.com/nats-io/nats.go v1.41.2 h1:5UkfLAtu/036s99AhFRlyNDI1Ieylb36qbGjJzHixos= github.com/nats-io/nats.go v1.41.2/go.mod h1:iRWIPokVIFbVijxuMQq4y9ttaBTMe0SFdlZfMDd+33g= github.com/nats-io/nkeys v0.3.0/go.mod h1:gvUNGjVcM2IPr5rCsRsC6Wb3Hr2CQAm08dsxtV6A5y4=
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sat Sep 06 17:33:19 UTC 2025 - 79.9K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTransportImpl.java
return null; } if (this.smb2) { if (key != -1) { return null; } final int cmd = Encdec.dec_uint16le(this.sbuf, 4 + 12) & 0xFFFF; if (cmd == 0x12) { return new Smb2OplockBreakNotification(getContext().getConfig()); } } else { if (key != 0xFFFF) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 69.8K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/CacheTest.kt
assertCached(false, 408) assertCached(false, 409) // the HTTP spec permits caching 410s, but the RI doesn't. assertCached(true, 410) assertCached(false, 411) assertCached(false, 412) assertCached(false, 413) assertCached(true, 414) assertCached(false, 415) assertCached(false, 416) assertCached(false, 417) assertCached(false, 418) assertCached(false, 500)
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Aug 16 09:39:51 UTC 2025 - 113.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.25.md
- github.com/container-storage-interface/spec: [v1.5.0 → v1.6.0](https://github.com/container-storage-interface/spec/compare/v1.5.0...v1.6.0) - github.com/containerd/containerd: [v1.4.12 → v1.4.9](https://github.com/containerd/containerd/compare/v1.4.12...v1.4.9) - github.com/coredns/corefile-migration: [v1.0.14 → v1.0.17](https://github.com/coredns/corefile-migration/compare/v1.0.14...v1.0.17)
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Mon May 06 09:23:20 UTC 2024 - 419.1K bytes - Viewed (0) -
cmd/server_test.go
// If-Unmodified-Since - Return the object only if it has not been modified since the specified time, else return a 412 (precondition failed). func (s *TestSuiteCommon) TestHeadOnObjectLastModified(c *check) { // generate a random bucket name. bucketName := getRandomBucketName() // HTTP request to create the bucket.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 118.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.24.md
- github.com/containerd/console: [v1.0.2 → v1.0.3](https://github.com/containerd/console/compare/v1.0.2...v1.0.3) - github.com/containerd/containerd: [v1.4.11 → v1.4.12](https://github.com/containerd/containerd/compare/v1.4.11...v1.4.12) - github.com/cpuguy83/go-md2man/v2: [v2.0.0 → v2.0.1](https://github.com/cpuguy83/go-md2man/v2/compare/v2.0.0...v2.0.1)
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Aug 24 00:02:43 UTC 2023 - 473.4K bytes - Viewed (0) -
api/go1.1.txt
pkg net/http, const StatusNotModified = 304 pkg net/http, const StatusOK = 200 pkg net/http, const StatusPartialContent = 206 pkg net/http, const StatusPaymentRequired = 402 pkg net/http, const StatusPreconditionFailed = 412 pkg net/http, const StatusProxyAuthRequired = 407 pkg net/http, const StatusRequestEntityTooLarge = 413 pkg net/http, const StatusRequestTimeout = 408 pkg net/http, const StatusRequestURITooLong = 414
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0) -
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), const SYS__PSET_BIND = 415 pkg syscall (netbsd-arm64-cgo), const SYS__PSET_BIND ideal-int pkg syscall (netbsd-arm64-cgo), const SYS_PSET_CREATE = 412 pkg syscall (netbsd-arm64-cgo), const SYS_PSET_CREATE ideal-int pkg syscall (netbsd-arm64-cgo), const SYS_PSET_DESTROY = 413 pkg syscall (netbsd-arm64-cgo), const SYS_PSET_DESTROY 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) -
api/go1.14.txt
pkg syscall (freebsd-arm64), const SYS_EXTATTR_SET_FILE = 356 pkg syscall (freebsd-arm64), const SYS_EXTATTR_SET_FILE ideal-int pkg syscall (freebsd-arm64), const SYS_EXTATTR_SET_LINK = 412 pkg syscall (freebsd-arm64), const SYS_EXTATTR_SET_LINK ideal-int pkg syscall (freebsd-arm64), const SYS_EXTATTRCTL = 355 pkg syscall (freebsd-arm64), const SYS_EXTATTRCTL ideal-int
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0)