- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 104 for initials (0.43 sec)
-
src/main/java/org/codelibs/fess/opensearch/user/bsentity/BsUser.java
this.homePostalAddress = value; } public String getInitials() { checkSpecifiedProperty("initials"); return convertEmptyToNull(initials); } public void setInitials(String value) { registerModifiedProperty("initials"); this.initials = value; } public String getInternationaliSDNNumber() { checkSpecifiedProperty("internationaliSDNNumber");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 22.9K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.user_facsimileTelephoneNumber=Facsimile Telephone Number labels.facsimileTelephoneNumber=Facsimile Telephone Number labels.user_postOfficeBox=Post Office Box labels.postOfficeBox=Post Office Box labels.user_initials=Initials labels.initials=Initials labels.user_carLicense=Car License labels.carLicense=Car License labels.user_mobile=Mobile labels.mobile=Mobile labels.user_postalAddress=Postal Address labels.postalAddress=Postal Address
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/bsentity/dbmeta/UserDbm.java
"homePostalAddress", null, false, false, false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false); protected final ColumnInfo _columnInitials = cci("initials", "initials", null, null, String.class, "initials", null, false, false, false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false); protected final ColumnInfo _columnInternationaliSDNNumber =
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 27K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/user/admin_user_edit.jsp
<label for="attributes.initials" class="col-sm-3 text-sm-right col-form-label"><la:message key="labels.user_initials"/></label> <div class="col-sm-9"> <la:errors property="attributes.initials"/>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Fri Feb 14 12:15:45 UTC 2020 - 31.4K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/user/admin_user_details.jsp
<th><la:message key="labels.user_initials"/></th> <td>${f:h(attributes.initials)}<la:hidden property="attributes.initials"/></td> </tr> <tr>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 17.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/bsbhv/BsUserBhv.java
result.setHomePhone(DfTypeUtil.toString(source.get("homePhone"))); result.setHomePostalAddress(DfTypeUtil.toString(source.get("homePostalAddress"))); result.setInitials(DfTypeUtil.toString(source.get("initials"))); result.setInternationaliSDNNumber(DfTypeUtil.toString(source.get("internationaliSDNNumber"))); result.setLabeledURI(DfTypeUtil.toString(source.get("labeledURI")));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 12K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/cbean/bs/BsUserCB.java
} public void columnHomePostalAddress() { doColumn("homePostalAddress"); } public void columnInitials() { doColumn("initials"); } public void columnInternationaliSDNNumber() { doColumn("internationaliSDNNumber"); } public void columnLabeledURI() { doColumn("labeledURI");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 9.8K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.user_facsimileTelephoneNumber=Facsimile Telephone Number labels.facsimileTelephoneNumber=Facsimile Telephone Number labels.user_postOfficeBox=Post Office Box labels.postOfficeBox=Post Office Box labels.user_initials=Initials labels.initials=Initials labels.user_carLicense=Car License labels.carLicense=Car License labels.user_mobile=Mobile labels.mobile=Mobile labels.user_postalAddress=Postal Address labels.postalAddress=Postal Address
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 28 08:40:50 UTC 2025 - 40.7K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/entity/FacetQueryViewTest.java
@Override public String getLdapAttrCarLicense() { return "carLicense"; } @Override public String getLdapAttrInitials() { return "initials"; } @Override public String getLdapAttrPostOfficeBox() { return "postOfficeBox"; } @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 17.6K bytes - Viewed (0) -
src/main/resources/fess_label_zh_TW.properties
labels.user_employeeType=員工類型 labels.employeeType=員工類型 labels.user_facsimileTelephoneNumber=傳真號碼 labels.facsimileTelephoneNumber=傳真號碼 labels.user_postOfficeBox=郵政信箱 labels.postOfficeBox=郵政信箱 labels.user_initials=首字母 labels.initials=首字母 labels.user_carLicense=駕駛執照 labels.carLicense=駕駛執照 labels.user_mobile=手機 labels.mobile=手機 labels.user_postalAddress=郵政地址 labels.postalAddress=郵政地址 labels.user_city=城市 labels.city=城市
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0)