- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 13 for dispoem (0.17 sec)
-
src/test/java/jcifs/smb/SSPContextTest.java
public String getNetbiosName() { return this.nbName; } @Override public void dispose() throws CIFSException { if (this.disposed) { throw new CIFSException("already disposed"); } this.disposed = true; this.established = false; } @Override
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 15.2K bytes - Viewed (0) -
src/test/java/jcifs/smb/Kerb5ContextTest.java
} @Nested @DisplayName("Dispose Tests") class DisposeTests { @Test @DisplayName("dispose delegates to GSSContext") void dispose_success() throws Exception { assertDoesNotThrow(() -> ctx.dispose()); verify(gssContext, times(1)).dispose(); } @Test @DisplayName("dispose wraps GSSException into SmbException")
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 14.2K bytes - Viewed (0) -
src/main/java/jcifs/smb/NtlmContext.java
} throw new CIFSException("Invalid MIC"); } } /** * {@inheritDoc} * * @see jcifs.smb.SSPContext#dispose() */ @Override public void dispose() throws SmbException { this.isEstablished = false; this.sealClientHandle = null; this.sealServerHandle = null; this.sealClientKey = null;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 17.3K bytes - Viewed (0) -
src/main/java/jcifs/smb/SpnegoContext.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 14.5K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/opensearch/common/ImplementedInvokerAssistantTest.java
public void test_toBeDisposable_validProcess() { InvokerAssistant.DisposableProcess process = new InvokerAssistant.DisposableProcess() { @Override public void dispose() { // Empty implementation for test } }; // Should not throw exception invokerAssistant.toBeDisposable(process); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 10.6K bytes - Viewed (0) -
src/main/java/jcifs/smb/Kerb5Context.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 13.5K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/thumbnail/impl/HtmlTagBasedGenerator.java
ImageIO.write(thumbnail, fessConfig.getThumbnailHtmlImageFormat(), outputFile); image.flush(); return Result.OK; } finally { reader.dispose(); } } return Result.FAILED; } /** * Enumeration representing the possible results of thumbnail image processing. */ protected enum Result {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 10.4K bytes - Viewed (0) -
docs/fr/docs/alternatives.md
C'est un outil formidable et je l'ai beaucoup utilisé aussi, avant d'avoir **FastAPI**. /// info Webargs a été créé par les développeurs de Marshmallow. /// /// check | A inspiré **FastAPI** à Disposer d'une validation automatique des données des requêtes entrantes. /// ### <a href="https://apispec.readthedocs.io/en/stable/" class="external-link" target="_blank">APISpec</a>
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 27.5K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/TikaExtractor.java
// Convert zip bomb exceptions to TikaExceptions sch.throwIfCauseOf(e); throw e; } } finally { tmp.dispose(); } } } /** * This interface is for writing a content. */ @FunctionalInterface protected interface ContentWriter { /**
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 30.7K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/artifact/resolver/DefaultArtifactResolver.java
} finally { latch.countDown(); Thread.currentThread().setContextClassLoader(old); } } } @Override public void dispose() { if (executor instanceof ExecutorService executorService) { executorService.shutdownNow(); } }
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 25K bytes - Viewed (0)