- Sort Score
- Num 10 results
- Language All
Results 791 - 800 of 1,687 for null (0.02 seconds)
-
impl/maven-core/src/test/java/org/apache/maven/settings/PomConstructionWithSettingsTest.java
Path absolutePath = Paths.get(localRepoPath).toAbsolutePath(); config.setLocalRepository(MavenRepositorySystem.createArtifactRepository( "local", absolutePath, new DefaultRepositoryLayout(), null, null)); config.setActiveProfileIds(settings.getActiveProfiles()); DefaultRepositorySystemSession repoSession = MavenTestHelper.createSession(repositorySystem, container); LocalRepository localRepo =
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Mon Sep 29 14:45:25 GMT 2025 - 5.5K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ArtifactFactoryRequest.java
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Feb 07 00:45:02 GMT 2025 - 7.3K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ArtifactResolverResult.java
/** * Retrieves the file system path associated with a specific artifact. * * @param artifact The {@link Artifact} whose path is to be retrieved. * @return The {@link Path} to the artifact, or {@code null} if unavailable. */ @Nullable Path getPath(@Nonnull Artifact artifact); /** * Returns a mapping of artifact coordinates to their corresponding resolution results. *Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Feb 07 00:45:02 GMT 2025 - 4.7K bytes - Click Count (0) -
.teamcity/src/main/kotlin/model/FunctionalTestBucketGenerator.kt
subProjectToClassTimes .entries .filter { "UNKNOWN" != it.key } .filter { model.subprojects.getSubprojectByName(it.key) != null } .map { SubprojectTestClassTime( model.subprojects.getSubprojectByName(it.key)!!, it.value.filter { tct ->Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Apr 10 15:09:32 GMT 2025 - 7.3K bytes - Click Count (0) -
build-logic/kotlin-dsl-shared-runtime/src/main/kotlin/org/gradle/kotlin/dsl/internal/sharedruntime/support/ClassBytesRepository.kt
entry.isDirectory -> directoryClassBytesIndexFor(entry) else -> { _ -> null } } is ClassLoader -> loaderClassBytesIndexFor(entry) else -> { _ -> null } } private fun jarClassBytesIndexFor(jar: File): ClassBytesIndex = { classFilePath -> openJarFile(jar).run {
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri Jun 28 08:29:28 GMT 2024 - 6.3K bytes - Click Count (0) -
docs/iam/policies/deny-non-sse-kms-objects.json
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue May 14 15:43:07 GMT 2024 - 413 bytes - Click Count (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvn/MavenInvokerTestSupport.java
mvnArgs.add("-Daether.remoteRepositoryFilter.prefixes=false"); mvnArgs.add(goal); int exitCode = -1; Exception exception = null; try { exitCode = invoker.invoke( parser.parseInvocation(ParserRequest.mvn(mvnArgs, new JLineMessageBuilderFactory())
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Oct 21 12:17:55 GMT 2025 - 6.8K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/graph/DefaultProjectDependencyGraph.java
} @Override public List<MavenProject> getDownstreamProjects(MavenProject project, boolean transitive) { Objects.requireNonNull(project, "project cannot be null"); Set<String> projectIds = new HashSet<>(); getDownstreamProjects(ProjectSorter.getId(project), projectIds, transitive); return getSortedProjects(projectIds); }Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 5.8K bytes - Click Count (0) -
tests/test_security_oauth2_optional.py
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 18:19:10 GMT 2025 - 8.9K bytes - Click Count (0) -
impl/maven-core/src/test/java/org/apache/maven/lifecycle/internal/stub/CompletionServiceStub.java
@Override public Future<ProjectSegment> take() throws InterruptedException { return null; } @Override public Future<ProjectSegment> poll() { return null; } @Override public Future<ProjectSegment> poll(long timeout, TimeUnit unit) throws InterruptedException { return null; }Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 2.6K bytes - Click Count (0)