- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 47 for existNextPage (0.96 sec)
-
src/main/java/org/codelibs/fess/app/pager/FailureUrlPager.java
*/ public boolean isExistNextPage() { return existNextPage; } /** * Sets whether a next page exists. * * @param existNextPage true if a next page exists, false otherwise */ public void setExistNextPage(final boolean existNextPage) { this.existNextPage = existNextPage; } /** * Gets the number of records per page.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/DuplicateHostPager.java
*/ public boolean isExistNextPage() { return existNextPage; } /** * Sets whether there is a next page available. * * @param existNextPage true if there is a next page, false otherwise */ public void setExistNextPage(final boolean existNextPage) { this.existNextPage = existNextPage; } /**Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/QueryResponseList.java
existPrevPage = startWithOffset > 0; existNextPage = startWithOffset < (long) (allPageCount - 1) * (long) pageSize; currentPageNumber = start / pageSize + 1; if (existNextPage && size() < pageSize) { // collapsing existNextPage = false; allPageCount = currentPageNumber; }
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 14.5K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/searchlist/admin_searchlist.jsp
</c:forEach> <c:if test="${existNextPage}"> <li class="page-item<c:if test="${!existNextPage}"> disabled</c:if>"> <la:linkRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 20.1K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/dict/stemmeroverride/admin_dict_stemmeroverride.jsp
</c:forEach> <c:if test="${pager.existNextPage}"> <li class="page-item"><la:link styleClass="page-link"Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 10.4K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/common/admin/crud/pagination.jsp
href="list/${p}">${p}</la:link></li> </c:forEach> <c:if test="${pager.existNextPage}"> <li class="page-item"><la:link styleClass="page-link" href="list/${pager.currentPageNumber + 1}"> <la:message key="labels.next_page" /> </la:link></li> </c:if> <c:if test="${!pager.existNextPage}"> <li class="page-item disabled"><a class="page-link" href="#"><la:messageRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Feb 07 10:28:50 UTC 2020 - 1.5K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/searchResults.jsp
</li> </c:forEach> <c:if test="${existNextPage}"> <li class="page-item"><la:link styleClass="page-link" aria-label="Next"Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 9.2K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji.jsp
</c:forEach> <c:if test="${pager.existNextPage}"> <li class="page-item"><la:link styleClass="page-link"Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 10.3K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/dict/protwords/admin_dict_protwords.jsp
</c:forEach> <c:if test="${pager.existNextPage}"> <li class="page-item"><la:link styleClass="page-link"Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 10.1K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/labeltype/admin_labeltype.jsp
href="list/${p}">${p}</la:link></li> </c:forEach> <c:if test="${labelTypePager.existNextPage}"> <li class="page-item"><la:link styleClass="page-link"Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 10.7K bytes - Viewed (0)