- Sort Score
- Result 10 results
- Languages All
Results 301 - 310 of 1,857 for constructs (0.05 sec)
-
src/main/java/jcifs/internal/smb1/net/NetShareEnumResponse.java
private static final Logger log = LoggerFactory.getLogger(NetShareEnumResponse.class); private int converter, totalAvailableEntries; /** * Constructs a NetShareEnumResponse * @param config * the configuration to use */ public NetShareEnumResponse(final Configuration config) { super(config); } @Override
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4K bytes - Viewed (0) -
src/main/java/jcifs/pac/kerberos/KerberosTicket.java
/** * Represents a Kerberos ticket. */ public class KerberosTicket { private String serverPrincipalName; private String serverRealm; private KerberosEncData encData; /** * Constructs a KerberosTicket from token bytes. * * @param token the ticket token bytes * @param apOptions AP options flags * @param keys array of Kerberos keys for decryption
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6.7K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/UrlQueueImpl.java
/** The creation time of the URL queue entry. */ protected Long createTime; /** The weight of the URL queue. */ protected float weight = 1.0f; /** * Constructs a new UrlQueueImpl instance. */ public UrlQueueImpl() { // NOP } @Override public IDTYPE getId() { return id; } /* * (non-Javadoc) *
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 6.1K bytes - Viewed (0) -
src/cmd/asm/internal/arch/loong64.go
var loong64LasxArngExtMap = map[string]int16{ "B32": loong64.ARNG_32B, "H16": loong64.ARNG_16H, "W8": loong64.ARNG_8W, "V4": loong64.ARNG_4V, "Q2": loong64.ARNG_2Q, } // Loong64RegisterExtension constructs an Loong64 register with extension or arrangement. func Loong64RegisterExtension(a *obj.Addr, ext string, reg, num int16, isAmount, isIndex bool) error { var ok bool var arng_type int16 var simd_type int16 switch {
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Aug 05 17:31:25 UTC 2025 - 3.8K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/io/Smb2ReadResponse.java
private int dataRemaining; private int dataLength; private final byte[] outputBuffer; private final int outputBufferOffset; /** * Constructs a SMB2 read response with the specified configuration and output buffer * * @param config * the configuration to use for this response * @param outputBuffer
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4.4K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/AbstractExtractor.java
* </p> * */ public abstract class AbstractExtractor implements Extractor { /** The crawler container. */ @Resource protected CrawlerContainer crawlerContainer; /** * Constructs a new AbstractExtractor. */ public AbstractExtractor() { // NOP } /** * Registers this extractor with the ExtractorFactory.
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/smb1/trans2/Trans2FindFirst2Response.java
private int sid; private boolean isEndOfSearch; private int eaErrorOffset; private int lastNameOffset; private String lastName; private int resumeKey; /** * Constructs a Trans2FindFirst2Response. * * @param config the configuration to use */ public Trans2FindFirst2Response(final Configuration config) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6.2K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/info/Smb2QueryInfoResponse.java
*/ public static final int OVERHEAD = Smb2Constants.SMB2_HEADER_LENGTH + 8; private final byte expectInfoType; private final byte expectInfoClass; private Decodable info; /** * Constructs a SMB2 query info response with the specified configuration and expected information types * * @param config * the configuration to use for this response * @param expectInfoType
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6.8K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/session/Smb2SessionSetupResponse.java
*/ public static final int SMB2_SESSION_FLAG_ENCRYPT_DATA = 0x4; private int sessionFlags; private byte[] blob; /** * Constructs a SMB2 session setup response with the specified configuration * * @param config * the configuration to use for this response */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4.8K bytes - Viewed (1) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/FaultTolerantClient.java
protected long retryInterval = 500; /** Request listener for monitoring request lifecycle */ protected RequestListener listener; /** * Constructs a new FaultTolerantClient. */ public FaultTolerantClient() { // Default constructor } @Override /** * Sets the initialization parameters for the underlying CrawlerClient. *
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 7.8K bytes - Viewed (0)