- Sort Score
- Result 10 results
- Languages All
Results 111 - 120 of 469 for gats (0.11 sec)
-
src/main/java/jcifs/internal/smb2/ServerMessageBlock2.java
if (this.next != null) { this.next.setDigest(digest); } } /** * Gets the status code for this message. * * @return the status */ public final int getStatus() { return this.status; } /** * Gets the session identifier for this message. * * @return the sessionId */ public long getSessionId() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 24K bytes - Viewed (0) -
src/main/java/jcifs/internal/CommonServerMessageBlock.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3.4K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/com/SmbComReadAndX.java
super(config, SMB_COM_READ_ANDX, andx); this.fid = fid; this.offset = offset; this.maxCount = this.minCount = maxCount; this.openTimeout = 0xFFFFFFFF; } /** * Gets the maximum count of bytes to read. * * @return the maxCount */ public final int getMaxCount() { return this.maxCount; } /** * Sets the maximum count of bytes to read.
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/org/codelibs/fess/entity/SearchLogEvent.java
* search logs, click logs, favorite logs, and user information logs. */ public interface SearchLogEvent { /** * Gets the unique identifier for this search log event. * * @return The event ID */ String getId(); /** * Gets the version number for this search log event. * * @return The version number, or null if not versioned */ Long getVersionNo();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.6K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/nego/Smb2NegotiateRequest.java
return (getSecurityMode() & Smb2Constants.SMB2_NEGOTIATE_SIGNING_REQUIRED) != 0; } /** * Gets the client capabilities flags. * * @return the capabilities */ public int getCapabilities() { return this.capabilities; } /** * Gets the array of SMB dialect versions supported by the client. * * @return the dialects */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 9.3K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/nego/Smb2NegotiateResponse.java
@Override public int getInitialCredits() { return getCredit(); } /** * Gets the SMB dialect revision selected by the server. * * @return the dialectRevision */ public int getDialectRevision() { return this.dialectRevision; } /** * Gets the server GUID used for identification. * * @return the serverGuid */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 24K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/query/StoredLtrQueryBuilder.java
} @Override protected int doHashCode() { return Objects.hash(modelName, featureSetName, storeName, params, activeFeatures); } /** * Gets the name of the LTR model. * * @return The model name. */ public String modelName() { return modelName; } /** * Sets the name of the LTR model. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7.6K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt
down here with me! There are no mice in the air, I'm afraid, but you might catch a bat, and that's very like a mouse, you know. But do cats eat bats, I wonder?' And here Alice began to get rather sleepy, and went on saying to herself, in a dreamy sort of way, `Do cats eat bats? Do cats eat bats?' and sometimes, `Do bats eat cats?' for, you see, as she couldn't answer either question, it didn't much matter which way she put it. She felt
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Fri Apr 21 02:27:51 UTC 2017 - 145.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/QueryHelper.java
this.highlightPrefix = highlightPrefix; } /** * Gets the current highlight prefix used for highlight field names. * * @return the current highlight prefix */ public String getHighlightPrefix() { return highlightPrefix; } /** * Gets the default facet information configuration. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 19.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.21.md
- The `AttachVolumeLimit` feature gate (GA since v1.17) has been removed and now unconditionally enabled. ([#96539](https://github.com/kubernetes/kubernetes/pull/96539), [@ialidzhikov](https://github.com/ialidzhikov))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Fri Oct 14 07:03:14 UTC 2022 - 367.3K bytes - Viewed (0)