- Sort Score
- Result 10 results
- Languages All
Results 71 - 80 of 1,857 for constructs (0.04 sec)
-
src/main/java/jcifs/smb1/smb1/SmbNamedPipe.java
* flags is necessary to distinguish which type of Named Pipe behavior * is desired. * * <table border="1"> * <caption>SmbNamedPipe Constructor Examples</caption> * <tr> * <td colspan="2"><b><code>SmbNamedPipe</code> Constructor Examples</b></td> * <tr><td ><b>Code Sample</b></td><td><b>Description</b></td></tr> * <tr><td ><pre> * new SmbNamedPipe( "smb1://server/IPC$/PIPE/foo",
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 8.5K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/com/SmbComReadAndX.java
int openTimeout; int maxCount, minCount, remaining; /** * Constructs a Read AndX request. * * @param config the configuration */ public SmbComReadAndX(final Configuration config) { super(config, SMB_COM_READ_ANDX); this.openTimeout = 0xFFFFFFFF; } /** * Constructs a Read AndX request with parameters. * * @param config the configuration
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.4K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/SMB1SigningDigest.java
private final MessageDigest digest; private byte[] macSigningKey; private boolean bypass = false; private int updates; private int signSequence; /** * Constructs a signing digest with bypass option * * @param macSigningKey * The MAC signing key used for generating signatures * @param bypass * Whether to bypass signature verification
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 11.9K bytes - Viewed (0) -
api/maven-api-cli/src/main/java/org/apache/maven/api/cli/InvokerException.java
@Experimental public class InvokerException extends MavenException { /** * Constructs a new {@code InvokerException} with the specified detail message. * * @param message the detail message explaining the cause of the exception */ public InvokerException(@Nullable String message) { super(message); } /** * Constructs a new {@code InvokerException} with the specified detail message and cause. *
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Nov 13 14:14:56 UTC 2024 - 2.5K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/com/SmbComReadAndXResponse.java
private byte[] data; private int offset, dataCompactionMode, dataLength, dataOffset; /** * Constructs a Read AndX response. * * @param config the configuration */ public SmbComReadAndXResponse(final Configuration config) { super(config); } /** * Constructs a Read AndX response with buffer. * * @param config the configuration * @param b the data buffer
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3.9K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/AndXServerMessageBlock.java
} } /** * Constructs an AndX message block with configuration and command * @param config the configuration * @param command the SMB command */ protected AndXServerMessageBlock(final Configuration config, final byte command) { this(config, command, null); } /** * Constructs an AndX message block with command and chained command
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 15.8K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/interval/impl/HostIntervalController.java
private final ConcurrentMap<String, AtomicLong> lastTimes = new ConcurrentHashMap<>(); /** * Constructs a new HostIntervalController with default parameters. */ public HostIntervalController() { } /** * Constructs a new HostIntervalController with the specified parameters. * * @param params the parameters to configure the interval controller */
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 4.2K bytes - Viewed (0) -
src/main/java/jcifs/internal/fscc/FsctlPipeWaitRequest.java
/** * Constructs a pipe wait request without timeout. * * @param name the pipe name to wait for */ public FsctlPipeWaitRequest(final String name) { this.nameBytes = name.getBytes(StandardCharsets.UTF_16LE); this.timeoutSpecified = false; this.timeout = 0; } /** * Constructs a pipe wait request with timeout. *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.8K bytes - Viewed (0) -
src/main/java/org/codelibs/core/io/TraversalUtil.java
/** The root package. */ protected final String rootPackage; /** The root directory. */ protected final String rootDir; /** * Constructs an instance. * * @param baseDir * The base directory. * @param rootPackage * The root package. * @param rootDir
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 18.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/base/login/AzureAdCredential.java
private static final Logger logger = LogManager.getLogger(AzureAdCredential.class); private final IAuthenticationResult authResult; /** * Constructs an Azure AD credential with the authentication result. * @param authResult The authentication result from Azure AD. */ public AzureAdCredential(final IAuthenticationResult authResult) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 28 09:13:08 UTC 2025 - 7.5K bytes - Viewed (0)