- Sort Score
- Result 10 results
- Languages All
Results 771 - 780 of 2,463 for param (0.04 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb/SmbAuthentication.java
* Sets the SMB server address. * @param server the server address to set */ public void setServer(final String server) { this.server = server; } /** * Returns the SMB server port. * @return the server port */ public int getPort() { return port; } /** * Sets the SMB server port. * @param port the server port to set */
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 3.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/request/Request.java
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Fri Jul 04 14:00:23 UTC 2025 - 2.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/DuplicateHostService.java
* including regular name wildcards and duplicate hostname wildcards. * Results are ordered by sort order and creation time in ascending order.</p> * * @param cb the condition bean to configure * @param duplicateHostPager the pager containing search criteria */ protected void setupListCondition(final DuplicateHostCB cb, final DuplicateHostPager duplicateHostPager) {
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/web/api/admin/duplicatehost/ApiAdminDuplicatehostAction.java
// PUT /api/admin/duplicatehost/settings /** * Returns list of duplicate host settings. * Supports both GET and PUT requests for retrieving paginated duplicate host configurations. * * @param body search parameters for filtering and pagination * @return JSON response containing duplicate host settings list with pagination info */ @Execute
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 8.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/settings/ElevateWordSettings.java
/** Array settings for elevate words. */ protected ArraySettings arraySettings; /** * Constructor. * @param settings Suggest settings * @param client OpenSearch client * @param settingsIndexName Settings index name * @param settingsId Settings ID */ protected ElevateWordSettings(final SuggestSettings settings, final Client client, final String settingsIndexName,
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Fri Jul 04 14:00:23 UTC 2025 - 7.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/role/ApiAdminRoleAction.java
/** The role service for managing role settings. */ @Resource private RoleService roleService; /** * Retrieves role settings with pagination. * * @param body the search parameters for filtering and pagination * @return JSON response containing role settings list */ // GET /api/admin/role/settings // PUT /api/admin/role/settings @Execute
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 7K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/msrpc/MsrpcQueryInformationPolicy.java
/** * Constructs a new MsrpcQueryInformationPolicy request. * * @param policyHandle the policy handle obtained from LsarOpenPolicy * @param level the information level to query * @param info the NdrObject to receive the policy information */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 1.7K bytes - Viewed (0) -
src/main/java/jcifs/util/ResourceManager.java
return Collections.unmodifiableSet(result); } /** * Configure resource manager * * @param maxAge maximum resource age in milliseconds * @param cleanupInterval cleanup interval in milliseconds * @param enableLeakDetection enable leak detection * @param enableAutoCleanup enable auto cleanup */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 16.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/query/PrefixQueryCommand.java
"Unknown q: " + query.getClass() + " => " + query); } /** * Converts a prefix query to a query builder. * * @param context the query context * @param prefixQuery the prefix query * @param boost the boost factor * @return the query builder */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 5.1K bytes - Viewed (0) -
src/main/java/org/codelibs/core/collection/LruHashSet.java
* <p> * This set has a fixed maximum capacity. When the capacity is reached and a new element is added, * the least recently used element is removed. * </p> * @author shinsuke * @param <E> the type of elements maintained by this set */ public class LruHashSet<E> extends AbstractSet<E> implements Set<E>, java.io.Serializable { private static final long serialVersionUID = 1L; /**
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat Jul 05 00:11:05 UTC 2025 - 3.7K bytes - Viewed (0)