- Sort Score
- Result 10 results
- Languages All
Results 311 - 320 of 2,463 for param (0.02 sec)
-
src/main/java/jcifs/internal/smb1/SMB1SigningDigest.java
} /** * Copies the given text data into the destination array * * @param cfg * The configuration to use for text encoding * @param t * The text data to copy * @param dst * The destination byte array * @param dstIndex * The starting index in the destination array */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 11.9K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTreeImpl.java
public <T extends CommonServerMessageBlockResponse> T send(final jcifs.internal.Request<T> request, final RequestParam... params) throws CIFSException { return send((CommonServerMessageBlockRequest) request, request.getResponse(), params != null && params.length > 0 ? EnumSet.copyOf(Arrays.asList(params)) : EnumSet.noneOf(RequestParam.class)); }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 30K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/request/suggest/SuggestRequest.java
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Thu Aug 07 02:41:28 UTC 2025 - 17.8K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/ExtensibleEnums.java
/** * Creates a new DefaultPathScope with the specified ID, project scope, and dependency scopes. * * @param id the identifier for this path scope * @param projectScope the project scope associated with this path scope, must not be null * @param dependencyScopes the dependency scopes associated with this path scope, must not be null */
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 5.8K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/rdma/RdmaStatistics.java
* * @param bytes number of bytes sent * @param durationNanos operation duration in nanoseconds */ public void recordRdmaSend(int bytes, long durationNanos) { rdmaSends.incrementAndGet(); bytesTransferred.addAndGet(bytes); totalSendTime.addAndGet(durationNanos); } /** * Record an RDMA receive operation * * @param bytes number of bytes received
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 10.7K bytes - Viewed (0) -
src/main/java/jcifs/ntlmssp/av/AvPairs.java
* * @param pairs the list of AV pairs to modify * @param rep the replacement AV pair */ public static void replace(final List<AvPair> pairs, final AvPair rep) { remove(pairs, rep.getType()); pairs.add(rep); } /** * Encodes a list of AV pairs into byte array format * * @param pairs the list of AV pairs to encode
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/query/StoredLtrQueryBuilder.java
*/ public Map<String, Object> params() { return params; } /** * Sets the parameters for the LTR query. * * @param params A map of query parameters. * @return This query builder. */ public StoredLtrQueryBuilder params(final Map<String, Object> params) { this.params = Objects.requireNonNull(params); return this; } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/KeyMatchService.java
* Delete a key match. * * @param keyMatch The key match to delete. */ public void delete(final KeyMatch keyMatch) { keyMatchBhv.delete(keyMatch, op -> { op.setRefreshPolicy(Constants.TRUE); }); } /** * Set up list conditions. * * @param cb The condition bean. * @param keyMatchPager The pager for key matches. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3.8K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/legacy/metadata/ArtifactMetadataSource.java
* * @param artifact artifact we are interested in. Only <code>groupid</code> and <code>artifactId</code> * are needed, for instance the following code will work * <code>artifactFactory.createProjectArtifact( "org.apache.maven", "maven", "" )</code> * @param localRepository local repository
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 3.5K bytes - Viewed (0) -
src/main/java/org/codelibs/core/io/ReaderUtil.java
private static final int BUF_SIZE = 4096; /** * Creates a {@link Reader} to read from a file with the specified encoding. * * @param is * the input stream (must not be {@literal null}) * @param encoding * the encoding of the input stream (must not be {@literal null} or empty) * @return a {@link Reader} to read from the file */
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 4.3K bytes - Viewed (0)