- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 70 for navigator (0.25 sec)
-
src/main/java/org/codelibs/fess/app/pager/GroupPager.java
} /** * Gets the list of page numbers to display in pagination navigation. * * @return the list of page numbers for navigation */ public List<Integer> getPageNumberList() { return pageNumberList; } /** * Sets the list of page numbers to display in pagination navigation. * * @param pageNumberList the list of page numbers to set */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/StemmerOverridePager.java
* * This class provides pagination functionality for displaying stemmer override * dictionary entries in the administrative interface. It manages page state, * navigation controls, and provides methods for calculating page boundaries * and navigation elements. */ public class StemmerOverridePager implements Serializable { private static final long serialVersionUID = 1L;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/BadWordPager.java
} /** * Gets the list of page numbers for pagination navigation. * @return The list of page numbers. */ public List<Integer> getPageNumberList() { return pageNumberList; } /** * Sets the list of page numbers for pagination navigation. * @param pageNumberList The list of page numbers. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/UserPager.java
} /** * Gets the list of page numbers for navigation. * * @return the list of page numbers */ public List<Integer> getPageNumberList() { return pageNumberList; } /** * Sets the list of page numbers for navigation. * * @param pageNumberList the list of page numbers */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/ReqHeaderPager.java
} /** * Gets the list of page numbers for pagination navigation. * * @return the list of page numbers */ public List<Integer> getPageNumberList() { return pageNumberList; } /** * Sets the list of page numbers for pagination navigation. * * @param pageNumberList the list of page numbers to set */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/BoostDocPager.java
} /** * Gets the list of page numbers for pagination navigation. * @return The list of page numbers. */ public List<Integer> getPageNumberList() { return pageNumberList; } /** * Sets the list of page numbers for pagination navigation. * @param pageNumberList The list of page numbers. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/FileAuthPager.java
} /** * Gets the list of page numbers for navigation. * * @return the list of page numbers */ public List<Integer> getPageNumberList() { return pageNumberList; } /** * Sets the list of page numbers for navigation. * * @param pageNumberList the list of page numbers */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/entity/SearchRenderData.java
protected long currentStartRecordNumber; /** Ending record number for the current page. */ protected long currentEndRecordNumber; /** List of page numbers for pagination navigation. */ protected List<String> pageNumberList; /** Flag indicating whether the results are partial due to timeout or other issues. */ protected boolean partialResults;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 12.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/SearchLogPager.java
} /** * Gets the list of page numbers for pagination navigation. * * @return The page number list */ public List<Integer> getPageNumberList() { return pageNumberList; } /** * Sets the list of page numbers for pagination navigation. * * @param pageNumberList The page number list */
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/java/org/codelibs/fess/app/pager/FailureUrlPager.java
} /** * Gets the list of page numbers for navigation. * * @return the page number list */ public List<Integer> getPageNumberList() { return pageNumberList; } /** * Sets the list of page numbers for navigation. * * @param pageNumberList the page number list */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7K bytes - Viewed (0)