- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 179 for eased (0.01 sec)
-
src/main/java/org/codelibs/fess/helper/QueryHelper.java
}); } break; } } /** * Builds role-based access control query filters to restrict search results based on user roles. * This method applies role-based filtering to ensure users only see documents they have access to. * * @param queryContext the query context to modify
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 19.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/PermissionHelper.java
/** Prefix used to identify role-based permissions */ protected String rolePrefix = "{role}"; /** Prefix used to identify group-based permissions */ protected String groupPrefix = "{group}"; /** Prefix used to identify user-based permissions */ protected String userPrefix = "{user}"; /** Prefix used to identify allow permissions */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 15.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/QueryResponseList.java
/** The current page number (1-based). */ protected int currentPageNumber; /** The total number of records in the search result set. */ protected long allRecordCount; /** The relation type for the total record count (e.g., "eq", "gte"). */ protected String allRecordCountRelation; /** The total number of pages based on the page size and total record count. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 14.5K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.2.md
only supports equality-based selector). * Scale subresource support is now expanded to ReplicaSets along with ReplicationControllers and Deployments. Scale now supports two different types
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Fri Dec 04 06:36:19 UTC 2020 - 41.4K bytes - Viewed (0) -
android/guava/src/com/google/common/hash/HashCode.java
return maxLength; } abstract void writeBytesToImpl(byte[] dest, int offset, int maxLength); /** * Returns a mutable view of the underlying bytes for the given {@code HashCode} if it is a * byte-based hashcode. Otherwise it returns {@link HashCode#asBytes}. Do <i>not</i> mutate this * array or else you will break the immutability contract of {@code HashCode}. */ byte[] getBytesInternal() { return asBytes(); }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 12.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
public String notificationTo; /** * Enable or disable search suggestions based on search logs. * When enabled, suggestions are generated from previous searches. */ @Size(max = 10) public String suggestSearchLog; /** * Enable or disable search suggestions based on document content. * When enabled, suggestions are generated from indexed documents. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 9.9K bytes - Viewed (0) -
android/guava-tests/benchmark/com/google/common/util/concurrent/MonitorBasedPriorityBlockingQueue.java
* (In other words, this method must allocate a new array). The caller is thus free to modify the * returned array. * * <p>This method acts as bridge between array-based and collection-based APIs. * * @return an array containing all of the elements in this queue */ @CanIgnoreReturnValue // pushed down from class to method @Override public Object[] toArray() {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 18:46:00 UTC 2025 - 18.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/GsaConfigParser.java
logger.debug("Text: {}", text); } textBuf.append(text); } /** * Parses and filters URL patterns from text based on protocol types. * Processes each line of the input text, filtering URLs based on web and file protocol support. * * @param text the raw text containing URL patterns, one per line * @param web true if web protocol URLs should be included
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 21.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/entity/SearchRenderData.java
protected long allRecordCount; /** Relation type for the record count (e.g., "eq", "gte"). */ protected String allRecordCountRelation; /** Total number of pages based on record count and page size. */ protected int allPageCount; /** Flag indicating whether a next page exists. */ protected boolean existNextPage; /** Flag indicating whether a previous page exists. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 12.5K bytes - Viewed (0) -
guava-tests/benchmark/com/google/common/util/concurrent/MonitorBasedArrayBlockingQueue.java
* (In other words, this method must allocate a new array). The caller is thus free to modify the * returned array. * * <p>This method acts as bridge between array-based and collection-based APIs. * * @return an array containing all of the elements in this queue */ @CanIgnoreReturnValue @Override public Object[] toArray() { E[] items = this.items;
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 18:46:00 UTC 2025 - 22.4K bytes - Viewed (0)