- Sort Score
- Result 10 results
- Languages All
Results 471 - 480 of 504 for 30 (0.05 sec)
-
tests/migrate_test.go
} ) checkField(&UniqueStruct1{}, "name", false, "") checkField(&UniqueStruct2{}, "name", false, "") type ( // unique UniqueStruct3 struct { Name string `gorm:"size:30;unique"` } UniqueStruct4 struct { Name string `gorm:"size:40;unique"` } ) checkField(&UniqueStruct3{}, "name", true, "") checkField(&UniqueStruct4{}, "name", true, "")
Registered: Sun Nov 03 09:35:10 UTC 2024 - Last Modified: Mon Mar 18 11:24:16 UTC 2024 - 56.2K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/cache/LocalCacheTest.java
int originalCount = 1024; ReferenceEntry<Object, Object> entry = null; for (int i = 0; i < originalCount; i++) { Object key = new Object(); Object value = (i % 3 == 0) ? null : new Object(); int hash = map.hash(key); if (i % 3 == 1) { key = null; } // chain all entries together as we only have a single bucket
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 18 19:07:49 UTC 2024 - 110.6K bytes - Viewed (0) -
guava-tests/test/com/google/common/cache/LocalCacheTest.java
int originalCount = 1024; ReferenceEntry<Object, Object> entry = null; for (int i = 0; i < originalCount; i++) { Object key = new Object(); Object value = (i % 3 == 0) ? null : new Object(); int hash = map.hash(key); if (i % 3 == 1) { key = null; } // chain all entries together as we only have a single bucket
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 18 19:07:49 UTC 2024 - 112.3K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.6.md
* **[beta]** Node Problem Detector is beta (v0.3.0) now. New features added into node-problem-detector:v0.3.0: - Add support for journald. - The ability to monitor any system daemon logs. Previously only kernel logs were supported. - The ability to be deployed and run as a native daemon.
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 304K bytes - Viewed (0) -
internal/s3select/select_test.go
wantResult: `{"id":2,"title":"Second Record","desc":"another text","numbers":[2,3,4]}`, }, { name: "select-in-number-float-in-sql", query: `SELECT * from s3object s WHERE 3.0 in s.numbers[*]`, wantResult: `{"id":2,"title":"Second Record","desc":"another text","numbers":[2,3,4]}`, }, { name: "select-in-list-match",
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sat Dec 23 07:19:11 UTC 2023 - 76.2K bytes - Viewed (0) -
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), const EPROTOTYPE = 41 pkg syscall (netbsd-arm64-cgo), const ERANGE = 34 pkg syscall (netbsd-arm64-cgo), const EREMOTE = 71 pkg syscall (netbsd-arm64-cgo), const EROFS = 30 pkg syscall (netbsd-arm64-cgo), const ERPCMISMATCH = 73 pkg syscall (netbsd-arm64-cgo), const ERPCMISMATCH Errno pkg syscall (netbsd-arm64-cgo), const ESHUTDOWN = 58 pkg syscall (netbsd-arm64-cgo), const ESOCKTNOSUPPORT = 44
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Aug 08 18:44:16 UTC 2019 - 452.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.15.md
- StatefulSet controllers no longer force a resync every 30 seconds when nothing has changed. ([#75622](https://github.com/kubernetes/kubernetes/pull/75622), [@jonsabo](https://github.com/jonsabo))
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 278.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.17.md
- github.com/creack/pty: v1.1.7 - github.com/gliderlabs/ssh: v0.1.1 - github.com/go-critic/go-critic: 1df3008 - github.com/go-kit/kit: v0.8.0 - github.com/go-lintpack/lintpack: v0.5.2 - github.com/go-logfmt/logfmt: v0.3.0 - github.com/go-ole/go-ole: v1.2.1 - github.com/go-stack/stack: v1.8.0 - github.com/go-toolsmith/astcast: v1.0.0 - github.com/go-toolsmith/astcopy: v1.0.0 - github.com/go-toolsmith/astequal: v1.0.0
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Jan 28 10:44:33 UTC 2021 - 346.2K bytes - Viewed (1) -
CREDITS
1.12. "Secondary License" means either the GNU General Public License, Version 2.0, the GNU Lesser General Public License, Version 2.1, the GNU Affero General Public License, Version 3.0, or any later versions of those licenses. 1.13. "Source Code Form" means the form of the work preferred for making modifications. 1.14. "You" (or "Your")
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Sep 26 15:03:08 UTC 2024 - 1.6M bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.18.md
- kube-apiserver v1.19.10 - kube-apiserver v1.18.18 This vulnerability was reported by Rogerio Bastos & Ari Lima from RedHat **CVSS Rating:** Medium (6.5) [CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H](https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H) ## Changes by Kind ### API Change
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Wed Jun 16 17:18:28 UTC 2021 - 373.2K bytes - Viewed (0)