- Sort Score
- Result 10 results
- Languages All
Results 151 - 160 of 258 for downloaded (0.06 sec)
-
impl/maven-core/src/main/java/org/apache/maven/project/DependencyResolutionRequest.java
*/ DependencyFilter getResolutionFilter(); /** * Sets the filter used to exclude some dependencies from resolution. Note that this filter only controls the * resolution/download of dependency artifacts, not the inclusion of dependency nodes in the resolved dependency * graph. * * @param filter The filter to exclude dependencies from resolution, may be {@code null} to resolve allRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Jul 23 10:13:56 UTC 2025 - 2.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.12.md
<!-- BEGIN MUNGE: GENERATED_TOC --> - [v1.12.10](#v11210) - [Downloads for v1.12.10](#downloads-for-v11210) - [Client Binaries](#client-binaries) - [Server Binaries](#server-binaries) - [Node Binaries](#node-binaries) - [Changelog since v1.12.9](#changelog-since-v1129) - [Other notable changes](#other-notable-changes) - [v1.12.9](#v1129) - [Downloads for v1.12.9](#downloads-for-v1129) - [Client Binaries](#client-binaries-1)Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Thu Feb 06 06:04:15 UTC 2020 - 293.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java
/** The key of the message: Failed to download a bad word file. */ public static final String ERRORS_failed_to_download_badword_file = "{errors.failed_to_download_badword_file}"; /** The key of the message: Failed to upload a bad word file. */ public static final String ERRORS_failed_to_upload_badword_file = "{errors.failed_to_upload_badword_file}"; /** The key of the message: Failed to download a mapping file. */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 119.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.35.md
<!-- BEGIN MUNGE: GENERATED_TOC --> - [v1.35.0](#v1350) - [Downloads for v1.35.0](#downloads-for-v1350) - [Source Code](#source-code) - [Client Binaries](#client-binaries) - [Server Binaries](#server-binaries) - [Node Binaries](#node-binaries) - [Container Images](#container-images) - [Changelog since v1.34.0](#changelog-since-v1340) - [Urgent Upgrade Notes](#urgent-upgrade-notes)Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Wed Dec 17 13:01:55 UTC 2025 - 228.5K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/backup/admin_backup.jsp
items="${backupItems}"> <tr data-href="${contextPath}/admin/backup/download/${f:u(data.id)}/"> <td>${f:h(data.name)}</td> </tr> </c:forEach>Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 5.2K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ArtifactResolver.java
import org.apache.maven.api.RemoteRepository; import org.apache.maven.api.Service; import org.apache.maven.api.Session; import org.apache.maven.api.annotations.Experimental; /** * Resolves the artifact, i.e. download the file when required and attach it to the artifact * * @since 4.0.0 */ @Experimental public interface ArtifactResolver extends Service { /** * @param request {@link ArtifactResolverRequest}Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Sep 12 06:19:14 UTC 2024 - 3.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.19.md
<!-- BEGIN MUNGE: GENERATED_TOC --> - [v1.19.16](#v11916) - [Downloads for v1.19.16](#downloads-for-v11916) - [Source Code](#source-code) - [Client Binaries](#client-binaries) - [Server Binaries](#server-binaries) - [Node Binaries](#node-binaries) - [Changelog since v1.19.15](#changelog-since-v11915) - [Changes by Kind](#changes-by-kind) - [Bug or Regression](#bug-or-regression) - [Dependencies](#dependencies)Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Wed Jan 05 05:42:32 UTC 2022 - 489.7K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.25.md
<!-- BEGIN MUNGE: GENERATED_TOC --> - [v1.25.16](#v12516) - [Downloads for v1.25.16](#downloads-for-v12516) - [Source Code](#source-code) - [Client Binaries](#client-binaries) - [Server Binaries](#server-binaries) - [Node Binaries](#node-binaries) - [Container Images](#container-images) - [Changelog since v1.25.15](#changelog-since-v12515) - [Important Security Information](#important-security-information)Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Mon May 06 09:23:20 UTC 2024 - 419.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.20.md
<!-- BEGIN MUNGE: GENERATED_TOC --> - [v1.20.15](#v12015) - [Downloads for v1.20.15](#downloads-for-v12015) - [Source Code](#source-code) - [Client Binaries](#client-binaries) - [Server Binaries](#server-binaries) - [Node Binaries](#node-binaries) - [Changelog since v1.20.14](#changelog-since-v12014) - [Changes by Kind](#changes-by-kind) - [Bug or Regression](#bug-or-regression) - [Dependencies](#dependencies)Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Wed Jan 19 21:05:45 UTC 2022 - 409K bytes - Viewed (0) -
.github/workflows/deploy-docs.yml
RUN_ID: ${{ github.run_id }} STATE: "pending" - name: Clean site run: | rm -rf ./site mkdir ./site - uses: actions/download-artifact@v6 with: path: ./site/ pattern: docs-site-* merge-multiple: true github-token: ${{ secrets.GITHUB_TOKEN }} run-id: ${{ github.event.workflow_run.id }}Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Fri Nov 21 13:03:21 UTC 2025 - 2.8K bytes - Viewed (0)