- Sort Score
- Num 10 results
- Language All
Results 411 - 420 of 610 for csession (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/app/web/admin/design/AdminDesignActionTest.java
assertEquals("<%= a", AdminDesignAction.decodeJsp("<%= a")); assertEquals("<% try{ %>", AdminDesignAction.decodeJsp("<!--TRY-->")); assertEquals("<% }catch(Exception e){session.invalidate();} %>", AdminDesignAction.decodeJsp("<!--CACHE_AND_SESSION_INVALIDATE-->")); assertEquals("<% a %> %>", AdminDesignAction.decodeJsp("<% a %> %>"));
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 13.6K bytes - Click Count (0) -
docs/fr/docs/advanced/testing-websockets.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 473 bytes - Click Count (0) -
docs/ko/docs/advanced/testing-websockets.md
이를 위해 `with` 문에서 `TestClient`를 사용하여 WebSocket에 연결합니다: {* ../../docs_src/app_testing/tutorial002_py310.py hl[27:31] *} /// note 자세한 내용은 Starlette의 [WebSocket 테스트](https://www.starlette.dev/testclient/#testing-websocket-sessions) 문서를 확인하세요.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 453 bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/Listener.java
*/ package org.apache.maven.api; import org.apache.maven.api.annotations.Consumer; import org.apache.maven.api.annotations.Experimental; import org.apache.maven.api.annotations.Nonnull; /** * A listener for session events. * TODO: open this to other events like similar to {@code org.apache.maven.eventspy.EventSpy} * * @since 4.0.0 */ @Experimental @FunctionalInterface @Consumer public interface Listener {Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Mar 23 05:29:39 GMT 2023 - 1.2K bytes - Click Count (0) -
src/test/java/jcifs/AddressTest.java
mockAddress.toInetAddress(); }, "Should propagate UnknownHostException"); } @Test @DisplayName("firstCalledName should return valid name for session establishment") void testFirstCalledNameContract() { // Given String expectedFirstName = "SERVER"; when(mockAddress.firstCalledName()).thenReturn(expectedFirstName); // When
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 4.9K bytes - Click Count (0) -
docs/ja/docs/advanced/testing-websockets.md
そのために、`with` 文の中で `TestClient` を使用し、WebSocket に接続します: {* ../../docs_src/app_testing/tutorial002_py310.py hl[27:31] *} /// note | 備考 詳細については、Starlette のドキュメント「[WebSocket のテスト](https://www.starlette.dev/testclient/#testing-websocket-sessions)」を参照してください。Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 501 bytes - Click Count (0) -
src/main/webapp/WEB-INF/orig/view/error/system.jsp
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 1.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/CrawlerLogHelper.java
return failureUrlService.store(crawlingConfig, errorName, url, e); } /** * Gets the crawling configuration for the specified session ID. * * @param sessionCountId the session count ID * @return the crawling configuration */ protected CrawlingConfig getCrawlingConfig(final String sessionCountId) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 8.3K bytes - Click Count (0) -
src/main/java/jcifs/NetbiosAddress.java
package jcifs; import java.net.UnknownHostException; /** * This class represents a NetBIOS over TCP/IP address. Under normal * conditions, users of jCIFS need not be concerned with this class as * name resolution and session services are handled internally by the smb package. * * * * Applications can use the methods <code>getLocalHost</code>, * <code>getByName</code>, and
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 6.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/base/FessSearchAction.java
* @param form the search form to populate with parameters */ protected void buildFormParams(final SearchForm form) { final HttpSession session = request.getSession(false); if (session != null) { final Object resultsPerPage = session.getAttribute(Constants.RESULTS_PER_PAGE); if (resultsPerPage instanceof Integer) { form.num = (Integer) resultsPerPage; }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 18 04:42:56 GMT 2026 - 14K bytes - Click Count (0)