- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 13 for carLicense (0.13 sec)
-
src/main/java/org/codelibs/fess/es/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: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 22.8K 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: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 17.8K 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: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Feb 14 12:15:45 UTC 2020 - 31.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/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: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 27K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
labels.facsimileTelephoneNumber=facsimileTelephoneNumber labels.user_postOfficeBox=postOfficeBox labels.postOfficeBox=postOfficeBox labels.user_initials=initials labels.initials=initials labels.user_carLicense=carLicense labels.carLicense=carLicense labels.user_mobile=mobile labels.mobile=mobile labels.user_postalAddress=postalAddress labels.postalAddress=postalAddress labels.user_city=city labels.city=city
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 45.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/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: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 12K bytes - Viewed (0) -
src/main/resources/fess_config.properties
ldap.attr.state=st ldap.attr.employeeType=employeeType ldap.attr.facsimileTelephoneNumber=facsimileTelephoneNumber ldap.attr.postOfficeBox=postOfficeBox ldap.attr.initials=initials ldap.attr.carLicense=carLicense ldap.attr.mobile=mobile ldap.attr.postalAddress=postalAddress ldap.attr.city=l ldap.attr.teletexTerminalIdentifier=teletexTerminalIdentifier ldap.attr.x121Address=x121Address
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Tue Oct 01 14:13:38 UTC 2024 - 30.9K 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: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.facsimileTelephoneNumber=Faxnummer labels.user_postOfficeBox=Postfach labels.postOfficeBox=Postfach labels.user_initials=Initialien labels.initials=Initialien labels.user_carLicense=Autokennzeichen labels.carLicense=Autokennzeichen labels.user_mobile=Handy labels.mobile=Handy labels.user_postalAddress=Postanschrift labels.postalAddress=Postanschrift labels.user_city=Stadt labels.city=Stadt
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 42.8K bytes - Viewed (0) -
src/main/resources/fess_label.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: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 40.7K bytes - Viewed (0)