- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for havde (0.08 sec)
-
src/main/java/org/codelibs/fess/dict/stemmeroverride/StemmerOverrideFile.java
* and then replacing the original file upon successful commit. */ protected class StemmerOverrideUpdater implements Closeable { /** A flag indicating whether the changes have been committed. */ protected boolean isCommit = false; /** The temporary file to write changes to. */ protected File newFile; /** The writer for the temporary file. */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 05:56:45 UTC 2025 - 14.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SearchHelper.java
} /** * Determines if the search parameter cookie should be secure based on configuration and request. * * @param request The HTTP request * @return true if the cookie should have the secure flag set */ protected boolean isSearchParameterCookieSecure(final HttpServletRequest request) { final FessConfig fessConfig = ComponentUtil.getFessConfig();Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 05:56:45 UTC 2025 - 36.3K bytes - Viewed (0)