Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for handler_name (0.15 sec)

  1. src/main/resources/fess_label_en.properties

    labels.design_button_update=Update
    labels.design_button_back=Back
    labels.data_crawling_configuration=Data Store Crawling
    labels.data_crawling_title_details=Data Store Crawling Configuration
    labels.handler_name=Handler Name
    labels.handler_parameter=Parameter
    labels.handler_script=Script
    labels.data_crawling_button_create=Create
    labels.data_crawling_button_create_job=Create new job
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 40.7K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_de.properties

    labels.design_button_update=Aktualisieren
    labels.design_button_back=Zurück
    labels.data_crawling_configuration=Crawling-Datenspeicher
    labels.data_crawling_title_details=Crawling-Datenspeicher konfigurieren
    labels.handler_name=Handlername
    labels.handler_parameter=Parameter
    labels.handler_script=Skript
    labels.data_crawling_button_create=Erstellen
    labels.data_crawling_button_create_job=Neue Aufgabe erstellen
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 42.8K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_ru.properties

    labels.design_button_update=Update
    labels.design_button_back=Back
    labels.data_crawling_configuration=Data Store Crawling
    labels.data_crawling_title_details=Data Store Crawling Configuration
    labels.handler_name=Handler Name
    labels.handler_parameter=Parameter
    labels.handler_script=Script
    labels.data_crawling_button_edit=Создать
    labels.data_crawling_button_create_job=Create new job
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 45.6K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_fr.properties

    labels.design_button_back	=	Retour
    labels.data_crawling_configuration	=	Exploration du magasin de données
    labels.data_crawling_title_details	=	Configuration de l'exploration du magasin de données
    labels.handler_name	=	Nom du gestionnaire
    labels.handler_parameter	=	Paramètre
    labels.handler_script	=	Script
    labels.data_crawling_button_create	=	Créer
    labels.data_crawling_button_create_job	=	Créer un nouveau travail
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.6K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_ko.properties

    labels.design_title_edit_content = 페이지 편집 파일보기
    labels.design_button_update = 업데이트
    labels.design_button_back = 돌아가기
    labels.data_crawling_configuration = 데이터 저장소 크롤링
    labels.data_crawling_title_details = 데이터 저장소의 크롤링 설정
    labels.handler_name = 핸들러 이름
    labels.handler_parameter = 매개 변수
    labels.handler_script = 스크립트
    labels.data_crawling_button_create = 작성
    labels.data_crawling_button_create_job = 새 작업 만들기
    labels.wizard_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)
  6. src/main/resources/fess_label.properties

    labels.design_button_update=Update
    labels.design_button_back=Back
    labels.data_crawling_configuration=Data Store Crawling
    labels.data_crawling_title_details=Data Store Crawling Configuration
    labels.handler_name=Handler Name
    labels.handler_parameter=Parameter
    labels.handler_script=Script
    labels.data_crawling_button_create=Create
    labels.data_crawling_button_create_job=Create new job
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 40.7K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_ja.properties

    labels.design_title_edit_content=ページの編集ファイルの表示
    labels.design_button_update=更新
    labels.design_button_back=戻る
    labels.data_crawling_configuration=データストアのクロール
    labels.data_crawling_title_details=データストアのクロール設定
    labels.handler_name=ハンドラー名
    labels.handler_parameter=パラメーター
    labels.handler_script=スクリプト
    labels.data_crawling_button_create=作成
    labels.data_crawling_button_create_job=新しいジョブの作成
    labels.wizard_title_configuration=構成ウィザード
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.2K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/es/config/bsentity/BsDataConfig.java

            this.description = value;
        }
    
        public String getHandlerName() {
            checkSpecifiedProperty("handlerName");
            return convertEmptyToNull(handlerName);
        }
    
        public void setHandlerName(String value) {
            registerModifiedProperty("handlerName");
            this.handlerName = value;
        }
    
        public String getHandlerParameter() {
            checkSpecifiedProperty("handlerParameter");
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/DataConfigDbm.java

                false, false, "text", 0, 0, null, null, false, null, null, null, null, null, false);
        protected final ColumnInfo _columnHandlerName = cci("handlerName", "handlerName", null, null, String.class, "handlerName", 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
    - 13.8K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/app/web/admin/dataconfig/AdminDataconfigAction.java

            registerHandlerNames(data);
    
            // restore from pager
            copyBeanToBean(dataConfigPager, form, op -> op.include("name", "handlerName", "description"));
        }
    
        // ===================================================================================
        //                                                                        Edit Execute
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:53:18 UTC 2024
    - 17.5K bytes
    - Viewed (0)
Back to top