- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 378 for 15 (0.03 sec)
-
CHANGELOG/CHANGELOG-1.5.md
/disruptions/) feature in 1.4 (i.e. created `PodDisruptionBudget` objects), then **BEFORE** upgrading from 1.4 to 1.5, you must delete all `PodDisruptionBudget` objects (`policy/v1alpha1/PodDisruptionBudget`) that you have created. It is not possible to delete these objects after you upgrade, and their presence will prevent you from using the beta PodDisruptionBudget feature in 1.5 (which uses `policy/v1beta1/PodDisruptionBudget`). If you have already upgraded, you will need to downgrade the master...
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 136.4K bytes - Viewed (0) -
api/go1.15.txt
Dmitri Shuralyov <******@****.***> 1593622183 -0400
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Jul 17 02:15:01 UTC 2020 - 7.6K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/avx512_bitalg.s
VPSHUFBITQMB -15(R14)(R15*1), Z6, K7, K1 // 62924d4f8f8c3ef1ffffff VPSHUFBITQMB -15(BX), Z6, K7, K1 // 62f24d4f8f8bf1ffffff VPSHUFBITQMB Z3, Z25, K7, K1 // 62f235478fcb VPSHUFBITQMB Z21, Z25, K7, K1 // 62b235478fcd VPSHUFBITQMB -15(R14)(R15*1), Z25, K7, K1 // 629235478f8c3ef1ffffff
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue May 22 14:57:15 UTC 2018 - 10.4K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/avx512cd.s
VPCONFLICTD -7(CX), K3, Y21 // 62e27d2bc4a9f9ffffff VPCONFLICTD 15(DX)(BX*4), K3, Y21 // 62e27d2bc4ac9a0f000000 VPCONFLICTD Z11, K7, Z21 // 62c27d4fc4eb VPCONFLICTD Z25, K7, Z21 // 62827d4fc4e9 VPCONFLICTD -15(R14)(R15*1), K7, Z21 // 62827d4fc4ac3ef1ffffff VPCONFLICTD -15(BX), K7, Z21 // 62e27d4fc4abf1ffffff
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue May 22 14:57:15 UTC 2018 - 12.9K bytes - Viewed (0) -
compat/maven-model-builder/src/test/java/org/apache/maven/model/profile/activation/JdkVersionProfileActivatorTest.java
assertActivation(true, profile, newContext(null, newProperties("1.5"))); assertActivation(true, profile, newContext(null, newProperties("1.5.0"))); assertActivation(true, profile, newContext(null, newProperties("1.5.0_09"))); assertActivation(true, profile, newContext(null, newProperties("1.5.0_09-b03"))); assertActivation(true, profile, newContext(null, newProperties("1.5.1")));
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 9K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/avx512dq.s
VBROADCASTI64X2 15(R8)(R14*8), K5, Z3 // 6292fd4d5a9cf00f000000 VBROADCASTI64X2 -15(R14)(R15*2), K5, Z3 // 6292fd4d5a9c7ef1ffffff VBROADCASTI64X2 15(R8)(R14*8), K5, Z5 // 6292fd4d5aacf00f000000 VBROADCASTI64X2 -15(R14)(R15*2), K5, Z5 // 6292fd4d5aac7ef1ffffff VCVTPD2QQ X15, K7, X0 // 62d1fd0f7bc7
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue May 22 14:57:15 UTC 2018 - 194.8K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/avx512_vpopcntdq.s
VPOPCNTD -15(R14)(R15*1), K5, Y26 // 62027d2d55943ef1ffffff VPOPCNTD -15(BX), K5, Y26 // 62627d2d5593f1ffffff VPOPCNTD Y22, K5, Y30 // 62227d2d55f6 VPOPCNTD Y3, K5, Y30 // 62627d2d55f3 VPOPCNTD Y15, K5, Y30 // 62427d2d55f7
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue May 22 14:57:15 UTC 2018 - 5.5K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/avx512bw.s
VMOVDQU8 15(R8)(R14*8), K3, Z12 // 62117f4b6fa4f00f000000 VMOVDQU8 -15(R14)(R15*2), K3, Z12 // 62117f4b6fa47ef1ffffff VMOVDQU8 Z11, K3, Z22 // 62317f4b7fde VMOVDQU8 Z5, K3, Z22 // 62b17f4b7fee VMOVDQU8 15(R8)(R14*8), K3, Z22 // 62817f4b6fb4f00f000000
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue May 22 14:57:15 UTC 2018 - 159.2K bytes - Viewed (0) -
okhttp/src/test/java/okhttp3/internal/ws/WebSocketExtensionsTest.kt
) assertThat(parse("permessage-deflate; client_max_window_bits=15")).isEqualTo( WebSocketExtensions(perMessageDeflate = true, clientMaxWindowBits = 15), ) assertThat(parse("permessage-deflate; client_max_window_bits=\"15\"")).isEqualTo( WebSocketExtensions(perMessageDeflate = true, clientMaxWindowBits = 15), )
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 8.3K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/avx512_ifma.s
VPMADD52HUQ 15(DX)(BX*2), Y31, K7, Y17 // 62e28527b58c5a0f000000 VPMADD52HUQ Y28, Y8, K7, Y17 // 6282bd2fb5cc VPMADD52HUQ Y13, Y8, K7, Y17 // 62c2bd2fb5cd VPMADD52HUQ Y7, Y8, K7, Y17 // 62e2bd2fb5cf VPMADD52HUQ (R8), Y8, K7, Y17 // 62c2bd2fb508 VPMADD52HUQ 15(DX)(BX*2), Y8, K7, Y17 // 62e2bd2fb58c5a0f000000
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue May 22 14:57:15 UTC 2018 - 13.2K bytes - Viewed (0)