- Sort Score
- Result 10 results
- Languages All
Results 121 - 130 of 270 for beat (0.02 sec)
-
src/main/java/org/codelibs/fess/app/service/RoleTypeService.java
op.setRefreshPolicy(Constants.TRUE); }); } /** * Sets up the list condition for the role type query. * @param cb The role type condition bean. * @param roleTypePager The role type pager. */ protected void setupListCondition(final RoleTypeCB cb, final RoleTypePager roleTypePager) { if (roleTypePager.id != null) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.1K bytes - Viewed (0) -
api/maven-api-di/src/main/java/org/apache/maven/api/di/Typed.java
import static java.lang.annotation.RetentionPolicy.RUNTIME; /** * Explicitly specifies the types that should be used for dependency injection. * <p> * This annotation allows you to limit which types of a bean should be available * for injection. It can be used to prevent unintended automatic binding of implemented * interfaces or extended classes. * <p> * Example usage: * <pre> * {@literal @}Typed(ServiceImpl.class)
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Jan 30 23:28:59 UTC 2025 - 2.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/SearchLogService.java
} /** * Creates search conditions for search log queries based on pager criteria. * * @param pager The search log pager containing filter criteria * @param cb The search log condition bean to configure */ private void createSearchLogCondition(final SearchLogPager pager, final SearchLogCB cb) { if (StringUtil.isNotBlank(pager.queryId)) { cb.query().setQueryId_Term(pager.queryId);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 32.7K bytes - Viewed (0) -
src/main/resources/fess_message_nl.properties
constraints.ParametersScriptAssert.message = De scriptuitdrukking "{script}" is niet waar. constraints.Range.message = {item} moet tussen {min} en {max} liggen. constraints.SafeHtml.message = {item} bevat gevaarlijke HTML-inhoud. constraints.ScriptAssert.message = De scriptuitdrukking "{script}" is niet waar. constraints.URL.message = {item} is geen geldige URL. constraints.Required.message = {item} is vereist.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12K bytes - Viewed (0) -
docs/en/docs/tutorial/header-params.md
{* ../../docs_src/header_params/tutorial002_an_py310.py hl[10] *} /// warning Before setting `convert_underscores` to `False`, bear in mind that some HTTP proxies and servers disallow the usage of headers with underscores. /// ## Duplicate headers { #duplicate-headers }
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 3K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.28.md
- [Changelog since v1.28.0-beta.0](#changelog-since-v1280-beta0) - [Changes by Kind](#changes-by-kind-17) - [API Change](#api-change-6) - [Feature](#feature-14) - [Dependencies](#dependencies-17) - [Added](#added-17) - [Changed](#changed-17) - [Removed](#removed-17) - [v1.28.0-beta.0](#v1280-beta0) - [Downloads for v1.28.0-beta.0](#downloads-for-v1280-beta0)
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Oct 23 20:13:20 UTC 2024 - 456.9K bytes - Viewed (1) -
guava/src/com/google/common/base/Supplier.java
* recognize certain cases where distinct {@code Supplier} instances would in fact behave * identically. However, as code migrates to {@code java.util.function}, that behavior will * disappear. It is best not to depend on it. */ @Override boolean equals(@Nullable Object object);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Jun 19 17:20:48 UTC 2025 - 2.5K bytes - Viewed (0) -
docs/en/docs/alternatives.md
But at some point, there was no other option than creating something that provided all these features, taking the best ideas from previous tools, and combining them in the best way possible, using language features that weren't even available before (Python 3.6+ type hints). ## Previous tools { #previous-tools }
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 23.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/KeyMatchService.java
keyMatchBhv.delete(keyMatch, op -> { op.setRefreshPolicy(Constants.TRUE); }); } /** * Set up list conditions. * * @param cb The condition bean. * @param keyMatchPager The pager for key matches. */ protected void setupListCondition(final KeyMatchCB cb, final KeyMatchPager keyMatchPager) { if (StringUtil.isNotBlank(keyMatchPager.term)) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3.8K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ModelProblem.java
} /** * Gets the identifier of the model from which the problem originated. The identifier is derived from the * information that is available at the point the problem occurs and as such merely serves as best effort * to provide information to the user to track the problem back to its origin. * * @return The identifier of the model from which the problem originated or an empty string if unknown, never
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Aug 07 14:31:13 UTC 2025 - 2.9K bytes - Viewed (0)