- Sort Score
- Num 10 results
- Language All
Results 521 - 530 of 1,350 for republic (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/sso/saml/SamlAuthenticatorTest.java
defaultSettingsField.set(authenticator, settings); } @Test public void test_authenticatorInstantiation() { // Verify authenticator can be instantiated without errors SamlAuthenticator authenticator = new SamlAuthenticator(); assertNotNull(authenticator); } @Test public void test_defaultSettings_emailAddressCorrect() throws Exception {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 18.4K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/app/pager/StemmerOverridePagerTest.java
*/ package org.codelibs.fess.app.pager; import java.util.ArrayList; import java.util.List; import org.codelibs.fess.unit.UnitFessTestCase; public class StemmerOverridePagerTest extends UnitFessTestCase { public void test_StemmerOverridePager() { StemmerOverridePager stemmerOverridePager = new StemmerOverridePager(); stemmerOverridePager.clear();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 12:58:11 GMT 2026 - 3.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/service/RequestHeaderService.java
*/ public RequestHeaderService() { // Default constructor } /** * Retrieves a paginated list of request headers based on the provided pager criteria. * * @param requestHeaderPager the pager containing pagination and search criteria * @return a list of request headers matching the specified criteria */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 5.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/scheduler/ApiAdminSchedulerAction.java
import org.lastaflute.web.response.HtmlResponse; import org.lastaflute.web.response.JsonResponse; import jakarta.annotation.Resource; /** * API action for admin scheduler management. */ public class ApiAdminSchedulerAction extends FessApiAdminAction { /** The logger for this class. */ private static final Logger logger = LogManager.getLogger(ApiAdminSchedulerAction.class);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:55:54 GMT 2026 - 10.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/ViewHelper.java
* This class provides utilities for content rendering, URL processing, highlighting, * caching, pagination, and user interface functionality. * */ public class ViewHelper { /** * Default constructor for ViewHelper. */ public ViewHelper() { // Default constructor } private static final Logger logger = LogManager.getLogger(ViewHelper.class);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 52.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/DuplicateHostHelper.java
* Creates a new duplicate host helper instance. */ public DuplicateHostHelper() { // Default constructor } /** * Initializes the duplicate host helper after construction. * Loads duplicate host configurations from the DuplicateHostService. */ @PostConstruct public void init() { if (logger.isDebugEnabled()) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 4K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleKotlinDslRuntimeGeneratedSources.java
*/ @CacheableTask public abstract class GradleKotlinDslRuntimeGeneratedSources extends DefaultTask { @Classpath public abstract ConfigurableFileCollection getInputClasspath(); @OutputDirectory public abstract DirectoryProperty getGeneratedSources(); @OutputDirectory public abstract DirectoryProperty getGeneratedClasses(); @InjectCreated: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Sun Mar 19 17:15:23 GMT 2023 - 3.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/chat/ChatSessionManager.java
* * @author FessProject */ public class ChatSessionManager { private static final Logger logger = LogManager.getLogger(ChatSessionManager.class); private final Map<String, ChatSession> sessionCache = new ConcurrentHashMap<>(); private TimeoutTask cleanupTask; /** * Default constructor. */ public ChatSessionManager() { // Default constructor }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 07 13:27:59 GMT 2026 - 13.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/exception/WebApiException.java
* * @return The HTTP status code */ public int getStatusCode() { return statusCode; } /** * Constructs a WebApiException with the specified status code, message, and cause. * * @param statusCode The HTTP status code * @param message The detail message * @param cause The cause of this exception */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 2.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/role/AdminRoleAction.java
import jakarta.annotation.Resource; /** * Admin action for Role management. * */ public class AdminRoleAction extends FessAdminAction { /** * Default constructor. */ public AdminRoleAction() { super(); } /** Role name for admin role operations */ public static final String ROLE = "admin-role";Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 13:56:35 GMT 2025 - 12.8K bytes - Click Count (0)