Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for StopwordsPager (0.05 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/test/java/org/codelibs/fess/app/pager/StopwordsPagerTest.java

            StopwordsPager stopwordsPager = new StopwordsPager();
    
            stopwordsPager.clear();
            assertEquals(0, stopwordsPager.getAllRecordCount());
            assertEquals(0, stopwordsPager.getAllPageCount());
            assertEquals(false, stopwordsPager.isExistPrePage());
            assertEquals(false, stopwordsPager.isExistNextPage());
            assertEquals(25, stopwordsPager.getPageSize());
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 11 12:58:11 GMT 2026
    - 3K bytes
    - Click Count (0)
  2. 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 empty-list-placeholder"><i class="fa fa-info-circle text-primary" aria-hidden="true"></i>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 10.1K bytes
    - Click Count (0)
Back to Top