- Sort Score
- Result 10 results
- Languages All
Results 131 - 140 of 626 for Attribute (0.07 sec)
-
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsRelatedContent.java
// =================================================================================== // Attribute // ========= /** content */ protected String content; /** createdBy */ protected String createdBy;Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 7.1K bytes - Viewed (0) -
src/test/java/jcifs/smb1/smb1/Trans2QueryPathInformationResponseTest.java
} @Test @DisplayName("Should set and get basic info attributes") void testBasicInfoAttributes() { Trans2QueryPathInformationResponse.SmbQueryFileBasicInfo basicInfo = response.new SmbQueryFileBasicInfo(); basicInfo.attributes = 0x20; // Archive attribute basicInfo.createTime = 1000000L; basicInfo.lastWriteTime = 2000000L;Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 11.5K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/UserGuideTransformTask.groovy
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri May 16 07:58:02 UTC 2025 - 5.6K bytes - Viewed (0) -
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: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 20.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsCrawlingInfoParamCB.java
// =================================================================================== // Attribute // ========= protected BsCrawlingInfoParamCQ _conditionQuery; protected BsCrawlingInfoParamCA _conditionAggregation;Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 6.9K bytes - Viewed (0) -
src/main/java/jcifs/SmbConstants.java
/** * Permission to append data to the file. */ int FILE_APPEND_DATA = 0x00000004; // 3 /** * Permission to read extended attributes. */ int FILE_READ_EA = 0x00000008; // 4 /** * Permission to write extended attributes. */ int FILE_WRITE_EA = 0x00000010; // 5 /** * Permission to execute the file. */ int FILE_EXECUTE = 0x00000020; // 6Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 24 00:49:49 UTC 2025 - 12.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/help/HelpAction.java
// // =================================================================================== // Attribute // // =================================================================================== // ConstructorRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/AdminDictAction.java
public static final String ROLE = "admin-dict"; // =================================================================================== // Attribute // ========= /** The dictionary manager. */ @Resource protected DictionaryManager dictionaryManager;Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3K bytes - Viewed (0) -
src/main/java/jcifs/pac/PACDecodingException.java
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ package jcifs.pac; import jcifs.CIFSException; /** * Exception thrown when PAC (Privilege Attribute Certificate) data cannot be decoded. * Indicates malformed or invalid PAC structures in Kerberos tickets. */ public class PACDecodingException extends CIFSException { private static final long serialVersionUID = 1L;
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsWebConfigCB.java
public class BsWebConfigCB extends EsAbstractConditionBean { // =================================================================================== // Attribute // ========= protected BsWebConfigCQ _conditionQuery; protected BsWebConfigCA _conditionAggregation;Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 8.4K bytes - Viewed (0)