- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for filetype (0.14 sec)
-
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** * Get the value for the key 'page.roletype.max.fetch.size'. <br> * The value is, e.g. 1000 <br> * comment: Maximum number of roletype records to fetch per page. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getPageRoletypeMaxFetchSize(); /** * Get the value for the key 'page.roletype.max.fetch.size' as {@link Integer}. <br>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (2) -
lib/fips140/v1.0.0.zip
found in the LICENSE file. //go:build ignore package main import ( "bytes" "go/format" "io" "log" "os" "os/exec" "text/template" ) var curves = []struct { Element string Prime string Prefix string FiatType string BytesLen int }{ { Element: "P224Element", Prime: "2^224 - 2^96 + 1", Prefix: "p224", FiatType: "[4]uint64", BytesLen: 28, }, // The P-256 fiat implementation is used only on 32-bit architectures, but // the uint32 fiat code is for some reason slower than the uint64 one. That // suggests there...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)