Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 43 for included_paths (0.1 sec)

  1. src/main/resources/fess_label_ru.properties

    labels.header_brand_name=Fess
    labels.header_form_option_btn=Опции
    labels.file_crawling_configuration=Сканирование файлов
    labels.file_crawling_title_details=Конфигурация сканирования файлов
    labels.included_paths=Включенные пути
    labels.excluded_paths=Исключенные пути
    labels.included_doc_paths=Включенные пути к документам
    labels.excluded_doc_paths=Исключенные пути к документам
    labels.config_parameter=Параметры конфигурации
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 55.8K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_it.properties

    labels.header_brand_name=Fess
    labels.header_form_option_btn=Opzioni
    labels.file_crawling_configuration=Scansione file
    labels.file_crawling_title_details=Configurazione scansione file
    labels.included_paths=Percorsi da includere nella scansione
    labels.excluded_paths=Percorsi da escludere dalla scansione
    labels.included_doc_paths=Percorsi da includere nella ricerca
    labels.excluded_doc_paths=Percorsi da escludere dalla ricerca
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.4K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_zh_CN.properties

    labels.search_unknown=未知
    labels.footer_back_to_top=返回顶部
    labels.header_brand_name=Fess
    labels.header_form_option_btn=选项
    labels.file_crawling_configuration=文件爬网
    labels.file_crawling_title_details=文件爬网设置
    labels.included_paths=要包含在爬网中的路径
    labels.excluded_paths=要从爬网中排除的路径
    labels.included_doc_paths=要包含在搜索中的路径
    labels.excluded_doc_paths=要从搜索中排除的路径
    labels.config_parameter=配置参数
    labels.max_access_count=最大访问数
    labels.number_of_thread=线程数
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.5K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_fr.properties

    labels.header_brand_name=Fess
    labels.header_form_option_btn=Options
    labels.file_crawling_configuration=Exploration de fichiers
    labels.file_crawling_title_details=Configuration de l'exploration de fichiers
    labels.included_paths=Chemins inclus
    labels.excluded_paths=Chemins exclus
    labels.included_doc_paths=Chemins de documents inclus
    labels.excluded_doc_paths=Chemins de documents exclus
    labels.config_parameter=Paramètres de configuration
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.6K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_nl.properties

    labels.header_brand_name=Fess
    labels.header_form_option_btn=Opties
    labels.file_crawling_configuration=Bestandscrawlen
    labels.file_crawling_title_details=Bestandscrawlconfiguratie
    labels.included_paths=Pad(en) om op te nemen in crawlen
    labels.excluded_paths=Pad(en) om uit te sluiten van crawlen
    labels.included_doc_paths=Pad(en) om op te nemen in zoeken
    labels.excluded_doc_paths=Pad(en) om uit te sluiten van zoeken
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 42.8K bytes
    - Viewed (1)
  6. src/main/resources/fess_label_ja.properties

    labels.footer_back_to_top=トップに戻る
    labels.header_brand_name=Fess
    labels.header_form_option_btn=オプション
    labels.file_crawling_configuration=ファイルのクロール
    labels.file_crawling_title_details=ファイルクロールの設定
    labels.included_paths=クロール対象とするパス
    labels.excluded_paths=クロール対象から除外するパス
    labels.included_doc_paths=検索対象とするパス
    labels.excluded_doc_paths=検索対象から除外するパス
    labels.config_parameter=設定パラメーター
    labels.max_access_count=最大アクセス数
    labels.number_of_thread=スレッド数
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Nov 07 06:19:20 UTC 2024
    - 46.2K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_pt_BR.properties

    labels.header_form_option_btn=Opções
    labels.file_crawling_configuration=Rastreamento de arquivo
    labels.file_crawling_title_details=Configuração de rastreamento de arquivo
    labels.included_paths=Caminhos a serem incluídos no rastreamento
    labels.excluded_paths=Caminhos a serem excluídos do rastreamento
    labels.included_doc_paths=Caminhos a serem incluídos na pesquisa
    labels.excluded_doc_paths=Caminhos a serem excluídos da pesquisa
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.1K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Included Paths */
        public static final String LABELS_included_paths = "{labels.included_paths}";
    
        /** The key of the message: Excluded Paths */
        public static final String LABELS_excluded_paths = "{labels.excluded_paths}";
    
        /** The key of the message: Included Doc Paths */
        public static final String LABELS_included_doc_paths = "{labels.included_doc_paths}";
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 146.4K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsFileConfigCQ.java

        }
    
        public void setIncludedPaths_Equal(String includedPaths) {
            setIncludedPaths_Term(includedPaths, null);
        }
    
        public void setIncludedPaths_Equal(String includedPaths, ConditionOptionCall<TermQueryBuilder> opLambda) {
            setIncludedPaths_Term(includedPaths, opLambda);
        }
    
        public void setIncludedPaths_Term(String includedPaths) {
            setIncludedPaths_Term(includedPaths, null);
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 165.3K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsLabelTypeCQ.java

        public void setIncludedPaths_Equal(String includedPaths) {
            setIncludedPaths_Term(includedPaths, null);
        }
    
        public void setIncludedPaths_Equal(String includedPaths, ConditionOptionCall<TermQueryBuilder> opLambda) {
            setIncludedPaths_Term(includedPaths, opLambda);
        }
    
        public void setIncludedPaths_Term(String includedPaths) {
            setIncludedPaths_Term(includedPaths, null);
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 87.8K bytes
    - Viewed (0)
Back to top