- Sort Score
- Result 10 results
- Languages All
Results 411 - 420 of 453 for Dent (0.03 sec)
-
cmd/testdata/xl-meta-merge.zip
Õ¬tiN¾{ML^ñPBuv¢hkòAAãMEI2öΈ ¨ˆµzKph{~ñ`u¢ qò }J 1ÖW†ãTï¦xs}^²IU_ÜEJ²v Ö¢sã\T[ªve~mlñXuGpÜŒ}jFºeî· _c\]a¦’¾ uT@ã_X¼êõCÜíöÏõ çÿÅØ ùu èÏö÷ÏÃÒÛÐéÌtñæ\Egn<foûgin{ª>y`p²xßCwKpªrïÎ|yMaÜáët¾JIMGqÌm¨d__zpûâëîÏÌ è»PtqŸ¯ yª—!` CþÙsVX¸ dy_C~ï†-sHST阆 mX gBPmXtGì„rqrïrUZ ent²ajJ PLcpM{^sk`¨ v}LfoI¨ in +evø¦ Jã}UpG -afûzc€wlQ|~sD †GLaåSzqå9fh ê e@^¾{ª&÷ynû}Es´¨y`¨H¾hBq\GÕ¤tqx† _ò ;²MGÖHs~¬ o}sòs— x?=ª+Êã5ADsˆ…sìAª ÚkrDUIS 8\v@LG’¿1igòšk{1|oC}1mytkc~ûZAÈ axGv×ÂåÓÖû-ÅíÒùÍäîõ ÏêãWC^ï¯{ ìinéœjtgô“°`¥r¾iYÖi„oy}L\}^w†ðñ A]ït^...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Mar 08 17:50:48 UTC 2024 - 30.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.18.md
- Gracefully delete nodes when their parent scale set went missing ([#95289](https://github.com/kubernetes/kubernetes/pull/95289), [@bpineau](https://github.com/bpineau)) [SIG Cloud Provider]
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Wed Jun 16 17:18:28 UTC 2021 - 373.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.16.md
- The `AdmissionReview` API sent to and received from admission webhooks has been promoted to `admission.k8s.io/v1`. Webhooks can specify a preference for receiving `v1` AdmissionReview objects with `admissionReviewVersions: ["v1","v1beta1"]`, and must respond with an API object in the same `apiVersion` they are sent. When webhooks use `admission.k8s.io/v1`, the following additional validation is performed on their responses:...
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Feb 11 10:00:57 UTC 2021 - 345.2K bytes - Viewed (0) -
cmd/encryption-v1.go
if err != nil { return "", err } etag, err = key.UnsealETag(etag) if err != nil { return "", err } return hex.EncodeToString(etag), nil } // For encrypted objects, the ETag sent by client if available // is stored in encrypted form in the backend. Decrypt the ETag // if ETag was previously encrypted. func getDecryptedETag(headers http.Header, objInfo ObjectInfo, copySource bool) (decryptedETag string) {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sun Oct 13 13:06:08 UTC 2024 - 37.2K bytes - Viewed (0) -
cmd/object-api-utils.go
defer xioutil.SafeClose(indexCh) cn, err := io.Copy(comp, r) if err != nil { comp.Close() pw.CloseWithError(err) return } if on > 0 && on != cn { // if client didn't sent all data // from the client verify here. comp.Close() pw.CloseWithError(IncompleteBody{}) return } // Close the stream. // If more than compMinIndexSize was written, generate index.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Aug 08 15:29:58 UTC 2024 - 37.1K bytes - Viewed (0) -
okhttp/src/main/kotlin/okhttp3/OkHttpClient.kt
@get:JvmName("writeTimeoutMillis") val writeTimeoutMillis: Int = builder.writeTimeout /** Web socket and HTTP/2 ping interval (in milliseconds). By default pings are not sent. */ @get:JvmName("pingIntervalMillis") val pingIntervalMillis: Int = builder.pingInterval /** Web socket close timeout (in milliseconds). */ @get:JvmName("webSocketCloseTimeout")
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Apr 06 04:21:33 UTC 2024 - 52K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.15.md
### Extensibility around core Kubernetes APIs #### CustomResourceDefinitions Pruning
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 278.9K bytes - Viewed (0) -
doc/go_spec.html
records that no more values will be sent on the channel. It is an error if <code>ch</code> is a receive-only channel. Sending to or closing a closed channel causes a <a href="#Run_time_panics">run-time panic</a>. Closing the nil channel also causes a <a href="#Run_time_panics">run-time panic</a>. After calling <code>close</code>, and after any previously sent values have been received, receive operations will return
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Oct 02 00:58:01 UTC 2024 - 282.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java
/** The key of the message: Uploaded Mapping file. */ public static final String SUCCESS_upload_mapping_file = "{success.upload_mapping_file}"; /** The key of the message: Sent the test mail. */ public static final String SUCCESS_send_testmail = "{success.send_testmail}"; /** The key of the message: Deleted job logs. */
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 119.9K bytes - Viewed (0) -
common-protos/k8s.io/api/extensions/v1beta1/generated.proto
// ingress supports SNI. // +optional repeated IngressTLS tls = 2; // A list of host rules used to configure the Ingress. If unspecified, or // no rule matches, all traffic is sent to the default backend. // +optional repeated IngressRule rules = 3; } // IngressStatus describe the current state of the Ingress. message IngressStatus {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 45.6K bytes - Viewed (0)