- Sort Score
- Num 10 results
- Language All
Results 11 - 20 of 234 for SOURCES (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
api/maven-api-core/src/main/java/org/apache/maven/api/services/ModelSource.java
* Maven POM files and resolving related project POMs. * * <p>The interface provides two types of sources:</p> * <ul> * <li>Build sources: Used for POM files of projects being built by Maven in the filesystem. * These sources support resolving related POMs using the {@link ModelLocator}.</li> * <li>Resolved sources: Used for artifacts that have been resolved by Maven from repositories
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Mon Sep 29 14:45:25 GMT 2025 - 4.4K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ProjectManager.java
* If the given language is {@code null}, then this method returns the enabled sources for all languages. * An arbitrary number of source roots may exist for the same scope and language. * It may be, for example, the case of a multi-versions project. * The iteration order is the order in which the sources are declared in the POM file. *Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Jan 30 23:29:13 GMT 2025 - 12K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/precommit/DependencyLicensesTask.java
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Mon Jul 26 12:16:14 GMT 2021 - 14.3K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/NoticeTask.java
public void source(Object source) { if (sources == null) { sources = getProject().fileTree(source); } else { sources = sources.plus(getProject().fileTree(source)); } } public void source(SourceDirectorySet source) { if (sources == null) { sources = source; } else { sources = sources.plus(source); } }
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 6.9K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/impl/DefaultLifecycleRegistry.java
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Mon Sep 29 14:45:25 GMT 2025 - 20.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/chat/ChatClient.java
final List<ChatSource> sources = msg.getSources(); if (sources == null || sources.isEmpty()) { return buildTruncatedContent(msg, summaryMaxChars); } final int maxSuffixLen = Math.max(0, summaryMaxChars / 4); final String suffix = buildSourceTitlesSuffix(sources, maxSuffixLen); if (suffix.isEmpty()) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 21 06:04:58 GMT 2026 - 56.6K bytes - Click Count (0) -
pom.xml
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 07:04:54 GMT 2026 - 49.9K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/composition/DefaultDependencyManagementImporter.java
@Override public void importManagement( Model target, List<? extends DependencyManagement> sources, ModelBuildingRequest request, ModelProblemCollector problems) { if (sources != null && !sources.isEmpty()) { Map<String, Dependency> dependencies = new LinkedHashMap<>();Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Feb 25 08:27:34 GMT 2025 - 2.8K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/io/SourceSinkFactory.java
*/ package com.google.common.io; import java.io.File; import java.io.IOException; import org.jspecify.annotations.NullUnmarked; /** * A test factory for byte or char sources or sinks. In addition to creating sources or sinks, the * factory specifies what content should be expected to be read from a source or contained in a sink * given the content data that was used to create the source or that was written to the sink. *
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Jan 30 16:59:10 GMT 2025 - 3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/api/chat/ChatApiManagerTest.java
final List<ChatSource> sources = new ArrayList<>(); final Map<String, Object> response = chatApiManager.createSuccessResponse("session-123", "Content", sources); assertEquals("ok", response.get("status")); assertTrue(response.containsKey("sources")); assertEquals(sources, response.get("sources")); } // ===== getMaxMessageLength tests =====
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 14 01:39:16 GMT 2026 - 35K bytes - Click Count (0)