- Sort Score
- Num 10 results
- Language All
Results 31 - 32 of 32 for next_page (0.04 seconds)
-
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
/** 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. */ public static final String LABELS_did_not_match = "{labels.did_not_match}";Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 172.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/ApiResult.java
*/ protected int pageCount; /** * Indicates if there is a next page of search results. */ protected boolean nextPage; /** * Indicates if there is a previous page of search results. */ protected boolean prevPage; /**Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:55:54 GMT 2026 - 25.8K bytes - Click Count (0)