- Sort Score
- Result 10 results
- Languages All
Results 131 - 140 of 436 for associated (0.07 sec)
-
src/main/java/org/codelibs/fess/app/service/CrawlingInfoService.java
} /** * Retrieves all parameters associated with a specific crawling information record. * Results are ordered by creation time in ascending order and limited by configuration. * * @param id the unique identifier of the crawling information record * @return a list of CrawlingInfoParam entities associated with the specified crawling info */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 19.9K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/CrawlerClient.java
* @return the response data from the executed request */ ResponseData execute(RequestData data); /** * Closes the crawler client and releases any resources associated with it. * This default implementation does nothing. * * @throws Exception if an error occurs during closing */ @Override default void close() throws Exception { // nothing
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Mar 15 06:52:00 UTC 2025 - 1.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/go/GoForm.java
/** * Hash value for security or validation purposes. * This field is optional and used for request verification. */ public String hash; /** * Query identifier associated with the search that led to this document access. * This is required for tracking and analytics purposes. */ @Required public String queryId; /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/thumbnail/ThumbnailForm.java
*/ public class ThumbnailForm { /** * The document ID for which to retrieve the thumbnail. */ @Required @Size(max = 100) public String docId; /** * The query ID associated with the search request. */ @Required public String queryId; /** * The search query string for error page display. */ public String q; /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.9K bytes - Viewed (0) -
src/main/java/jcifs/smb/DfsReferral.java
* * @param data the DFS referral data */ public DfsReferral(final DfsReferralData data) { this.data = data; } /** * Get the DFS referral data associated with this referral * * @return the DFS referral data */ public DfsReferralData getData() { return this.data; } @Override public String toString() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 1.8K bytes - Viewed (0) -
.github/ISSUE_TEMPLATE/00-bug.yml
validations: required: true - type: textarea id: actual-behavior attributes: label: "What did you see happen?" description: Command invocations and their associated output, functions with their arguments and return results, full stacktraces for panics (upload a file if it is very long), etc. Prefer copying text output over using screenshots. validations: required: true
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Jan 04 23:31:17 UTC 2024 - 3.3K bytes - Viewed (0) -
src/main/java/jcifs/util/transport/Response.java
*/ void setExpiration(Long exp); /** * Resets this response to its initial state. */ void reset(); /** * Gets the exception associated with this response. * * @return an exception linked to an error */ Exception getException(); /** * Sets an exception for this response. *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3.2K bytes - Viewed (0) -
docs/smb3-features/02-persistent-handles-design.md
private final HandleType type; private final long timeout; private final long createTime; private volatile long lastAccessTime; private final Smb2LeaseKey leaseKey; // Associated lease if any private volatile boolean reconnecting; private transient SmbFile file; // Not serialized public HandleInfo(String path, HandleGuid guid, byte[] fileId,
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 31.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/fileauth/CreateForm.java
@Size(max = 100) public String password; /** Additional parameters for file authentication (maximum 1000 characters). */ @Size(max = 1000) public String parameters; /** The ID of the associated file configuration (required, maximum 1000 characters). */ @Required @Size(max = 1000) public String fileConfigId;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/webauth/CreateForm.java
/** * Additional parameters for the authentication. */ @Size(max = 1000) public String parameters; /** * The web configuration ID this authentication is associated with. */ @Required @Size(max = 1000) public String webConfigId; /** * The user who created this authentication configuration. */ @Size(max = 1000)
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.8K bytes - Viewed (0)