Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 17 of 17 for Action (4.37 sec)

  1. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_index_osdd_title = "{labels.index_osdd_title}";
    
        /** The key of the message: Options */
        public static final String LABELS_index_form_option_btn = "{labels.index_form_option_btn}";
    
        /** The key of the message: Help */
        public static final String LABELS_index_help = "{labels.index_help}";
    
        /** The key of the message: Search Options */
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_ru.properties

    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=Настройка поиска
    labels.search_options_close=Закрыть
    labels.search_options_clear=Очистить
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  3. src/main/resources/fess_config.properties

    #                                                     ------
    # The size of one page for paging
    paging.page.size = 25
    
    # The size of page range for paging
    paging.page.range.size = 5
    
    # The option 'fillLimit' of page range for paging
    paging.page.range.fill.limit = true
    
    # fetch page size
    page.docboost.max.fetch.size=1000
    page.keymatch.max.fetch.size=1000
    page.labeltype.max.fetch.size=1000
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 30.6K bytes
    - Viewed (1)
  4. src/main/java/org/codelibs/core/beans/util/BeanUtil.java

            copyBeanToBean(src, dest, DEFAULT_OPTIONS);
        }
    
        public static void copyBeanToBean(final Object src, final Object dest, final Consumer<CopyOptions> option) {
            copyBeanToBean(src, dest, buildCopyOptions(option));
        }
    
        /**
         * BeanからBeanにコピーを行います。
         *
         * @param src コピー元のBean。{@literal null}であってはいけません
         * @param dest コピー先のBean。{@literal null}であってはいけません
    Java
    - Registered: Fri May 03 20:58:11 GMT 2024
    - Last Modified: Thu Mar 07 01:59:08 GMT 2024
    - 21.5K bytes
    - Viewed (0)
  5. src/main/resources/fess_label.properties

    labels.index_osdd_title=Search
    labels.index_form_option_btn=Options
    labels.index_help=Help
    labels.search_options=Search Options
    labels.search_options_close=Close
    labels.search_options_clear=Clear
    labels.search_cache_msg=This is a cache of {0}. It is a snapshot of the page at {1}.
    labels.search_unknown=Unknown
    labels.footer_back_to_top=Back to top
    labels.header_brand_name=Fess
    labels.header_form_option_btn=Options
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (1)
  6. src/main/resources/fess_label_en.properties

    labels.index_osdd_title=Search
    labels.index_form_option_btn=Options
    labels.index_help=Help
    labels.search_options=Search Options
    labels.search_options_close=Close
    labels.search_options_clear=Clear
    labels.search_cache_msg=This is a cache of {0}. It is a snapshot of the page at {1}.
    labels.search_unknown=Unknown
    labels.footer_back_to_top=Back to top
    labels.header_brand_name=Fess
    labels.header_form_option_btn=Options
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_ko.properties

    labels.index_osdd_title = 검색
    labels.index_form_option_btn = 옵션
    labels.index_help = 도움말
    labels.search_options = 검색 옵션
    labels.search_options_close = 닫기
    labels.search_options_clear = 초기화
    labels.search_cache_msg =이 페이지는 {0} 캐시입니다. {1}에 존재하고 있던 페이지의 스냅 샷입니다.
    labels.search_unknown = 알 수 없는
    labels.footer_back_to_top = 맨위로
    labels.header_brand_name = Fess
    labels.header_form_option_btn = 옵션
    labels.file_crawling_configuration = 파일 크롤링
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 44K bytes
    - Viewed (0)
Back to top