- Sort Score
- Result 10 results
- Languages All
Results 141 - 145 of 145 for testJdk (0.08 sec)
-
src/main/webapp/css/bootstrap.min.css.map
}\n }\n\n &::-webkit-date-and-time-value {\n // On Android Chrome, form-control's \"width: 100%\" makes the input width too small\n // Tested under Android 11 / Chrome 89, Android 12 / Chrome 100, Android 13 / Chrome 109\n //\n // On iOS Safari, form-control's \"appearance: none\" + \"width: 100%\" makes the input width too small\n // Tested under iOS 16.2 / Safari 16.2\n min-width: 85px; // Seems to be a good minimum safe width\n\n // Add some height to date inputs on iOS\n...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Jan 12 06:14:02 UTC 2025 - 575.5K bytes - Viewed (0) -
RELEASE.md
* They are off by default. Enable them by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=1`. * We do not recommend using them in GPU systems, as they have not been sufficiently tested with GPUs yet. * TensorFlow pip packages are now built with CUDA11.2 and cuDNN 8.1.0 ## Breaking Changes * The `TF_CPP_MIN_VLOG_LEVEL` environment variable has been renamed to
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (1) -
CHANGELOG/CHANGELOG-1.9.md
* Relies on CNI 0.6.0 binaries for IPv6 pod networking. * Adds IPv6 support for kube-dns using SRV records. * Caveats * Only the CNI bridge and local-ipam plugins have been tested for the alpha release, although other CNI plugins do support IPv6. * HostPorts are not supported.
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Tue Nov 16 10:46:27 UTC 2021 - 313.7K bytes - Viewed (0) -
doc/go_spec.html
initialize a temporary variable <code>t</code> without explicit type; it is that value of <code>t</code> against which each case expression <code>x</code> is tested for equality. </p> <p> In a case or default clause, the last non-empty statement may be a (possibly <a href="#Labeled_statements">labeled</a>)
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue May 06 19:12:15 UTC 2025 - 286.2K bytes - Viewed (0) -
lib/fips140/v1.0.0.zip
[][256]uint32{te0, te1, te2, te3} for j := 0; j < 4; j++ { if x := te[j][i]; x != w { t.Fatalf("te[%d][%d] = %#x, want %#x", j, i, x, w) } w = w<<24 | w>>8 } } } // Test that decryption tables are correct. // (Can adapt this code to generate them too.) func TestTd(t *testing.T) { for i := 0; i < 256; i++ { s := uint32(sbox1[i]) s9 := mul(s, 0x9) sb := mul(s, 0xb) sd := mul(s, 0xd) se := mul(s, 0xe) w := se<<24 | s9<<16 | sd<<8 | sb td := [][256]uint32{td0, td1, td2, td3} for j := 0; j < 4; j++ { if x := td[j][i];...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)