- Sort Score
- Result 10 results
- Languages All
Results 1681 - 1690 of 1,878 for constructor (0.04 sec)
-
src/main/java/org/codelibs/fess/app/pager/SynonymPager.java
* including total record count, page size, and current page number. */ public class SynonymPager implements Serializable { /** * Constructs a new pager for synonyms. */ public SynonymPager() { // do nothing } private static final long serialVersionUID = 1L; /** The total number of records. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.6K bytes - Viewed (0) -
src/main/java/jcifs/internal/fscc/FileBothDirectoryInfo.java
private int extFileAttributes; private int eaSize; private String shortName; private String filename; private final Configuration config; private final boolean unicode; /** * Constructs a file both directory info. * * @param config the configuration * @param unicode whether to use unicode encoding */ public FileBothDirectoryInfo(final Configuration config, final boolean unicode) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/trans2/Trans2QueryFSInformationResponse.java
*/ public class Trans2QueryFSInformationResponse extends SmbComTransactionResponse { private final int informationLevel; private FileSystemInformation info; /** * Constructs a Trans2QueryFSInformationResponse with the specified configuration and information level. * * @param config the SMB configuration * @param informationLevel the file system information level being queried */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/notify/Smb2ChangeNotifyRequest.java
private final byte[] fileId; private final int outputBufferLength; private int notifyFlags; private int completionFilter; /** * Constructs a change notify request * * @param config * The configuration to use * @param fileId * The file ID to monitor for changes */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/synonym/SynonymItem.java
/** The new input words, if updated. */ private String[] newInputs; /** The new output synonyms, if updated. */ private String[] newOutputs; /** * Constructs a new synonym item. * * @param id The unique identifier of the item. * @param inputs The input words. * @param outputs The output synonyms. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/StopwordsPager.java
* including total record count, page size, and current page number. */ public class StopwordsPager implements Serializable { /** * Constructs a new pager for stopwords. */ public StopwordsPager() { // do nothing } private static final long serialVersionUID = 1L; /** The total number of records. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.6K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/trans2/Trans2FindFirst2.java
static final int SMB_FIND_FILE_FULL_DIRECTORY_INFO = 0x102; static final int SMB_FILE_NAMES_INFO = 0x103; static final int SMB_FILE_BOTH_DIRECTORY_INFO = 0x104; /** * Constructs a Trans2FindFirst2 request for finding files. * * @param config the configuration to use * @param filename the path to search in * @param wildcard the wildcard pattern to match
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.3K bytes - Viewed (0) -
src/main/java/jcifs/smb1/netbios/NbtException.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/trans2/Trans2QueryPathInformation.java
* various file information levels such as basic info, standard info, and attributes. */ public class Trans2QueryPathInformation extends SmbComTransaction { private final int informationLevel; /** * Constructs a Trans2QueryPathInformation request. * * @param config the SMB configuration * @param filename the path to query information for * @param informationLevel the information level to query */
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/internal/smb2/Smb2CancelRequest.java
* that is still being processed by the server. * * @author mbechler */ public class Smb2CancelRequest extends ServerMessageBlock2 implements CommonServerMessageBlockRequest { /** * Constructs a SMB2 cancel request * * @param config * The configuration to use * @param mid * The message ID of the request to cancel * @param asyncId
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4.5K bytes - Viewed (0)