- Sort Score
- Result 10 results
- Languages All
Results 141 - 149 of 149 for subtype (0.09 sec)
-
lib/fips140/v1.1.0-rc1.zip
x[len(m)] ^= 0b10000000 aes.EncryptBlockInternal(&c.b, x[:], x[:]) return x } for len(m) >= aes.BlockSize { subtle.XORBytes(x[:], m[:aes.BlockSize], x[:]) if len(m) == aes.BlockSize { // Final complete block. subtle.XORBytes(x[:], c.k1[:], x[:]) } aes.EncryptBlockInternal(&c.b, x[:], x[:]) m = m[aes.BlockSize:] } if len(m) > 0 { // Final incomplete block. subtle.XORBytes(x[:], m, x[:]) subtle.XORBytes(x[:], c.k2[:], x[:]) x[len(m)] ^= 0b10000000 aes.EncryptBlockInternal(&c.b, x[:], x[:]) } return x...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0) -
cmd/metrics-v2.go
if m.Aggregated.BatchJobs == nil { return metrics } for _, mj := range m.Aggregated.BatchJobs.Jobs { jtype := toSnake(mj.JobType) var objects, objectsFailed float64 var bucket string switch madmin.BatchJobType(mj.JobType) { case madmin.BatchJobReplicate: objects = float64(mj.Replicate.Objects) objectsFailed = float64(mj.Replicate.ObjectsFailed)Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 133.6K bytes - Viewed (0) -
api/go1.16.txt
pkg syscall (darwin-arm64), const SO_TIMESTAMP_MONOTONIC = 2048 pkg syscall (darwin-arm64), const SO_TIMESTAMP_MONOTONIC ideal-int pkg syscall (darwin-arm64), const SO_TYPE = 4104 pkg syscall (darwin-arm64), const SO_TYPE ideal-int pkg syscall (darwin-arm64), const SO_UPCALLCLOSEWAIT = 4135 pkg syscall (darwin-arm64), const SO_UPCALLCLOSEWAIT ideal-int pkg syscall (darwin-arm64), const SO_USELOOPBACK = 64
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0) -
api/go1.1.txt
pkg syscall (darwin-386), const SO_SNDTIMEO = 4101 pkg syscall (darwin-386), const SO_TIMESTAMP = 1024 pkg syscall (darwin-386), const SO_TIMESTAMP_MONOTONIC = 2048 pkg syscall (darwin-386), const SO_TYPE = 4104 pkg syscall (darwin-386), const SO_UPCALLCLOSEWAIT = 4135 pkg syscall (darwin-386), const SO_USELOOPBACK = 64 pkg syscall (darwin-386), const SO_WANTMORE = 16384
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), const SO_TIMESTAMP = 1024 pkg syscall (freebsd-arm64), const SO_TIMESTAMP ideal-int pkg syscall (freebsd-arm64), const SO_TYPE = 4104 pkg syscall (freebsd-arm64), const SO_TYPE ideal-int pkg syscall (freebsd-arm64), const SO_USELOOPBACK = 64 pkg syscall (freebsd-arm64), const SO_USELOOPBACK ideal-int pkg syscall (freebsd-arm64), const SO_USER_COOKIE = 4117
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
api/go1.20.txt
pkg syscall (freebsd-riscv64), const SO_TIMESTAMP = 1024 #53466 pkg syscall (freebsd-riscv64), const SO_TIMESTAMP ideal-int #53466 pkg syscall (freebsd-riscv64), const SO_TYPE = 4104 #53466 pkg syscall (freebsd-riscv64), const SO_TYPE ideal-int #53466 pkg syscall (freebsd-riscv64), const SO_USELOOPBACK = 64 #53466 pkg syscall (freebsd-riscv64), const SO_USELOOPBACK ideal-int #53466
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Fri Feb 17 21:23:32 UTC 2023 - 602.6K bytes - Viewed (0) -
api/go1.txt
pkg debug/elf, const STT_COMMON SymType pkg debug/elf, const STT_FILE SymType pkg debug/elf, const STT_FUNC SymType pkg debug/elf, const STT_HIOS SymType pkg debug/elf, const STT_HIPROC SymType pkg debug/elf, const STT_LOOS SymType pkg debug/elf, const STT_LOPROC SymType pkg debug/elf, const STT_NOTYPE SymType pkg debug/elf, const STT_OBJECT SymType pkg debug/elf, const STT_SECTION SymType
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0) -
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), const SO_TIMESTAMP = 8192 pkg syscall (netbsd-arm64-cgo), const SO_TIMESTAMP ideal-int pkg syscall (netbsd-arm64-cgo), const SO_TYPE = 4104 pkg syscall (netbsd-arm64-cgo), const SO_TYPE ideal-int pkg syscall (netbsd-arm64-cgo), const SO_USELOOPBACK = 64 pkg syscall (netbsd-arm64-cgo), const SO_USELOOPBACK ideal-int pkg syscall (netbsd-arm64-cgo), const SYS_ACCEPT = 30
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Aug 08 18:44:16 UTC 2019 - 452.6K bytes - Viewed (0) -
docs/en/docs/release-notes.md
* Add 4 Japanese articles to [External Links](https://fastapi.tiangolo.com/external-links/). PR [#783](https://github.com/tiangolo/fastapi/pull/783) by [@HymanZHAN](https://github.com/HymanZHAN). * Add support for subtypes of main types in `jsonable_encoder`, e.g. asyncpg's UUIDs. PR [#756](https://github.com/tiangolo/fastapi/pull/756) by [@RmStorm](https://github.com/RmStorm).
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 27 19:06:15 UTC 2025 - 586.7K bytes - Viewed (0)