- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 1,226 for configId (0.04 sec)
-
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) -
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) -
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) -
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) -
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) -
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) -
src/main/java/jcifs/smb1/Config.java
* the <code>load</code> method should be called with the name of a * <code>Properties</code> file (or <code>null</code> indicating no * file) to initialize the <code>Config</code>. The <code>System</code> * properties will then populate the <code>Config</code> as well potentially * overwriting properties from the file. Thus properties provided on the * commandline with the <code>-Dproperty.name=value</code> VM parameter
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 14.5K bytes - Viewed (0) -
cmd/config.go
return srvCfg.Merge(), nil } // ConfigSys - config system. type ConfigSys struct{} // Init - initializes config system from config.json. func (sys *ConfigSys) Init(objAPI ObjectLayer) error { if objAPI == nil { return errInvalidArgument } return initConfig(objAPI) } // NewConfigSys - creates new config system object. func NewConfigSys() *ConfigSys { return &ConfigSys{} }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 5.9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/CrawlingConfigHelperTest.java
import org.codelibs.fess.opensearch.config.exbhv.WebConfigBhv; import org.codelibs.fess.opensearch.config.exentity.CrawlingConfig; import org.codelibs.fess.opensearch.config.exentity.CrawlingConfig.ConfigType; import org.codelibs.fess.opensearch.config.exentity.DataConfig; import org.codelibs.fess.opensearch.config.exentity.FailureUrl; import org.codelibs.fess.opensearch.config.exentity.FileConfig; import org.codelibs.fess.opensearch.config.exentity.WebConfig;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 34.9K bytes - Viewed (0) -
cmd/config-migrate.go
"path" "strings" "github.com/minio/minio/internal/config" "github.com/minio/minio/internal/config/compress" xldap "github.com/minio/minio/internal/config/identity/ldap" "github.com/minio/minio/internal/config/identity/openid" "github.com/minio/minio/internal/config/notify" "github.com/minio/minio/internal/config/policy/opa" "github.com/minio/minio/internal/config/storageclass" "github.com/minio/minio/internal/event/target"
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 5.4K bytes - Viewed (0)