- Sort Score
- Num 10 results
- Language All
Results 11 - 20 of 729 for runtime (0.07 seconds)
-
compat/maven-compat/src/test/java/org/apache/maven/project/ProjectClasspathTestType.java
// check all transitive deps of a runtime dependency are runtime scope, except for test checkGroupIdScope(project, "runtime", "maven-test-runtime"); artifact = getArtifact(project, "maven-test-runtime", "scope-runtime"); assertEquals("runtime", artifact.getScope(), "Check scope"); // check all transitive deps of a compile dependency are compile scope, except for runtime and testCreated: 2026-04-05 03:35 - Last Modified: 2025-03-21 04:56 - 6.4K bytes - Click Count (0) -
api/go1.17.txt
pkg runtime/cgo (freebsd-arm64-cgo), method (Handle) Delete() pkg runtime/cgo (freebsd-arm64-cgo), method (Handle) Value() interface{} pkg runtime/cgo (freebsd-arm64-cgo), type Handle uintptr pkg runtime/cgo (linux-386-cgo), func NewHandle(interface{}) Handle pkg runtime/cgo (linux-386-cgo), method (Handle) Delete() pkg runtime/cgo (linux-386-cgo), method (Handle) Value() interface{} pkg runtime/cgo (linux-386-cgo), type Handle uintptr
Created: 2026-04-07 11:13 - Last Modified: 2023-02-17 20:31 - 18K bytes - Click Count (0) -
.teamcity/subprojects.json
"unitTests": true, "functionalTests": true, "crossVersionTests": false }, { "name": "build-state", "path": "platforms/core-runtime/build-state", "unitTests": true, "functionalTests": false, "crossVersionTests": false }, { "name": "classloaders", "path": "platforms/core-runtime/classloaders", "unitTests": true,
Created: 2026-04-01 11:36 - Last Modified: 2026-03-27 15:03 - 42K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/base/FessBaseAction.java
public final ActionResponse godHandMonologue(final ActionRuntime runtime) { return viewHelper.getActionHook().godHandMonologue(runtime, super::godHandMonologue); } /** * Hook method called after action execution. * This method delegates to the view helper's action hook for cleanup. * * @param runtime the action runtime context */ @Override
Created: 2026-03-31 13:07 - Last Modified: 2025-11-28 16:29 - 15K bytes - Click Count (0) -
build-logic/build-update-utils/src/main/kotlin/gradlebuild.root-target-runtimes.gradle.kts
val targetRuntimeDetails: Provider<Map<String, File>> = configurations.resolvable("fullDistributionRuntimeClasspath") { extendsFrom(runtimeAware) configureAsRuntimeJarClasspath(objects) }.flatMap { it.incoming.artifactView { withVariantReselection() attributes { attribute(Category.CATEGORY_ATTRIBUTE, objects.named("target-runtime-details"))
Created: 2026-04-01 11:36 - Last Modified: 2026-03-11 22:40 - 2.2K bytes - Click Count (0) -
architecture/standards/0007-java-pre-requisite.md
## Status - PROPOSED on 2024-12-20 ## Context ### Embedding a Java runtime in the Gradle distribution There have been discussions on embedding a Java runtime in the Gradle distribution. This would allow users to run Gradle without having to install a Java runtime beforehand.
Created: 2026-04-01 11:36 - Last Modified: 2026-03-05 12:39 - 3.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/base/FessAdminAction.java
* editable flags, user roles, and forum links. * </p> * * @param runtime the action runtime context */ @Override protected void setupHtmlData(final ActionRuntime runtime) { super.setupHtmlData(runtime); systemHelper.setupAdminHtmlData(this, runtime); final Boolean editable =Created: 2026-03-31 13:07 - Last Modified: 2026-03-19 13:57 - 10.9K bytes - Click Count (0) -
cmd/server-rlimit.go
// // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. package cmd import ( "runtime" "runtime/debug" "github.com/dustin/go-humanize" "github.com/minio/madmin-go/v3/kernel" "github.com/minio/minio/internal/logger" "github.com/minio/pkg/v3/sys" ) func oldLinux() bool {
Created: 2026-04-05 19:28 - Last Modified: 2024-07-02 15:09 - 2.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/base/FessSearchAction.java
* * @param runtime the action runtime context */ @Override protected void setupHtmlData(final ActionRuntime runtime) { super.setupHtmlData(runtime); systemHelper.setupSearchHtmlData(this, runtime); runtime.registerData("osddLink", osddHelper.hasOpenSearchFile()); runtime.registerData("clipboardCopyIcon", fessConfig.isClipboardCopyIconEnabled());Created: 2026-03-31 13:07 - Last Modified: 2026-01-18 04:42 - 14K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/app/job/ScriptExecutorJobTest.java
registerComponents(scheduledJob, storedJobLog); // Create runtime with JOB_LOG_ID parameter final Map<String, Object> params = new HashMap<>(); params.put(Constants.SCHEDULED_JOB, scheduledJob); params.put(Constants.JOB_LOG_ID, "pregenerated-abc123"); final MockJobRuntime runtime = MockJobRuntime.of(ScriptExecutorJob.class, op -> op.params(() -> params));Created: 2026-03-31 13:07 - Last Modified: 2026-03-28 11:55 - 13.7K bytes - Click Count (0)