- Sort Score
- Result 10 results
- Languages All
Results 761 - 770 of 788 for enable (0.03 sec)
-
src/main/resources/fess_label_ru.properties
labels.web_crawling_button_create=Создать labels.web_crawling_button_create_job=Создать новое задание labels.crawler_configuration=Общая конфигурация labels.crawler_title_edit=Общая конфигурация labels.schedule=Расписание labels.enabled=Включено labels.day_for_cleanup=Удалить старые документы labels.day=дней labels.crawl_button_update=Обновить labels.none=Нет labels.crawling_thread_count=Конфигурация одновременного сканирования
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 55.8K bytes - Viewed (0) -
src/main/resources/fess_label_it.properties
labels.web_crawling_button_create_job=Crea nuovo lavoro labels.crawler_configuration=Configurazione generale labels.crawler_title_edit=Configurazione generale labels.schedule=Pianificazione labels.enabled=Abilitato labels.day_for_cleanup=Elimina documenti precedenti labels.day=giorni labels.crawl_button_update=Aggiorna labels.none=Nessuno labels.crawling_thread_count=Configurazione crawler simultanei
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.4K bytes - Viewed (0) -
cmd/endpoint.go
startTime.Add(timeElapsed), "elapsed", "", )) ctx := logger.SetReqInfo(GlobalContext, reqInfo) bootLogOnceIf(ctx, fmt.Errorf("Unable to resolve DNS for %s: %w", endpoint, err), endpoint.Hostname(), logger.ErrorKind) } } else { resolvedList[endpoint] = true endpoint.IsLocal = isLocal epsResolved++
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Mar 30 00:56:02 UTC 2025 - 34.4K bytes - Viewed (0) -
cmd/erasure-sets.go
return res, errNoHealRequired } if !reflect.DeepEqual(s.format, refFormat) { // Format is corrupted and unrecognized by the running instance. healingLogIf(ctx, fmt.Errorf("Unable to heal the newly replaced drives due to format.json inconsistencies, please engage MinIO support for further assistance: %w", errCorruptedFormat)) return res, errCorruptedFormat }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 37K bytes - Viewed (1) -
android/guava/src/com/google/common/util/concurrent/CycleDetectingLockFactory.java
* Disables cycle detection. This option causes the factory to return unmodified lock * implementations provided by the JDK, and is provided to allow applications to easily * parameterize when cycle detection is enabled. * * <p>Note that locks created by a factory with this policy will not participate the * cycle detection performed by locks created by other factories. */ DISABLED { @Override
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Fri Jul 18 15:05:43 UTC 2025 - 35.9K bytes - Viewed (0) -
src/cmd/asm/internal/asm/parse.go
dataAddr: make(map[string]int64), errorWriter: os.Stderr, allowABI: ctxt != nil && objabi.LookupPkgSpecial(ctxt.Pkgpath).AllowAsmABI, pkgPrefix: pkgPrefix, } } // panicOnError is enabled when testing to abort execution on the first error // and turn it into a recoverable panic. var panicOnError bool func (p *Parser) errorf(format string, args ...interface{}) { if panicOnError {
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 14 15:13:11 UTC 2025 - 37.3K bytes - Viewed (0) -
src/main/resources/fess_label_zh_CN.properties
labels.user_agent=用户代理 labels.web_crawling_button_create=创建 labels.web_crawling_button_create_job=创建新作业 labels.crawler_configuration=通用设置 labels.crawler_title_edit=通用设置 labels.schedule=计划 labels.enabled=启用 labels.day_for_cleanup=删除以前的文档 labels.day=天 labels.crawl_button_update=更新 labels.none=无 labels.crawling_thread_count=同时爬虫设置 labels.incremental_crawling=检查上次修改时间 labels.search_log_enabled=搜索日志
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.web_crawling_button_create_job=Créer une nouvelle tâche labels.crawler_configuration=Configuration générale labels.crawler_title_edit=Configuration générale labels.schedule=Planification labels.enabled=Activé labels.day_for_cleanup=Supprimer les anciens documents labels.day=jours labels.crawl_button_update=Mettre à jour labels.none=Aucun labels.crawling_thread_count=Configuration du robot d'exploration simultané
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.6K bytes - Viewed (0) -
cmd/xl-storage.go
bucketMetaPrefix, healingTrackerFilename) b, err := os.ReadFile(healingFile) if err != nil { if !errors.Is(err, os.ErrNotExist) { internalLogIf(GlobalContext, fmt.Errorf("unable to read %s: %w", healingFile, err)) } return nil } if len(b) == 0 { internalLogIf(GlobalContext, fmt.Errorf("%s is empty", healingFile)) // 'healing.bin' might be truncated return nil }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Jun 13 11:33:47 UTC 2025 - 91.7K bytes - Viewed (0) -
docs/debugging/xl-meta/main.go
files = append(files, pattern) continue } found, err := filepathx.Glob(pattern) if err != nil { return err } if len(found) == 0 { return fmt.Errorf("unable to find file %v", pattern) } files = append(files, found...) } if len(files) == 0 { return fmt.Errorf("no files found") } if len(files) > 1 || strings.HasSuffix(files[0], ".zip") {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 40.3K bytes - Viewed (0)