- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 18 for carLicense (0.06 sec)
-
src/main/java/org/codelibs/fess/opensearch/user/bsentity/BsUser.java
this.businessCategory = value; } public String getCarLicense() { checkSpecifiedProperty("carLicense"); return convertEmptyToNull(carLicense); } public void setCarLicense(String value) { registerModifiedProperty("carLicense"); this.carLicense = value; } public String getCity() { checkSpecifiedProperty("city");Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 22.9K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/user/admin_user_edit.jsp
<label for="attributes.carLicense" class="col-sm-3 text-sm-right col-form-label"><la:message key="labels.user_carLicense"/></label> <div class="col-sm-9"> <la:errors property="attributes.carLicense"/>Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 31.4K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/user/admin_user_details.jsp
<th><la:message key="labels.user_carLicense"/></th> <td>${f:h(attributes.carLicense)}<la:hidden property="attributes.carLicense"/></td> </tr> <tr>
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 17.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/bsentity/dbmeta/UserDbm.java
"businessCategory", null, false, false, false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false); protected final ColumnInfo _columnCarLicense = cci("carLicense", "carLicense", null, null, String.class, "carLicense", null, false, false, false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false);
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 27K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/cbean/bs/BsUserCB.java
doColumn("_id"); } public void columnBusinessCategory() { doColumn("businessCategory"); } public void columnCarLicense() { doColumn("carLicense"); } public void columnCity() { doColumn("city"); } public void columnDepartmentNumber() { doColumn("departmentNumber"); }
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 9.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/bsbhv/BsUserBhv.java
try { final RESULT result = entityType.newInstance(); result.setBusinessCategory(DfTypeUtil.toString(source.get("businessCategory"))); result.setCarLicense(DfTypeUtil.toString(source.get("carLicense"))); result.setCity(DfTypeUtil.toString(source.get("city"))); result.setDepartmentNumber(DfTypeUtil.toString(source.get("departmentNumber")));Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 12K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
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 labels.user_city=City labels.city=City
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 44K bytes - Viewed (0) -
src/main/resources/fess_label_zh_TW.properties
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=城市 labels.user_teletexTerminalIdentifier=電傳終端識別符
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 43.9K bytes - Viewed (0) -
src/main/resources/fess_label_nl.properties
labels.facsimileTelephoneNumber=Faxnummer labels.user_postOfficeBox=Postbus labels.postOfficeBox=Postbus labels.user_initials=Initialen labels.initials=Initialen labels.user_carLicense=Rijbewijs labels.carLicense=Rijbewijs labels.user_mobile=Mobiel labels.mobile=Mobiel labels.user_postalAddress=Postadres labels.postalAddress=Postadres labels.user_city=Stad labels.city=Stad
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 46.1K bytes - Viewed (1) -
src/main/resources/fess_label_it.properties
labels.facsimileTelephoneNumber=Numero di fax labels.user_postOfficeBox=Casella postale labels.postOfficeBox=Casella postale labels.user_initials=Iniziali labels.initials=Iniziali labels.user_carLicense=Patente di guida labels.carLicense=Patente di guida labels.user_mobile=Cellulare labels.mobile=Cellulare labels.user_postalAddress=Indirizzo postale labels.postalAddress=Indirizzo postale labels.user_city=Città labels.city=Città
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 04 09:16:23 UTC 2025 - 46.6K bytes - Viewed (0)