- Sort Score
- Result 10 results
- Languages All
Results 231 - 240 of 283 for hostname2 (0.1 sec)
-
cmd/format-erasure.go
disk := storageDisks[i*setDriveCount+j] newFormat := format.Clone() newFormat.Erasure.This = format.Erasure.Sets[i][j] if deploymentID != "" { newFormat.ID = deploymentID } hostCount[disk.Hostname()]++ formats[i*setDriveCount+j] = newFormat } var once sync.Once for host, count := range hostCount { if count > wantAtMost { if host == "" { host = "local" }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 23.1K bytes - Viewed (0) -
docs/changelogs/changelog_3x.md
change][remove_cbc_ecdsa] to remove these cipher suites because they are fragile and rarely-used. * New: Don't fall back to common name (CN) verification for hostnames. This behavior was deprecated with RFC 2818 in May 2000 and was recently dropped from major web browsers. * New: Honor the `Retry-After` response header. HTTP 503 (Unavailable)
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sun Feb 06 14:55:54 UTC 2022 - 50.8K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.10.md
* kube-apiserver: The external hostname no longer longer use the cloud provider API to select a default. It can be set explicitly using --external-hostname, if needed. If there is no default, AdvertiseAddress or os.Hostname() will be used, in that order. ([#56812](https://github.com/kubernetes/kubernetes/pull/56812), [@dims](https://github.com/dims))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 341.8K bytes - Viewed (0) -
src/main/resources/fess_label_zh_TW.properties
labels.available=狀態 labels.createdBy=建立者 labels.createdTime=建立時間 labels.depth=深度 labels.excludedPaths=要從爬網中排除的路徑 labels.excludedUrls=要從爬網中排除的URL labels.excludedDocPaths=要從搜尋中排除的路徑 labels.excludedDocUrls=要從搜尋中排除的URL labels.hostname=主機名稱 labels.id=ID labels.includedPaths=要包含在爬網中的路徑 labels.includedUrls=要包含在爬網中的URL labels.includedDocPaths=要包含在搜尋中的路徑 labels.includedDocUrls=要包含在搜尋中的URL labels.maxAccessCount=最大訪問數 labels.name=名稱
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_nl.properties
labels.excludedPaths=Pad(en) om uit te sluiten van crawlen labels.excludedUrls=URL(s) om uit te sluiten van crawlen labels.excludedDocPaths=Pad(en) om uit te sluiten van zoeken labels.excludedDocUrls=URL(s) om uit te sluiten van zoeken labels.hostname=Hostnaam labels.id=ID labels.includedPaths=Pad(en) om op te nemen in crawlen labels.includedUrls=URL(s) om op te nemen in crawlen labels.includedDocPaths=Pad(en) om op te nemen in zoeken
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 42.8K bytes - Viewed (1) -
cmd/admin-bucket-handlers.go
if err = json.Unmarshal(reqBytes, &target); err != nil { writeErrorResponseJSON(ctx, w, errorCodes.ToAPIErrWithErr(ErrAdminConfigBadJSON, err), r.URL) return } sameTarget, _ := isLocalHost(target.URL().Hostname(), target.URL().Port(), globalMinioPort) if sameTarget && bucket == target.TargetBucket { writeErrorResponseJSON(ctx, w, errorCodes.ToAPIErr(ErrBucketRemoteIdenticalToSource), r.URL) return }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Feb 18 16:25:55 UTC 2025 - 33.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** * Get the value for the key 'mail.hostname'. <br> * The value is, e.g. <br> * comment: Hostname for the mail server. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getMailHostname(); /** * Get the value for the key 'mail.hostname' as {@link Integer}. <br> * The value is, e.g. <br>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1) -
cmd/erasure-healing.go
readers[i] = newBitrotReader(disk, copyPartsMetadata[i].Data, bucket, partPath, tillOffset, checksumAlgo, checksumInfo.Hash, erasure.ShardSize()) prefer[i] = disk.Hostname() == "" } writers := make([]io.Writer, len(outDatedDisks)) for i, disk := range outDatedDisks { if disk == OfflineDisk { continue }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 34.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.5.md
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 136.4K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
labels.depth=Глубина labels.excludedPaths=Исключенные пути для сканирования labels.excludedUrls=Исключенные URL для сканирования labels.excludedDocPaths=Исключенные пути для поиска labels.excludedDocUrls=Исключенные URL для поиска labels.hostname=Имя хоста labels.id=ID labels.includedPaths=Включенные пути для сканирования labels.includedUrls=Включенные URL для сканирования labels.includedDocPaths=Включенные пути для поиска
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 55.8K bytes - Viewed (0)