- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 1,165 for OPTION (0.03 sec)
-
src/main/webapp/WEB-INF/view/advance.jsp
<select id="as_timestamp" name="as.timestamp" class="form-control"> <option value=""><la:message key="labels.advance_search_timestamp_default" /></option> <option value="[now-1d/d TO *]" <c:if test="${as.timestamp.contains('[now-1d/d TO *]')}">selected</c:if> ><la:message key="labels.advance_search_timestamp_pastday" /></option> <option value="[now-1w/d TO *]"
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 14.2K bytes - Viewed (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/PluginUpgradeCliTest.java
assertEquals("4.1.0", options.modelVersion().get(), "--model-version should be 4.1.0"); assertTrue(options.infer().isPresent(), "--infer option should be present"); assertTrue(options.infer().get(), "--infer option should be true"); assertTrue(options.model().isPresent(), "--model option should be present");
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Sep 29 14:48:39 UTC 2025 - 9.9K bytes - Viewed (0) -
compat/maven-embedder/src/main/java/org/apache/maven/cli/CLIManager.java
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Aug 06 04:56:48 UTC 2025 - 17.8K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvn/CommonsCliMavenOptions.java
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Sep 25 17:39:57 UTC 2025 - 14.8K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/CommonsCliUpgradeOptions.java
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Sep 29 14:48:39 UTC 2025 - 7K bytes - Viewed (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/TestUtils.java
* Creates upgrade options with specific values. * * @param all the --all option value (null for absent) * @param infer the --infer option value (null for absent) * @param model the --model option value (null for absent) * @param plugins the --plugins option value (null for absent) * @param modelVersion the --model-version option value (null for absent) * @return configured upgrade options */Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 18:03:26 UTC 2025 - 8.9K bytes - Viewed (0) -
src/main/java/org/codelibs/core/beans/util/BeanUtil.java
/** * Builds {@link CopyOptions} from a {@link Consumer}. * * @param option * the option * @return the copy options */ protected static CopyOptions buildCopyOptions(final Consumer<CopyOptions> option) { final CopyOptions copyOptions = new CopyOptions(); option.accept(copyOptions); return copyOptions; }Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 23.5K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/UpgradeStrategy.java
/** * Helper method to check if a specific option is enabled, considering --all flag and defaults. * * @param options the upgrade options * @param specificOption the specific option to check * @param defaultWhenNoOptionsSpecified whether this option should be enabled by default * @return true if the option should be enabled */ default boolean isOptionEnabled(Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 18:03:26 UTC 2025 - 3.4K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/CommonsCliOptions.java
} printWriter.accept("Detected deprecated option use in " + source); for (Option option : cliManager.getUsedDeprecatedOptions()) { StringBuilder sb = new StringBuilder(); sb.append("The option "); if (option.getOpt() != null) { sb.append("-").append(option.getOpt()); } if (option.getLongOpt() != null) {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Oct 08 07:36:42 UTC 2025 - 21.3K bytes - Viewed (0) -
api/maven-api-core/src/test/java/org/apache/maven/api/JavaPathTypeTest.java
* * @param expected the option value expected by the test * @return the expected value with separators of the host */ private static String toPlatformSpecific(String expected) { return expected.replace("/", File.separator).replace(":", File.pathSeparator); } /** * Tests the formatting of an option without module name. */ @TestRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Nov 13 14:20:26 UTC 2025 - 2.9K bytes - Viewed (0)