- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 179 for Previous (1.18 sec)
-
src/main/java/org/codelibs/fess/app/pager/CharMappingPager.java
} /** * Checks if there is a previous page. * @return True if a previous page exists, false otherwise. */ public boolean isExistPrePage() { return existPrePage; } /** * Sets the existence of a previous page. * @param existPrePage True if a previous page exists. */ public void setExistPrePage(final boolean existPrePage) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/PathMapPager.java
this.allPageCount = allPageCount; } /** * Checks if previous page exists. * * @return true if previous page exists */ public boolean isExistPrePage() { return existPrePage; } /** * Sets whether previous page exists. * * @param existPrePage true if previous page exists */ public void setExistPrePage(final boolean existPrePage) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/RolePager.java
} /** * Checks if a previous page exists. * @return true if a previous page exists, false otherwise. */ public boolean isExistPrePage() { return existPrePage; } /** * Sets whether a previous page exists. * @param existPrePage true if a previous page exists, false otherwise. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/StopwordsPager.java
} /** * Checks if a previous page exists. * * @return true if a previous page exists, false otherwise. */ public boolean isExistPrePage() { return existPrePage; } /** * Sets the flag for the existence of a previous page. * * @param existPrePage true if a previous page exists. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/GroupPager.java
} /** * Checks whether a previous page exists in the pagination. * * @return true if a previous page exists, false otherwise */ public boolean isExistPrePage() { return existPrePage; } /** * Sets the flag indicating whether a previous page exists. * * @param existPrePage true if a previous page exists, false otherwise */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/BoostDocPager.java
} /** * Checks if there is a previous page. * @return True if a previous page exists, false otherwise. */ public boolean isExistPrePage() { return existPrePage; } /** * Sets the existence of a previous page. * @param existPrePage True if a previous page exists. */ public void setExistPrePage(final boolean existPrePage) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/StemmerOverridePager.java
} /** * Checks if a previous page exists. * * @return true if a previous page exists, false otherwise */ public boolean isExistPrePage() { return existPrePage; } /** * Sets whether a previous page exists. * * @param existPrePage true if a previous page exists, false otherwise */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/WebAuthPager.java
} /** * Checks if a previous page exists. * * @return True if a previous page exists, false otherwise */ public boolean isExistPrePage() { return existPrePage; } /** * Sets whether a previous page exists. * * @param existPrePage True if a previous page exists */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.4K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/collect/UnmodifiableListIteratorTest.java
public void testAdd() { ListIterator<String> iterator = create(); assertTrue(iterator.hasNext()); assertEquals("a", iterator.next()); assertEquals("b", iterator.next()); assertEquals("b", iterator.previous()); assertThrows(UnsupportedOperationException.class, () -> iterator.add("c")); } @SuppressWarnings("DoNotCall") public void testSet() { ListIterator<String> iterator = create();
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 18:46:00 UTC 2025 - 2.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/entity/SearchRenderData.java
*/ public void setExistNextPage(final boolean existNextPage) { this.existNextPage = existNextPage; } /** * Sets whether a previous page exists. * * @param existPrevPage true if a previous page exists */ public void setExistPrevPage(final boolean existPrevPage) { this.existPrevPage = existPrevPage; } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 12.5K bytes - Viewed (0)