- Sort Score
- Result 10 results
- Languages All
Results 171 - 180 of 544 for conventions (0.1 sec)
-
docs/contribute/concurrency.md
#### Per-Connection Locks Each connection has its own lock. The connections in the pool are all in a `ConcurrentLinkedQueue`. Due to data races, iterators of this queue may return removed connections. Callers must check the connection's `noNewExchanges` property before using connections from the pool.
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sun Feb 06 16:35:36 UTC 2022 - 7K bytes - Viewed (0) -
docs/es/docs/deployment/versions.md
## Acerca de las versiones Siguiendo las convenciones de *Semantic Versioning*, cualquier versiĆ³n por debajo de `1.0.0` puede potencialmente tener <abbr title="cambios que rompen funcionalidades o compatibilidad">*breaking changes*</abbr>.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon Aug 19 18:15:21 UTC 2024 - 4.3K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleDslReferencePlugin.java
task.getVersion().convention(project.provider(() -> project.getVersion().toString())); task.getSourceFile().convention(dslDocbook.flatMap(AssembleDslDocTask::getDestFile)); task.getLinksFile().convention(dslDocbook.flatMap(AssembleDslDocTask::getLinksFile)); task.getDsldocUrl().convention("../dsl"); task.getJavadocUrl().convention("../javadoc");
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 5.7K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.12.md
## Changelog since v1.12.7 ### Other notable changes * Connections from Pods to Services with 0 endpoints will now ICMP reject immediately, rather than blackhole and timeout. ([#72534](https://github.com/kubernetes/kubernetes/pull/72534), [@thockin](https://github.com/thockin))
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Feb 06 06:04:15 UTC 2020 - 293.8K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleReleaseNotesPlugin.java
task.getInputEncoding().convention(Charset.defaultCharset().name()); task.getOutputEncoding().convention(Charset.defaultCharset().name()); task.getMarkdownFile().convention(extension.getReleaseNotes().getMarkdownFile()); task.getDestinationFile().convention(extension.getStagingRoot().file("release-notes/raw.html")); });
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Fri Jul 26 08:15:16 UTC 2024 - 5.4K bytes - Viewed (0) -
docs/changelogs/changelog_4x.md
* Upgrade: [Kotlin 1.3.71][kotlin_1_3_71]. ## Version 4.5.0 _2020-04-06_ **This release fixes a severe bug where OkHttp incorrectly detected and recovered from unhealthy connections.** Stale or canceled connections were incorrectly attempted when they shouldn't have been, leading to rare cases of infinite retries. Please upgrade to this release!
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Wed Apr 17 13:25:31 UTC 2024 - 25.2K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleUserManualPlugin.java
userManual.getRoot().convention(extension.getSourceRoot().dir("userguide")); userManual.getStagingRoot().convention(extension.getStagingRoot().dir("usermanual")); // TODO: These should be generated too userManual.getSnippets().convention(layout.getProjectDirectory().dir("src/snippets")); userManual.getSamples().convention(layout.getProjectDirectory().dir("src/samples"));
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Fri Mar 01 05:46:51 UTC 2024 - 17.7K bytes - Viewed (0) -
build-logic-commons/module-identity/src/main/kotlin/gradlebuild.module-identity.gradle.kts
val isSnapshot = !finalRelease.isPresent && !rcNumber.isPresent && !milestoneNumber.isPresent moduleIdentity.version.convention(GradleVersion.version(versionNumber)) moduleIdentity.snapshot.convention(isSnapshot) moduleIdentity.buildTimestamp.convention(buildTimestamp) moduleIdentity.promotionBuild.convention(isPromotionBuild) moduleIdentity.releasedVersions = provider { ReleasedVersionsDetails(
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Sat Sep 30 16:17:28 UTC 2023 - 4.9K bytes - Viewed (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/JapicmpTask.java
public JapicmpTask() { getFailOnModification().convention(false); getFailOnSourceIncompatibility().convention(false); getIgnoreMissingClasses().convention(false); getIncludeSynthetic().convention(false); getOnlyBinaryIncompatibleModified().convention(false); getOnlyModified().convention(false); getAccessModifier().convention("public");
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Apr 26 10:58:32 UTC 2023 - 13.3K bytes - Viewed (0) -
SECURITY.md
internal communication only. It is not built for use in untrusted environments or networks. For performance reasons, the default TensorFlow server does not include any authorization protocol and sends messages unencrypted. It accepts connections from anywhere, and executes the graphs it is sent without performing any checks. Therefore, if you run a `tf.train.Server` in your network, anybody with access
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Wed Oct 16 16:10:43 UTC 2024 - 9.6K bytes - Viewed (0)