- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 167 for __attribute (0.06 sec)
-
SamlCredential.java
protected String[] getDefaultGroupsAsArray() { L75: final List<String> list = new ArrayList<>(); L76: final FessConfig fessConfig = ComponentUtil.getFessConfig(); L77: final String key = fessConfig.getSystemProperty("saml.attribute.group.name", "memberOf"); L78: if (StringUtil.isNotBlank(key)) { L79: final List<String> nameList = attributes.get(key); L80: if (nameList != null) { L81: list.addAll(nameList); L82: } L83: ...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 6.6K bytes -
ErrorAction.java
Constant L26: // L27: L28: // =================================================================================== L29: // Attribute L30: // L31: L32: // =================================================================================== L33: // Search Execute L34: // ...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.6K bytes -
ErrorSystemerrorAction.java
Constant L26: // L27: L28: // =================================================================================== L29: // Attribute L30: // L31: L32: // =================================================================================== L33: // Search Execute L34: // ...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.6K bytes -
FessProp.java
(), ",") L1110: .get(stream -> stream.filter(StringUtil::isNotBlank).anyMatch(s -> s.equals(name))); L1111: } L1112: L1113: String getLdapAdminUserObjectClasses(); L1114: L1115: default Attribute getLdapAdminUserObjectClassAttribute() { L1116: final Attribute oc = new BasicAttribute("objectClass"); L1117: split(getLdapAdminUserObjectClasses(), ",").of(stream -> stream.filter(StringUtil::isNotBlank).forEach(s -> oc.add(s.trim()))); L1118: return oc; L1119:...github.com/codelibs/fess/src/main/java/org/code...Sat Oct 12 01:54:15 UTC 2024 87.2K bytes -
ErrorNotfoundAction.java
Constant L26: // L27: L28: // =================================================================================== L29: // Attribute L30: // L31: L32: // =================================================================================== L33: // Search Execute L34: // ...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.6K bytes -
OsddAction.java
Constant L26: // L27: L28: // =================================================================================== L29: // Attribute L30: // L31: L32: // =================================================================================== L33: // Hook L34: // ...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.9K bytes -
BsUserInfo.java
Class<?> suppressUnusedImportLocalDateTime = LocalDateTime.class; L36: L37: // =================================================================================== L38: // Attribute L39: // ========= L40: /** createdAt */ L41: protected LocalDateTime createdAt; L42: L43: /** updatedAt */ L44: protected LocalDateTime updatedAt; L45: L46:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 4.4K bytes -
BsRole.java
Class<?> suppressUnusedImportLocalDateTime = LocalDateTime.class; L36: L37: // =================================================================================== L38: // Attribute L39: // ========= L40: /** name */ L41: protected String name; L42: L43: // [Referrers] *comment only L44: L45: // =========================================...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 3.9K bytes -
BsCrawlingInfoCB.java
L36:public class BsCrawlingInfoCB extends EsAbstractConditionBean { L37: L38: // =================================================================================== L39: // Attribute L40: // ========= L41: protected BsCrawlingInfoCQ _conditionQuery; L42: protected BsCrawlingInfoCA _conditionAggregation; L43: protected HpSpecification _specification;...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 6.7K bytes -
BsGroupCB.java
L36:public class BsGroupCB extends EsAbstractConditionBean { L37: L38: // =================================================================================== L39: // Attribute L40: // ========= L41: protected BsGroupCQ _conditionQuery; L42: protected BsGroupCA _conditionAggregation; L43: protected HpSpecification _specification; L44:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 6.4K bytes