- Sort Score
- Result 10 results
- Languages All
Results 191 - 200 of 358 for oracle (0.07 sec)
-
.github/workflows/pull-metadata.yml
issues: write pull-requests: write runs-on: ubuntu-latest steps: # Check that PRs have proper metadata: labels and milestone # https://github.com/gradle/issue-management-action/blob/main/src/pull-metadata.ts
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Mon Aug 11 09:00:56 UTC 2025 - 480 bytes - Viewed (0) -
tests/lru_test.go
l := lru.NewLRU[int64, int64](8192, nil, 0) trace := make([]int64, b.N*2) for i := 0; i < b.N*2; i++ { if i%2 == 0 { trace[i] = getRand(b) % 16384 } else { trace[i] = getRand(b) % 32768 } } b.ResetTimer() for i := 0; i < b.N; i++ { l.Add(trace[i], trace[i]) } var hit, miss int for i := 0; i < b.N; i++ { if _, ok := l.Get(trace[i]); ok { hit++ } else { miss++
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Sun May 25 07:40:40 UTC 2025 - 10.4K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/BuildLogicTest.kt
listOf( stage.getBuildScanCustomValueParam(), buildScanTagParam("BuildLogitTest"), "-Dorg.gradle.java.installations.auto-download=false", "-Porg.gradle.java.installations.auto-download=false", ).joinToString(" "), ) }) { companion object {
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Mon Aug 25 20:21:47 UTC 2025 - 1.1K bytes - Viewed (0) -
.teamcity/.mvn/develocity.xml
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Tue Jan 07 10:57:45 UTC 2025 - 1.2K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ArtifactInstallerRequest.java
this.session = session; return this; } @Nonnull public ArtifactInstallerRequestBuilder trace(RequestTrace trace) { this.trace = trace; return this; } @Nonnull public ArtifactInstallerRequestBuilder artifacts(@Nullable Collection<ProducedArtifact> artifacts) { this.artifacts = artifacts != null ? artifacts : Collections.emptyList();
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Feb 07 00:45:02 UTC 2025 - 4.2K bytes - Viewed (0) -
.teamcity/src/main/kotlin/promotion/PublishGradleDistributionFullBuild.kt
promotedBranch: String, prepTask: String? = null, promoteTask: String, triggerName: String, gitUserName: String = "bot-teamcity", gitUserEmail: String = "bot-teamcity@gradle.com", extraParameters: String = "", ) : BasePublishGradleDistribution(promotedBranch, prepTask, triggerName, gitUserName, gitUserEmail, extraParameters) { init { steps { if (prepTask != null) {
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Mar 20 06:13:56 UTC 2025 - 1.7K bytes - Viewed (0) -
logger/slog.go
Key: "trace", Value: slog.GroupValue(fields...), }) case l.SlowThreshold != 0 && elapsed > l.SlowThreshold: l.Logger.WarnContext(ctx, "SQL executed", slog.Attr{ Key: "trace", Value: slog.GroupValue(fields...), }) case l.LogLevel >= Info: l.Logger.InfoContext(ctx, "SQL executed", slog.Attr{ Key: "trace", Value: slog.GroupValue(fields...), }) }
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Mon Jul 28 09:34:58 UTC 2025 - 2.3K bytes - Viewed (0) -
android-test/src/androidTest/README.md
Android Test ============ A gradle module for running Android instrumentation tests on a device or emulator. 1. Add an Emulator named `pixel5`, if you don't already have one ``` $ sdkmanager --install "system-images;android-29;google_apis;x86" $ echo "no" | avdmanager --verbose create avd --force --name "pixel5" --device "pixel" --package "system-images;android-29;google_apis;x86" --tag "google_apis" --abi "x86" ```
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Aug 22 08:12:58 UTC 2025 - 2.5K bytes - Viewed (0) -
.editorconfig
charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true # Markdown files sometimes need trailing whitespaces. [*.md] trim_trailing_whitespace = false [*.{yml,yaml}] indent_size = 2 [gradle/verification-metadata.xml] indent_size = 3 [subprojects/launcher/src/main/resources/release-features.txt]
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Tue Jan 28 15:35:13 UTC 2025 - 555 bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ModelBuilderRequest.java
public ModelBuilderRequestBuilder session(Session session) { this.session = session; return this; } public ModelBuilderRequestBuilder trace(RequestTrace trace) { this.trace = trace; return this; } public ModelBuilderRequestBuilder requestType(RequestType requestType) { this.requestType = requestType; return this;
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Mar 26 20:54:22 UTC 2025 - 16.3K bytes - Viewed (0)