Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 43 of 43 for intervalTime (0.13 sec)

  1. src/main/resources/fess_label_ko.properties

    labels.excluded_paths = 크롤링에서 제외 경로
    labels.included_doc_paths = 검색 대상으로하는 경로
    labels.excluded_doc_paths = 검색에서 제외 경로
    labels.config_parameter = 구성 매개 변수
    labels.max_access_count = 최대 접속 수
    labels.number_of_thread = 스레드 수
    labels.interval_time = 간격
    labels.millisec = 밀리초
    labels.permissions = 권한
    labels.label_type = 레이블(Label)
    labels.file_crawling_button_create = 작성
    labels.file_crawling_button_create_job = 새 작업 만들기
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 44K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_ja.properties

    labels.excluded_paths=クロール対象から除外するパス
    labels.included_doc_paths=検索対象とするパス
    labels.excluded_doc_paths=検索対象から除外するパス
    labels.config_parameter=設定パラメーター
    labels.max_access_count=最大アクセス数
    labels.number_of_thread=スレッド数
    labels.interval_time=間隔
    labels.millisec=ミリ秒
    labels.permissions=パーミッション
    labels.virtual_hosts=仮想ホスト
    labels.virtual_host=仮想ホスト
    labels.label_type=ラベル
    labels.file_crawling_button_create=作成
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.2K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_number_of_thread = "{labels.number_of_thread}";
    
        /** The key of the message: Interval time */
        public static final String LABELS_interval_time = "{labels.interval_time}";
    
        /** The key of the message: ms */
        public static final String LABELS_MILLISEC = "{labels.millisec}";
    
        /** The key of the message: Permissions */
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
Back to top