- Sort Score
- Num 10 results
- Language All
Results 51 - 60 of 2,608 for Batch (0.03 seconds)
-
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/CommonsCliOptions.java
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Oct 08 07:36:42 GMT 2025 - 21.3K bytes - Click Count (0) -
apache-maven/src/assembly/maven/bin/mvnenc.cmd
@REM Apache Maven Encrypt Script @REM @REM Environment Variable Prerequisites @REM @REM JAVA_HOME (Optional) Points to a Java installation. @REM MAVEN_BATCH_ECHO (Optional) Set to 'on' to enable the echoing of the batch commands. @REM MAVEN_BATCH_PAUSE (Optional) set to 'on' to wait for a key stroke before ending. @REM MAVEN_OPTS (Optional) Java runtime options used when Maven is executed.
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 18 11:01:21 GMT 2024 - 1.7K bytes - Click Count (0) -
apache-maven/src/assembly/maven/bin/mvnDebug.cmd
@REM Apache Maven Debug Script @REM @REM Environment Variable Prerequisites @REM @REM JAVA_HOME (Optional) Points to a Java installation. @REM MAVEN_BATCH_ECHO (Optional) Set to 'on' to enable the echoing of the batch commands. @REM MAVEN_BATCH_PAUSE (Optional) set to 'on' to wait for a key stroke before ending. @REM MAVEN_OPTS (Optional) Java runtime options used when Maven is executed.
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 18 11:01:21 GMT 2024 - 1.9K bytes - Click Count (0) -
compat/maven-compat/src/main/resources/META-INF/maven/plugin-expressions/settings.paramdoc.xml
<description> <![CDATA[ If false, flags the system to skip prompting the user for any information, or holding up the build waiting for any input. NOTE: It's also possible to switch to batch (i.e. non-interactive) mode using the '-B' command-line option. ]]></description> </expression> </expressions>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 2K bytes - Click Count (0) -
apache-maven/src/assembly/maven/bin/JvmConfigParser.java
import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java.util.ArrayList; import java.util.List; /** * Parses .mvn/jvm.config file for Windows batch/Unix shell scripts. * This avoids the complexity of parsing special characters (pipes, quotes, etc.) in scripts. * * Usage: java JvmConfigParser.java <jvm.config-path> <maven-project-basedir> [output-file] *
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Dec 10 16:40:06 GMT 2025 - 6.4K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+multijob+platform-support-windows.yml
properties-content: | JAVA_HOME=$USERPROFILE\\.java\\$ES_BUILD_JAVA RUNTIME_JAVA_HOME=$USERPROFILE\\.java\\$ES_RUNTIME_JAVA JAVA15_HOME=$USERPROFILE\\.java\\openjdk15 - batch: | del /f /s /q %USERPROFILE%\.gradle\init.d\*.* mkdir %USERPROFILE%\.gradle\init.d copy .ci\init.gradle %USERPROFILE%\.gradle\init.d\ (Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Jun 09 01:50:21 GMT 2021 - 1.7K bytes - Click Count (0) -
finisher_api.go
func (db *DB) FindInBatches(dest interface{}, batchSize int, fc func(tx *DB, batch int) error) *DB { var ( tx = db.Order(clause.OrderByColumn{ Column: clause.Column{Table: clause.CurrentTable, Name: clause.PrimaryKey}, }).Session(&Session{}) queryDB = tx rowsAffected int64 batch int ) // user specified offset or limit var totalSize int
Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Fri Sep 19 01:49:06 GMT 2025 - 22.9K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+pull-request+part-1-windows.yml
JAVA_HOME=$USERPROFILE\\.java\\$ES_BUILD_JAVA RUNTIME_JAVA_HOME=$USERPROFILE\\.java\\$ES_RUNTIME_JAVA JAVA15_HOME=$USERPROFILE\\.java\\openjdk15 GRADLE_TASK=checkPart1 - batch: | del /f /s /q %USERPROFILE%\.gradle\init.d\*.* mkdir %USERPROFILE%\.gradle\init.d copy .ci\init.gradle %USERPROFILE%\.gradle\init.d\ (Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Jul 01 22:34:45 GMT 2021 - 1.7K bytes - Click Count (0) -
generics.go
err := g.g.apply(ctx).Find(&r).Error return r, err } func (g execG[T]) FindInBatches(ctx context.Context, batchSize int, fc func(data []T, batch int) error) error { var data []T return g.g.apply(ctx).FindInBatches(&data, batchSize, func(tx *DB, batch int) error { return fc(data, batch) }).Error } func (g execG[T]) Row(ctx context.Context) *sql.Row { var r T return g.g.apply(ctx).Model(r).Row() }
Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Sat Mar 21 11:34:24 GMT 2026 - 26K bytes - Click Count (0) -
Jenkinsfile
try { withEnv(["JAVA_HOME=${tool "$jdk"}", "PATH+MAVEN=${tool "$jdk"}/bin:${tool "maven_3_latest"}/bin", "MAVEN_OPTS=-Xms4G -Xmx4G -Djava.awt.headless=true"]) { sh "mvn --errors --batch-mode --show-version org.apache.maven.plugins:maven-wrapper-plugin:3.3.4:wrapper -Dmaven=3.9.12" sh "echo run Its" sh "./mvnw -e -B -V install $extraArgs" } } finally {Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Mon Jan 26 16:20:31 GMT 2026 - 2K bytes - Click Count (0)