- Sort Score
- Result 10 results
- Languages All
Results 91 - 100 of 313 for 40 (0.02 sec)
-
docs/en/docs/js/termynal.js
|| parseFloat(this.container.getAttribute(`${this.pfx}-lineDelay`)) || 1500; this.progressLength = options.progressLength || parseFloat(this.container.getAttribute(`${this.pfx}-progressLength`)) || 40; this.progressChar = options.progressChar || this.container.getAttribute(`${this.pfx}-progressChar`) || '█'; this.progressPercent = options.progressPercent
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu May 12 00:06:16 UTC 2022 - 9.3K bytes - Viewed (0) -
tensorflow/c/eager/c_api_distributed_test.cc
TFE_DeleteTensorHandle(retvals[0]); float sum = 0; ASSERT_EQ(sizeof(sum), TF_TensorByteSize(t)); memcpy(&sum, TF_TensorData(t), TF_TensorByteSize(t)); TF_DeleteTensor(t); ASSERT_EQ(sum, 4.0); TFE_DeleteOp(func); TFE_DeleteTensorHandle(var_handle); TFE_DeleteContext(ctx); TF_DeleteStatus(status); // TODO(b/136478427): Figure out how to correctly shut the server down.
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 05:11:17 UTC 2024 - 23.4K bytes - Viewed (0) -
src/main/java/org/codelibs/core/lang/StringUtil.java
final String[] array = StringUtil.split(s, "_"); if (array.length == 1) { return StringUtil.capitalize(s); } final StringBuilder buf = new StringBuilder(40); for (final String element : array) { buf.append(StringUtil.capitalize(element)); } return buf.toString(); } /** * キャメル記法を_記法に変換します。 * <p>
Registered: Fri Nov 01 20:58:10 UTC 2024 - Last Modified: Thu Mar 07 01:59:08 UTC 2024 - 21.7K bytes - Viewed (0) -
internal/dsync/dsync_test.go
m := NewDRWMutex(ds, "") var acc0, acc1 uint64 b.SetParallelism(4) b.RunParallel(func(pb *testing.PB) { c := make(chan bool) var data [4 << 10]uint64 for i := 0; pb.Next(); i++ { if i%4 == 0 { m.Lock(id, source) acc0 -= 100 acc1 += 100 m.Unlock(context.Background()) } else { for i := 0; i < len(data); i += 4 { data[i]++ }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Jun 19 14:35:19 UTC 2024 - 11.1K bytes - Viewed (0) -
okhttp-logging-interceptor/src/main/kotlin/okhttp3/logging/HttpLoggingInterceptor.kt
newQueryParamsNameToRedact.addAll(name) queryParamsNameToRedact = newQueryParamsNameToRedact } /** * Sets the level and returns this. * * This was deprecated in OkHttp 4.0 in favor of the [level] val. In OkHttp 4.3 it is * un-deprecated because Java callers can't chain when assigning Kotlin vals. (The getter remains * deprecated). */ fun setLevel(level: Level) =
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Apr 06 09:14:38 UTC 2024 - 11.2K bytes - Viewed (0) -
okhttp-testing-support/src/main/kotlin/okhttp3/testing/PlatformRule.kt
} fun assumeNotBouncyCastle() { // Most failures are with MockWebServer // org.bouncycastle.tls.TlsFatalAlertReceived: handshake_failure(40) // at org.bouncycastle.tls.TlsProtocol.handleAlertMessage(TlsProtocol.java:241) assumeTrue(getPlatformSystemProperty() != BOUNCYCASTLE_PROPERTY) } fun assumeNotOpenJsse() {
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 15.3K bytes - Viewed (1) -
docs/en/docs/img/deployment/concepts/process-ram.drawio
<mxCell id="17" value="" style="rounded=0;whiteSpace=wrap;html=1;strokeWidth=3;fillColor=#d5e8d4;strokeColor=#82b366;dashed=1;" parent="1" vertex="1"> <mxGeometry x="480" y="458" width="230" height="40" as="geometry"/> </mxCell> <mxCell id="18" value="" style="rounded=0;whiteSpace=wrap;html=1;strokeWidth=3;fillColor=#d5e8d4;strokeColor=#82b366;" parent="1" vertex="1">
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu May 12 00:06:16 UTC 2022 - 10K bytes - Viewed (0) -
cmd/erasure-healing-common_test.go
type tamperKind int const ( noTamper tamperKind = iota deletePart corruptPart ) timeSentinel := time.Unix(1, 0).UTC() threeNanoSecs := time.Unix(3, 0).UTC() fourNanoSecs := time.Unix(4, 0).UTC() modTimesThreeNone := make([]time.Time, 16) modTimesThreeFour := make([]time.Time, 16) for i := 0; i < 16; i++ { // Have 13 good xl.meta, 12 for default parity count = 4 (EC:4) and one // to be tampered with.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 01 15:19:10 UTC 2024 - 23.1K bytes - Viewed (0) -
cmd/apierrorcode_string.go
_ = x[ErrNoSuchBucketPolicy-35] _ = x[ErrNoSuchBucketLifecycle-36] _ = x[ErrNoSuchLifecycleConfiguration-37] _ = x[ErrInvalidLifecycleWithObjectLock-38] _ = x[ErrNoSuchBucketSSEConfig-39] _ = x[ErrNoSuchCORSConfiguration-40] _ = x[ErrNoSuchWebsiteConfiguration-41] _ = x[ErrReplicationConfigurationNotFoundError-42] _ = x[ErrRemoteDestinationNotFoundError-43] _ = x[ErrReplicationDestinationMissingLock-44] _ = x[ErrRemoteTargetNotFoundError-45]
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Jun 13 22:26:38 UTC 2024 - 21.4K bytes - Viewed (0) -
api/go1.10.txt
pkg debug/elf, const R_386_SIZE32 = 38 pkg debug/elf, const R_386_SIZE32 R_386 pkg debug/elf, const R_386_TLS_DESC = 41 pkg debug/elf, const R_386_TLS_DESC R_386 pkg debug/elf, const R_386_TLS_DESC_CALL = 40 pkg debug/elf, const R_386_TLS_DESC_CALL R_386 pkg debug/elf, const R_386_TLS_GOTDESC = 39 pkg debug/elf, const R_386_TLS_GOTDESC R_386 pkg debug/elf, const R_AARCH64_LD64_GOTOFF_LO15 = 310
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Feb 06 05:00:01 UTC 2018 - 30.1K bytes - Viewed (0)