- Sort Score
- Result 10 results
- Languages All
Results 1371 - 1380 of 2,188 for Defaults (0.04 sec)
-
impl/maven-core/src/main/java/org/apache/maven/internal/transformation/impl/DefaultConsumerPomBuilder.java
throw new MavenException("The consumer POM for " + project.getId() + " cannot be created because the POM contains mixins. " + "Mixins are not supported in the default consumer POM format. " + "You have the following options to resolve this:" + System.lineSeparator()
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Nov 27 07:40:26 UTC 2025 - 21.2K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/create/LeaseV2CreateContextRequest.java
* Create a new lease V2 context request */ public LeaseV2CreateContextRequest() { this.leaseKey = new Smb2LeaseKey(); this.parentLeaseKey = new Smb2LeaseKey(new byte[16]); // Zero parent key by default this.leaseState = 0; this.leaseFlags = 0; this.epoch = 1; } /** * Create a new lease V2 context request with specified parameters *Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 23 02:21:31 UTC 2025 - 6.2K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/dict/stemmeroverride/admin_dict_stemmeroverride.jsp
</h3> <div class="card-tools"> <div class="btn-group"> <la:link href="/admin/dict" styleClass="btn btn-default btn-xs"> <i class="fa fa-book" aria-hidden="true"></i> <la:message key="labels.dict_list_link"/> </la:link>Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 10.4K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/package-info.java
* <li>{@link UnmodifiableListIterator} * </ul> * * <h2>Forwarding collections</h2> * * We provide implementations of collections that forward all method calls to a delegate collection * by default. Subclasses can override one or more methods to implement the decorator pattern. For * an example, see {@link ForwardingCollection}. * * <h2>Other</h2> * * <ul> * <li>{@link EvictingQueue}
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Sat Dec 21 14:50:24 UTC 2024 - 5K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/CommonsCliUpgradeOptions.java
printStream.accept( " -a, --all Apply all upgrades (equivalent to --model-version 4.1.0 --infer --model --plugins)"); printStream.accept(""); printStream.accept("Default behavior: --model --plugins --infer are applied if no other options are specified"); printStream.accept(""); } @Override protected CommonsCliUpgradeOptions copy(
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/main/java/org/apache/maven/cling/transfer/FileSizeFormat.java
* (GB, MB, kB) and using the patterns <code>#0.0</code> for numbers between 1 and 10 * and <code>###0</code> for numbers between 10 and 1000+ by default. * * @see <a href="https://en.wikipedia.org/wiki/Metric_prefix">https://en.wikipedia.org/wiki/Metric_prefix</a> * @see <a href="https://en.wikipedia.org/wiki/Binary_prefix">https://en.wikipedia.org/wiki/Binary_prefix</a>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Apr 16 10:09:21 UTC 2025 - 7K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/net/protocol/s3/Handler.java
* <li>{@code S3_REGION}: The region of the S3 service (default: us-east-1).</li> * </ul> * * <p> * The {@link S3URLConnection} class handles the actual connection and data retrieval from the S3 service. * </p> */ public class Handler extends URLStreamHandler { /** * Constructs a new Handler. */ public Handler() { // Default constructor } /**
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 07:57:44 UTC 2025 - 9.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/storage/GcsStorageClient.java
if (logger.isDebugEnabled()) { logger.debug("Using custom GCS endpoint: {}", endpoint); } } else { // Production: use credentials file or default credentials if (StringUtil.isNotBlank(credentialsPath)) { try (FileInputStream fis = new FileInputStream(credentialsPath)) {
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 10.3K bytes - Viewed (0) -
src/test/java/jcifs/config/DelegatingConfigurationTest.java
assertEquals("WORKGROUP", defaultDomain, "Should delegate default domain"); assertEquals("testuser", defaultUsername, "Should delegate default username"); assertEquals("testpass", defaultPassword, "Should delegate default password"); assertEquals("jCIFS", nativeLanMan, "Should delegate native LanMan"); verify(mockDelegate).getOemEncoding();
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 20.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/suggest/ApiAdminSuggestAction.java
// Constructor // =========== /** * Default constructor. */ public ApiAdminSuggestAction() { super(); } // ===================================================================================Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3.8K bytes - Viewed (0)