- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 234 for SOURCES (0.03 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/services/Sources.java
/** * Factory methods for creating different types of sources. * <p> * This class provides specialized source implementations for different use cases: * <ul> * <li>Path sources - simple access to file content</li> * <li>Build sources - POM files being actively built by Maven</li> * <li>Resolved sources - POMs resolved from repositories</li> * </ul> * * @since 4.0.0 */ @Experimental
Registered: 2025-05-24 08:56 - Last Modified: 2025-02-07 00:45 - 8K bytes - Viewed (0) -
ci/official/containers/ml_build/setup.sources.sh
# LLVM/Clang: https://apt.llvm.org/ apt-key adv --fetch-keys https://apt.llvm.org/llvm-snapshot.gpg.key # Set up custom sources cat >/etc/apt/sources.list.d/custom.list <<SOURCES # More Python versions: Deadsnakes deb http://ppa.launchpad.net/deadsnakes/ppa/ubuntu jammy main deb-src http://ppa.launchpad.net/deadsnakes/ppa/ubuntu jammy main # LLVM/Clang repository
Registered: 2025-05-27 12:39 - Last Modified: 2024-10-03 21:13 - 1.6K bytes - Viewed (0) -
ci/official/containers/linux_arm64/setup.sources.sh
# LLVM/Clang: https://apt.llvm.org/ apt-key adv --fetch-keys https://apt.llvm.org/llvm-snapshot.gpg.key # Set up custom sources cat >/etc/apt/sources.list.d/custom.list <<SOURCES # More Python versions: Deadsnakes deb http://ppa.launchpad.net/deadsnakes/ppa/ubuntu focal main deb-src http://ppa.launchpad.net/deadsnakes/ppa/ubuntu focal main # LLVM/Clang 18 repository
Registered: 2025-05-27 12:39 - Last Modified: 2024-07-10 18:56 - 1.7K bytes - Viewed (0) -
ci/official/containers/ml_build_arm64/setup.sources.sh
# LLVM/Clang: https://apt.llvm.org/ apt-key adv --fetch-keys https://apt.llvm.org/llvm-snapshot.gpg.key # Set up custom sources cat >/etc/apt/sources.list.d/custom.list <<SOURCES # More Python versions: Deadsnakes deb http://ppa.launchpad.net/deadsnakes/ppa/ubuntu focal main deb-src http://ppa.launchpad.net/deadsnakes/ppa/ubuntu focal main # LLVM/Clang 18 repository
Registered: 2025-05-27 12:39 - Last Modified: 2024-11-11 19:25 - 1.7K bytes - Viewed (0) -
ci/official/containers/ml_build/setup.sources.cudnn.sh
# # Sets up custom apt sources for our TF images. # Prevent apt install tzinfo from asking our location (assumes UTC) export DEBIAN_FRONTEND=noninteractive # Fetch the NVIDIA key. apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/3bf863cc.pub; # Set up sources for NVIDIA CUDNN. cat >/etc/apt/sources.list.d/nvidia.list <<SOURCES # NVIDIA
Registered: 2025-05-27 12:39 - Last Modified: 2025-02-18 20:42 - 1.2K bytes - Viewed (0) -
index.yaml
keywords: - minio - storage - object-storage - s3 - cluster maintainers: - email: ******@****.*** name: MinIO, Inc name: minio sources: - https://github.com/minio/minio urls: - https://charts.min.io/helm-releases/minio-5.4.0.tgz version: 5.4.0 - apiVersion: v1 appVersion: RELEASE.2024-04-18T19-09-19Z
Registered: 2025-05-25 19:28 - Last Modified: 2025-01-03 05:34 - 55.1K bytes - Viewed (0) -
build-logic/binary-compatibility/src/main/kotlin/gradlebuild/binarycompatibility/BinaryCompatibilityRepository.kt
package gradlebuild.binarycompatibility import com.google.common.annotations.VisibleForTesting import gradlebuild.binarycompatibility.sources.ApiSourceFile import gradlebuild.binarycompatibility.sources.JavaSourceQueries import gradlebuild.binarycompatibility.sources.KotlinSourceQueries import gradlebuild.binarycompatibility.sources.SourcesRepository import japicmp.model.JApiClass import japicmp.model.JApiCompatibility import japicmp.model.JApiMethod
Registered: 2025-05-28 11:36 - Last Modified: 2024-06-28 08:29 - 3.7K bytes - Viewed (0) -
android/guava/src/com/google/common/io/ByteSource.java
* @param sources the sources to concatenate * @return a {@code ByteSource} containing the concatenated data * @throws NullPointerException if any of {@code sources} is {@code null} * @since 15.0 */ public static ByteSource concat(ByteSource... sources) { return concat(ImmutableList.copyOf(sources)); } /** * Returns a view of the given byte array as a {@link ByteSource}. To view only a specific range
Registered: 2025-05-30 12:43 - Last Modified: 2025-03-20 20:55 - 25.7K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/Source.java
*/ @Experimental public interface Source { /** * Provides access to the file backing this source, if available. * Not all sources are backed by files - for example, in-memory sources * or database-backed sources will return null. * * @return the underlying {@code Path} if this source is file-backed, * or {@code null} if this source has no associated file */
Registered: 2025-05-24 08:56 - Last Modified: 2025-01-29 09:46 - 4K bytes - Viewed (0) -
build-logic/java-api-extractor/src/test/groovy/org/gradle/internal/tools/api/ApiClassExtractorTestSupport.groovy
toApi(DEFAULT_TARGET_VERSION, [], sources) } protected ClassContainer toApi(String targetVersion, Map<String, String> sources) { toApi(targetVersion, [], sources) } protected ClassContainer toApi(List<String> packages, Map<String, String> sources) { toApi(DEFAULT_TARGET_VERSION, packages, sources) }
Registered: 2025-05-28 11:36 - Last Modified: 2024-11-27 15:38 - 8.5K bytes - Viewed (0)