- Sort Score
- Num 10 results
- Language All
Results 61 - 70 of 165 for tave (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/org/codelibs/fess/ds/callback/IndexUpdateCallback.java
*/ long getExecuteTime(); /** * Commits all pending index update operations to ensure data persistence. * This method should be called after all documents have been stored. */ void commit();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/exception/UserRoleLoginException.java
package org.codelibs.fess.exception; import org.codelibs.fess.app.web.RootAction; /** * Exception thrown when user role authentication fails during login attempts. * This exception is used to indicate that a user does not have the required role * to access a specific action or resource. * */ public class UserRoleLoginException extends RuntimeException { private static final long serialVersionUID = 1L;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Nov 19 08:04:23 GMT 2025 - 2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/ldap/LdapUtil.java
*/ public final class LdapUtil { private LdapUtil() { } /** * Escapes special characters in a value for use in LDAP search filters. * This method escapes characters that have special meaning in LDAP filter expressions * to prevent LDAP injection attacks. * * @param value the value to escape (null is treated as empty string)Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Jan 02 08:06:20 GMT 2026 - 2K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/FindMissingDocumentationFiles.java
// properties have been deprecated in Gradle 9.0.0 "sec:war_convention_properties", "sec:ear_convention_properties", "sec:base_plugin_conventions", "sec:project_reports_convention_properties", "sec:kotlin_dsl_about_conventions", "sec:java_convention_properties", // config cache items that have now been implementedCreated: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Aug 21 15:38:58 GMT 2025 - 8.5K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/exception/ResultOffsetExceededExceptionTest.java
} catch (ResultOffsetExceededException e) { assertEquals(expectedMessage, e.getMessage()); assertNull(e.getCause()); } catch (Exception e) { fail("Should have caught ResultOffsetExceededException"); } } @Test public void test_throwAndCatchAsFessSystemException() { // Test catching as parent class FessSystemException
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 9.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/app/web/admin/maintenance/AdminMaintenanceActionTest.java
final ActionForm form = new ActionForm(); assertNull(form.replaceAliases); assertNull(form.resetDictionaries); // numberOfShardsForDoc and autoExpandReplicasForDoc have defaults from FessConfig assertNotNull(form.numberOfShardsForDoc); assertNotNull(form.autoExpandReplicasForDoc); assertNull(form.loadBulkData); // rebuildConfigIndex defaults to Constants.ON
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 5.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/entity/RequestParameter.java
*/ package org.codelibs.fess.entity; import java.util.Arrays; /** * Entity class representing a request parameter with a name and associated values. * This class encapsulates HTTP request parameters that can have multiple values, * such as query parameters, form parameters, or other request-related data. * * <p>This class is immutable and thread-safe. Once created, the parameter name * and values cannot be modified.</p> * */
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 2.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/crawler/processor/FessResponseProcessor.java
* * @param responseData the response data from the crawled resource * @param resultData the result data to be processed * @return the processed result data after all ingesters have been applied */ private ResultData ingest(final ResponseData responseData, final ResultData resultData) { if (ingestFactory == null) { return resultData; }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 3.7K bytes - Click Count (0) -
LICENSE
this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by theirCreated: Wed Apr 01 00:11:11 GMT 2026 - Last Modified: Thu Feb 20 19:53:57 GMT 2020 - 11.1K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleDocumentationExtension.java
*/ public abstract ConfigurableFileCollection getClasspath(); /** * A working directory to be used to stage documentation as its generated. * All of the sections of the documentation have working directories off of this one. */ public abstract DirectoryProperty getStagingRoot(); /** * The final location to place all rendered documentation. */Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Aug 20 14:11:17 GMT 2024 - 4.4K bytes - Click Count (0)