- Sort Score
- Result 10 results
- Languages All
Results 121 - 130 of 137 for 28 (0.05 sec)
-
index.yaml
sources: - https://github.com/minio/minio urls: - https://charts.min.io/helm-releases/minio-3.5.0.tgz version: 3.5.0 - apiVersion: v1 appVersion: RELEASE.2022-01-28T02-28-16Z created: "2025-01-02T21:34:25.032826604-08:00" description: Multi-Cloud Object Storage digest: fecf25d2d3fb208c6f894fed642a60780a570b7f6d0adddde846af7236dc80aa home: https://min.ioRegistered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Jan 03 05:34:47 UTC 2025 - 55.1K bytes - Viewed (0) -
android/guava/src/com/google/common/net/InetAddresses.java
return null; } start = end + 1; } return bytes; } private static byte @Nullable [] textToNumericFormatV6(String ipString) { // An address can have [2..8] colons. int delimiterCount = IPV6_DELIMITER_MATCHER.countIn(ipString); if (delimiterCount < 2 || delimiterCount > IPV6_PART_COUNT) { return null; }Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Wed Feb 19 21:24:11 UTC 2025 - 47.4K bytes - Viewed (0) -
tests/association_generics_test.go
} // Many2Many append with map using Association API (regression for map support) func TestAssociationMany2ManyAppendMap_GenericFile(t *testing.T) { user := User{Name: "AssocM2MAppendMapGeneric", Age: 28} if err := DB.Create(&user).Error; err != nil { t.Fatalf("create user: %v", err) } if err := DB.Model(&user).Association("Languages").Append(map[string]interface{}{ "code": "gm2m_map_1", "name": "GMap1",
Registered: Sun Dec 28 09:35:17 UTC 2025 - Last Modified: Fri Sep 12 05:42:26 UTC 2025 - 37.9K bytes - Viewed (0) -
helm-releases/minio-3.4.8.tgz
minio-3.4.8.tar minio/Chart.yaml apiVersion: v1 appVersion: RELEASE.2022-01-28T02-28-16Z description: Multi-Cloud Object Storage home: https://min.io icon: https://min.io/resources/img/logo/MINIO_wordmark.png keywords: - minio - storage - object-storage - s3 - cluster maintainers: - email: ******@****.*** name: MinIO, Inc name: minio sources: - https://github.com/minio/minio version: 3.4.8 minio/values.yaml ## Provide a name in place of minio for `app:` labels ## nameOverride: "" ## Provide a name...
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Jan 28 18:33:38 UTC 2022 - 15.2K bytes - Viewed (0) -
internal/s3select/csv/testdata/testdata.zip
82,East New York,4008,1111,1174,3,Brooklyn,117400,3117400,E,BK83,Cypress Hills-City Line,4008^3389276,2,2014-03-29 20:40:37,2014-03-29 21:08:53,N,1,-73.950927734375,40.658683776855469,-73.958137512207031,40.710697174072266,1,5.80,23,0.5,0.5,4.7,0,,,28.7,1,1,188,256,green,1.81,0.0,0.0,59,43,10.74,1274,802,3,Brooklyn,080200,3080200,E,BK60,Prospect Lefferts Gardens-Wingate,4011,1727,523,3,Brooklyn,052300,3052300,E,BK73,North Side-South Side,4001^3389277,2,2014-03-27 15:37:41,2014-03-27 16:08:12,N,1...
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Tue Jun 01 21:59:40 UTC 2021 - 111.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.29.md
- Fixed a `v1.28` regression around restarting init containers in the right order relative to normal containers. ([#120281](https://github.com/kubernetes/kubernetes/pull/120281), [@gjkim42](https://github.com/gjkim42))
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Wed Mar 12 00:36:01 UTC 2025 - 429.6K bytes - Viewed (1) -
docs/changelogs/changelog_3x.md
* Fix: Don't retry when request bodies fail due to `FileNotFoundException`. * Fix: Don't crash when URLs have IPv4-mapped IPv6 addresses. * Fix: Don't crash when building `HandshakeCertificates` on Android API 28. * Fix: Permit multipart file names to contain non-ASCII characters. * New: API to get MockWebServer's dispatcher. * New: API to access headers as `java.time.Instant`.
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sun Feb 06 14:55:54 UTC 2022 - 50.8K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.31.md
- Removed Kubelet flags `--iptables-masquerade-bit` and `--iptables-drop-bit` as they were deprecated in v1.28. in v1.28 and have now been removed entirely. ([#122363](https://github.com/kubernetes/kubernetes/pull/122363), [@carlory](https://github.com/carlory)) [SIG Network and Node]
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Wed Nov 12 11:33:21 UTC 2025 - 451.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.32.md
- github.com/Microsoft/hcsshim: [v0.12.6](https://github.com/Microsoft/hcsshim/tree/v0.12.6) - github.com/OneOfOne/xxhash: [v1.2.8](https://github.com/OneOfOne/xxhash/tree/v1.2.8) - github.com/agnivade/levenshtein: [v1.1.1](https://github.com/agnivade/levenshtein/tree/v1.1.1) - github.com/akavel/rsrc: [v0.10.2](https://github.com/akavel/rsrc/tree/v0.10.2)
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Tue Dec 16 18:27:41 UTC 2025 - 448.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.28.md
- `kube-scheduler` component config (KubeSchedulerConfiguration) `kubescheduler.config.k8s.io/v1beta2` is removed in `v1.28`. Migrate `kube-scheduler` configuration files to `kubescheduler.config.k8s.io/v1`. ([#117649](https://github.com/kubernetes/kubernetes/pull/117649), [@SataQiu](https://github.com/SataQiu)) ### Feature
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Fri Sep 05 03:47:18 UTC 2025 - 456.9K bytes - Viewed (1)