- Sort Score
- Result 10 results
- Languages All
Results 161 - 170 of 594 for attribute (0.08 sec)
-
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsJobLog.java
// =================================================================================== // Attribute // ========= /** endTime */ protected Long endTime; /** jobName */ protected String jobName; /** jobStatus */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 7.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/common/ImplementedInvokerAssistant.java
// =================================================================================== // Attribute // ========= /** * Default constructor. */ public ImplementedInvokerAssistant() { // Default constructor
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/web/api/admin/webconfig/ApiAdminWebconfigAction.java
super(); } // =================================================================================== // Attribute // ========= /** The web config service for managing web configuration settings. */ @Resource private WebConfigService webConfigService;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 8.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/searchlog/AdminSearchlogAction.java
// =================================================================================== // Attribute // ========= /** Service for managing search log data */ @Resource private SearchLogService searchLogService;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 10.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/accesstoken/ApiAdminAccesstokenAction.java
// =================================================================================== // Attribute // ========= // ===================================================================================
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 8.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/log/cbean/bs/BsUserInfoCB.java
public class BsUserInfoCB extends EsAbstractConditionBean { // =================================================================================== // Attribute // ========= protected BsUserInfoCQ _conditionQuery; protected BsUserInfoCA _conditionAggregation;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 6.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/cbean/bs/BsGroupCB.java
public class BsGroupCB extends EsAbstractConditionBean { // =================================================================================== // Attribute // ========= protected BsGroupCQ _conditionQuery; protected BsGroupCA _conditionAggregation; protected HpSpecification _specification;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 6.4K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/trans/nt/NtTransNotifyChange.java
/** * SMB1 NT Transaction subcommand for file system change notification. * * This transaction allows monitoring of file system changes in a directory, * such as file creation, modification, deletion, and attribute changes. */ public class NtTransNotifyChange extends SmbComNtTransaction { int fid; private final int completionFilter; private final boolean watchTree; /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3.7K bytes - Viewed (0) -
src/main/java/jcifs/pac/PacMac.java
import javax.crypto.Mac; import javax.crypto.spec.IvParameterSpec; import javax.crypto.spec.SecretKeySpec; import javax.security.auth.kerberos.KerberosKey; /** * Utility class for calculating and verifying PAC (Privilege Attribute Certificate) message authentication codes. * This class provides methods for computing MACs using various Kerberos encryption types including * ARCFOUR-HMAC-MD5 and AES-based HMAC algorithms. */ public class PacMac {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/ds/DataStoreFactory.java
final Node node = nodeList.item(i); final NamedNodeMap attributes = node.getAttributes(); if (attributes != null) { final Node classAttr = attributes.getNamedItem("class"); if (classAttr != null) { final String value = classAttr.getNodeValue();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 8.4K bytes - Viewed (0)