- Sort Score
- Result 10 results
- Languages All
Results 141 - 150 of 190 for existed (0.05 sec)
-
src/test/java/jcifs/smb/NtlmUtilTest.java
void testGetPreNTLMResponse_invalidEncoding() { // Arrange when(cifsContext.getConfig()).thenReturn(configuration); when(configuration.getOemEncoding()).thenReturn("X-INVALID-ENCODING-NOT-EXISTENT"); // Act + Assert RuntimeException ex = assertThrows(RuntimeException.class, () -> NtlmUtil.getPreNTLMResponse(cifsContext, "password", new byte[8]));
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 12K bytes - Viewed (0) -
docs/pt/docs/tutorial/security/oauth2-jwt.md
Crie um token de acesso JWT real e o retorne. {* ../../docs_src/security/tutorial004_an_py310.py hl[118:133] *} ### Detalhes técnicos sobre o "sujeito" `sub` do JWT A especificação JWT diz que existe uma chave `sub`, com o sujeito do token. É opcional usá-la, mas é onde você colocaria a identificação do usuário, então nós estamos usando aqui.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 11K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/lease/LeaseManager.java
entry.updateState(grantedState); log.debug("Updated lease {} to state: 0x{}", key, Integer.toHexString(grantedState)); } else { log.warn("Attempted to update non-existent lease: {}", key); } } /** * Get lease entry by key * * @param key lease key * @return lease entry or null if not found */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 18.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/CrawlingInfoHelperTest.java
} else if (e instanceof java.lang.reflect.InvocationTargetException) { // Method exists but failed to execute, which is acceptable in test environment assertTrue("Method invocation failed in test environment", true); } else { fail("Failed to test getExpiredTime method: " + (message != null ? message : e.getClass().getSimpleName()));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 05:35:01 UTC 2025 - 26.6K bytes - Viewed (0) -
docs/smb3-features/01-smb3-lease-design.md
// Verify caching behavior assertTrue(file.canCacheWrite()); } } ``` ## 9. Performance Considerations ### 9.1 Memory Management - Lease entries should be evicted based on LRU when max leases reached - Implement periodic cleanup of expired leases ### 9.2 Thread Safety - Use concurrent data structures for lease storage - Minimize lock contention in hot paths
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 22K bytes - Viewed (0) -
docs/pt/docs/tutorial/dependencies/dependencies-with-yield.md
Mas ela existe para ser utilizada caso você precise. 🤓 /// //// tab | python 3.9+ ```python hl_lines="18-22 31" {!> ../../docs_src/dependencies/tutorial008b_an_py39.py!} ``` ////
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 14.8K bytes - Viewed (0) -
docs/changelogs/changelog_3x.md
new in this release. Pings are used for connections that are busy carrying calls and for idle connections in the connection pool. (Pings do not impact when pooled connections are evicted). If you have a configured ping interval, you should confirm that it is long enough for a roundtrip from client to server. If your ping interval is too
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sun Feb 06 14:55:54 UTC 2022 - 50.8K bytes - Viewed (0) -
src/main/resources/fess_message_fr.properties
errors.app.db.already.deleted = Il a peut-être été supprimé par un autre processus. Veuillez réessayer. errors.app.db.already.updated = Il a peut-être été mis à jour par un autre processus. Veuillez réessayer. errors.app.db.already.exists = Les données existent déjà. Veuillez réessayer. errors.app.double.submit.request = Il a peut-être été traité avant cette requête. Veuillez réessayer. # _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 13.1K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/AndXServerMessageBlock.java
* We overload this because we want readAndXWireFormat to * read the parameter words and bytes. This is so when * commands are batched together we can recursivly call * readAndXWireFormat without reading the non-existent header. */ @Override public int decode(final byte[] buffer, int bufferIndex) throws SMBProtocolDecodingException { final int start = this.headerStart = bufferIndex;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 15.8K bytes - Viewed (0) -
docs/pl/docs/index.md
--- "_I’m over the moon excited about **FastAPI**. It’s so fun!_"
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 19.6K bytes - Viewed (0)