- Sort Score
- Result 10 results
- Languages All
Results 281 - 290 of 422 for Dependencies (0.08 sec)
-
.teamcity/src/main/kotlin/configurations/PerformanceTestsPass.kt
"-PperformanceBaselines" to dependencyBaselines, ).joinToString(" ") { (key, value) -> os.escapeKeyValuePair(key, value) }, ) } dependencies { snapshotDependencies(performanceTestProject.performanceTests) { if (type == PerformanceTestType.FLAKINESS_DETECTION) { reuseBuilds = ReuseBuilds.NO
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Wed Feb 12 09:12:03 UTC 2025 - 5.8K bytes - Viewed (0) -
.teamcity/src/main/kotlin/util/RerunFlakyTest.kt
allowEmpty = true, description = "Additional options for the test task to run (`-PrerunAllTests` is already added implicitly)", ) } dependencies { compileAllDependency(CompileAll.buildTypeId("Check")) }
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Wed Feb 19 08:02:04 UTC 2025 - 5.1K bytes - Viewed (0) -
.teamcity/src/main/kotlin/model/PerformanceTestSpec.kt
fun asName(): String fun channel(): String } data class PerformanceTestPartialTrigger( val triggerName: String, val triggerId: String, val dependencies: List<PerformanceTestCoverage>, ) data class PerformanceTestCoverage( private val uuid: Int, override val type: PerformanceTestType, override val os: Os, override val arch: Arch = Arch.AMD64,
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Wed Feb 12 09:12:03 UTC 2025 - 3.8K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/persistent/HandleInfo.java
*/ private volatile boolean reconnecting; // Not serialized - will be null after deserialization private transient Object file; // Reference to SmbFile (avoid circular dependencies) /** * Create new handle information * @param path the file path * @param guid the create GUID * @param fileId the 16-byte file ID * @param type the handle type
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 02:21:31 UTC 2025 - 5.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.26.md
- [Changelog since v1.26.14](#changelog-since-v12614) - [Changes by Kind](#changes-by-kind) - [Feature](#feature) - [Bug or Regression](#bug-or-regression) - [Dependencies](#dependencies) - [Added](#added) - [Changed](#changed) - [Removed](#removed) - [v1.26.14](#v12614) - [Downloads for v1.26.14](#downloads-for-v12614) - [Source Code](#source-code-1)
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Mar 14 16:24:51 UTC 2024 - 425.7K bytes - Viewed (0) -
docs/pt/docs/advanced/security/oauth2-scopes.md
## `Security` em docoradores de `dependĂȘncias`
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 14.5K bytes - Viewed (0) -
ci/official/utilities/rename_and_verify_wheels.sh
# Checks TFCI_BAZEL_COMMON_ARGS for "gpu" or "cuda", implying that the test is # relevant. All of the GPU test machines have CUDA installed via other means, # so I am not sure how to verify that the dependencies themselves are valid for # the moment. if [[ "$TFCI_BAZEL_COMMON_ARGS" =~ gpu|cuda ]]; then echo "Checking to make sure tensorflow[and-cuda] is installable..."
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Fri Apr 25 00:22:38 UTC 2025 - 4.7K bytes - Viewed (0) -
android/guava/src/com/google/common/base/Supplier.java
* <p>This interface is now a legacy type. Use {@code java.util.function.Supplier} (or the * appropriate primitive specialization such as {@code IntSupplier}) instead whenever possible. * Otherwise, at least reduce <i>explicit</i> dependencies on this type by using lambda expressions * or method references instead of classes, leaving your code easier to migrate in the future. *
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Jun 19 17:20:48 UTC 2025 - 3K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/Packaging.java
* * <p>Common packaging types include {@code jar}, {@code war}, {@code pom}, {@code maven-plugin}, {@code ear}, and others. * These types influence various aspects of the build lifecycle, such as which plugins are executed and how dependencies are managed.</p> * * <p>The {@code Packaging} class is an immutable value object, ensuring that once a packaging type is defined, it cannot be changed.</p> * * <h2>Standard Packaging Types</h2> * <ul>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 3.2K bytes - Viewed (0) -
docs/es/llm-prompt.md
* full-stack: full-stack (do not translate to "de pila completa") * stack: stack (do not translate to "pila") * loop (as in async loop): loop (do not translate to "bucle" or "ciclo") * hard dependencies: dependencias obligatorias (do not translate to "dependencias duras") * locking: locking (do not translate to "bloqueo") * testing (as in software testing): escribir pruebas (do not translate to "probar")
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Jul 26 18:57:50 UTC 2025 - 5.3K bytes - Viewed (0)