- Sort Score
- Num 10 results
- Language All
Results 51 - 60 of 122 for samme (0.03 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/org/codelibs/fess/app/pager/DuplicateHostPager.java
* * <p>Duplicate hosts allow administrators to define hostname patterns that should * be treated as equivalent during crawling, helping to avoid duplicate content * from the same logical site accessed via different hostnames.</p> */ public class DuplicateHostPager implements Serializable { private static final long serialVersionUID = 1L; /** Default page size for pagination. */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 7.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsCrawlingInfoBhv.java
return facadeSelectList(createCB(cbLambda)); } public PagingResultBean<CrawlingInfo> selectPage(CBCall<CrawlingInfoCB> cbLambda) { // #pending same? return (PagingResultBean<CrawlingInfo>) facadeSelectList(createCB(cbLambda)); } public void selectCursor(CBCall<CrawlingInfoCB> cbLambda, EntityRowHandler<CrawlingInfo> entityLambda) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 9.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsElevateWordBhv.java
return facadeSelectList(createCB(cbLambda)); } public PagingResultBean<ElevateWord> selectPage(CBCall<ElevateWordCB> cbLambda) { // #pending same? return (PagingResultBean<ElevateWord>) facadeSelectList(createCB(cbLambda)); } public void selectCursor(CBCall<ElevateWordCB> cbLambda, EntityRowHandler<ElevateWord> entityLambda) {
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/opensearch/config/bsbhv/BsPathMappingBhv.java
return facadeSelectList(createCB(cbLambda)); } public PagingResultBean<PathMapping> selectPage(CBCall<PathMappingCB> cbLambda) { // #pending same? return (PagingResultBean<PathMapping>) facadeSelectList(createCB(cbLambda)); } public void selectCursor(CBCall<PathMappingCB> cbLambda, EntityRowHandler<PathMapping> entityLambda) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 9.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/rank/fusion/RankFusionSearcherTest.java
final TestSearcher searcher = new TestSearcher(); final String name1 = searcher.getName(); final String name2 = searcher.getName(); assertSame(name1, name2); // Should be same instance } /** * Test searcher with simple class name. */ @Test public void test_simpleClassNameSearcher() { final SimpleSearcher searcher = new SimpleSearcher();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 6.5K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/sso/SsoResponseTypeTest.java
// Test hashCode consistency int metadataHashCode = SsoResponseType.METADATA.hashCode(); int logoutHashCode = SsoResponseType.LOGOUT.hashCode(); // Hash code should be consistent for the same object assertEquals(metadataHashCode, SsoResponseType.METADATA.hashCode()); assertEquals(logoutHashCode, SsoResponseType.LOGOUT.hashCode());Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 6.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/exception/SsoLoginExceptionTest.java
assertTrue(exception3.getCause() instanceof RuntimeException); } @Test public void test_constructorWithThrowableCause_NullError() { // Test with null Error (should work same as null Exception) String message = "SSO login error with null cause"; Error nullError = null; SsoLoginException exception = new SsoLoginException(message, nullError);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 14.7K bytes - Click Count (0) -
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild/testcleanup/TestFilesCleanupService.kt
rename { "report$projectPathName-${report.parentFile.name}-${report.name}" } } } } /** * Zip a list of files with same root directory to a zip file. * * @param destZip the target zip file * @param srcFiles the mapping of relative path to the file */ privateCreated: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Feb 11 11:05:07 GMT 2026 - 14.3K bytes - Click Count (1) -
src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsFileAuthenticationBhv.java
return facadeSelectList(createCB(cbLambda)); } public PagingResultBean<FileAuthentication> selectPage(CBCall<FileAuthenticationCB> cbLambda) { // #pending same? return (PagingResultBean<FileAuthentication>) facadeSelectList(createCB(cbLambda)); } public void selectCursor(CBCall<FileAuthenticationCB> cbLambda, EntityRowHandler<FileAuthentication> entityLambda) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 10.5K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/exception/DataStoreCrawlingExceptionTest.java
assertTrue(exception.aborted()); } @Test public void test_aborted_multipleCallsReturnSameValue() { // Test that multiple calls to aborted() return the same value String url = "http://example.com/test"; String message = "Test message"; Exception cause = new RuntimeException("Test cause"); boolean abort = true;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 16.6K bytes - Click Count (0)