- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 81 for allRecordCount (1.86 sec)
-
src/main/java/org/codelibs/fess/app/pager/SearchLogPager.java
*/ public int getAllRecordCount() { return allRecordCount; } /** * Sets the total number of records matching the search criteria. * * @param allRecordCount The total record count */ public void setAllRecordCount(final int allRecordCount) { this.allRecordCount = allRecordCount; } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 8.8K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/dict/stemmeroverride/admin_dict_stemmeroverride.jsp
<la:errors/> </div> <%-- List --%> <c:if test="${stemmerOverridePager.allRecordCount == 0}"> <div class="row top10"> <div class="col-sm-12"> <em class="fa fa-info-circle text-primary">
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 10.2K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/dict/mapping/admin_dict_mapping.jsp
</la:info> <la:errors/> </div> <%-- List --%> <c:if test="${charMappingPager.allRecordCount == 0}"> <div class="row top10"> <div class="col-sm-12"> <em class="fa fa-info-circle text-primary">
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Wed Feb 12 20:25:27 UTC 2020 - 10.1K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/dict/stopwords/admin_dict_stopwords.jsp
</la:info> <la:errors/> </div> <%-- List --%> <c:if test="${stopwordsPager.allRecordCount == 0}"> <div class="row top10"> <div class="col-sm-12"> <em class="fa fa-info-circle text-primary">
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 9.9K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/accesstoken/admin_accesstoken.jsp
</la:info> <la:errors/> </div> <%-- List --%> <c:if test="${accessTokenPager.allRecordCount == 0}"> <div class="row"> <div class="col-sm-12"> <em class="fa fa-info-circle text-primary">
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Wed Feb 12 20:25:27 UTC 2020 - 4.7K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/reqheader/admin_reqheader.jsp
<la:errors/> </div> <%-- List --%> <c:if test="${reqHeaderPager.allRecordCount == 0}"> <div class="row top10"> <div class="col-sm-12"> <em class="fa fa-info-circle text-primary">
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Mar 24 13:43:18 UTC 2020 - 5.5K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/util/QueryResponseListTest.java
// Test when currentEndRecordNumber would exceed allRecordCount QueryResponseList qrList = new QueryResponseList(null, 95, 10, 0) { @Override public int size() { return 5; // Only 5 records returned } }; qrList.allRecordCount = 100; // Total 100 records qrList.calculatePageInfo();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 39.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/AccessTokenPager.java
* @return The all record count. */ public int getAllRecordCount() { return allRecordCount; } /** * Set the all record count. * @param allRecordCount The all record count. */ public void setAllRecordCount(final int allRecordCount) { this.allRecordCount = allRecordCount; } /** * Get the all page count. * @return The all page count.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/CharMappingPager.java
* @return The total record count. */ public int getAllRecordCount() { return allRecordCount; } /** * Sets the total number of records. * @param allRecordCount The total record count. */ public void setAllRecordCount(final int allRecordCount) { this.allRecordCount = allRecordCount; } /** * Gets the total number of pages.
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
*/ public int getAllRecordCount() { return allRecordCount; } /** * Sets the total record count. * * @param allRecordCount the total record count */ public void setAllRecordCount(final int allRecordCount) { this.allRecordCount = allRecordCount; } /** * Gets the total page count. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.9K bytes - Viewed (0)