- Sort Score
- Result 10 results
- Languages All
Results 171 - 180 of 1,838 for param (0.07 sec)
-
src/main/java/jcifs/internal/smb2/create/Smb2CloseRequest.java
private int closeFlags; /** * @param config * @param fileId * @param fileName */ public Smb2CloseRequest ( Configuration config, byte[] fileId, String fileName ) { super(config, SMB2_CLOSE); this.fileId = fileId; this.fileName = fileName; } /** * * @param config * @param fileId */
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 4K bytes - Viewed (0) -
src/main/java/org/codelibs/core/beans/impl/BeanDescImpl.java
return methodDesc; } } return null; } /** * 引数が引数型に適合するかチェックします。 * * @param paramTypes * 引数型の並び * @param args * 引数の並び * @param adjustNumber * 引数型が数値型の場合に引数を適合するように変換する場合は{@literal true} * @return 引数が引数型に適合する場合は{@literal true} */
Registered: Fri Nov 01 20:58:10 UTC 2024 - Last Modified: Thu Mar 07 01:59:08 UTC 2024 - 26.1K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/info/Smb2QueryInfoRequest.java
private int queryFlags; private byte[] fileId; private Encodable inputBuffer; /** * @param config */ public Smb2QueryInfoRequest ( Configuration config ) { this(config, Smb2Constants.UNSPECIFIED_FILEID); } /** * @param config * @param fileId */ public Smb2QueryInfoRequest ( Configuration config, byte[] fileId ) {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Nov 14 10:41:31 UTC 2021 - 5.6K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/info/Smb2QueryInfoResponse.java
private byte expectInfoType; private byte expectInfoClass; private Decodable info; /** * @param config * @param expectInfoType * @param expectInfoClass */ public Smb2QueryInfoResponse ( Configuration config, byte expectInfoType, byte expectInfoClass ) { super(config); this.expectInfoType = expectInfoType;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sat Nov 13 15:13:49 UTC 2021 - 6K bytes - Viewed (0) -
src/main/java/jcifs/http/NtlmSsp.java
* HttpServletResponse, byte[])} method to perform NTLM authentication * for the specified servlet request. * * @param tc * * @param req * The request being serviced. * @param resp * The response. * @param challenge * The domain controller challenge. * @return credentials passed in the servlet request * @throws IOException
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 4.7K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/legacy/metadata/ArtifactMetadataRetrievalException.java
private Artifact artifact; /** * @param message a message * @deprecated use {@link #ArtifactMetadataRetrievalException(String, Throwable, Artifact)} */ @Deprecated public ArtifactMetadataRetrievalException(String message) { this(message, null, null); } /** * @param cause a cause
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.1K bytes - Viewed (0) -
guava/src/com/google/common/collect/Table.java
* <p>See the Guava User Guide article on <a href= * "https://github.com/google/guava/wiki/NewCollectionTypesExplained#table">{@code Table}</a>. * * @author Jared Levy * @param <R> the type of the table row keys * @param <C> the type of the table column keys * @param <V> the type of the mapped values * @since 7.0 */ @DoNotMock("Use ImmutableTable, HashBasedTable, or another implementation") @GwtCompatible @ElementTypesAreNonnullByDefault
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Jun 17 14:40:53 UTC 2023 - 10.7K bytes - Viewed (0) -
tests/test_tutorial/test_sql_databases/test_tutorial001.py
default_registry.dispose() @pytest.fixture( name="client", params=[ "tutorial001", pytest.param("tutorial001_py39", marks=needs_py39), pytest.param("tutorial001_py310", marks=needs_py310), "tutorial001_an", pytest.param("tutorial001_an_py39", marks=needs_py39), pytest.param("tutorial001_an_py310", marks=needs_py310), ], )
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Wed Oct 09 19:44:42 UTC 2024 - 14.8K bytes - Viewed (0) -
src/main/java/org/codelibs/core/text/Tokenizer.java
Registered: Fri Nov 01 20:58:10 UTC 2024 - Last Modified: Thu Mar 07 01:59:08 UTC 2024 - 8.6K bytes - Viewed (0) -
src/main/java/jcifs/util/transport/Response.java
/** * @return status code */ int getErrorCode (); /** * @param k */ void setMid ( long k ); /** * @return mid */ long getMid (); /** * * @param buffer * @param i * @param size * @return whether signature verification is successful */
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 2.3K bytes - Viewed (0)