Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 58 of 58 for configDir (0.12 sec)

  1. src/main/resources/fess_label_zh_CN.properties

    labels.boost=提升值
    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 Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.5K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_fr.properties

    labels.processType=Type de processus
    labels.parameters=Paramètres
    labels.designFile=Fichier à téléverser
    labels.bulkFile=Fichier en vrac
    labels.appendQueryParameter=Ajouter des paramètres de recherche
    labels.configId=ID de configuration
    labels.configParameter=Paramètre de configuration
    labels.content=Contenu
    labels.csvFileEncoding=Encodage CSV
    labels.defaultLabelValue=Étiquette par défaut
    labels.designFileName=Nom de fichier
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.6K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_es.properties

    labels.crawlingConfigPath=Ruta a rastrear
    labels.processType=Tipo de proceso
    labels.parameters=Parámetros
    labels.designFile=Archivo a subir
    labels.bulkFile=Archivo masivo
    labels.appendQueryParameter=Añadir parámetro de búsqueda
    labels.configId=ID de configuración
    labels.configParameter=Parámetro de configuración
    labels.content=Contenido
    labels.csvFileEncoding=Codificación de CSV
    labels.defaultLabelValue=Etiqueta por defecto
    labels.designFileName=Nombre de archivo
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.4K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_ko.properties

    labels.boost=부스트 값
    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 Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.1K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. click_count */
        String INDEX_FIELD_click_count = "index.field.click_count";
    
        /** The key of the configuration. e.g. config_id */
        String INDEX_FIELD_config_id = "index.field.config_id";
    
        /** The key of the configuration. e.g. expires */
        String INDEX_FIELD_EXPIRES = "index.field.expires";
    
        /** The key of the configuration. e.g. url */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (2)
  6. 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 Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Nov 07 06:19:20 UTC 2024
    - 46.2K bytes
    - Viewed (0)
  7. cmd/site-replication.go

    			if err != nil {
    				return errSRBucketMetaError(err)
    			}
    			if len(ilmConfigData) > 0 {
    				configStr := base64.StdEncoding.EncodeToString(ilmConfigData)
    				err = c.BucketMetaHook(ctx, madmin.SRBucketMeta{
    					Type:           madmin.SRBucketMetaLCConfig,
    					Bucket:         bucket,
    					ExpiryLCConfig: &configStr,
    					UpdatedAt:      time.Now(),
    				})
    				if err != nil {
    					return errSRBucketMetaError(err)
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 184.7K bytes
    - Viewed (0)
  8. 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 Parameter */
        public static final String LABELS_CONFIG_PARAMETER = "{labels.configParameter}";
    
        /** The key of the message: Content */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 146.4K bytes
    - Viewed (0)
Back to top