- Sort Score
- Result 10 results
- Languages All
Results 1181 - 1190 of 1,345 for single (0.05 sec)
-
impl/maven-core/src/main/java/org/apache/maven/graph/FilteredProjectDependencyGraph.java
} this.sortedProjects = projectDependencyGraph.getSortedProjects().stream() .filter(this.whiteList::containsKey) .toList(); } /** * @since 3.5.0 */ @Override public List<MavenProject> getAllProjects() { return this.projectDependencyGraph.getAllProjects(); } @Override public List<MavenProject> getSortedProjects() {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 4.3K bytes - Viewed (0) -
guava/src/com/google/common/graph/AbstractValueGraph.java
* more efficient implementation. * * @author James Sexton * @param <N> Node parameter type * @param <V> Value parameter type * @since 20.0 */ @Beta @ElementTypesAreNonnullByDefault public abstract class AbstractValueGraph<N, V> extends AbstractBaseGraph<N> implements ValueGraph<N, V> { @Override public Graph<N> asGraph() {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Apr 17 13:59:28 UTC 2023 - 4.3K bytes - Viewed (0) -
compat/maven-embedder/pom.xml
<groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.jline</groupId> <artifactId>jansi-core</artifactId> </dependency> <dependency>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 6.7K bytes - Viewed (0) -
RELEASE_BRANCHES.md
held off after the release. Hiding/Showing documentation does not require TOC approval. * Cases for other API changes require TOC approval * Simple `meshConfig` changes have been approved in the past. Functionality should not be enabled by default. * For large API changes, 2 members of the TOC must approve the PR before release manager approval in the release branch
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Sep 16 21:14:17 UTC 2024 - 4.2K bytes - Viewed (0) -
docs/em/docs/contributing.md
โคด๏ธ ๐ ๐ช ๐ฆ ๐ โฎ๏ธ ๐ `serve`: <div class="termy"> ```console // Use the command "serve" after running "build-all" $ python ./scripts/docs.py serve Warning: this is a very simple server. For development, use mkdocs serve instead. This is here only to preview a site with translations already built. Make sure you run the build-all command first. Serving at: http://127.0.0.1:8008 ``` </div>
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 11.4K bytes - Viewed (0) -
docs/ko/docs/python-types.md
```Python hl_lines="2" {!../../docs_src/python_types/tutorial004.py!} ``` ## ํ์ ์ ์ธ ๋ฐฉ๊ธ ํจ์์ ๋งค๊ฐ๋ณ์๋ก์จ ํ์ ํํธ๋ฅผ ์ ์ธํ๋ ์ฃผ์ ์ฅ์๋ฅผ ๋ณด์์ต๋๋ค. ์ด ์์น๋ ์ฌ๋ฌ๋ถ์ด **FastAPI**์ ํจ๊ป ์ด๋ฅผ ์ฌ์ฉํ๋ ์ฃผ์ ์ฅ์์ ๋๋ค. ### Simple ํ์ `str`๋ฟ ์๋๋ผ ๋ชจ๋ ํ์ด์ฌ ํ์ค ํ์ ์ ์ ์ธํ ์ ์์ต๋๋ค. ์๋ฅผ ๋ค๋ฉด: * `int` * `float` * `bool` * `bytes` ```Python hl_lines="1" {!../../docs_src/python_types/tutorial005.py!} ```
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 10.5K bytes - Viewed (0) -
guava-testlib/src/com/google/common/testing/AbstractPackageSanityTests.java
* * <p>{@link #setDefault} allows subclasses to specify default values for types. * * <p>This class incurs IO because it scans the classpath and reads classpath resources. * * @author Ben Yu * @since 14.0 */ // TODO: Switch to JUnit 4 and use @Parameterized and @BeforeClass // Note: @Test annotations are deliberate, as some subclasses specify @RunWith(JUnit4). @GwtIncompatible @J2ktIncompatible
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Oct 17 19:43:49 UTC 2024 - 17.9K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ArtifactFactoryRequest.java
import org.apache.maven.api.annotations.Nonnull; import org.apache.maven.api.annotations.NotThreadSafe; import static org.apache.maven.api.services.BaseRequest.nonNull; /** * * * @since 4.0.0 */ @Experimental @Immutable public interface ArtifactFactoryRequest { @Nonnull Session getSession(); String getGroupId(); String getArtifactId();
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Thu Mar 23 05:29:39 UTC 2023 - 5.7K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/path/DefaultModelPathTranslator.java
/** * Resolves relative paths within a model against a specific base directory. * * @deprecated use {@link org.apache.maven.api.services.ModelBuilder} instead */ @Named @Singleton @Deprecated(since = "4.0.0") public class DefaultModelPathTranslator implements ModelPathTranslator { private final PathTranslator pathTranslator; @Inject public DefaultModelPathTranslator(PathTranslator pathTranslator) {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 5.4K bytes - Viewed (0) -
android/guava/src/com/google/common/io/LineBuffer.java
* * <p>Subclasses must implement {@link #handleLine}, call {@link #add} to pass character data, and * call {@link #finish} at the end of stream. * * @author Chris Nokleberg * @since 1.0 */ @J2ktIncompatible @GwtIncompatible @ElementTypesAreNonnullByDefault abstract class LineBuffer { /** Holds partial line contents. */ private StringBuilder line = new StringBuilder();
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Feb 28 20:13:02 UTC 2023 - 3.9K bytes - Viewed (0)