- Sort Score
- Result 10 results
- Languages All
Results 1011 - 1013 of 1,013 for whistle (0.06 sec)
-
CHANGELOG/CHANGELOG-1.16.md
* => IPv6 BackendPool name == <clusterName>-IPv6 * This result into: * - clusters moving from IPv4 to duakstack will require no changes * - clusters moving from IPv6 (while not seen in the wild, we can not rule out their existence) to dualstack will require deleting backend pools (the reconciler will take care of creating correct backendpools)
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Oct 23 20:13:20 UTC 2024 - 345.2K bytes - Viewed (0) -
lib/fips140/v1.0.0.zip
x.assign(choice(underflow), t) return x } // SubOne computes x = x - 1 mod m. // // The length of x must be the same as the modulus. func (x *Nat) SubOne(m *Modulus) *Nat { one := NewNat().ExpandFor(m) one.limbs[0] = 1 // Sub asks for x to be reduced modulo m, while SubOne doesn't, but when // y = 1, it works, and this is an internal use. return x.Sub(one, m) } // Add computes x = x + y mod m. // // The length of both operands must be the same as the modulus. Both operands // must already be reduced modulo m....
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0) -
api/go1.txt
pkg image, type YCbCrSubsampleRatio int pkg image, var Black *Uniform pkg image, var ErrFormat error pkg image, var Opaque *Uniform pkg image, var Transparent *Uniform pkg image, var White *Uniform pkg image, var ZP Point pkg image, var ZR Rectangle pkg image/color, func ModelFunc(func(Color) Color) Model pkg image/color, func RGBToYCbCr(uint8, uint8, uint8) (uint8, uint8, uint8)
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)