- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for getNotificationSearchTop (0.23 sec)
-
src/main/java/org/codelibs/fess/app/web/RootAction.java
op.setup(form -> { buildFormParams(form); }); }).renderWith(data -> { buildInitParams(); RenderDataUtil.register(data, "notification", fessConfig.getNotificationSearchTop()); }); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java
form.ldapMemberofAttribute = fessConfig.getLdapMemberofAttribute(); form.notificationLogin = fessConfig.getNotificationLogin(); form.notificationSearchTop = fessConfig.getNotificationSearchTop(); form.storageEndpoint = fessConfig.getStorageEndpoint(); form.storageAccessKey = StringUtil.isNotBlank(fessConfig.getStorageAccessKey()) ? DUMMY_PASSWORD : StringUtil.EMPTY;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 12.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/search/SearchAction.java
} validate(form, messages -> {}, () -> asHtml(virtualHost(path_IndexJsp)).renderWith(data -> { buildInitParams(); RenderDataUtil.register(data, "notification", fessConfig.getNotificationSearchTop()); })); if (!form.hasConditionQuery()) { if (StringUtil.isNotBlank(form.q)) { form.as.put("q", new String[] { form.q }); } else {
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 void setNotificationSearchTop(final String value) { setSystemProperty(Constants.NOTIFICATION_SEARCH_TOP, value); } default String getNotificationSearchTop() { return getSystemProperty(Constants.NOTIFICATION_SEARCH_TOP, StringUtil.EMPTY); } default String getUserAgentName() {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 12 01:54:15 UTC 2024 - 87.2K bytes - Viewed (0)