- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 1,990 for gets (0.02 sec)
-
src/main/java/jcifs/internal/witness/WitnessRegistration.java
} /** * Gets the share name. * * @return the share name */ public String getShareName() { return shareName; } /** * Gets the server address. * * @return the server address */ public InetAddress getServerAddress() { return serverAddress; } /** * Gets the service type. *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Mon Aug 25 14:34:10 UTC 2025 - 6.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/ProtwordsPager.java
id = null; } /** * Gets the default page size from configuration. * @return the default page size */ protected int getDefaultPageSize() { return ComponentUtil.getFessConfig().getPagingPageSizeAsInteger(); } /** * Gets the default current page number. * @return the default current page number (1) */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.3K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/com/SmbComOpenAndXResponse.java
super(config, andxResp); } /** * Gets the file identifier. * * @return the fid */ public final int getFid() { return this.fid; } /** * Gets the file data size. * * @return the dataSize */ public final int getDataSize() { return this.fileDataSize;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.8K bytes - Viewed (0) -
src/main/java/jcifs/SmbTreeHandle.java
* @return the tree is connected */ boolean isConnected(); /** * Gets the server timezone offset in milliseconds * @return server timezone offset * @throws CIFSException if an error occurs retrieving the timezone offset */ long getServerTimeZoneOffset() throws CIFSException; /** * Gets the OEM domain name reported by the server * @return server reported domain name
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/BoostDocPager.java
createdBy = null; createdTime = null; versionNo = null; } /** * Gets the total number of records. * @return The total record count. */ public int getAllRecordCount() { return allRecordCount; } /** * Sets the total number of records. * @param allRecordCount The total record count. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/StemmerOverridePager.java
id = null; } /** * Gets the default page size from configuration. * * @return The default number of records per page */ protected int getDefaultPageSize() { return ComponentUtil.getFessConfig().getPagingPageSizeAsInteger(); } /** * Gets the default current page number. * * @return The default current page number (1)
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/WebAuthPager.java
createdTime = null; versionNo = null; } /** * 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. * * @return The total record count */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.4K bytes - Viewed (0) -
src/main/java/jcifs/internal/witness/WitnessRegisterMessage.java
/** * Sets the timeout value in seconds. * * @param timeout the timeout value */ public void setTimeout(int timeout) { this.timeout = timeout; } /** * Gets the timeout value. * * @return the timeout value */ public int getTimeout() { return timeout; } /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 09:06:40 UTC 2025 - 8.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/BadWordPager.java
createdTime = null; versionNo = null; } /** * 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. * @return The total record count. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/FileAuthPager.java
createdTime = null; versionNo = null; } /** * 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 in the result set. * * @return the total record count */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7K bytes - Viewed (0)