- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 39 for setExistPrePage (0.1 sec)
-
src/main/java/org/codelibs/fess/app/pager/FileAuthPager.java
public void setAllPageCount(final int allPageCount) { this.allPageCount = allPageCount; } public boolean isExistPrePage() { return existPrePage; } public void setExistPrePage(final boolean existPrePage) { this.existPrePage = existPrePage; } public boolean isExistNextPage() { return existNextPage; }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 3.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/WebAuthPager.java
public void setAllPageCount(final int allPageCount) { this.allPageCount = allPageCount; } public boolean isExistPrePage() { return existPrePage; } public void setExistPrePage(final boolean existPrePage) { this.existPrePage = existPrePage; } public boolean isExistNextPage() { return existNextPage; }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 3.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/BoostDocPager.java
public void setAllPageCount(final int allPageCount) { this.allPageCount = allPageCount; } public boolean isExistPrePage() { return existPrePage; } public void setExistPrePage(final boolean existPrePage) { this.existPrePage = existPrePage; } public boolean isExistNextPage() { return existNextPage; }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 3.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/SchedulerPager.java
public void setAllPageCount(final int allPageCount) { this.allPageCount = allPageCount; } public boolean isExistPrePage() { return existPrePage; } public void setExistPrePage(final boolean existPrePage) { this.existPrePage = existPrePage; } public boolean isExistNextPage() { return existNextPage; }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 3.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/FileConfigPager.java
public void setAllPageCount(final int allPageCount) { this.allPageCount = allPageCount; } public boolean isExistPrePage() { return existPrePage; } public void setExistPrePage(final boolean existPrePage) { this.existPrePage = existPrePage; } public boolean isExistNextPage() { return existNextPage; }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 3.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/app/pager/BoostDocPagerTest.java
assertEquals(999, boostdocpager.getAllRecordCount()); boostdocpager.setAllPageCount(999); assertEquals(999, boostdocpager.getAllPageCount()); boostdocpager.setExistPrePage(true); assertTrue(boostdocpager.isExistPrePage()); boostdocpager.setExistNextPage(true); assertTrue(boostdocpager.isExistNextPage()); boostdocpager.setPageSize(0);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 2.7K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/app/pager/CrawlingInfoPagerTest.java
assertEquals(999, crawlinginfopage.getAllRecordCount()); crawlinginfopage.setAllPageCount(999); assertEquals(999, crawlinginfopage.getAllPageCount()); crawlinginfopage.setExistPrePage(true); assertTrue(crawlinginfopage.isExistPrePage()); crawlinginfopage.setExistNextPage(true); assertTrue(crawlinginfopage.isExistNextPage()); crawlinginfopage.setPageSize(0);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 2.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/app/pager/DuplicateHostPagerTest.java
assertEquals(999, duplicatehostpager.getAllRecordCount()); duplicatehostpager.setAllPageCount(999); assertEquals(999, duplicatehostpager.getAllPageCount()); duplicatehostpager.setExistPrePage(true); assertTrue(duplicatehostpager.isExistPrePage()); duplicatehostpager.setExistNextPage(true); assertTrue(duplicatehostpager.isExistNextPage()); duplicatehostpager.setPageSize(0);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 2.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/SearchLogPager.java
public void setAllPageCount(final int allPageCount) { this.allPageCount = allPageCount; } public boolean isExistPrePage() { return existPrePage; } public void setExistPrePage(final boolean existPrePage) { this.existPrePage = existPrePage; } public boolean isExistNextPage() { return existNextPage; }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 4.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/CrawlingInfoPager.java
public void setAllPageCount(final int allPageCount) { this.allPageCount = allPageCount; } public boolean isExistPrePage() { return existPrePage; } public void setExistPrePage(final boolean existPrePage) { this.existPrePage = existPrePage; } public boolean isExistNextPage() { return existNextPage; }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 3.3K bytes - Viewed (0)