- Sort Score
- Num 10 results
- Language All
Results 71 - 80 of 144 for stavate (0.04 seconds)
-
src/test/java/org/codelibs/fess/auth/chain/AuthenticationChainTest.java
} catch (RuntimeException e) { assertEquals("Load failed", e.getMessage()); } assertEquals(1, chain.loadCalls.size()); } // Test implementation state tracking @Test public void test_implementation_stateTracking() { TestAuthenticationChain chain = new TestAuthenticationChain(); User user1 = createTestUser("user1", "User One");
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 14.8K bytes - Click Count (0) -
LICENSE
reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions.Created: Wed Apr 01 00:11:11 GMT 2026 - Last Modified: Thu Feb 20 19:53:57 GMT 2020 - 11.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java
fessConfig.setSystemProperty("entraid.authority", form.entraidAuthority); fessConfig.setSystemProperty("entraid.reply.url", form.entraidReplyUrl); fessConfig.setSystemProperty("entraid.state.ttl", form.entraidStateTtl); fessConfig.setSystemProperty("entraid.default.groups", form.entraidDefaultGroups); fessConfig.setSystemProperty("entraid.default.roles", form.entraidDefaultRoles);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 05:54:31 GMT 2026 - 27.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/ds/callback/IndexUpdateCallbackTest.java
return execTime.get(); } @Override public void commit() { // No-op for test } }; // Test initial state assertEquals(0L, callback.getDocumentSize()); assertEquals(0L, callback.getExecuteTime()); // Test store method DataStoreParams params = new DataStoreParams();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 12.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
/** Entra ID authority URL. */ @Size(max = 1000) public String entraidAuthority; /** Entra ID OAuth2 reply URL. */ @Size(max = 1000) public String entraidReplyUrl; /** Entra ID state parameter TTL in seconds. */ @Size(max = 100) public String entraidStateTtl; /** Entra ID default groups. */ @Size(max = 1000) public String entraidDefaultGroups;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 15.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/chat/ChatPhaseCallback.java
*/ package org.codelibs.fess.chat; /** * Callback interface for receiving notifications about chat processing phases. * Used for SSE streaming to notify clients about the current processing state. */ public interface ChatPhaseCallback { /** Phase name for intent detection */ String PHASE_INTENT = "intent"; /** Phase name for document search */ String PHASE_SEARCH = "search";Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jan 15 12:32:04 GMT 2026 - 3.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/script/groovy/GroovyEngine.java
* * <p>Note on class-level isolation: Compiled Script classes are cached and reused. * Class-level state (static fields, metaclass mutations) persists across evaluations * of the same script. In Fess, scripts are short expressions configured by * administrators (e.g., "data1 > 10", "10 * boost1 + boost2") and do not use * static state, so this is acceptable.</p> * * <p>Resource Management: Each cached entry's GroovyClassLoader is closed on
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 11.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/pager/RoleTypePager.java
*/ public String createdTime; /** * Version number of the role type. */ public String versionNo; /** * Clears the pager's state. */ public void clear() { allRecordCount = 0; allPageCount = 0; existPrePage = false; existNextPage = false; pageSize = getDefaultPageSize();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 6.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/user/cbean/bs/BsUserCB.java
doColumn("roles"); } public void columnRoomNumber() { doColumn("roomNumber"); } public void columnState() { doColumn("state"); } public void columnStreet() { doColumn("street"); } public void columnSurname() { doColumn("surname"); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 9.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/failureurl/AdminFailureurlAction.java
return asHtml(path_AdminFailureurl_AdminFailureurlJsp).renderWith(data -> { searchPaging(data, form); }); } /** * Resets the search criteria and pagination state. * * @param form the search form to reset * @return HTML response for the failure URL list page with cleared search */ @Execute @Secured({ ROLE, ROLE + VIEW })
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 13:56:35 GMT 2025 - 9.4K bytes - Click Count (0)