- Sort Score
- Result 10 results
- Languages All
Results 681 - 690 of 2,351 for params (0.04 sec)
-
src/main/java/org/codelibs/fess/ldap/LdapManager.java
} /** * Creates the environment for LDAP connection. * * @param initialContextFactory The initial context factory. * @param securityAuthentication The security authentication. * @param providerUrl The provider URL. * @param principal The principal. * @param credntials The credentials. * @return The environment for LDAP connection. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 82K bytes - Viewed (0) -
src/main/java/jcifs/SmbResourceException.java
this.requestedResources = -1; } /** * Creates a resource exception with resource details * * @param message the error message * @param errorCode the SMB error code * @param resourceType the type of resource * @param available available resources * @param requested requested resources */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 5.6K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/UrlQueue.java
* * @param <IDTYPE> the type of the identifier for the URL queue entry */ public interface UrlQueue<IDTYPE> { /** * Retrieves the unique identifier of the URL queue. * * @return the unique identifier of type IDTYPE. */ IDTYPE getId(); /** * Sets the unique identifier for the URL queue. * * @param id the unique identifier to set */
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Mar 15 06:52:00 UTC 2025 - 4.3K bytes - Viewed (0) -
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) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/ResponseData.java
* * @param responseBody the byte array containing the response body */ public void setResponseBody(final byte[] responseBody) { responseBodyBytes = responseBody; } /** * Sets the response body from a file. * * @param responseBody the file containing the response body
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 11.6K bytes - Viewed (0) -
src/main/java/jcifs/util/ServerResponseValidator.java
private final AtomicLong integerOverflowsPrevented = new AtomicLong(0); /** * Validate SMB response buffer bounds * * @param buffer the buffer to validate * @param expectedSize expected minimum size * @param maxSize maximum allowed size * @throws SmbException if validation fails */ public void validateBuffer(byte[] buffer, int expectedSize, int maxSize) throws SmbException {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 16.6K bytes - Viewed (0) -
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/service/impl/OpenSearchUrlFilterService.java
setNumberOfReplicas(crawlerConfig.getFilterReplicas()); } /** * Creates a new instance of OpenSearchUrlFilterService. * @param name The name. * @param type The type. */ public OpenSearchUrlFilterService(final String name, final String type) { index = name + "." + type; } /** * Initializes the service. */ @PostConstruct
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 9.2K bytes - Viewed (0) -
src/main/java/org/codelibs/core/net/URLUtil.java
} } /** * Creates a <code>URL</code> by parsing the specified spec within the specified context. * * @param context * The context in which to parse the spec. Must not be {@literal null}. * @param spec * A string to be parsed as a <code>URL</code>. Must not be {@literal null} or empty. * @return A <code>URL</code>. */
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 6.8K bytes - Viewed (0) -
src/main/java/org/codelibs/core/lang/GenericsUtil.java
} /** * Returns the generic type of the specified type for the given index, or the default class if not found. * * @param type the type to analyze * @param index the index of the generic type * @param defaultClass the default class to return if not found * @return the generic type class, or the default class */
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 23.4K bytes - Viewed (0) -
src/main/java/jcifs/smb/compression/CompressionService.java
* @param algorithm the compression algorithm that was used * @return the decompressed data * @throws CIFSException if decompression fails */ byte[] decompress(byte[] compressedData, int algorithm) throws CIFSException; /** * Decompresses data with offset and length parameters. * * @param compressedData the compressed data buffer * @param offset the offset in the buffer
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 5.2K bytes - Viewed (0)