- Sort Score
- Result 10 results
- Languages All
Results 251 - 260 of 520 for _attributes (0.43 sec)
-
src/test/java/jcifs/smb/SmbFileTest.java
assertTrue(smbFile.canRead()); } @Test void testCanWrite() throws SmbException { // Arrange doReturn(0).when(smbFile).getAttributes(); // No read-only attribute doReturn(true).when(smbFile).exists(); // Act & Assert assertTrue(smbFile.canWrite()); } @Test
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 20.8K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/create/Smb2CreateRequest.java
* Complete this operation immediately with an oplock break if it would break an oplock */ public static final int FILE_COMPLETE_IF_OPLOCKED = 0x100; /** * The client does not understand extended attributes */ public static final int FILE_NO_EA_KNOWLEDGE = 0x200; /** * Open a remote instance of the file */ public static final int FILE_OPEN_REMOTE_INSTANCE = 0x400; /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 02:21:31 UTC 2025 - 22.9K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/info/Smb2QueryDirectoryResponse.java
import jcifs.internal.util.SMBUtil; import jcifs.smb.FileEntry; /** * SMB2 Query Directory response message. This response contains directory listing * information with file entries and their attributes. * * @author mbechler * */ public class Smb2QueryDirectoryResponse extends ServerMessageBlock2Response { /** * Protocol overhead size for SMB2 query directory response */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4.1K bytes - Viewed (0) -
docs/en/docs/tutorial/request-files.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 7.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessMailDeliveryDepartmentCreator.java
*/ public class FessMailDeliveryDepartmentCreator { // =================================================================================== // Attribute // ========= protected final FessConfig fessConfig; // ===================================================================================
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsDuplicateHost.java
// =================================================================================== // Attribute // ========= /** createdBy */ protected String createdBy; /** createdTime */ protected Long createdTime;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 6.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsRelatedQuery.java
// =================================================================================== // Attribute // ========= /** createdBy */ protected String createdBy; /** createdTime */ protected Long createdTime;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 6.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsRequestHeader.java
// =================================================================================== // Attribute // ========= /** createdBy */ protected String createdBy; /** createdTime */ protected Long createdTime;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 6.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsAccessTokenCB.java
public class BsAccessTokenCB extends EsAbstractConditionBean { // =================================================================================== // Attribute // ========= protected BsAccessTokenCQ _conditionQuery; protected BsAccessTokenCA _conditionAggregation;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 7.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsFailureUrlCB.java
public class BsFailureUrlCB extends EsAbstractConditionBean { // =================================================================================== // Attribute // ========= protected BsFailureUrlCQ _conditionQuery; protected BsFailureUrlCA _conditionAggregation;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 7K bytes - Viewed (0)