- Sort Score
- Result 10 results
- Languages All
Results 461 - 470 of 669 for enables (0.05 sec)
-
okhttp/src/jvmTest/kotlin/okhttp3/TrailersTest.kt
private fun enableProtocol(protocol: Protocol) { if (protocol == Protocol.HTTP_2) { enableTls() client = client .newBuilder() .protocols(listOf(protocol, Protocol.HTTP_1_1)) .build() server.protocols = client.protocols } } private fun enableTls() { val handshakeCertificates = platform.localhostHandshakeCertificates() client =
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon Jul 07 18:57:05 UTC 2025 - 18K bytes - Viewed (0) -
src/test/java/jcifs/config/MultiChannelConfigurationTest.java
void testDefaultMultiChannelSettings() throws CIFSException { PropertyConfiguration config = new PropertyConfiguration(new Properties()); assertTrue(config.isUseMultiChannel(), "Multi-channel should be enabled by default"); assertEquals(4, config.getMaxChannels(), "Default max channels should be 4"); assertEquals(1, config.getChannelBindingPolicy(), "Default binding policy should be preferred");
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 11:13:46 UTC 2025 - 8.3K bytes - Viewed (0) -
src/test/java/jcifs/internal/witness/WitnessIntegrationTest.java
assertTrue(serviceAddr.contains("[")); assertTrue(serviceAddr.contains("]")); } /** * Integration test that would require a real cluster environment. * Disabled by default - enable with -Dwitness.integration.test=true */ @Test void testWitnessEnvironmentConfiguration() throws Exception { // Test simulating real witness environment scenarios
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 09:06:40 UTC 2025 - 9.8K bytes - Viewed (0) -
doc/go_spec.html
and a signed binary exponent of at least 16 bits.</li> <li>Give an error if unable to represent an integer constant precisely.</li> <li>Give an error if unable to represent a floating-point or complex constant due to overflow.</li> <li>Round to the nearest representable constant if unable to represent a floating-point or complex constant due to limits on precision.</li> </ul>
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue May 06 19:12:15 UTC 2025 - 286.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/serializer/DataSerializer.java
* <p> * Initializes the ThreadLocal Kryo instances with appropriate configuration. * The Kryo instances are configured to not require class registration for * flexibility, and debug mode warnings are enabled when debug logging is active. * </p> */ public DataSerializer() { kryoThreadLocal = ThreadLocal.withInitial(() -> { final Kryo kryo = new Kryo(); // TODO use kryo.register
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.1K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFileDirectoryLeasingExtension.java
* * This utility class provides static methods that enhance SmbFile operations with * directory leasing capabilities for improved performance through caching when * SMB3 directory leasing is available and enabled. */ public class SmbFileDirectoryLeasingExtension { /** * Private constructor to prevent instantiation of this utility class */ private SmbFileDirectoryLeasingExtension() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 02:21:31 UTC 2025 - 7.1K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/NtlmContext.java
int state = 1; LogStream log; /** * Creates a new NTLM context for SMB1 authentication. * @param auth the NTLM authentication credentials * @param doSigning whether to enable message signing */ public NtlmContext(final NtlmPasswordAuthentication auth, final boolean doSigning) { this.auth = auth; this.ntlmsspFlags =
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 7K bytes - Viewed (0) -
ci/devinfra/docker/windows/Dockerfile
RUN $env:Path += \";$env:ProgramFiles\\google-cloud-sdk\\bin\"; \ [Environment]::SetEnvironmentVariable('Path', $env:Path, [EnvironmentVariableTarget]::Machine); # Re-enable prompts for interactive use. ENV CLOUDSDK_CORE_DISABLE_PROMPTS="" # MSYS attempts to use non-cmd versions, which aren't meant for Windows RUN Add-Content -Path C:\tools\msys64\.bashrc -Value 'alias gcloud=gcloud.cmd'
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Fri Jan 17 16:35:57 UTC 2025 - 8.4K bytes - Viewed (0) -
guava-tests/test/com/google/common/collect/ContiguousSetTest.java
assertTrue(set.contains(1)); assertTrue(set.contains(2)); assertTrue(set.contains(3)); assertFalse(set.contains(4)); } // TODO: https://youtrack.jetbrains.com/issue/KT-71001/ - Enable when Kotlin throws expected CCE. @J2ktIncompatible public void testContains_typeMismatch() { ImmutableSortedSet<Integer> set = ContiguousSet.create(Range.open(0, 4), integers());
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 19.6K bytes - Viewed (0) -
dbflute_fess/dfprop/classificationDeploymentMap.dfprop
# classificationDeploymentMap: (NotRequired - Default map:{}) # # The relation between column and classification. # # This property uses classification names of classificationDefinitionMap. # The table name '$$ALL$$' means all tables are target. # The table names and column names are treated as case insensitive. # # You don't need specify here about table classifications. # Because table classifications are auto-deployed by relation information. #
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 04 22:46:31 UTC 2015 - 795 bytes - Viewed (0)