- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 29 for Downloader (0.05 sec)
-
maven-tests/mvnw
verbose " - Running Downloader.java ..." "$(native_path "$JAVACMD")" -cp "$(native_path "$TMP_DOWNLOAD_DIR")" Downloader "$distributionUrl" "$(native_path "$targetZip")" fi # If specified, validate the SHA-256 sum of the Maven distribution zip file if [ -n "${distributionSha256Sum-}" ]; then distributionSha256Result=false if [ "$MVN_CMD" = mvnd.sh ]; then
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Jul 12 12:05:57 UTC 2025 - 10.4K bytes - Viewed (0) -
docs/en/data/topic_repos.yml
- name: FastUI html_url: https://github.com/pydantic/FastUI stars: 8861 owner_login: pydantic owner_html_url: https://github.com/pydantic - name: XHS-Downloader html_url: https://github.com/JoeanAmier/XHS-Downloader stars: 8576 owner_login: JoeanAmier owner_html_url: https://github.com/JoeanAmier - name: SurfSense html_url: https://github.com/MODSetter/SurfSense stars: 7421
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri Sep 05 08:57:41 UTC 2025 - 15.8K bytes - Viewed (0) -
src/main/resources/fess_message_nl.properties
errors.failed_to_download_synonym_file = Kan synoniembestand niet downloaden. errors.failed_to_upload_synonym_file = Kan synoniembestand niet uploaden. errors.failed_to_download_stemmeroverride_file = Kan stemmer-overschrijvingsbestand niet downloaden. errors.failed_to_upload_stemmeroverride_file = Kan stemmer-overschrijvingsbestand niet uploaden. errors.failed_to_download_kuromoji_file = Kan Kuromoji-bestand niet downloaden.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12K bytes - Viewed (0) -
.github/workflows/maven.yml
echo "MAVEN_HOME=$PWD/maven-local" >> $GITHUB_ENV echo "$PWD/maven-local/bin" >> $GITHUB_PATH - name: Build with downloaded Maven shell: bash run: mvn verify -Papache-release -Dgpg.skip=true -e -B -V - name: Build site with downloaded Maven shell: bash run: mvn site -e -B -V -Preporting - name: Upload test artifacts
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Mon Aug 25 07:07:00 UTC 2025 - 8.2K bytes - Viewed (0) -
src/main/resources/fess_label_nl.properties
labels.dict_synonym_link_edit=Bewerken labels.dict_synonym_link_delete=Verwijderen labels.dict_synonym_link_details=Details labels.dict_synonym_link_download=Downloaden labels.dict_synonym_link_upload=Uploaden labels.dict_synonym_source=Bron labels.dict_synonym_target=Doel labels.dict_synonym_button_download=Downloaden labels.dict_synonym_button_upload=Uploaden labels.dict_synonym_file=Synoniembestand
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 42.8K bytes - Viewed (1) -
api/maven-api-core/src/main/java/org/apache/maven/api/DownloadedArtifact.java
import org.apache.maven.api.annotations.Immutable; /** * An {@link Artifact} that has been resolved, i.e. downloaded to the local repository. * * @since 4.0.0 */ @Experimental @Immutable public interface DownloadedArtifact extends Artifact { /** * {@return the a path to the file that has been downloaded to the file system}. */ Path getPath();
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Jun 26 07:56:58 UTC 2025 - 1.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/PluginHelper.java
/** The URL where the artifact can be downloaded */ protected final String url; /** * Creates a new artifact with name, version, and URL. * * @param name the name of the artifact * @param version the version of the artifact * @param url the URL where the artifact can be downloaded */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 24.9K bytes - Viewed (0) -
docs/debugging/README.md
`xl-meta` accepts zip files as input and will output all `xl.meta` files found within the archive. For example: ``` $ mc support inspect play/test123/test*/xl.meta mc: File data successfully downloaded as inspect.6f96b336.zip $ xl-meta inspect.6f96b336.zip {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 8.6K bytes - Viewed (0) -
lib/time/update.bash
#!/bin/bash # Copyright 2012 The Go Authors. All rights reserved. # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. # This script rebuilds the time zone files using files # downloaded from the ICANN/IANA distribution. # # To prepare an update for a new Go release, # consult https://www.iana.org/time-zones for the latest versions, # update CODE and DATA below, and then run # # ./update.bash -commit
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed May 28 16:03:11 UTC 2025 - 2.1K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/impl/FileTransformer.java
/** * Constructs a new FileTransformer. */ public FileTransformer() { // Default constructor } /** * A path to store downloaded files. The default path is a current * directory. */ protected String path; /** * A string to replace ?. */ protected String questionStr = "_QUEST_"; /**
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 11.7K bytes - Viewed (0)