- Sort Score
- Result 10 results
- Languages All
Results 901 - 910 of 910 for sale (0.06 sec)
- 
				
				CHANGELOG/CHANGELOG-1.28.md- Updated static pods are restarted 2s faster by correcting a safe but non-optimal ordering bug. ([#116690](https://github.com/kubernetes/kubernetes/pull/116690), [@smarterclayton](https://github.com/smarterclayton))... Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Oct 23 20:13:20 UTC 2024 - 456.9K bytes - Viewed (1)
- 
				
				cmd/object-api-listobjects_test.got.Fatalf("%s : %s", instanceType, err) } meta.VersioningConfigXML = []byte(`<VersioningConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Status>Suspended</Status></VersioningConfiguration>`) if err := meta.Save(context.Background(), obj); err != nil { t.Fatalf("%s : %s", instanceType, err) } globalBucketMetadataSys.Set(bucket, meta) globalNotificationSys.LoadBucketMetadata(context.Background(), bucket) } Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 76.1K bytes - Viewed (0)
- 
				
				cmd/iam-store.go// cycle until we can safely update the in-memory cache. // // An in-memory cache must be replaced only if we know for sure that the // values loaded from disk are not stale. They might be stale if the // cached.updatedAt is more recent than the refresh cycle began. if cache.updatedAt.Before(loadedAt) || firstTime { // No one has updated anything since the config was loaded, Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 86.7K bytes - Viewed (0)
- 
				
				src/main/webapp/js/admin/adminlte.min.js.mapK7D,EAA4B,iBAAX4D,EAAsBC,EAAOD,IAGvC,iBAAXA,GAAuB,OAAOG,KAAKH,GAC5CC,EAAKD,KAELC,EAAKL,MAAMtD,EAAAA,QAAE0B,UAlFbH,GA4FNvB,EAAAA,QAAE8D,UAAUN,GAAG,QAASrD,GAAuB,SAAU4D,GACnDA,GACFA,EAAMC,iBAGRzC,EAAYkC,iBAAiBlB,KAAKvC,EAAAA,QAAE0B,MAAO,WAG7C1B,EAAAA,SAAE,WACAA,EAAAA,QAAEG,GAAuB8D,MAAK,WAC5B1C,EAAYkC,iBAAiBlB,KAAKvC,EAAAA,QAAE0B,aASxC1B,EAAAA,QAAEC,GAAGJ,GAAQ0B,EAAYkC,iBACzBzD,EAAAA,QAAEC,GAAGJ,GAAMqE,YAAc3C,EACzBvB,EAAAA,QAAEC,GAAGJ,GAAMsE,WAAa,WAEtB,OADAnE,EAAAA,QAAEC,GAAGJ,GAAQE,EACNwB,EAAYkC,kB... Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 132.4K bytes - Viewed (0)
- 
				
				okhttp/src/jvmTest/kotlin/okhttp3/URLConnectionTest.ktserver.enqueue(MockResponse(body = "this response comes via HTTPS")) server.enqueue(MockResponse(body = "another response via HTTPS")) // The pool will only reuse sockets if the SSL socket factories are the same. val clientSocketFactory = handshakeCertificates.sslSocketFactory() val hostnameVerifier = RecordingHostnameVerifier() val cookieJar: CookieJar = JavaNetCookieJar(CookieManager()) Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Jun 21 20:36:35 UTC 2025 - 133.2K bytes - Viewed (0)
- 
				
				cmd/sts-handlers_test.go"foo": { "version": 0, "policy": "readwrite", "updatedAt": "2024-04-23T21:34:43.815519816Z" } } `, // Contains: // // 1. duplicate mapping with same policy, we should not error out; // // 2. non-LDAP group mapping, we should not error out; groupPolicyMappingsFile: `{ "cn=project.c,ou=groups,ou=swengg,DC=min,dc=io": { "version": 0, Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 100.2K bytes - Viewed (1)
- 
				
				CHANGELOG/CHANGELOG-1.29.md- A `create` or `update` API request with duplicate items in a keyed list no longer wipes out managedFields. Examples include env var entries with the same name, or port entries with the same containerPort in a pod spec. - A server-side apply request that makes unrelated changes to an object which has duplicate items in a keyed list no longer fails, and leaves the existing duplicate items as-is. Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Mar 12 00:36:01 UTC 2025 - 429.6K bytes - Viewed (1)
- 
				
				lib/fips140/v1.0.0.zipsaltLength < 0 { return nil, errors.New("crypto/rsa: salt length cannot be negative") } // FIPS 186-5, Section 5.4(g): "the length (in bytes) of the salt (sLen) // shall satisfy 0 ≤ sLen ≤ hLen". if saltLength > hash.Size() { fips140.RecordNonApproved() } salt := make([]byte, saltLength) if err := drbg.ReadWithReaderDeterm(rand, salt); err != nil { return nil, err } emBits := priv.pub.N.BitLen() - 1 em, err := emsaPSSEncode(hashed, emBits, salt, hash) if err != nil { return nil, err } // RFC 8017:...Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)
- 
				
				okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt2FC3 ; mapped ; 9CE5 # 3.0 KANGXI RADICAL BIRD 2FC4 ; mapped ; 9E75 # 3.0 KANGXI RADICAL SALT 2FC5 ; mapped ; 9E7F # 3.0 KANGXI RADICAL DEER 2FC6 ; mapped ; 9EA5 # 3.0 KANGXI RADICAL WHEAT Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Feb 10 11:25:47 UTC 2024 - 854.1K bytes - Viewed (0)
- 
				
				CHANGELOG/CHANGELOG-1.6.md* No longer updates the last-applied-configuration annotation when --save-config is unspecified or false. ([#41924](https://github.com/kubernetes/kubernetes/pull/41924), [@ymqytw](https://github.com/ymqytw)) * Fixes issue that caused apply to revert changes made by edit #### Bug fixes Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 304K bytes - Viewed (0)