- Sort Score
- Result 10 results
- Languages All
Results 451 - 460 of 4,058 for finally (0.07 sec)
-
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
*/ protected boolean reindex(final String fromIndex, final String toIndex, final String source, final boolean waitForCompletion) { final FessConfig fessConfig = ComponentUtil.getFessConfig(); final String refresh = StringUtil.isNotBlank(fessConfig.getIndexReindexRefresh()) ? fessConfig.getIndexReindexRefresh() : null; final String requestsPerSecond = getReindexRequestsPerSecound(fessConfig);Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 122.4K bytes - Viewed (1) -
src/main/java/jcifs/smb1/netbios/NbtAddress.java
String calledName; NbtAddress(final Name hostName, final int address, final boolean groupName, final int nodeType) { this.hostName = hostName; this.address = address; this.groupName = groupName; this.nodeType = nodeType; } NbtAddress(final Name hostName, final int address, final boolean groupName, final int nodeType, final boolean isBeingDeleted,Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 31.7K bytes - Viewed (0) -
docs/smb3-features/06-witness-protocol-design.md
public class WitnessRegistration { private final String registrationId; private final String shareName; private final InetAddress serverAddress; private final WitnessServiceType serviceType; private final WitnessVersion version; private final long registrationTime; private final AtomicLong sequenceNumber; // Registration flags public static final int WITNESS_REGISTER_NONE = 0x00000000;Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 42K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/LookupInvoker.java
protected final Lookup protoLookup; @Nullable protected final Consumer<LookupContext> contextConsumer; public LookupInvoker(Lookup protoLookup, @Nullable Consumer<LookupContext> contextConsumer) { this.protoLookup = requireNonNull(protoLookup); this.contextConsumer = contextConsumer; } @Override public final int invoke(InvokerRequest invokerRequest) {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Oct 28 13:01:07 UTC 2025 - 43.2K bytes - Viewed (0) -
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/service/impl/AbstractCrawlerService.java
*/ protected <T> T get(final Class<T> clazz, final String sessionId, final String url) { final String id = getId(sessionId, url); final GetResponse response = getClient().get(c -> c.prepareGet().setIndex(index).setId(id).execute()); if (response.isExists()) { final Map<String, Object> source = response.getSource(); final T bean = BeanUtil.copyMapToNewBean(source, clazz, option -> {Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 20 08:40:57 UTC 2025 - 34.3K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http2/Http2Connection.kt
streamErrorCode = ErrorCode.CANCEL } catch (e: IOException) { errorException = e connectionErrorCode = ErrorCode.PROTOCOL_ERROR streamErrorCode = ErrorCode.PROTOCOL_ERROR } finally { close(connectionErrorCode, streamErrorCode, errorException) reader.closeQuietly() } } @Throws(IOException::class) override fun data( inFinished: Boolean,Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Thu Jul 31 04:18:40 UTC 2025 - 31.8K bytes - Viewed (0) -
guava/src/com/google/common/collect/Multiset.java
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Jul 08 18:32:10 UTC 2025 - 20.9K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/PluginUpgradeStrategy.java
*/ public static class PluginUpgradeInfo { /** The Maven groupId of the plugin */ final String groupId; /** The Maven artifactId of the plugin */ final String artifactId; /** The minimum version required for Maven 4 compatibility */ final String minVersion; /** * Creates a new plugin upgrade information holder. *Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 18:03:26 UTC 2025 - 37K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SystemHelper.java
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 08:30:43 UTC 2025 - 36.6K bytes - Viewed (0) -
guava/src/com/google/common/collect/Streams.java
} } } // Use this carefully - it doesn't implement value semantics private static final class TemporaryPair<A extends @Nullable Object, B extends @Nullable Object> { @ParametricNullness final A a; @ParametricNullness final B b; TemporaryPair(@ParametricNullness A a, @ParametricNullness B b) { this.a = a; this.b = b; } } /**Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 36.4K bytes - Viewed (0)