Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for regular_name (0.05 sec)

  1. src/main/resources/fess_label_ru.properties

    labels.disabled=Отключено
    labels.pathmap_pt_crawling=Сканирование
    labels.pathmap_pt_displaying=Отображение
    labels.pathmap_pt_both=Сканирование/Отображение
    labels.pathmap_pt_stored=Преобразование извлеченного URL
    labels.regular_name=Обычное имя
    labels.duplicate_name=Дублирующееся имя
    labels.duplicate_host_configuration=Дублирующийся хост
    labels.duplicate_host_title_details=Дублирующийся хост
    labels.dashboard_title_configuration=Конфигурация системы
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 60.2K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_fr.properties

    labels.disabled=Désactivé
    labels.pathmap_pt_crawling=Exploration
    labels.pathmap_pt_displaying=Affichage
    labels.pathmap_pt_both=Exploration/Affichage
    labels.pathmap_pt_stored=Conversion d'URL extraite
    labels.regular_name=Nom régulier
    labels.duplicate_name=Nom en double
    labels.duplicate_host_configuration=Hôte en double
    labels.duplicate_host_title_details=Hôte en double
    labels.dashboard_title_configuration=Configuration du système
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 49.2K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_es.properties

    labels.disabled=Deshabilitado
    labels.pathmap_pt_crawling=Rastreo
    labels.pathmap_pt_displaying=Visualización
    labels.pathmap_pt_both=Rastreo/Visualización
    labels.pathmap_pt_stored=Conversión de URL extraída
    labels.regular_name=Nombre regular
    labels.duplicate_name=Nombre duplicado
    labels.duplicate_host_configuration=Host duplicado
    labels.duplicate_host_title_details=Host duplicado
    labels.dashboard_title_configuration=Configuración del sistema
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 49K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_hi.properties

    labels.disabled=अक्षम
    labels.pathmap_pt_crawling=क्रॉलिंग
    labels.pathmap_pt_displaying=प्रदर्शित करना
    labels.pathmap_pt_both=क्रॉलिंग/प्रदर्शित करना
    labels.pathmap_pt_stored=निकाले गए URL रूपांतरण
    labels.regular_name=नियमित नाम
    labels.duplicate_name=डुप्लिकेट नाम
    labels.duplicate_host_configuration=डुप्लिकेट होस्ट
    labels.duplicate_host_title_details=डुप्लिकेट होस्ट
    labels.dashboard_title_configuration=सिस्टम कॉन्फ़िग
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 64.5K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_ja.properties

    labels.pathmap_title_details=パスマッピング
    labels.disabled=無効
    labels.pathmap_pt_crawling=クロール
    labels.pathmap_pt_displaying=表示
    labels.pathmap_pt_both=クロール/表示
    labels.pathmap_pt_stored=抽出URL変換
    labels.regular_name=正規名
    labels.duplicate_name=重複名
    labels.duplicate_host_configuration=重複ホスト
    labels.duplicate_host_title_details=重複ホスト
    labels.dashboard_title_configuration=システム構成
    labels.dashboard_plugin=ダッシュボードプラグイン
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 49.8K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/opensearch/config/cbean/ca/bs/BsDuplicateHostCA.java

        public void setRegularName_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda) {
            setRegularName_Terms("regularName", opLambda, null);
        }
    
        public void setRegularName_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda, OperatorCall<BsDuplicateHostCA> aggsLambda) {
            setRegularName_Terms("regularName", opLambda, aggsLambda);
        }
    
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 50.7K bytes
    - Viewed (1)
  7. src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsDuplicateHostCQ.java

        }
    
        public void setRegularName_Equal(String regularName) {
            setRegularName_Term(regularName, null);
        }
    
        public void setRegularName_Equal(String regularName, ConditionOptionCall<TermQueryBuilder> opLambda) {
            setRegularName_Term(regularName, opLambda);
        }
    
        public void setRegularName_Term(String regularName) {
            setRegularName_Term(regularName, null);
        }
    
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 58.5K bytes
    - Viewed (0)
Back to top