Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 45 for label_type (0.06 sec)

  1. src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/LabelTypeDbm.java

            setupEpg(_epgMap, et -> ((LabelType) et).getIncludedPaths(), (et, vl) -> ((LabelType) et).setIncludedPaths(DfTypeUtil.toString(vl)),
                    "includedPaths");
            setupEpg(_epgMap, et -> ((LabelType) et).getName(), (et, vl) -> ((LabelType) et).setName(DfTypeUtil.toString(vl)), "name");
            setupEpg(_epgMap, et -> ((LabelType) et).getPermissions(), (et, vl) -> ((LabelType) et).setPermissions((String[]) vl),
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 12.3K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsLabelTypeBhv.java

            return createOptionalEntity(doSelectByPK(id, tp), id);
        }
    
        @Override
        protected Class<? extends LabelType> typeOfSelectedEntity() {
            return LabelType.class;
        }
    
        @Override
        protected Class<LabelType> typeOfHandlingEntity() {
            return LabelType.class;
        }
    
        @Override
        protected Class<LabelTypeCB> typeOfHandlingConditionBean() {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 9.9K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsLabelTypeCB.java

        @Override
        public LabelTypeDbm asDBMeta() {
            return LabelTypeDbm.getInstance();
        }
    
        @Override
        public String asTableDbName() {
            return "label_type";
        }
    
        @Override
        public boolean hasSpecifiedColumn() {
            return _specification != null;
        }
    
        @Override
        public ConditionQuery localCQ() {
            return doGetConditionQuery();
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 7.3K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsLabelType.java

        @Override
        public LabelTypeDbm asDBMeta() {
            return LabelTypeDbm.getInstance();
        }
    
        @Override
        public String asTableDbName() {
            return "label_type";
        }
    
        // ===================================================================================
        //                                                                              Source
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 8.5K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_en.properties

    labels.number_of_thread=Number of Threads
    labels.interval_time=Interval
    labels.millisec=msec
    labels.permissions=Permissions
    labels.virtual_hosts=Virtual Hosts
    labels.virtual_host=Virtual Host
    labels.label_type=Label
    labels.file_crawling_button_create=Create
    labels.file_crawling_button_create_job=Create New Job
    labels.web_crawling_configuration=Web Crawling
    labels.web_crawling_title_details=Web Crawling Config
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_zh_TW.properties

    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=建立
    labels.file_crawling_button_create_job=建立新作業
    labels.web_crawling_configuration=Web爬網
    labels.web_crawling_title_details=Web爬網設定
    labels.included_urls=要包含在爬網中的URL
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsLabelTypeCQ.java

        //                                                                       =============
        @Override
        public String asTableDbName() {
            return "label_type";
        }
    
        @Override
        public String xgetAliasName() {
            return "label_type";
        }
    
        // ===================================================================================
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 87.8K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_de.properties

    labels.number_of_thread=Anzahl der Threads
    labels.interval_time=Intervall
    labels.millisec=ms
    labels.permissions=Berechtigungen
    labels.virtual_hosts=Virtuelle Hosts
    labels.virtual_host=Virtueller Host
    labels.label_type=Label
    labels.file_crawling_button_create=Erstellen
    labels.file_crawling_button_create_job=Neuen Job erstellen
    labels.web_crawling_configuration=Web-Crawling
    labels.web_crawling_title_details=Web-Crawling-Konfiguration
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.5K bytes
    - Viewed (1)
  9. src/main/resources/fess_label_pl.properties

    labels.number_of_thread=Liczba wątków
    labels.interval_time=Interwał
    labels.millisec=milisekundy
    labels.permissions=Uprawnienia
    labels.virtual_hosts=Wirtualne hosty
    labels.virtual_host=Wirtualny host
    labels.label_type=Etykieta
    labels.file_crawling_button_create=Utwórz
    labels.file_crawling_button_create_job=Utwórz nowe zadanie
    labels.web_crawling_configuration=Indeksowanie stron internetowych
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 44.6K bytes
    - Viewed (0)
  10. src/main/resources/fess_label.properties

    labels.number_of_thread=Number of Threads
    labels.interval_time=Interval
    labels.millisec=msec
    labels.permissions=Permissions
    labels.virtual_hosts=Virtual Hosts
    labels.virtual_host=Virtual Host
    labels.label_type=Label
    labels.file_crawling_button_create=Create
    labels.file_crawling_button_create_job=Create New Job
    labels.web_crawling_configuration=Web Crawling
    labels.web_crawling_title_details=Web Crawling Config
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jun 28 08:40:50 UTC 2025
    - 40.7K bytes
    - Viewed (0)
Back to top