- Sort Score
- Result 10 results
- Languages All
Results 61 - 70 of 153 for pagination (0.29 sec)
-
src/main/java/org/codelibs/fess/app/service/StemmerOverrideService.java
* * This method fetches stemmer override entries with pagination support, updating * the provided pager with the current page state and navigation information. * * @param dictId The ID of the stemmer override dictionary to query * @param stemmerOvberridePager The pager object for pagination control and state
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 5.7K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/dict/synonym/admin_dict_synonym.jsp
</div> <div class="col-sm-10"> <ul class="pagination pagination-sm m-0 float-right"> <c:if test="${pager.existPrePage}"> <li class="page-item"><la:link
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Mar 24 13:43:18 UTC 2020 - 10.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/DictionaryFile.java
/** * Abstract base class for dictionary files that manage dictionary items. * A dictionary file represents a collection of dictionary items with * CRUD operations and pagination support. * * @param <T> the type of dictionary items managed by this file */ public abstract class DictionaryFile<T extends DictionaryItem> { /** The dictionary manager responsible for this file. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 11.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/pathmap/AdminPathmapAction.java
public HtmlResponse index(final SearchForm form) { return asListHtml(); } /** * Displays the path mapping list with pagination support. * * @param pageNumber the optional page number for pagination * @param form the search form containing search criteria * @return HTML response for the path mapping list page */ @Execute
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 16K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/labeltype/admin_labeltype.jsp
</div> <%-- Paging Navigation --%> <div class="col-sm-10"> <ul class="pagination pagination-sm m-0 float-right"> <c:if test="${labelTypePager.existPrePage}"> <li class="page-item"><la:link
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Mar 31 05:47:05 UTC 2020 - 10.5K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/pathmap/admin_pathmap.jsp
</div> <c:set var="pager" value="${pathMapPager}" scope="request"/> <c:import url="/WEB-INF/view/common/admin/crud/pagination.jsp"/> <c:if test="${pager.currentPageNumber > pager.allPageCount}"> <script>location.href = "${contextPath}/admin/pathmap/list/${pager.allPageCount}";</script>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Mar 31 05:47:05 UTC 2020 - 7.4K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji.jsp
</div> <div class="col-sm-10"> <ul class="pagination pagination-sm m-0 float-right"> <c:if test="${pager.existPrePage}"> <li class="page-item"><la:link
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Fri Mar 27 06:24:23 UTC 2020 - 10.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/RelatedContentService.java
*/ @Resource protected FessConfig fessConfig; /** * Retrieves a paginated list of related content entities. * * @param relatedContentPager the pager object containing pagination and search parameters * @return a list of RelatedContent entities matching the specified criteria */ public List<RelatedContent> getRelatedContentList(final RelatedContentPager relatedContentPager) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/CharMappingService.java
* <p> * This method fetches character mapping items with pagination support and updates * the pager with the current page information including total count and page ranges. * </p> * * @param dictId the dictionary ID to retrieve character mappings from * @param charMappingPager the pager object containing pagination parameters
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 6.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/group/AdminGroupAction.java
// ========= /** Service for group operations. */ @Resource private GroupService groupService; /** Pager for group list pagination. */ @Resource private GroupPager groupPager; // ===================================================================================
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 16.2K bytes - Viewed (0)