- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 29 for Quiet (0.41 seconds)
-
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/LookupInvokerLoggingTest.java
return verbose; } } private static class MockOptions { private final boolean quiet; MockOptions(boolean quiet) { this.quiet = quiet; } Optional<Boolean> quiet() { return Optional.of(quiet); } } private static class MockSlf4jConfiguration implements Slf4jConfiguration {Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Oct 08 21:10:33 GMT 2025 - 6.4K bytes - Click Count (0) -
internal/logger/console.go
var ExitFunc = os.Exit // Logger interface describes the methods that need to be implemented to satisfy the interface requirements. type Logger interface { json(msg string, args ...any) quiet(msg string, args ...any) pretty(msg string, args ...any) } func consoleLog(console Logger, msg string, args ...any) { switch { case jsonFlag: // Strip escape control characters from json messageCreated: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 7.2K bytes - Click Count (0) -
cmd/bucket-handlers_test.go
ObjectV: ObjectV{ ObjectName: "public/object", }, }) requestList := []DeleteObjectsRequest{ {Quiet: false, Objects: getObjectToDeleteList(objectNames[:5])}, {Quiet: true, Objects: getObjectToDeleteList(objectNames[5:])}, {Quiet: false, Objects: objects}, } // generate multi objects delete response. successRequest0 := encodeResponse(requestList[0])Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 39.8K bytes - Click Count (0) -
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) -
api/maven-api-toolchain/pom.xml
</excludes> <sourceFileIncludes> <sourceFileInclude>**/*.java</sourceFileInclude> </sourceFileIncludes> <failOnError>false</failOnError> <quiet>true</quiet> </configuration> </plugin> </plugins> </reporting>Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sun Jun 29 22:37:39 GMT 2025 - 3.4K bytes - Click Count (0) -
api/maven-api-settings/pom.xml
</excludes> <sourceFileIncludes> <sourceFileInclude>**/*.java</sourceFileInclude> </sourceFileIncludes> <failOnError>false</failOnError> <quiet>true</quiet> </configuration> </plugin> </plugins> </reporting>Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sun Jun 29 22:37:39 GMT 2025 - 3.6K bytes - Click Count (0) -
.teamcity/scripts/CheckWrapper.java
.map(String::trim) .filter(s -> !s.isEmpty()) .collect(Collectors.toList()); } for (String commit : commits) { run("git", "checkout", commit, "--quiet", "--detach"); String wrapperVersion = readWrapperVersion(); System.out.println("Commit " + commit + " wrapper: " + wrapperVersion); if (!ALLOWED_WRAPPER_VERSION.matcher(wrapperVersion).matches()) {
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Jan 20 03:53:25 GMT 2026 - 6.4K bytes - Click Count (0) -
.github/workflows/upgrade-to-latest-wrapper.yml
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Nov 20 22:15:20 GMT 2025 - 1.3K bytes - Click Count (0) -
.github/workflows/pre-commit.yml
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Jan 10 22:02:57 GMT 2026 - 2.9K bytes - Click Count (0) -
compat/maven-embedder/src/main/java/org/apache/maven/cli/CLIManager.java
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Aug 06 04:56:48 GMT 2025 - 17.8K bytes - Click Count (0)