- Sort Score
- Result 10 results
- Languages All
Results 171 - 180 of 2,463 for param (0.07 sec)
-
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/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) -
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) -
.teamcity/src/main/kotlin/common/CommonExtensions.kt
arch: Arch = Arch.AMD64, ) { params { param("env.BOT_TEAMCITY_GITHUB_TOKEN", "%github.bot-teamcity.token%") param("env.GRADLE_CACHE_REMOTE_SERVER", "%gradle.cache.remote.server%") param("env.JAVA_HOME", javaHome(buildJvm, os, arch)) param("env.ANDROID_HOME", os.androidHome) param("env.ANDROID_SDK_ROOT", os.androidHome)
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Wed Sep 10 01:37:13 UTC 2025 - 15K 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/org/codelibs/fess/query/parser/QueryParser.java
* For quoted queries on the default field, creates a phrase query instead of a term query. * * @param field the field to query * @param queryText the query text * @param quoted whether the query is quoted * @return the created Query object * @throws ParseException if the query cannot be parsed */ @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 10.2K bytes - Viewed (0)