- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for abbreviateLongText (0.11 sec)
-
src/main/java/org/codelibs/fess/helper/SystemHelper.java
forceStop.set(b); } public String generateDocId(final Map<String, Object> map) { return UUID.randomUUID().toString().replace("-", StringUtil.EMPTY); } public String abbreviateLongText(final String str) { return StringUtils.abbreviate(str, ComponentUtil.getFessConfig().getMaxLogOutputLengthAsInteger()); } public String normalizeHtmlLang(final String value) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Oct 17 12:10:08 UTC 2024 - 27.2K bytes - Viewed (0)