- Sort Score
- Num 10 results
- Language All
Results 1 - 6 of 6 for Discard (0.08 seconds)
-
docs/en/docs/release-notes.md
## 0.39.0 (2019-09-29) * Allow path parameters to have default values (e.g. `None`) and discard them instead of raising an error.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Apr 03 12:07:04 GMT 2026 - 631K bytes - Click Count (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), const TIOCUCNTL ideal-int pkg syscall (freebsd-arm64), const TOSTOP = 4194304 pkg syscall (freebsd-arm64), const TOSTOP ideal-int pkg syscall (freebsd-arm64), const VDISCARD = 15 pkg syscall (freebsd-arm64), const VDISCARD ideal-int pkg syscall (freebsd-arm64), const VDSUSP = 11 pkg syscall (freebsd-arm64), const VDSUSP ideal-int pkg syscall (freebsd-arm64), const VEOF = 0
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Feb 17 20:31:46 GMT 2023 - 508.9K bytes - Click Count (0) -
api/go1.20.txt
pkg syscall (freebsd-riscv64), const TOSTOP = 4194304 #53466 pkg syscall (freebsd-riscv64), const TOSTOP ideal-int #53466 pkg syscall (freebsd-riscv64), const VDISCARD = 15 #53466 pkg syscall (freebsd-riscv64), const VDISCARD ideal-int #53466 pkg syscall (freebsd-riscv64), const VDSUSP = 11 #53466 pkg syscall (freebsd-riscv64), const VDSUSP ideal-int #53466 pkg syscall (freebsd-riscv64), const VEOF = 0 #53466
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Feb 17 21:23:32 GMT 2023 - 602.6K bytes - Click Count (0) -
RELEASE.md
This release contains contributions from many people at Google, as well as:
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Mon Mar 30 18:31:38 GMT 2026 - 746.5K bytes - Click Count (3) -
lib/fips140/v1.26.0.zip
XORKeyStream(dst, src []byte) { c.XORKeyStreamAt(dst, src, c.offset) var carry uint64 c.offset, carry = bits.Add64(c.offset, uint64(len(src)), 0) if carry != 0 { panic("crypto/aes: counter overflow") } } // RoundToBlock is used by CTR_DRBG, which discards the rightmost unused bits at // each request. It rounds the offset up to the next block boundary. func RoundToBlock(c *CTR) { if remainder := c.offset % BlockSize; remainder != 0 { var carry uint64 c.offset, carry = bits.Add64(c.offset, BlockSize-remainder,...
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Jan 08 17:58:32 GMT 2026 - 660.3K bytes - Click Count (0) -
lib/fips140/v1.0.0-c2097c7c.zip
XORKeyStream(dst, src []byte) { c.XORKeyStreamAt(dst, src, c.offset) var carry uint64 c.offset, carry = bits.Add64(c.offset, uint64(len(src)), 0) if carry != 0 { panic("crypto/aes: counter overflow") } } // RoundToBlock is used by CTR_DRBG, which discards the rightmost unused bits at // each request. It rounds the offset up to the next block boundary. func RoundToBlock(c *CTR) { if remainder := c.offset % BlockSize; remainder != 0 { var carry uint64 c.offset, carry = bits.Add64(c.offset, BlockSize-remainder,...
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Sep 25 19:53:19 GMT 2025 - 642.7K bytes - Click Count (0)