- Sort Score
- Num 10 results
- Language All
Results 561 - 570 of 1,245 for _extends (0.05 seconds)
-
src/test/java/org/codelibs/fess/app/pager/SchedulerPagerTest.java
*/ package org.codelibs.fess.app.pager; import java.util.ArrayList; import java.util.List; import org.codelibs.fess.unit.UnitFessTestCase; public class SchedulerPagerTest extends UnitFessTestCase { public void test_SchedulerPager() { SchedulerPager schedulerPager = new SchedulerPager(); schedulerPager.clear(); assertEquals(0, schedulerPager.getAllRecordCount());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/test/java/org/codelibs/fess/query/TermRangeQueryCommandTest.java
import org.junit.jupiter.api.Test; import org.opensearch.index.query.QueryBuilder; import org.opensearch.index.query.RangeQueryBuilder; public class TermRangeQueryCommandTest extends QueryTestBase { private TermRangeQueryCommand queryCommand; @Override protected void setUpChild() throws Exception { // Initialize and register TermRangeQueryCommandCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 2.6K bytes - Click Count (0) -
build-logic/build-update-utils/src/test/groovy/gradlebuild/buildutils/tasks/UpdateKotlinVersionsTest.groovy
* See the License for the specific language governing permissions and * limitations under the License. */ package gradlebuild.buildutils.tasks import spock.lang.Specification class UpdateKotlinVersionsTest extends Specification { def previousVersions = [ "1.9.10", "1.9.25", "1.9.24", "1.9.20", "1.9.20-RC2", "1.9.0", "1.9.0-Beta", "1.8.22, 1.8.0, 1.8.0-Beta", ] def minimumSupported = "1.9.10"Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Oct 29 08:29:55 GMT 2025 - 3.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/exception/CommandExecutionExceptionTest.java
*/ package org.codelibs.fess.exception; import org.codelibs.fess.unit.UnitFessTestCase; import org.junit.jupiter.api.Test; public class CommandExecutionExceptionTest extends UnitFessTestCase { @Test public void test_constructor_withMessage() { // Test constructor with message only String message = "Command execution failed";Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 9.4K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/job/JobExecutorTest.java
import org.codelibs.fess.job.JobExecutor.ShutdownListener; import org.codelibs.fess.unit.UnitFessTestCase; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.TestInfo; public class JobExecutorTest extends UnitFessTestCase { private JobExecutor jobExecutor; @Override protected void setUp(TestInfo testInfo) throws Exception { super.setUp(testInfo);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 9.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/storage/StorageClient.java
import java.util.Map; /** * Interface for cloud storage operations. * Implementations provide access to S3-compatible storage, GCS, or other cloud storage systems. */ public interface StorageClient extends AutoCloseable { /** * Uploads an object to storage. * * @param objectName the name/path for the object * @param inputStream the input stream of data to uploadCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Dec 13 02:21:17 GMT 2025 - 2.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/exentity/ScheduledJob.java
import org.codelibs.fess.util.ComponentUtil; import org.lastaflute.job.LaScheduledJob; import org.lastaflute.job.key.LaJobUnique; /** * @author FreeGen */ public class ScheduledJob extends BsScheduledJob { private static final long serialVersionUID = 1L; @Override public String getScriptType() { final String st = super.getScriptType(); if (StringUtil.isBlank(st)) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:55:54 GMT 2026 - 3.6K bytes - Click Count (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/rules/SinceAnnotationRule.java
import japicmp.model.JApiField; import japicmp.model.JApiHasAnnotations; import japicmp.model.JApiMethod; import me.champeau.gradle.japicmp.report.Violation; import java.util.Map; public class SinceAnnotationRule extends AbstractGradleViolationRule { public static final String SINCE_ERROR_MESSAGE = "Is not annotated with @since ";Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Dec 24 14:15:15 GMT 2025 - 3.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/webapp/WebXmlTest.java
import org.codelibs.fess.unit.UnitFessTestCase; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.TestInfo; import org.w3c.dom.Document; import org.w3c.dom.Element; public class WebXmlTest extends UnitFessTestCase { private Document webXmlDocument; @Override protected void setUp(TestInfo testInfo) throws Exception { super.setUp(testInfo);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 21 09:08:35 GMT 2026 - 3.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/exception/SsoLoginException.java
* including configuration errors, authentication token validation failures, * communication issues with SSO providers, and other SSO-related problems. */ public class SsoLoginException extends FessSystemException { /** Serial version UID for serialization compatibility. */ 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 - 1.7K bytes - Click Count (0)