- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 20 for carLicense (0.12 sec)
-
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) -
src/main/resources/fess_label_ko.properties
labels.facsimileTelephoneNumber = FAX 번호 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: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 44K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
labels.user_postOfficeBox = Boîte postale labels.postOfficeBox = Boîte postale labels.user_initials = Initiales labels.initials = Initiales labels.user_carLicense = Immatriculation de la voiture labels.carLicense = Immatriculation de la voiture labels.user_mobile = Mobile labels.mobile = Mobile labels.user_postalAddress = Adresse postale labels.postalAddress = Adresse postale labels.user_city = Ville labels.city = Ville
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 46.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. initials */ String LDAP_ATTR_INITIALS = "ldap.attr.initials"; /** The key of the configuration. e.g. carLicense */ String LDAP_ATTR_CAR_LICENSE = "ldap.attr.carLicense"; /** The key of the configuration. e.g. mobile */ String LDAP_ATTR_MOBILE = "ldap.attr.mobile"; /** The key of the configuration. e.g. postalAddress */
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 468.5K bytes - Viewed (1) -
src/main/resources/fess_label_ja.properties
labels.user_facsimileTelephoneNumber=FAX番号 labels.facsimileTelephoneNumber=FAX番号 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: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 46.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
public static final String LABELS_user_carLicense = "{labels.user_carLicense}"; /** The key of the message: Car License */ public static final String LABELS_CAR_LICENSE = "{labels.carLicense}"; /** The key of the message: Mobile */ public static final String LABELS_user_mobile = "{labels.user_mobile}"; /** The key of the message: Mobile */
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 146.4K bytes - Viewed (0)