- Sort Score
- Result 10 results
- Languages All
Results 31 - 32 of 32 for prev_page (3.38 sec)
-
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
public static final String LABELS_search_result_time = "{labels.search_result_time}"; /** The key of the message: Prev */ public static final String LABELS_prev_page = "{labels.prev_page}"; /** The key of the message: Next */ public static final String LABELS_next_page = "{labels.next_page}"; /** The key of the message: Your search - <b>{0}</b> - did not match any documents. */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 156.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/ApiResult.java
*/ protected boolean nextPage; /** * Indicates if there is a previous page of search results. */ protected boolean prevPage; /** * The starting record number for the current page of search results. */ protected long startRecordNumber; /**Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 24.9K bytes - Viewed (0)