- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getNotificationAdvanceSearch (0.13 sec)
-
src/main/java/org/codelibs/fess/app/web/search/SearchAction.java
} } return asHtml(virtualHost(path_AdvanceJsp)).renderWith(data -> { buildInitParams(); RenderDataUtil.register(data, "notification", fessConfig.getNotificationAdvanceSearch()); }); } @Execute public HtmlResponse search(final SearchForm form) { if (viewHelper.isUseSession()) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 12.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
} default String getNotificationLogin() { return getSystemProperty(Constants.NOTIFICATION_LOGIN, StringUtil.EMPTY); } default String getNotificationAdvanceSearch() { return getSystemProperty(Constants.NOTIFICATION_ADVANCE_SEARCH, StringUtil.EMPTY); } default void setNotificationSearchTop(final String value) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 12 01:54:15 UTC 2024 - 87.2K bytes - Viewed (0)