- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 10 for regular_name (0.21 sec)
-
src/main/resources/fess_label_en.properties
labels.disabled=Disabled labels.pathmap_pt_crawling=Crawling labels.pathmap_pt_displaying=Displaying labels.pathmap_pt_both=Crawling/Displaying labels.pathmap_pt_stored=Stored URLs labels.regular_name=Regular Name labels.duplicate_name=Duplicate Name labels.duplicate_host_configuration=Duplicate Host labels.duplicate_host_title_details=Duplicate Host labels.dashboard_title_configuration=System Configuration
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.pathmap_title_details=Pfad-Zuordnung labels.disabled=Deaktiviert labels.pathmap_pt_crawling=Crawlen labels.pathmap_pt_displaying=Anzeigen labels.pathmap_pt_both=Crawlen/Anzeigen labels.regular_name=Regulärer Name labels.duplicate_name=Dupplizierter Name labels.duplicate_host_configuration=Duplizierter Host labels.duplicate_host_title_details=Duplizierter Host labels.dashboard_title_configuration=System-Konfiguration
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 42.8K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
labels.pathmap_title_details=Path Mapping labels.disabled=Disabled labels.pathmap_pt_crawling=Crawling labels.pathmap_pt_displaying=Displaying labels.pathmap_pt_both=Crawling/Displaying labels.regular_name=Regular Name labels.duplicate_name=Duplicate Name labels.duplicate_host_configuration=Duplicate Host labels.duplicate_host_title_details=Duplicate Host labels.dashboard_title_configuration=System Configuration
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 45.6K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.disabled=Disabled labels.pathmap_pt_crawling=Crawling labels.pathmap_pt_displaying=Displaying labels.pathmap_pt_both=Crawling/Displaying labels.pathmap_pt_stored=Stored URLs labels.regular_name=Regular Name labels.duplicate_name=Duplicate Name labels.duplicate_host_configuration=Duplicate Host labels.duplicate_host_title_details=Duplicate Host labels.dashboard_title_configuration=System Configuration
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 40.7K bytes - Viewed (0) -
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 = Explorer/afficher labels.pathmap_pt_stored = URL stockées 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: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 46.6K bytes - Viewed (0) -
src/main/resources/fess_label_ko.properties
labels.pathmap_configuration = 경로 매핑 labels.pathmap_title_details = 경로 매핑 labels.disabled = 비활성 labels.pathmap_pt_crawling = 크롤링 labels.pathmap_pt_displaying = 표시 labels.pathmap_pt_both = 탐색/표시 labels.regular_name = 정규 이름 labels.duplicate_name = 중복 이름 labels.duplicate_host_configuration = 중복 호스트 labels.duplicate_host_title_details = 중복 호스트 labels.dashboard_title_configuration = 시스템 구성
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 44K bytes - Viewed (0) -
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.suggest_search_log_enabled=検索語でサジェスト
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 46.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/DuplicateHostDbm.java
"duplicateHostName", null, false, false, false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false); protected final ColumnInfo _columnRegularName = cci("regularName", "regularName", null, null, String.class, "regularName", null, false, false, false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 10.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/duplicatehost/AdminDuplicatehostAction.java
// restore from pager copyBeanToBean(duplicateHostPager, form, op -> op.include("regularName", "duplicateHostName")); } // =================================================================================== // Edit Execute
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 13.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsbhv/BsDuplicateHostBhv.java
result.setDuplicateHostName(DfTypeUtil.toString(source.get("duplicateHostName"))); result.setRegularName(DfTypeUtil.toString(source.get("regularName"))); result.setSortOrder(DfTypeUtil.toInteger(source.get("sortOrder"))); result.setUpdatedBy(DfTypeUtil.toString(source.get("updatedBy")));
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 9.8K bytes - Viewed (0)