- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for maxDate (0.07 seconds)
-
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
String COOKIE_SEARCH_PARAMETER_SECURE = "cookie.search.parameter.secure"; /** The key of the configuration. e.g. 60 */ String COOKIE_SEARCH_PARAMETER_max_age = "cookie.search.parameter.max_age"; /** The key of the configuration. e.g. */ String COOKIE_SEARCH_PARAMETER_DOMAIN = "cookie.search.parameter.domain"; /** The key of the configuration. e.g. / */
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2) -
docs/en/docs/release-notes.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Apr 03 12:07:04 GMT 2026 - 631K bytes - Click Count (0) -
lib/fips140/v1.26.0.zip
initial state. initBlock []byte } func bytepadWrite(c *SHAKE, data []byte, rate int) { rateEnc := leftEncode(uint64(rate)) c.Write(rateEnc) c.Write(data) if padlen := rate - (len(rateEnc)+len(data))%rate; padlen < rate { const maxRate = rateK256 c.Write(make([]byte, padlen, maxRate)) // explicit cap to allow stack allocation } } func leftEncode(x uint64) []byte { // Let n be the smallest positive integer for which 2^(8n) > x. n := (bits.Len64(x) + 7) / 8 if n == 0 { n = 1 } // Return n || x with n as...
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)