- Sort Score
- Result 10 results
- Languages All
Results 151 - 160 of 215 for existed (0.05 sec)
-
src/test/java/org/codelibs/fess/helper/ThemeHelperTest.java
Files.createDirectory(existingDir); Files.createFile(existingDir.resolve("test.txt")); assertTrue(Files.exists(existingDir)); themeHelper.closeQuietly(existingDir); // Directory should be deleted assertFalse(Files.exists(existingDir)); } public void test_closeQuietly_nestedDirectory() throws IOException {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 14.5K bytes - Viewed (0) -
docs/uk/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 - 24.2K 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) -
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) -
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) -
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) -
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) -
cmd/object-api-multipart_test.go
}, }, // listMultipartResults - 32. // checking listing with marker set to no of objects in the list. // `NextUploadIDMarker` is expected to be empty since all results are listed. // `NextKeyMarker` is expected to be empty since all results are listed. { MaxUploads: 6, IsTruncated: false, Uploads: []MultipartInfo{ { Object: objectNames[0], UploadID: uploadIDs[4], }, {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 89.4K 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) -
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)