- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for Byte (0.01 sec)
-
src/main/java/org/codelibs/fess/helper/SearchHelper.java
*/ protected byte[] gzipDecompress(final byte[] compressed) { try (final ByteArrayInputStream bis = new ByteArrayInputStream(compressed); final GZIPInputStream gzipIn = new GZIPInputStream(bis); final ByteArrayOutputStream bos = new ByteArrayOutputStream()) { final byte[] buffer = new byte[1024]; int len;Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 05:56:45 UTC 2025 - 36.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/oic/OpenIdConnectAuthenticator.java
} /** * Decodes a Base64 string to bytes. * * @param base64String the Base64 string to decode * @return the decoded bytes, or null if input is null */ protected byte[] decodeBase64(String base64String) { if (base64String == null) { return null; } try { return BASE64_DECODER.decode(base64String);Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sun Dec 14 01:18:25 UTC 2025 - 16.5K bytes - Viewed (0) -
src/main/resources/fess_label_id.properties
labels.search_result_sort_favorite_count_asc=berdasarkan Jumlah Favorit (asc) labels.search_result_sort_favorite_count_desc=berdasarkan Jumlah Favorit (desc) labels.search_result_sort_multiple=Beberapa labels.search_result_size={0} byte labels.search_result_created=Dibuat: labels.search_result_last_modified=Terakhir Dimodifikasi: labels.search_result_favorite=Suka labels.search_result_favorited=Disukai labels.search_click_count=Jumlah Klik ({0})
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 45.2K bytes - Viewed (0)