- Sort Score
- Result 10 results
- Languages All
Results 71 - 80 of 269 for gats (0.13 sec)
-
CHANGELOG/CHANGELOG-1.13.md
- The following features are now GA, and the associated feature gates are deprecated and will be removed in a future release: - CSIPersistentVolume - GCERegionalPersistentDisk - KubeletPluginsWatcher - VolumeScheduling - kubeadm - The DynamicKubeletConfig feature gate is deprecated. The functionality is still accessible by using the kubeadm alpha kubelet enable-dynamic command.
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 273.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/DuplicateHostPager.java
* * @return the default current page number (1) */ protected int getDefaultCurrentPageNumber() { return DEFAULT_CURRENT_PAGE_NUMBER; } /** * Gets the total number of records across all pages. * * @return the total record count */ public int getAllRecordCount() { return allRecordCount; } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SuggestHelper.java
} /** * Gets the total number of words in the suggest index. * * @return The total number of words. */ public long getAllWordsNum() { return suggester.getAllWordsNum(); } /** * Gets the number of words from documents in the suggest index. * * @return The number of document words.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 22.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/SearchLogPager.java
accessType = null; logType = LOG_TYPE_SEARCH; } /** * Gets the default current page number. * * @return The default current page number */ protected int getDefaultCurrentPageNumber() { return DEFAULT_CURRENT_PAGE_NUMBER; } /** * Gets the total number of records matching the search criteria. * * @return The total record count
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/api/BaseApiManager.java
OTHER; } /** * Default constructor for BaseApiManager. */ public BaseApiManager() { // Default constructor } /** * Gets the path prefix for API endpoints. * @return The path prefix. */ public String getPathPrefix() { return pathPrefix; } /** * Sets the path prefix for API endpoints.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/stopwords/StopwordsItem.java
*/ public void setNewInput(final String newInput) { this.newInput = newInput; } /** * Gets the original stopword. * * @return The original stopword. */ public String getInput() { return input; } /** * Gets the value of the stopword. * * @return The stopword value, or an empty string if null. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/entity/QueryContext.java
public boolean hasSorts() { return !sortBuilderList.isEmpty(); } /** * Gets the list of sort builders for this query context. * @return The list of sort builders. */ public List<SortBuilder<?>> sortBuilders() { return sortBuilderList; } /** * Gets the query builder for this context. * @return The query builder. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 9.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/ScheduledJobService.java
*/ @Resource protected ScheduledJobBhv scheduledJobBhv; /** * The Fess configuration. */ @Resource protected FessConfig fessConfig; /** * Gets a list of scheduled jobs based on the pager. * @param scheduledJobPager The pager for scheduled jobs. * @return A list of scheduled jobs. */
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/service/PathMappingService.java
} /** Path mapping behavior. */ @Resource protected PathMappingBhv pathMappingBhv; /** Fess configuration. */ @Resource protected FessConfig fessConfig; /** * Gets the path mapping list with paging. * * @param pathMappingPager the path mapping pager * @return the path mapping list */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/WebAuthenticationService.java
*/ @Resource protected WebAuthenticationBhv webAuthenticationBhv; /** * Fess configuration settings. */ @Resource protected FessConfig fessConfig; /** * Gets a paginated list of web authentications based on the provided pager. * * @param webAuthenticationPager The pager containing pagination and search criteria * @return List of web authentication configurations */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.2K bytes - Viewed (0)