- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for Morales (0.03 sec)
-
FessProp.java
L1061: if (requestLangs != null && requestLangs.length != 0) { L1062: return normalizeQueryLanguages(requestLangs); L1063: } L1064: L1065: if (locales == null) { L1066: return StringUtil.EMPTY_STRINGS; L1067: } L1068: L1069: return normalizeQueryLanguages(Collections.list(locales).stream().map(locale -> { L1070: final String language = locale.getLanguage(); L1071: final String country = locale.getCountry(); L1072: ...github.com/codelibs/fess/src/main/java/org/code...Sat Oct 12 01:54:15 UTC 2024 87.2K bytes