Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for setNotificationSearchTop (0.41 sec)

  1. src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java

            fessConfig.setLdapGroupFilter(form.ldapGroupFilter);
            fessConfig.setLdapMemberofAttribute(form.ldapMemberofAttribute);
            fessConfig.setNotificationLogin(form.notificationLogin);
            fessConfig.setNotificationSearchTop(form.notificationSearchTop);
            fessConfig.setStorageEndpoint(form.storageEndpoint);
            if (form.storageAccessKey != null && StringUtil.isNotBlank(form.storageAccessKey.replace("*", " "))) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java

        }
    
        default String getNotificationAdvanceSearch() {
            return getSystemProperty(Constants.NOTIFICATION_ADVANCE_SEARCH, StringUtil.EMPTY);
        }
    
        default void setNotificationSearchTop(final String value) {
            setSystemProperty(Constants.NOTIFICATION_SEARCH_TOP, value);
        }
    
        default String getNotificationSearchTop() {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 85K bytes
    - Viewed (0)
Back to top