- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 41 for setAllPageCount (0.11 sec)
-
src/main/java/org/codelibs/fess/app/pager/UserPager.java
public void setAllRecordCount(final int allRecordCount) { this.allRecordCount = allRecordCount; } public int getAllPageCount() { return allPageCount; } public void setAllPageCount(final int allPageCount) { this.allPageCount = allPageCount; } public boolean isExistPrePage() { return existPrePage; }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 3.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/FileAuthPager.java
public void setAllRecordCount(final int allRecordCount) { this.allRecordCount = allRecordCount; } public int getAllPageCount() { return allPageCount; } public void setAllPageCount(final int allPageCount) { this.allPageCount = allPageCount; } public boolean isExistPrePage() { return existPrePage; }
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 setAllRecordCount(final int allRecordCount) { this.allRecordCount = allRecordCount; } public int getAllPageCount() { return allPageCount; } public void setAllPageCount(final int allPageCount) { this.allPageCount = allPageCount; } public boolean isExistPrePage() { return existPrePage; }
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 setAllRecordCount(final int allRecordCount) { this.allRecordCount = allRecordCount; } public int getAllPageCount() { return allPageCount; } public void setAllPageCount(final int allPageCount) { this.allPageCount = allPageCount; } public boolean isExistPrePage() { return existPrePage; }
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 setAllRecordCount(final int allRecordCount) { this.allRecordCount = allRecordCount; } public int getAllPageCount() { return allPageCount; } public void setAllPageCount(final int allPageCount) { this.allPageCount = allPageCount; } public boolean isExistPrePage() { return existPrePage; }
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 setAllRecordCount(final int allRecordCount) { this.allRecordCount = allRecordCount; } public int getAllPageCount() { return allPageCount; } public void setAllPageCount(final int allPageCount) { this.allPageCount = allPageCount; } public boolean isExistPrePage() { return existPrePage; }
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
assertNull(boostdocpager.versionNo); boostdocpager.setAllRecordCount(999); assertEquals(999, boostdocpager.getAllRecordCount()); boostdocpager.setAllPageCount(999); assertEquals(999, boostdocpager.getAllPageCount()); boostdocpager.setExistPrePage(true); assertTrue(boostdocpager.isExistPrePage()); boostdocpager.setExistNextPage(true);
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(1, crawlinginfopage.getDefaultCurrentPageNumber()); crawlinginfopage.setAllRecordCount(999); assertEquals(999, crawlinginfopage.getAllRecordCount()); crawlinginfopage.setAllPageCount(999); assertEquals(999, crawlinginfopage.getAllPageCount()); crawlinginfopage.setExistPrePage(true); assertTrue(crawlinginfopage.isExistPrePage()); crawlinginfopage.setExistNextPage(true);
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(1, duplicatehostpager.getDefaultCurrentPageNumber()); duplicatehostpager.setAllRecordCount(999); assertEquals(999, duplicatehostpager.getAllRecordCount()); duplicatehostpager.setAllPageCount(999); assertEquals(999, duplicatehostpager.getAllPageCount()); duplicatehostpager.setExistPrePage(true); assertTrue(duplicatehostpager.isExistPrePage());
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 setAllRecordCount(final int allRecordCount) { this.allRecordCount = allRecordCount; } public int getAllPageCount() { return allPageCount; } public void setAllPageCount(final int allPageCount) { this.allPageCount = allPageCount; } public boolean isExistPrePage() { return existPrePage; }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 4.6K bytes - Viewed (0)