- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 47 for WORKSPACE (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
WORKSPACE
# buildifier: disable=load-on-top workspace(name = "org_tensorflow") # buildifier: disable=load-on-top load("//third_party:repo.bzl", "tf_http_archive", "tf_mirror_urls") tf_http_archive( name = "rules_shell", sha256 = "bc61ef94facc78e20a645726f64756e5e285a045037c7a61f65af2941f4c25e1", strip_prefix = "rules_shell-0.4.1", urls = tf_mirror_urls(
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Fri Dec 26 23:20:26 GMT 2025 - 5.1K bytes - Click Count (0) -
compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/DefaultVersionResolver.java
} else if (version.endsWith(SNAPSHOT)) { WorkspaceReader workspace = session.getWorkspaceReader(); if (workspace != null && workspace.findVersions(artifact).contains(version)) { metadata = null; result.setRepository(workspace.getRepository()); } else { metadata = new DefaultMetadata(
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jan 10 08:42:00 GMT 2025 - 20.2K bytes - Click Count (0) -
okhttp-osgi-tests/src/test/kotlin/okhttp3/osgi/OsgiTest.kt
createWorkspace().use { workspace -> createBndRun(workspace).use { bndRun -> bndRun.resolve( false, false, ) } } } private fun createWorkspace(): Workspace { val bndDir = workspaceDir / "cnf" val repoDir = bndDir / "repo" fileSystem.createDirectories(repoDir) return Workspace(workspaceDir.toFile(), bndDir.name) .apply {
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Wed Mar 19 19:25:20 GMT 2025 - 5K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/project/artifact/DefaultProjectArtifactsCache.java
&& Objects.equals(version, that.version) && Objects.equals(dependencyArtifacts, that.dependencyArtifacts) && Objects.equals(workspace, that.workspace) && Objects.equals(localRepo, that.localRepo) && RepositoryUtils.repositoriesEquals(repositories, that.repositories)
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Mon Sep 29 14:45:25 GMT 2025 - 8.3K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/cisupport/JenkinsCIDetector.java
public class JenkinsCIDetector implements CIDetector { public static final String NAME = "Jenkins"; private static final String WORKSPACE = "WORKSPACE"; @Override public Optional<CIInfo> detectCI() { String workspace = System.getenv(WORKSPACE); if (workspace != null && !workspace.trim().isEmpty()) { return Optional.of(new CIInfo() { @Override public String name() {Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Sun Apr 13 18:50:07 GMT 2025 - 1.5K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/DefaultPluginArtifactsCache.java
return true; } if (o instanceof CacheKey that) { return CacheUtils.pluginEquals(plugin, that.plugin) && Objects.equals(workspace, that.workspace) && Objects.equals(localRepo, that.localRepo) && RepositoryUtils.repositoriesEquals(repositories, that.repositories)Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 5.9K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/WorkspaceRepository.java
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Feb 07 00:45:02 GMT 2025 - 1.5K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/DefaultPluginRealmCache.java
if (o instanceof CacheKey that) { return parentRealm == that.parentRealm && CacheUtils.pluginEquals(plugin, that.plugin) && Objects.equals(workspace, that.workspace) && Objects.equals(localRepo, that.localRepo) && RepositoryUtils.repositoriesEquals(this.repositories, that.repositories)Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 7.5K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/DefaultPluginDescriptorCache.java
&& Objects.equals(this.version, that.version) && Objects.equals(this.localRepo, that.localRepo) && Objects.equals(this.workspace, that.workspace) && RepositoryUtils.repositoriesEquals(this.repositories, that.repositories); } else { return false; } } @Override
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 5.9K bytes - Click Count (0) -
src/main/resources/fess_thumbnail.xml
</postConstruct> <postConstruct name="addCondition"> <arg>"mimetype"</arg> <arg>"application/vnd.ms-excel.workspace.3"</arg> </postConstruct> <postConstruct name="addCondition"> <arg>"mimetype"</arg> <arg>"application/vnd.ms-excel.workspace.4"</arg> </postConstruct> <postConstruct name="addCondition"> <arg>"mimetype"</arg> <arg>"application/vnd.ms-powerpoint" </arg>
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Dec 04 08:02:36 GMT 2025 - 6K bytes - Click Count (0)