- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 29 for Downloading (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
maven-tests/mvnw
else die "cannot create temp dir" fi mkdir -p -- "${MAVEN_HOME%/*}" # Download and Install Apache Maven verbose "Couldn't find MAVEN_HOME, downloading and installing it ..." verbose "Downloading from: $distributionUrl" verbose "Downloading to: $TMP_DOWNLOAD_DIR/$distributionUrlName" # select .zip or .tar.gz if ! command -v unzip >/dev/null; then distributionUrl="${distributionUrl%.zip}.tar.gz"
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Thu Sep 25 18:22:49 GMT 2025 - 10.4K bytes - Click Count (0) -
maven-tests/mvnw.cmd
} } New-Item -Itemtype Directory -Path "$MAVEN_HOME_PARENT" -Force | Out-Null # Download and Install Apache Maven Write-Verbose "Couldn't find MAVEN_HOME, downloading and installing it ..." Write-Verbose "Downloading from: $distributionUrl" Write-Verbose "Downloading to: $TMP_DOWNLOAD_DIR/$distributionUrlName" $webclient = New-Object System.Net.WebClient if ($env:MVNW_USERNAME -and $env:MVNW_PASSWORD) {
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Thu Sep 25 18:22:49 GMT 2025 - 6.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/dict/mapping/DownloadBody.java
import org.codelibs.fess.app.web.admin.dict.mapping.DownloadForm; /** * Download body for mapping dictionary API operations. * This class extends the DownloadForm to provide request body handling * for downloading mapping dictionaries via REST API. * */ public class DownloadBody extends DownloadForm { /** * Default constructor. */ public DownloadBody() { super(); }Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/dict/stemmeroverride/DownloadBody.java
import org.codelibs.fess.app.web.admin.dict.stemmeroverride.DownloadForm; /** * Download body for stemmer override dictionary API operations. * This class extends the DownloadForm to provide request body handling * for downloading stemmer override dictionaries via REST API. * */ public class DownloadBody extends DownloadForm { /** * Default constructor. */ public DownloadBody() { super(); }Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/protwords/DownloadForm.java
*/ package org.codelibs.fess.app.web.admin.dict.protwords; import org.lastaflute.web.validation.Required; /** * The download form for protected words dictionary. * This form is used for downloading protected words dictionary files from the admin interface. * */ public class DownloadForm { /** * Dictionary ID for identifying the protected words dictionary to download. */ @RequiredCreated: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.1K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/MavenExecutionPlan.java
import org.apache.maven.plugin.MojoExecution; import org.apache.maven.plugin.descriptor.MojoDescriptor; // TODO lifecycles being executed // TODO what runs in each phase // TODO plugins that need downloading // TODO project dependencies that need downloading // TODO unfortunately the plugins need to be downloaded in order to get the plugin.xml file. need to externalize this // from the plugin archive.
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 6.3K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/transfer/AbstractMavenTransferListener.java
this.out = out; } @Override public void transferInitiated(TransferEvent event) { String action = event.getRequestType() == TransferEvent.RequestType.PUT ? "Uploading" : "Downloading"; String direction = event.getRequestType() == TransferEvent.RequestType.PUT ? "to" : "from"; TransferResource resource = event.getResource(); MessageBuilder message = messageBuilderFactory.builder();Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Apr 22 22:13:51 GMT 2025 - 4.3K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/DownloadGitRepoToEc2Agent.kt
object DownloadGitRepoToEc2Agent : BuildType({ val id = "Util_DownloadGitRepoToEc2Agent" name = "Download Git Repo to EC2 Agent" description = "Do nothing but downloading gradle/gradle repo to EC2 agents" applyDefaultSettings(artifactRuleOverride = "") params { param("defaultBranchName", "master") } steps { script {
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Nov 12 06:13:12 GMT 2025 - 758 bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/elevateword/DownloadBody.java
import org.codelibs.fess.app.web.admin.elevateword.DownloadForm; /** * Download body for elevate word API operations. * This class extends the DownloadForm to provide request body handling * for downloading elevate word configurations via REST API. * */ public class DownloadBody extends DownloadForm { /** * Default constructor. */ public DownloadBody() { super(); }Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/badword/DownloadBody.java
import org.codelibs.fess.app.web.admin.badword.DownloadForm; /** * Download body for Bad Word API operations. * This class extends the DownloadForm to provide request body handling * for downloading bad word dictionaries via REST API. * */ public class DownloadBody extends DownloadForm { /** * Default constructor. */ public DownloadBody() { super(); }Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1K bytes - Click Count (0)