- Sort Score
- Num 10 results
- Language All
Results 21 - 30 of 73 for memberOf (0.04 seconds)
-
src/main/java/org/codelibs/fess/Constants.java
/** LDAP group filter configuration key. */ public static final String LDAP_GROUP_FILTER = "ldap.group.filter"; /** LDAP member of attribute configuration key. */ public static final String LDAP_MEMBEROF_ATTRIBUTE = "ldap.memberof.attribute"; // ============================================================ // Notification ConfigurationCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:55:54 GMT 2026 - 35.8K bytes - Click Count (0) -
src/main/resources/fess_label_hi.properties
labels.ldap_base_dn=बेस DN labels.ldapAccountFilter=अकाउंट फ़िल्टर labels.ldapGroupFilter=समूह फ़िल्टर labels.ldapMemberofAttribute=memberOf विशेषता labels.ldap_account_filter=अकाउंट फ़िल्टर labels.ldap_group_filter=समूह फ़िल्टर labels.ldap_memberof_attribute=memberOf विशेषता labels.notification_login=लॉगिन पृष्ठ labels.notification_search_top=खोज शीर्ष पृष्ठ labels.storage_endpoint=एंडपॉइंट
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 71.6K bytes - Click Count (0) -
src/main/resources/fess_label_es.properties
labels.ldap_base_dn=DN base labels.ldapAccountFilter=Filtro de cuenta labels.ldapGroupFilter=Filtro de grupo labels.ldapMemberofAttribute=Atributo memberOf labels.ldap_account_filter=Filtro de cuenta labels.ldap_group_filter=Filtro de grupo labels.ldap_memberof_attribute=Atributo memberOf labels.notification_login=Página de inicio de sesión labels.notification_search_top=Página superior de búsqueda labels.storage_endpoint=Punto final
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 54.3K bytes - Click Count (0) -
src/main/resources/fess_label_ko.properties
labels.ldap_admin_security_credentials=비밀번호 labels.ldap_base_dn=베이스 DN labels.ldapAccountFilter=계정 필터 labels.ldapGroupFilter=그룹 필터 labels.ldapMemberofAttribute=memberOf 속성 labels.ldap_account_filter=계정 필터 labels.ldap_group_filter=그룹 필터 labels.ldap_memberof_attribute=memberOf 속성 labels.notification_login=로그인 페이지 labels.notification_search_top=검색 상단 페이지 labels.storage_endpoint=엔드포인트 labels.storage_access_key=액세스 키
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 51.6K bytes - Click Count (0) -
src/main/resources/fess_label_ja.properties
labels.ldap_admin_security_credentials=パスワード labels.ldap_base_dn=Base DN labels.ldapAccountFilter=アカウントフィルター labels.ldapGroupFilter=グループフィルター labels.ldapMemberofAttribute=memberOf属性 labels.ldap_account_filter=アカウントフィルター labels.ldap_group_filter=グループフィルター labels.ldap_memberof_attribute=memberOf属性 labels.notification_login=ログインページ labels.notification_search_top=検索トップページ labels.storage_endpoint=エンドポイント labels.storage_access_key=アクセスキー
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 56.7K bytes - Click Count (0) -
dbflute_fess/_readme.txt
For example, if a table called "MEMBER" exists, you can use these classes like this: /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - memberBhv.selectEntity(cb -> { cb.query().setMemberId_Equal(3); }).alwaysPresent(member -> { ... = member.getMemberName(); }); // memberBhv : Behavior (instance) // MemberCB(cb) : ConditionBean // Member(member) : Entity - - - - - - - - - -/
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Jul 04 22:46:31 GMT 2015 - 2.5K bytes - Click Count (0) -
build-logic/binary-compatibility/src/main/kotlin/gradlebuild/binarycompatibility/sources/KotlinSourceQueries.kt
} } fun getSince(member: JApiCompatibility): (KtFile) -> SinceTagStatus = { ktFile -> val ctMember = member.newCtMember val ctDeclaringClass = ctMember.declaringClass val declaringClassSince = ktFile.ktClassOf(ctDeclaringClass)?.getSince() when { ctMember is CtMethod && ctMember.isSynthetic -> SinceTagStatus.NotNeeded // synthetic members cannot have kdocCreated: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Jul 08 07:02:19 GMT 2025 - 13.2K bytes - Click Count (0) -
dbflute_fess/dfprop/additionalForeignKeyMap.dfprop
# ; localTableName = MEMBER ; foreignTableName = MEMBER_STATUS # ; localColumnName = MEMBER_STATUS_CODE ; foreignColumnName = MEMBER_STATUS_CODE # } # ; FK_PURCHASE_MEMBER_ID = map:{ # ; localTableName = PURCHASE ; foreignTableName = MEMBER # } # ; FK_MEMBER_MEMBER_ADDRESS_VALID = map:{ # ; localTableName = MEMBER ; foreignTableName = MEMBER_ADDRESSCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Jul 04 22:46:31 GMT 2015 - 1.7K bytes - Click Count (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/rules/SinceAnnotationRule.java
} private boolean isClassFieldConstructorOrMethod(JApiCompatibility member) { return member instanceof JApiClass || member instanceof JApiField || member instanceof JApiConstructor || member instanceof JApiMethod; } private boolean isInject(JApiCompatibility member) { return member instanceof JApiHasAnnotations && isInject((JApiHasAnnotations) member); }Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Dec 24 14:15:15 GMT 2025 - 3.8K bytes - Click Count (0) -
build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/SortAcceptedApiChangesTaskIntegrationTest.kt
""" { "acceptedApiChanges": [ { "type": "org.gradle.api.file.SourceDirectorySet", "member": "Method org.gradle.api.file.SourceDirectorySet.getOutputDir()", "acceptation": "Deprecated method removed", "changes": [Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 14 02:17:00 GMT 2025 - 9.7K bytes - Click Count (0)