- Sort Score
- Result 10 results
- Languages All
Results 621 - 630 of 1,568 for Params (0.1 sec)
-
src/main/java/org/codelibs/curl/CurlRequest.java
*/ public CurlRequest encoding(final String encoding) { if (paramList != null) { throw new CurlException("This method must be called before param method."); } this.encoding = encoding; return this; } /** * Sets the threshold size for the request body. * * @param threshold the threshold
Registered: Thu Sep 04 15:34:10 UTC 2025 - Last Modified: Sat Jul 05 01:38:18 UTC 2025 - 17.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/index/writer/SuggestWriter.java
* Writes the given suggest items to the specified index. * * @param client the client used to interact with the search engine * @param settings the settings for the suggest feature * @param index the name of the index where the suggest items will be written * @param items an array of suggest items to be written to the index * @param update a boolean flag indicating whether to update existing items
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Fri Jul 04 14:00:23 UTC 2025 - 4.1K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/HcHttpClient.java
clientConnectionManager.shutdown(); } } } /** * Adds a property to the HTTP client configuration. * * @param name The property name * @param value The property value */ public void addHttpClientProperty(final String name, final Object value) { if (StringUtil.isNotBlank(name) && value != null) {
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 52.2K bytes - Viewed (0) -
src/main/java/org/codelibs/core/lang/FieldUtil.java
} /** * Returns the value of the field represented by the given {@link Field} for the specified object. * * @param <T> the type of the field * @param field the field (must not be {@literal null}) * @param target the object from which to extract the field value; {@literal null} if the field is static * @return the value represented by the field in the object
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 9.8K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SID.java
/** * Resolves an array of SIDs to obtain their account and domain names. * * @param authorityServerName the server to use for SID resolution * @param auth the authentication credentials to use * @param sids the array of SIDs to resolve * @param offset the starting offset in the array * @param length the number of SIDs to resolve * @throws IOException if there is an error resolving the SIDs */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 31.5K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/info/Smb2SetInfoRequest.java
* * @param config * the configuration to use for this request */ public Smb2SetInfoRequest(final Configuration config) { this(config, Smb2Constants.UNSPECIFIED_FILEID); } /** * Constructs a SMB2 set info request with the specified configuration and file ID * * @param config
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.7K bytes - Viewed (0) -
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/util/OpenSearchCrawlerConfig.java
* @param dataShards The number of data shards. */ public void setDataShards(final int dataShards) { this.dataShards = dataShards; } /** * Returns the number of filter shards. * @return The number of filter shards. */ public int getFilterShards() { return filterShards; } /** * Sets the number of filter shards.
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 5.4K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/Interpolator.java
} /** * Interpolates the values in the given map using the provided callback function. * * @param map The map containing key-value pairs to be interpolated. * @param callback The function to resolve variable values not found in the map. * @param defaultsToEmpty If true, unresolved placeholders are replaced with empty strings. If false, they are left unchanged. */ default void interpolate(
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Mon Jan 13 16:14:35 UTC 2025 - 6.9K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/ntlm/JcifsEngine.java
} /** * Generates a Type 3 NTLM message. * * @param username the username * @param password the password * @param domain the domain * @param workstation the workstation * @param challenge the Type 2 challenge message * @return the Base64-encoded Type 3 message * @throws NTLMEngineException if an NTLM engine error occurs
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Sep 18 09:30:45 UTC 2025 - 4.3K bytes - Viewed (0) -
src/main/java/jcifs/SmbException.java
this.timestamp = System.currentTimeMillis(); } /** * Creates an SMB exception with cause * * @param message the error message * @param errorCode the SMB error code * @param severity the error severity * @param category the error category * @param cause the cause exception */ public SmbException(String message, int errorCode, Severity severity, Category category, Throwable cause) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 6.4K bytes - Viewed (0)