- Sort Score
- Result 10 results
- Languages All
Results 681 - 690 of 1,568 for Params (0.03 sec)
-
src/main/java/org/codelibs/fess/app/web/api/ApiResult.java
/** * Sets the ID of the updated item. * @param id The ID to set. * @return This ApiUpdateResponse instance. */ public ApiUpdateResponse id(final String id) { this.id = id; return this; } /** * Sets whether the item was created or updated. * @param created True if created, false if updated.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 24.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/base/login/FessLoginAssist.java
return OptionalThing.empty(); } /** * Saves the login history for the given user. * This operation is performed asynchronously. * * @param user the user entity * @param userBean the user bean * @param option the login specified option */ @Override protected void saveLoginHistory(final FessUser user, final FessUserBean userBean, final LoginSpecifiedOption option) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 12.1K bytes - Viewed (0) -
src/main/java/jcifs/smb/PreauthIntegrityService.java
} /** * Constructs a PreauthIntegrityService with specified configuration. * * @param secureRandom the secure random generator * @param hashAlgorithm the hash algorithm to use * @param enforceIntegrity whether to enforce integrity checks */ public PreauthIntegrityService(SecureRandom secureRandom, int hashAlgorithm, boolean enforceIntegrity) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 12.1K bytes - Viewed (0) -
src/main/java/jcifs/internal/witness/WitnessAsyncNotifyMessage.java
this.contextHandle = new byte[20]; this.notifications = new ArrayList<>(); } /** * Creates a new WitnessAsyncNotify RPC message with the specified context handle. * * @param contextHandle the context handle from registration */ public WitnessAsyncNotifyMessage(byte[] contextHandle) { super(WITNESS_ASYNC_NOTIFY);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 16.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/dict/mapping/ApiAdminDictMappingAction.java
@Resource private CharMappingService charMappingService; /** * Retrieve list of character mapping entries for the specified dictionary. * * @param dictId identifier of the dictionary * @param body search criteria and paging parameters * @return JSON response containing list of mapping entries */ // GET /api/admin/dict/mapping/settings/{dictId} @Execute
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 9.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/LabelTypeHelper.java
private Pattern includedPaths; private Pattern excludedPaths; /** * Constructs a new label type pattern. * * @param value The value. * @param includedPaths The included paths. * @param excludedPaths The excluded paths. */ public LabelTypePattern(final String value, final String includedPaths, final String excludedPaths) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 14.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/DictionaryFile.java
/** * Creates a new PagingList with the specified parameters. * * @param list the underlying list of items for this page * @param offset the starting offset for this page * @param size the page size * @param allRecordCount the total number of records across all pages */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 11.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/CrawlingInfoService.java
* This method performs batch deletion of both parameters and session records. * * @param activeSessionId the session ID to exclude from deletion (can be null) * @param name optional name filter for sessions to delete (can be null or blank) * @param date the expiration time threshold - sessions expired before this time will be deleted */
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/SystemHelper.java
* * @param name The role name. * @return The search role. */ public String getSearchRoleByRole(final String name) { return createSearchRole(ComponentUtil.getFessConfig().getRoleSearchRolePrefix(), name); } /** * Creates a search role string. * * @param type The type of the role. * @param name The name of the role.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 36.6K bytes - Viewed (0) -
src/main/java/jcifs/util/SecureKeyManager.java
} /** * Derive a new key from an existing key * * @param baseKey the base key * @param label key derivation label * @param context key derivation context * @param length desired key length in bytes * @return derived key * @throws GeneralSecurityException if key derivation fails */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 21.5K bytes - Viewed (0)