Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 44 of 44 for config_id (0.08 sec)

  1. src/main/resources/fess_label_ko.properties

    labels.crawlingConfigName = 이름
    labels.crawlingConfigPath = 크롤링 경로
    labels.processType = 프로세스 타입
    labels.parameters = 매개 변수
    labels.designFile = 업로드 파일
    labels.bulkFile = Bulk 파일
    labels.appendQueryParameter = 검색 매개 변수 추가
    labels.configId = 설정 ID
    labels.configParameter = 구성 매개 변수
    labels.content = 콘텐츠
    labels.csvFileEncoding = CSV 인코딩
    labels.defaultLabelValue = 기본 레이블(Label)
    labels.designFileName = 파일 이름
    labels.incrementalCrawling = 마지막 수정일 확인
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 44K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_ja.properties

    labels.crawlingConfigName=名前
    labels.crawlingConfigPath=クロールするパス
    labels.processType=処理の種類
    labels.parameters=パラメーター
    labels.designFile=アップロードするファイル
    labels.bulkFile=バルクファイル
    labels.appendQueryParameter=検索パラメーターの追加
    labels.configId=設定ID
    labels.configParameter=設定パラメーター
    labels.content=コンテンツ
    labels.csvFileEncoding=CSVエンコーディング
    labels.defaultLabelValue=デフォルトラベル
    labels.designFileName=ファイル名
    labels.incrementalCrawling=最終更新日時の確認
    labels.errorCount=エラー回数
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.2K bytes
    - Viewed (0)
  3. cmd/test-utils_test.go

    	testServer := UnstartedTestServer(t, instanceType)
    	testServer.Server.Start()
    	return testServer
    }
    
    // Sets the global config path to empty string.
    func resetGlobalConfigPath() {
    	globalConfigDir = &ConfigDir{path: ""}
    }
    
    // sets globalObjectAPI to `nil`.
    func resetGlobalObjectAPI() {
    	globalObjLayerMutex.Lock()
    	globalObjectAPI = nil
    	globalObjLayerMutex.Unlock()
    }
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Oct 01 22:13:18 UTC 2024
    - 77K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_APPEND_QUERY_PARAMETER = "{labels.appendQueryParameter}";
    
        /** The key of the message: Config ID */
        public static final String LABELS_CONFIG_ID = "{labels.configId}";
    
        /** The key of the message: Config Parameters */
        public static final String LABELS_CONFIG_PARAMETER = "{labels.configParameter}";
    
        /** The key of the message: Content */
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
Back to top