- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 20 for 4764 (0.1 sec)
-
CHANGELOG/CHANGELOG-1.4.md
* Add extensions/replicaset to federation-apiserver ([#24764](https://github.com/kubernetes/kubernetes/pull/24764), [@jianhuiz](https://github.com/jianhuiz)) * federation: Adding namespaces API ([#26298](https://github.com/kubernetes/kubernetes/pull/26298), [@nikhiljindal](https://github.com/nikhiljindal))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 133.5K bytes - Viewed (0) -
tests/migrate_test.go
AssertEqual(t, true, DB.Migrator().HasTable("coupon_product_1")) AssertEqual(t, true, DB.Migrator().HasTable("coupon_product_2")) } // https://github.com/go-gorm/gorm/issues/4760 func TestMigrateAutoIncrement(t *testing.T) { type AutoIncrementStruct struct { ID int64 `gorm:"primarykey;autoIncrement"` Field1 uint32 `gorm:"column:field1"` Field2 float32 `gorm:"column:field2"`
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Wed Aug 20 04:51:17 UTC 2025 - 65.2K bytes - Viewed (0) -
api/go1.1.txt
pkg syscall (freebsd-386), const SYS_PROFIL = 44 pkg syscall (freebsd-386), const SYS_PSELECT = 522 pkg syscall (freebsd-386), const SYS_PTRACE = 26 pkg syscall (freebsd-386), const SYS_PWRITE = 476 pkg syscall (freebsd-386), const SYS_PWRITEV = 290 pkg syscall (freebsd-386), const SYS_QUOTACTL = 148 pkg syscall (freebsd-386), const SYS_RCTL_ADD_RULE = 528 pkg syscall (freebsd-386), const SYS_RCTL_GET_LIMITS = 527
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0) -
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), const SYS_FCHMODAT ideal-int pkg syscall (netbsd-arm64-cgo), const SYS_FCHMOD ideal-int pkg syscall (netbsd-arm64-cgo), const SYS_FCHOWN = 123 pkg syscall (netbsd-arm64-cgo), const SYS_FCHOWNAT = 464 pkg syscall (netbsd-arm64-cgo), const SYS_FCHOWNAT ideal-int pkg syscall (netbsd-arm64-cgo), const SYS_FCHOWN ideal-int pkg syscall (netbsd-arm64-cgo), const SYS_FCHROOT = 297
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Aug 08 18:44:16 UTC 2019 - 452.6K bytes - Viewed (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), const SYS_PSELECT ideal-int pkg syscall (freebsd-arm64), const SYS_PTRACE = 26 pkg syscall (freebsd-arm64), const SYS_PTRACE ideal-int pkg syscall (freebsd-arm64), const SYS_PWRITE = 476 pkg syscall (freebsd-arm64), const SYS_PWRITE ideal-int pkg syscall (freebsd-arm64), const SYS_PWRITEV = 290 pkg syscall (freebsd-arm64), const SYS_PWRITEV ideal-int pkg syscall (freebsd-arm64), const SYS_QUOTACTL = 148
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt
} }, ).build() val request = Request(server.url("/")) executeSynchronously(request) .assertCode(200) } /** https://github.com/square/okhttp/issues/4761 */ @Test fun interceptorCallsProceedWithoutClosingPriorResponse() { server.enqueue( MockResponse(body = "abc"), ) client = clientTestRule .newClientBuilder()
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Jul 31 04:18:40 UTC 2025 - 146.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.8.md
* PodPreset is not injected if conflict occurs while applying PodPresets to a Pod. ([#47864](https://github.com/kubernetes/kubernetes/pull/47864), [@droot](https://github.com/droot)) * `kubectl drain` no longer spins trying to delete pods that do not exist ([#49444](https://github.com/kubernetes/kubernetes/pull/49444), [@eparis](https://github.com/eparis))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Tue Feb 20 15:45:02 UTC 2024 - 312.2K bytes - Viewed (0) -
lib/fips140/v1.0.0.zip
x759 uint64 var x760 uint64 x759, x760 = bits.Add64(x704, x740, uint64(p521Uint1(x758))) var x761 uint64 var x762 uint64 x761, x762 = bits.Add64(x706, x742, uint64(p521Uint1(x760))) var x763 uint64 var x764 uint64 x763, x764 = bits.Add64(x708, x744, uint64(p521Uint1(x762))) x765 := (uint64(p521Uint1(x764)) + uint64(p521Uint1(x709))) var x766 uint64 var x767 uint64 x767, x766 = bits.Mul64(x7, arg2[8]) var x768 uint64 var x769 uint64 x769, x768 = bits.Mul64(x7, arg2[7]) var x770 uint64 var x771 uint64...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0) -
okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat
auth-fips.us-west-1.amazoncognito.com auth.us-west-2.amazoncognito.com auth-fips.us-west-2.amazoncognito.com // Amazon EC2 // Submitted by Luke Wells <******@****.***> // Reference: 4c38fa71-58ac-4768-99e5-689c1767e537 *.compute.amazonaws.com.cn *.compute.amazonaws.com *.compute-1.amazonaws.com us-east-1.amazonaws.com // Amazon EMR // Submitted by AWS Security <******@****.***>
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Dec 27 13:39:56 UTC 2024 - 309.7K bytes - Viewed (0) -
okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt
A762 ; mapped ; A763 # 5.1 LATIN CAPITAL LETTER VISIGOTHIC Z A763 ; valid # 5.1 LATIN SMALL LETTER VISIGOTHIC Z A764 ; mapped ; A765 # 5.1 LATIN CAPITAL LETTER THORN WITH STROKE A765 ; valid # 5.1 LATIN SMALL LETTER THORN WITH STROKE
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Feb 10 11:25:47 UTC 2024 - 854.1K bytes - Viewed (0)