- Sort Score
- Result 10 results
- Languages All
Results 181 - 190 of 358 for oracle (0.1 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/services/RequestTrace.java
* <li>Supports both internal session operations and client-provided trace information</li> * </ul> * * <p>For internal session operations, the trace typically contains {@code *Request} objects * that represent the current processing state. Client code can also create traces with * application-specific data to provide context when invoking session methods.</p> * * <p>This trace information is particularly useful for:</p> * <ul>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Jan 29 08:17:07 UTC 2025 - 2.9K bytes - Viewed (0) -
.devcontainer/devcontainer.json
"vscode": { "settings": { "java.server.launchMode": "Standard" }, "extensions": [ "vscjava.vscode-java-pack", "vscjava.vscode-gradle" ] } }
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat May 18 23:34:57 UTC 2024 - 429 bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/CompileAll.kt
"-Dorg.gradle.java.installations.auto-download=false", "-Porg.gradle.java.installations.auto-download=false", ).joinToString(" "), ) artifactRules = """$artifactRules platforms/core-runtime/base-services/build/generated-resources/build-receipt/org/gradle/build-receipt.properties """ }) { companion object {Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Mon Aug 25 20:21:47 UTC 2025 - 1.4K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ToolchainsBuilderRequest.java
RequestTrace trace; Source installationToolchainsSource; Source userToolchainsSource; public ToolchainsBuilderRequestBuilder session(ProtoSession session) { this.session = session; return this; } public ToolchainsBuilderRequestBuilder trace(RequestTrace trace) { this.trace = trace; return this; }Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Feb 07 00:45:02 UTC 2025 - 6.3K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ProjectBuilderRequest.java
} /** * Sets the request trace for this request. * The trace is used for debugging and monitoring purposes. * * @param trace the request trace * @return this builder instance */ public ProjectBuilderRequestBuilder trace(RequestTrace trace) { this.trace = trace; return this; } /**Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Apr 03 13:33:59 UTC 2025 - 11.7K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/exception/CrawlerSystemExceptionTest.java
String message1 = "Test with suppression enabled"; CrawlerSystemException exception1 = constructor.newInstance(message1, true, true); assertNotNull(exception1); assertEquals(message1, exception1.getMessage()); assertNull(exception1.getCause()); // Test with suppression disabled and writable stack trace
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Wed Sep 03 14:42:53 UTC 2025 - 20K bytes - Viewed (0) -
src/main/webapp/css/admin/adminlte.min.css.map
0.8);\n}\n\n.navbar-orange.navbar-light .form-control-navbar::-ms-input-placeholder {\n color: rgba(52, 58, 64, 0.8);\n}\n\n.navbar-orange.navbar-light .form-control-navbar::placeholder {\n color: rgba(52, 58, 64, 0.8);\n}\n\n.navbar-orange.navbar-light .form-control-navbar,\n.navbar-orange.navbar-light .form-control-navbar + .input-group-append > .btn-navbar {\n background-color: #fa7302;\n border-color: #e16702;\n color: rgba(52, 58, 64, 0.8);\n}\n\n.navbar-orange.navbar-light .form-control-navbar:foc...Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 3.7M bytes - Viewed (3) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/SettingsBuilderRequest.java
this.session = session; return this; } public SettingsBuilderRequestBuilder trace(RequestTrace trace) { this.trace = trace; return this; } public SettingsBuilderRequestBuilder installationSettingsSource(Source installationSettingsSource) { this.installationSettingsSource = installationSettingsSource;Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Feb 07 00:45:02 UTC 2025 - 9.4K bytes - Viewed (0) -
CONTRIBUTING.md
readable as possible. Contribute code changes through GitHub by forking the repository and sending a pull request. We squash all pull requests on merge. Gradle Setup ------------ ``` $ cat local.properties sdk.dir=PATH_TO_ANDROID_HOME/sdk org.gradle.caching=true ``` Running Android Tests ---------------------
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Tue Feb 14 08:26:50 UTC 2023 - 2K bytes - Viewed (0) -
docs/contribute/contributing.md
readable as possible. Contribute code changes through GitHub by forking the repository and sending a pull request. We squash all pull requests on merge. Gradle Setup ------------ ``` $ cat local.properties sdk.dir=PATH_TO_ANDROID_HOME/sdk org.gradle.caching=true ``` Running Android Tests ---------------------
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Tue Feb 14 08:26:50 UTC 2023 - 2K bytes - Viewed (0)