- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 32 for setExistPrePage (0.07 sec)
-
src/main/java/org/codelibs/fess/app/pager/KeyMatchPager.java
return existPrePage; } /** * Sets whether a previous page exists. * * @param existPrePage True if a previous page exists. */ public void setExistPrePage(final boolean existPrePage) { this.existPrePage = existPrePage; } /** * Returns true if a next page exists. * * @return True if a next page exists. */
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/WebConfigPager.java
return existPrePage; } /** * Sets whether a previous page exists. * * @param existPrePage True if a previous page exists */ public void setExistPrePage(final boolean existPrePage) { this.existPrePage = existPrePage; } /** * Checks if a next page exists. * * @return True if a next page exists, false otherwise */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/ReqHeaderPager.java
} /** * Sets the flag indicating whether a previous page exists. * * @param existPrePage true if a previous page exists, false otherwise */ public void setExistPrePage(final boolean existPrePage) { this.existPrePage = existPrePage; } /** * Checks if a next page exists for pagination. * * @return true if a next page exists, false otherwise
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/SynonymPager.java
return existPrePage; } /** * Sets the flag for the existence of a previous page. * * @param existPrePage true if a previous page exists. */ public void setExistPrePage(final boolean existPrePage) { this.existPrePage = existPrePage; } /** * Checks if a next page exists. * * @return true if a next page exists, false otherwise. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/KuromojiPager.java
return existPrePage; } /** * Sets whether a previous page exists. * * @param existPrePage True if a previous page exists. */ public void setExistPrePage(final boolean existPrePage) { this.existPrePage = existPrePage; } /** * Returns true if a next page exists. * * @return True if a next page exists. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/RoleTypePager.java
return existPrePage; } /** * Sets whether a previous page exists. * @param existPrePage true if a previous page exists, false otherwise. */ public void setExistPrePage(final boolean existPrePage) { this.existPrePage = existPrePage; } /** * Checks if a next page exists. * @return true if a next page exists, false otherwise. */
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/BadWordPager.java
return existPrePage; } /** * Sets the existence of a previous page. * @param existPrePage True if a previous page exists. */ public void setExistPrePage(final boolean existPrePage) { this.existPrePage = existPrePage; } /** * Checks if there is a next page. * @return True if a next page exists, false otherwise. */
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/LabelTypePager.java
return existPrePage; } /** * Sets whether a previous page exists. * * @param existPrePage True if a previous page exists. */ public void setExistPrePage(final boolean existPrePage) { this.existPrePage = existPrePage; } /** * Returns true if a next page exists. * * @return True if a next page exists. */
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/RelatedContentPager.java
return existPrePage; } /** * Sets whether a previous page exists. * * @param existPrePage true if previous page exists, false otherwise */ public void setExistPrePage(final boolean existPrePage) { this.existPrePage = existPrePage; } /** * Checks if a next page exists. * * @return true if next page exists, false otherwise */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/ProtwordsPager.java
return existPrePage; } /** * Sets whether a previous page exists. * @param existPrePage true if previous page exists */ public void setExistPrePage(final boolean existPrePage) { this.existPrePage = existPrePage; } /** * Checks if there is a next page. * @return true if next page exists, false otherwise */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.3K bytes - Viewed (0)