Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for top (0.12 sec)

  1. src/main/resources/fess_label_ko.properties

    labels.profile.update = 업데이트
    labels.profile.back = 이전
    labels.profile.placeholder_old_password = 현재 비밀번호
    labels.profile.placeholder_new_password = 새 암호
    labels.profile.placeholder_confirm_new_password = 새 암호 확인
    labels.top.search = 검색
    labels.index_title = Fess
    labels.index_form_search_btn = 검색
    labels.index_osdd_title = 검색
    labels.index_form_option_btn = 옵션
    labels.index_help = 도움말
    labels.search_options = 검색 옵션
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 44K bytes
    - Viewed (0)
  2. 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() {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 85K bytes
    - Viewed (0)
Back to top