- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for langItems (0.05 sec)
-
src/main/java/org/codelibs/fess/helper/SystemHelper.java
map.put(Constants.ITEM_LABEL, label); map.put(Constants.ITEM_VALUE, lang); langItems.add(map); } return langItems; } }); ComponentUtil.doInitProcesses(Runnable::run);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 36.6K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/advance.jsp
/></label> <div class="col-lg-5 col-md-8 col-sm-7 col-6"> <la:select property="lang" styleId="langSearchOption" multiple="true" styleClass="form-control"> <c:forEach var="item" items="${langItems}"> <la:option value="${f:u(item.value)}">${f:h(item.label)}</la:option> </c:forEach> </la:select> </div> </div> <c:if test="${displayLabelTypeItems}"> <div class="mb-3 row">
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 12:09:07 UTC 2025 - 14.1K bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/view/advance.jsp
/></label> <div class="col-lg-5 col-md-8 col-sm-7 col-6"> <la:select property="lang" styleId="langSearchOption" multiple="true" styleClass="form-control"> <c:forEach var="item" items="${langItems}"> <la:option value="${f:u(item.value)}">${f:h(item.label)}</la:option> </c:forEach> </la:select> </div> </div> <c:if test="${displayLabelTypeItems}"> <div class="mb-3 row">
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 12:09:07 UTC 2025 - 14.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/base/FessSearchAction.java
Locale locale = ComponentUtil.getRequestManager().getUserLocale(); if (locale == null) { locale = Locale.ENGLISH; } runtime.registerData("langItems", systemHelper.getLanguageItems(locale)); final String username = systemHelper.getUsername(); runtime.registerData("username", username);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 13.8K bytes - Viewed (0)