- Sort Score
- Num 10 results
- Language All
Results 711 - 720 of 2,157 for xtrue (0.16 seconds)
-
src/test/java/org/codelibs/fess/app/pager/FailureUrlPagerTest.java
failureUrlPager.setAllPageCount(999); assertEquals(999, failureUrlPager.getAllPageCount()); failureUrlPager.setExistPrePage(true); assertTrue(failureUrlPager.isExistPrePage()); failureUrlPager.setExistNextPage(true); assertTrue(failureUrlPager.isExistNextPage()); failureUrlPager.setPageSize(0); assertEquals(25, failureUrlPager.getPageSize());
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 12:58:11 GMT 2026 - 3.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/app/pager/FileAuthPagerTest.java
fileAuthPager.setAllPageCount(999); assertEquals(999, fileAuthPager.getAllPageCount()); fileAuthPager.setExistPrePage(true); assertTrue(fileAuthPager.isExistPrePage()); fileAuthPager.setExistNextPage(true); assertTrue(fileAuthPager.isExistNextPage()); fileAuthPager.setPageSize(0); assertEquals(25, fileAuthPager.getPageSize());
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 12:58:11 GMT 2026 - 3.4K bytes - Click Count (0) -
android/guava/src/com/google/common/hash/Hashing.java
*/ @SuppressWarnings("IdentifierName") // the best we could do for adjacent digit blocks public static HashFunction murmur3_32_fixed(int seed) { return new Murmur3_32HashFunction(seed, /* supplementaryPlaneFix= */ true); } /** * Returns a hash function implementing the <a * href="https://github.com/aappleby/smhasher/blob/master/src/MurmurHash3.cpp">32-bit murmur3Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Jul 17 15:26:41 GMT 2025 - 29.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/exec/SuggestCreatorTest.java
// Test initializeProbes @Test public void test_initializeProbes() { try { SuggestCreator.initializeProbes(); // If no exception thrown, test passes assertTrue(true); } catch (Exception e) { fail("initializeProbes should not throw exception: " + e.getMessage()); } } // Test process with properties path @TestCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 11K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/wizard/admin_wizard_config.jsp
<%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%><!DOCTYPE html> ${fe:html(true)} <head> <meta charset="UTF-8"> <title><la:message key="labels.admin_brand_title"/> | <la:message key="labels.wizard_title_configuration"/></title> <jsp:include page="/WEB-INF/view/common/admin/head.jsp"></jsp:include> </head> <body class="hold-transition sidebar-mini"> <div class="wrapper">
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 6.7K bytes - Click Count (0) -
guava/src/com/google/common/collect/AbstractNavigableMap.java
} @Override public @Nullable Entry<K, V> floorEntry(@ParametricNullness K key) { return headMap(key, true).lastEntry(); } @Override public @Nullable Entry<K, V> ceilingEntry(@ParametricNullness K key) { return tailMap(key, true).firstEntry(); } @Override public @Nullable Entry<K, V> higherEntry(@ParametricNullness K key) { return tailMap(key, false).firstEntry();
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Dec 22 03:38:46 GMT 2024 - 4.3K bytes - Click Count (0) -
src/test/java/org/codelibs/core/io/ClassTraversalTest.java
assertThat(packageName, packageName.startsWith("junit") || packageName.startsWith("org.junit") || packageName.startsWith("org.hamcrest"), is(true)); count++; }); assertTrue(count > 0); } /** * @throws Exception */ @Test public void testForEachJarFile_withPrefix() throws Exception {
Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Sat May 10 01:32:17 GMT 2025 - 5.1K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/CartesianList.java
int axisIndex = getAxisIndexForProductIndex(index, axis); return axes.get(axis).get(axisIndex); } @Override boolean isPartialView() { return true; } // redeclare to help optimizers with b/310253115 @SuppressWarnings("RedundantOverride") @J2ktIncompatible // serialization @Override @GwtIncompatible // serialization
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Aug 31 13:15:26 GMT 2025 - 4.7K bytes - Click Count (0) -
guava-tests/test/com/google/common/util/concurrent/ListenableFutureTaskTest.java
assertTrue(listenerLatch.await(5, SECONDS)); assertTrue(task.isDone()); assertFalse(task.isCancelled()); } public void testListenerCalledOnException() throws Exception { throwException = true; // Start up the task and unblock the latch to finish the task. exec.execute(task); runLatch.await(); taskLatch.countDown();
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 4.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/job/PingSearchEngineJobTest.java
return true; } @Override public String getHostname() { return "test-hostname"; } }; FessConfig fessConfig = new TestFessConfig() { @Override public boolean hasNotification() { return true; } @OverrideCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 18.9K bytes - Click Count (0)