- Sort Score
- Result 10 results
- Languages All
Results 421 - 430 of 547 for pageY (0.05 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/searchlist/ListForm.java
/** The start position for search results. */ @ValidateTypeFailure public Integer start; /** The offset for pagination. */ @ValidateTypeFailure public Integer offset; /** The page number. */ @ValidateTypeFailure public Integer pn; /** The number of results to display. */ @ValidateTypeFailure public Integer num; /** The languages. */ public String[] lang;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.2K bytes - Viewed (0) -
docs/bucket/replication/README.md
replicate selected objects in a bucket to a destination bucket. The contents of this page have been migrated to the new [MinIO Documentation: Bucket Replication](https://docs.min.io/community/minio-object-store/administration/bucket-replication.html) page. The [Bucket Replication](https://docs.min.io/community/minio-object-store/administration/bucket-replication/bucket-replication-requirements.html) page references dedicated tutorials for configuring one-way "Active-Passive" and two-way "Active-Active"...
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 18.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/base/FessBaseAction.java
// ============ /** * Saves informational messages to the session. * The messages will be displayed to the user on the next page load. * * @param validationMessagesLambda a lambda function to configure the messages */ protected void saveInfo(final VaMessenger<FessMessages> validationMessagesLambda) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 15K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SystemHelper.java
} } return url.replaceFirst("\\{lang\\}", target == null ? "EN" : target); } /** * Gets the help link for a specific page. * * @param name The name of the help page. * @return The help link. */ public String getHelpLink(final String name) { final String url = ComponentUtil.getFessConfig().getOnlineHelpBaseLink() + name + "-guide.html";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 36.6K bytes - Viewed (0) -
docs/security/tls_configuration_history.md
TLS Configuration History ========================= OkHttp tracks the dynamic TLS ecosystem to balance connectivity and security. This page is a log of changes we've made over time to OkHttp's default TLS options. [OkHttp 3.14][OkHttp314] ------------------------ _2019-03-14_ Remove 2 TLSv1.3 cipher suites that are neither available on OkHttp’s host platforms nor enabled in releases of Chrome and Firefox. ##### RESTRICTED_TLS cipher suites
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sun Feb 06 16:35:36 UTC 2022 - 9K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.user_roomNumber=Zimmernummer labels.roomNumber=Zimmernummer labels.user_description=Beschreibung labels.description=Beschreibung labels.user_title=Titel labels.title=Titel labels.user_pager=Pager labels.pager=Pager labels.user_street=Straße labels.street=Straße labels.user_postalCode=Postleitzahl labels.postalCode=Postleitzahl labels.user_physicalDeliveryOfficeName=Büro labels.physicalDeliveryOfficeName=Büro
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.5K bytes - Viewed (1) -
src/main/resources/fess_label_nl.properties
labels.user_roomNumber=Kamernummer labels.roomNumber=Kamernummer labels.user_description=Beschrijving labels.description=Beschrijving labels.user_title=Titel labels.title=Titel labels.user_pager=Pager labels.pager=Pager labels.user_street=Straat labels.street=Straat labels.user_postalCode=Postcode labels.postalCode=Postcode labels.user_physicalDeliveryOfficeName=Kantoor labels.physicalDeliveryOfficeName=Kantoor
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 42.8K bytes - Viewed (1) -
okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat
hatenadiary.com hateblo.jp hatenablog.jp hatenadiary.jp hatenadiary.org // Heilbronn University of Applied Sciences - Faculty Informatics (GitLab Pages): https://www.hs-heilbronn.de // Submitted by Richard Zowalla <******@****.***> pages.it.hs-heilbronn.de pages-research.it.hs-heilbronn.de // HeiyuSpace: https://lazycat.cloud // Submitted by Xia Bin <******@****.***> heiyu.space
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Dec 27 13:39:56 UTC 2024 - 309.7K bytes - Viewed (0) -
CONTRIBUTING.md
Additional Resources -------------------- + [Contributing patches](https://maven.apache.org/guides/development/guide-maven-development.html#Creating_and_submitting_a_patch) + [Apache Maven JIRA project page](https://issues.apache.org/jira/projects/MNG/) + [Contributor License Agreement][cla] + [General GitHub documentation](https://help.github.com/)
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sat Jun 07 09:55:33 UTC 2025 - 4.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/bsbhv/BsUserBhv.java
result.setMobile(DfTypeUtil.toString(source.get("mobile"))); result.setName(DfTypeUtil.toString(source.get("name"))); result.setPager(DfTypeUtil.toString(source.get("pager"))); result.setPassword(DfTypeUtil.toString(source.get("password"))); result.setPhysicalDeliveryOfficeName(DfTypeUtil.toString(source.get("physicalDeliveryOfficeName")));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 12K bytes - Viewed (0)