- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for decodes (0.65 sec)
-
src/main/java/org/codelibs/fess/helper/SearchHelper.java
try { final String encoded = cookie.getValue(); final byte[] compressed = Base64.getUrlDecoder().decode(encoded); final byte[] jsonBytes = gzipDecompress(compressed); final List<?> list = mapper.readValue(jsonBytes, List.class);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/helper/SystemHelper.java
final String userDir = System.getProperty("user.dir"); final File targetDir = new File(userDir, "target"); return new File(targetDir, "logs").getAbsolutePath(); } /** * Encodes a URL path for filtering. * * @param path The path to encode. * @return The encoded path. */ public String encodeUrlFilter(final String path) {
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 08:30:43 UTC 2025 - 36.6K bytes - Viewed (0)