- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for normalizes (0.05 sec)
-
src/main/java/org/codelibs/fess/helper/SystemHelper.java
return buf.toString(); } catch (final UnsupportedEncodingException e) { return path; } } /** * Normalizes a configuration path. * * @param path The path to normalize. * @return The normalized path. */ public String normalizeConfigPath(final String path) { if (StringUtil.isBlank(path)) { return StringUtils.EMPTY;
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 08:30:43 UTC 2025 - 36.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SearchHelper.java
return ComponentUtil.getSearchEngineClient() .deleteByQuery(ComponentUtil.getFessConfig().getIndexDocumentUpdateIndex(), queryContext.getQueryBuilder()); } /** * Extracts and normalizes language preferences from request parameters or browser locale. * * This method prioritizes explicit language parameters over browser locale settings * and handles special cases like "all languages" selection.
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 05:56:45 UTC 2025 - 36.3K bytes - Viewed (0)