- Sort Score
- Result 10 results
- Languages All
Results 101 - 110 of 465 for gats (0.02 sec)
-
src/main/java/org/codelibs/fess/app/web/api/admin/BaseSearchBody.java
// Default constructor } /** * Gets the page size for search results. * @return The page size. */ public int getPageSize() { if (size != null) { return size; } return ComponentUtil.getFessConfig().getPagingPageSizeAsInteger(); } /** * Gets the current page number for search results. * @return The current page number.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/SearchLogPager.java
accessType = null; logType = LOG_TYPE_SEARCH; } /** * Gets the default current page number. * * @return The default current page number */ protected int getDefaultCurrentPageNumber() { return DEFAULT_CURRENT_PAGE_NUMBER; } /** * Gets the total number of records matching the search criteria. * * @return The total record count
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 8.8K bytes - Viewed (0) -
src/main/java/jcifs/SmbResourceException.java
this.availableResources = -1; this.requestedResources = -1; } /** * Gets the resource type * * @return the resource type */ public ResourceType getResourceType() { return resourceType; } /** * Gets available resources * * @return available resources or -1 if unknown */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 5.6K bytes - Viewed (0) -
src/main/java/jcifs/pac/PacSidAttributes.java
this.id = id; this.attributes = attributes; } /** * Gets the Security Identifier. * * @return the SID associated with this instance */ public SID getId() { return this.id; } /** * Gets the attribute flags associated with the SID. * * @return the attribute flags */ public int getAttributes() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 1.7K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTransportInternal.java
*/ boolean isSigningEnforced() throws SmbException; /** * Gets the server's encryption key for authentication. * * @return the encryption key used by the server */ byte[] getServerEncryptionKey(); /** * Gets or creates an SMB session for the given context. * * @param ctx the CIFS context * @return session */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/systeminfo/AdminSysteminfoAction.java
*/ protected void registerBugReportItems(final RenderData data) { RenderDataUtil.register(data, "bugReportItems", getBugReportItems()); } /** * Gets a list of environment variables as key-value pairs. * * @return list of environment variable items */ public static List<Map<String, String>> getEnvItems() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 9.7K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/lock/Smb2LeaseBreakAcknowledgment.java
} /** * Gets the lease key for this acknowledgment * @return the lease key */ public Smb2LeaseKey getLeaseKey() { return leaseKey; } /** * Gets the lease state being acknowledged * @return the lease state */ public int getLeaseState() { return leaseState; } /** * Gets the lease flags for this acknowledgment
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 02:21:31 UTC 2025 - 4.2K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/trans/SmbComTransactionResponse.java
*/ protected SmbComTransactionResponse(final Configuration config, final byte command, final byte subcommand) { super(config, command); this.subCommand = subcommand; } /** * Gets the data count for this transaction response * @return the dataCount */ protected final int getDataCount() { return this.dataCount; } /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 12.3K 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/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)