- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 117 for automatic (0.21 sec)
-
compat/maven-compat/src/main/mdo/profiles.mdo
</class> <class> <name>Activation</name> <version>1.0.0</version> <description><![CDATA[ The conditions within the build runtime environment which will trigger the automatic inclusion of the parent build profile. ]]></description> <fields> <field> <name>activeByDefault</name> <version>1.0.0</version> <type>boolean</type>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Jan 22 11:03:29 UTC 2025 - 13.8K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbOperationException.java
* retry policies, and contextual information. * * This exception consolidates the various SMB exception types and provides: * - Standardized error codes * - Automatic retry policies * - Rich contextual information * - Error categorization * - Performance metrics */ public class SmbOperationException extends CIFSException implements Serializable {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 16.5K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/Response.kt
@get:JvmName("cacheResponse") val cacheResponse: Response?, /** * Returns the response for the HTTP redirect or authorization challenge that triggered this * response, or null if this response wasn't triggered by an automatic retry. The body of the * returned response should not be read because it has already been consumed by the redirecting * client. */ @get:JvmName("priorResponse") val priorResponse: Response?, /**
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon Jul 28 14:39:28 UTC 2025 - 18.1K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/MapMaker.java
@Nullable Strength valueStrength; @Nullable Equivalence<Object> keyEquivalence; /** * Constructs a new {@code MapMaker} instance with default settings, including strong keys, strong * values, and no automatic eviction of any kind. */ public MapMaker() {} /** * Sets a custom {@code Equivalence} strategy for comparing keys. *
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 12.8K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/Smb2EncryptionContextTest.java
byte[] newKey = new byte[16]; assertThrows(IllegalStateException.class, () -> { context.rotateKeys(newKey, newKey); }); } @Test @DisplayName("Should perform automatic key rotation when session key is provided") void testAutomaticKeyRotation() throws Exception { // Given - Create context with session key for rotation support byte[] sessionKey = new byte[16];
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 44.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.2.md
container is built. * Turnkey Deployments (Deployment API (Beta) in the Extensions API group) automate deployment and rolling updates of applications, specified declaratively. It handles versioning, multiple simultaneous rollouts, aggregating status across all pods, maintaining application availability, and rollback. * <strong>Automated cluster management: </strong>
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Fri Dec 04 06:36:19 UTC 2020 - 41.4K bytes - Viewed (0) -
src/main/java/jcifs/util/SecureKeyManager.java
/** * Secure key management for SMB encryption. * Provides centralized management of encryption keys with secure storage and cleanup. * * Features: * - Secure key storage with optional KeyStore integration * - Automatic key cleanup on close * - Thread-safe key management * - Key derivation utilities * - Memory wiping capabilities */ public class SecureKeyManager implements AutoCloseable {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 21.5K bytes - Viewed (0) -
docs/smb3-features/03-multi-channel-design.md
# Multi-Channel Feature - Detailed Design Document ## 1. Overview SMB3 Multi-Channel enables the use of multiple network connections between client and server, providing increased throughput, network fault tolerance, and automatic failover capabilities. This feature aggregates bandwidth across multiple NICs and provides seamless failover when network paths fail. ## 2. Protocol Specification Reference
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 39.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SearchHelper.java
* * This method handles the complete search workflow including parameter processing, * query execution, result formatting, and logging. It supports automatic retry * with escaped queries if the initial search fails. * * @param searchRequestParams The search request parameters * @param data The search render data to populate with results
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 35.8K bytes - Viewed (0) -
android/guava/src/com/google/common/base/Converter.java
/** Constructor for use by subclasses. */ protected Converter() { this(true); } /** Constructor used only by {@code LegacyConverter} to suspend automatic null-handling. */ Converter(boolean handleNullAutomatically) { this.handleNullAutomatically = handleNullAutomatically; } // SPI methods (what subclasses must implement) /**
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jun 18 21:43:06 UTC 2025 - 22.8K bytes - Viewed (0)