- Sort Score
- Result 10 results
- Languages All
Results 1221 - 1230 of 1,270 for facile (0.2 sec)
-
cmd/server-main.go
logger.FatalIf(err, "Unable to load the TLS configuration") // Check and load Root CAs. globalRootCAs, err = certs.GetRootCAs(globalCertsCADir.Get()) logger.FatalIf(err, "Failed to read root CAs (%v)", err) // Add the global public crts as part of global root CAs for _, publicCrt := range globalPublicCerts { globalRootCAs.AddCert(publicCrt) }
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Tue May 27 15:18:36 UTC 2025 - 35.9K bytes - Viewed (4) -
CHANGELOG/CHANGELOG-1.16.md
- `kubeadm join` fails if file-based discovery is too long, with a default timeout of 5 minutes. ([#80804](https://github.com/kubernetes/kubernetes/pull/80804), [@olivierlemasle](ht...
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Wed Oct 23 20:13:20 UTC 2024 - 345.2K bytes - Viewed (0) -
CHANGELOG.md
* Fix: Don't crash if Conscrypt returns a null version. * Fix: Include the public suffix data as a resource in GraalVM native images. * Fix: Fail fast when the cache is corrupted. * Fix: Fail fast when a private key cannot be encoded. * Fix: Fail fast when attempting to verify a non-ASCII hostname. * Upgrade: [GraalVM 21][graalvm_21]. * Upgrade: [Kotlin 1.4.20][kotlin_1_4_20]. ## Version 5.0.0-alpha.1
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Fri Dec 05 16:02:59 UTC 2025 - 36.2K bytes - Viewed (2) -
api/go1.14.txt
pkg syscall (freebsd-arm64), type RawSockaddrInet4 struct, Len uint8 pkg syscall (freebsd-arm64), type RawSockaddrInet4 struct, Zero [8]int8 pkg syscall (freebsd-arm64), type RawSockaddrInet6 struct, Family uint8 pkg syscall (freebsd-arm64), type RawSockaddrInet6 struct, Len uint8 pkg syscall (freebsd-arm64), type RawSockaddrUnix struct, Family uint8
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
api/go1.16.txt
pkg io/fs, type DirEntry interface, Type() FileMode pkg io/fs, type FS interface { Open } pkg io/fs, type FS interface, Open(string) (File, error) pkg io/fs, type File interface { Close, Read, Stat } pkg io/fs, type File interface, Close() error pkg io/fs, type File interface, Read([]uint8) (int, error) pkg io/fs, type File interface, Stat() (FileInfo, error) pkg io/fs, type FileInfo interface { IsDir, ModTime, Mode, Name, Size, Sys }
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0) -
src/main/webapp/css/admin/bootstrap.min.css
abel::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font...Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 158.5K bytes - Viewed (0) -
cmd/encryption-v1.go
o.Parts[i].Checksums = cs[i] } } } // decryptChecksum will attempt to decrypt the ObjectInfo.Checksum, returns the decrypted value // An error is only returned if it was encrypted and the decryption failed. func (o *ObjectInfo) decryptChecksum(h http.Header) ([]byte, error) { data := o.Checksum if len(data) == 0 { return data, nil } if _, encrypted := crypto.IsEncrypted(o.UserDefined); encrypted {
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 38K bytes - Viewed (0) -
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), type RawSockaddrInet4 struct, Family uint8 pkg syscall (netbsd-arm64-cgo), type RawSockaddrInet4 struct, Len uint8 pkg syscall (netbsd-arm64-cgo), type RawSockaddrInet4 struct, Zero [8]int8 pkg syscall (netbsd-arm64-cgo), type RawSockaddrInet6 struct, Family uint8 pkg syscall (netbsd-arm64-cgo), type RawSockaddrInet6 struct, Len uint8
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Aug 08 18:44:16 UTC 2019 - 452.6K bytes - Viewed (0) -
cmd/erasure-multipart.go
return nil, err } partInfosInQuorum := make([]ObjectPartInfo, len(partMetaPaths)) for pidx := range partMetaPaths { // partMetaQuorumMap uses // - path/to/part.N as key to collate errors from failed drives. // - part ETag to collate part metadata partMetaQuorumMap := make(map[string]int, len(partNumbers)) var pinfos []*ObjectPartInfo for idx := range disks {
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Oct 24 04:05:31 UTC 2025 - 47.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.20.md
- `--service-account-key-file`, set to one or more files containing one or more public keys used to verify tokens.
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Wed Jan 19 21:05:45 UTC 2022 - 409K bytes - Viewed (0)