- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 153 for sessionIds (0.06 sec)
-
src/main/java/org/codelibs/fess/job/GenerateThumbnailJob.java
if (sessionId == null) { // create session id sessionId = RandomStringUtils.randomAlphabetic(15); } resultBuf.append("Session Id: ").append(sessionId).append("\n"); if (jobExecutor != null) { jobExecutor.addShutdownListener(() -> ComponentUtil.getProcessHelper().destroyProcess(sessionId)); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 11.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/crawlinginfo/EditForm.java
* This is a required field that identifies the specific crawling session. * Maximum length is 20 characters. */ @Required @Size(max = 20) public String sessionId; /** * The name or description of the crawling session. * This is an optional descriptive field with a maximum length of 20 characters. */ @Size(max = 20) public String name;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.7K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/session/Smb2SessionSetupResponseTest.java
// Flags at +16: server-to-redirector SMBUtil.writeInt4(0x00000001, buf, start + 16); // SessionId at +40 (sync header) SMBUtil.writeInt8(sessionId, buf, start + 40); } /** * Build a SESSION_SETUP response body with specified flags and security blob. * securityBufferOffset is set relative to header start. */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 9.7K bytes - Viewed (0) -
docs/em/docs/advanced/testing-websockets.md
๐ ๐ช โ๏ธ ๐ `TestClient` ๐ฏ*๏ธโฃ. ๐, ๐ โ๏ธ `TestClient` `with` ๐, ๐*๏ธโฃ: {* ../../docs_src/app_testing/tutorial002.py hl[27:31] *} /// note ๐ โน, โ ๐ ๐งพ <a href="https://www.starlette.io/testclient/#testing-websocket-sessions" class="external-link" target="_blank">๐ฌ *๏ธโฃ </a>.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 352 bytes - Viewed (0) -
src/main/java/jcifs/smb/NtlmPasswordAuthenticator.java
this.password = null; } // Also remove from secure key manager if we have a session if (this.sessionId != null) { keyManager.removeSessionKey(this.sessionId); this.sessionId = null; } } /** * Check if the authentication has expired based on TTL * * @return true if expired, false otherwise
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 30.3K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/ServerMessageBlock2.java
* * @return the sessionId */ public long getSessionId() { return this.sessionId; } /** * @param sessionId * the sessionId to set */ @Override public final void setSessionId(final long sessionId) { this.sessionId = sessionId; if (this.next != null) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 24K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/crawlinginfo/SearchBody.java
* Extends BaseSearchBody with crawling information-specific search parameters. */ public class SearchBody extends BaseSearchBody { /** The crawling session ID to search for. */ public String sessionId; /** * Default constructor for SearchBody. */ public SearchBody() { super(); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.1K bytes - Viewed (0) -
docs/en/docs/advanced/testing-websockets.md
{* ../../docs_src/app_testing/tutorial002.py hl[27:31] *} /// note For more details, check Starlette's documentation for <a href="https://www.starlette.io/testclient/#testing-websocket-sessions" class="external-link" target="_blank">testing WebSockets</a>.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 453 bytes - Viewed (0) -
docs/de/docs/advanced/testing-websockets.md
{* ../../docs_src/app_testing/tutorial002.py hl[27:31] *} /// note | Hinweis Weitere Informationen finden Sie in der Starlette-Dokumentation zum <a href="https://www.starlette.io/testclient/#testing-websocket-sessions" class="external-link" target="_blank">Testen von WebSockets</a>.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 502 bytes - Viewed (0) -
docs/ko/docs/advanced/testing-websockets.md
์ด๋ฅผ ์ํด `with` ๋ฌธ์์ `TestClient`๋ฅผ ์ฌ์ฉํ์ฌ WebSocket์ ์ฐ๊ฒฐํฉ๋๋ค: {* ../../docs_src/app_testing/tutorial002.py hl[27:31] *} /// note | ์ฐธ๊ณ ์์ธํ ๋ด์ฉ์ Starlette์ <a href="https://www.starlette.io/testclient/#testing-websocket-sessions" class="external-link" target="_blank"> WebSocket ํ ์คํธ</a>์ ๊ดํ ์ค๋ช ์๋ฅผ ์ฐธ๊ณ ํ์๊ธธ ๋ฐ๋๋๋ค.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 500 bytes - Viewed (0)