Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Discard (0.06 sec)

  1. docs/en/docs/release-notes.md

    ## 0.39.0
    
    * Allow path parameters to have default values (e.g. `None`) and discard them instead of raising an error.
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 12:48:45 UTC 2025
    - 544.1K bytes
    - Viewed (0)
  2. 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
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  3. 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
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  4. RELEASE.md

    This release contains contributions from many people at Google, as well as:
    
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (2)
  5. lib/fips140/v1.0.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,...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top