- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 262 for hard (0.01 sec)
-
src/main/java/jcifs/smb1/util/transport/Transport.java
return; case 2: hard = true; case 3: /* connected - go ahead and disconnect */ if (response_map.size() != 0 && !hard) { break; /* outstanding requests */ } try { doDisconnect(hard); } catch (final IOException ioe0) { ioe = ioe0; }Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 11.3K bytes - Viewed (0) -
apache-maven/src/assembly/maven/conf/maven-user.properties
# # REFERENCE OPTIONS: # hard - Strong reference (stays in memory, faster access) # soft - Weak reference (can be garbage collected under memory pressure) # # CONFIGURATION BREAKDOWN: # SourceCacheKey - File and RAW model requests (session/hard for consistent file access) # DefaultArtifactResolverRequest - Artifact resolution results (session/hard to avoid re-resolving)
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Sep 29 14:45:25 UTC 2025 - 2.8K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbTransportInternalTest.java
@ParameterizedTest @DisplayName("disconnect returns expected for flag combinations") @CsvSource({ // hard, inuse, expected "true,true,false", "true,false,true", "false,true,true", "false,false,false" }) void disconnect_flagCombinations(boolean hard, boolean inuse, boolean expected) throws Exception { when(transport.disconnect(anyBoolean(), anyBoolean())).thenAnswer(inv -> {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 12.1K bytes - Viewed (0) -
src/main/java/jcifs/util/transport/Transport.java
/** * Disconnect the transport * * @param hard if true, disconnect immediately without waiting for outstanding requests * @return whether connection was in use * @throws IOException if an I/O error occurs during disconnection */ public synchronized boolean disconnect(final boolean hard) throws IOException { return disconnect(hard, true); } /** * Disconnect the transportRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 27.8K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTransportInternal.java
/** * Disconnects the transport from the remote server. * * @param hard if true, force immediate disconnection * @param inuse whether the connection is currently in use * @return whether the connection was in use * @throws IOException if an I/O error occurs during disconnection */ boolean disconnect(boolean hard, boolean inuse) throws IOException; /**Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4.5K bytes - Viewed (0) -
compat/maven-model-builder/src/test/java/org/apache/maven/model/validation/DefaultModelValidatorTest.java
SimpleProblemCollector result = validateRaw("hard-coded-system-path.xml"); assertViolations(result, 0, 0, 1); assertViolations(result, 0, 0, 1); assertContains( result.getWarnings().get(0), "'dependencies.dependency.systemPath' for test:a:jar should use a variable instead of a hard-coded path"); SimpleProblemCollector result31 =
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 33.9K bytes - Viewed (0) -
docs/en/data/translators.yml
url: https://github.com/AlertRED hard-coders: login: hard-coders count: 15 avatarUrl: https://avatars.githubusercontent.com/u/9651103?u=95db33927bbff1ed1c07efddeb97ac2ff33068ed&v=4 url: https://github.com/hard-coders Joao-Pedro-P-Holanda: login: Joao-Pedro-P-Holanda count: 14 avatarUrl: https://avatars.githubusercontent.com/u/110267046
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Mon Dec 01 06:27:43 UTC 2025 - 19.3K bytes - Viewed (0) -
src/test/java/jcifs/util/transport/TransportTest.java
if (connectFails) { throw new IOException("Connect failed"); } } @Override protected boolean doDisconnect(boolean hard, boolean inUse) throws IOException { return disconnectResult; } // Test control methods public void setState(int state) { this.state = state; }
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 9.5K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/rdma/RdmaTransport.java
} @Override public boolean isDisconnected() { return delegate.isDisconnected(); } @Override public boolean disconnect(boolean hard, boolean inuse) throws IOException { synchronized (connectionLock) { if (rdmaConnection != null) { try { rdmaConnection.close();Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 23 05:11:12 UTC 2025 - 8.9K bytes - Viewed (0) -
docs/zh-hant/llm-prompt.md
- path operation: 路徑操作 - path operation function: 路徑操作函式 The translation can optionally include the original English text only in the first occurrence of each page (e.g. "路徑操作 (path operation)") if the translation is hard to be comprehended by most of the Chinese readers. ### `///` admonitions 1) Keep the admonition keyword in English (do not translate `note`, `tip`, etc.).
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 27 18:49:46 UTC 2025 - 2.2K bytes - Viewed (0)