- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 20 for destinationIndicator (0.14 sec)
-
src/main/java/org/codelibs/fess/es/user/bsbhv/BsUserBhv.java
result.setDescription(DfTypeUtil.toString(source.get("description"))); result.setDestinationIndicator(DfTypeUtil.toString(source.get("destinationIndicator"))); result.setDisplayName(DfTypeUtil.toString(source.get("displayName"))); result.setEmployeeNumber(DfTypeUtil.toString(source.get("employeeNumber")));
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.description=description ldap.attr.title=title ldap.attr.pager=pager ldap.attr.street=street ldap.attr.postalCode=postalCode ldap.attr.physicalDeliveryOfficeName=physicalDeliveryOfficeName ldap.attr.destinationIndicator=destinationIndicator ldap.attr.internationaliSDNNumber=internationaliSDNNumber ldap.attr.state=st ldap.attr.employeeType=employeeType ldap.attr.facsimileTelephoneNumber=facsimileTelephoneNumber
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.postalCode=Postal Code labels.user_physicalDeliveryOfficeName=Physical Delivery Office Name labels.physicalDeliveryOfficeName=Physical Delivery Office Name labels.user_destinationIndicator=Destination Indicator labels.destinationIndicator=Destination Indicator labels.user_internationaliSDNNumber=International ISDN Number labels.internationaliSDNNumber=International ISDN Number labels.user_state=State labels.state=State
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.postalCode=Postleitzahl labels.user_physicalDeliveryOfficeName=Büroname für physische Zustellung labels.physicalDeliveryOfficeName=Büroname für physische Zustellung labels.user_destinationIndicator=Zielangabe labels.destinationIndicator=Zielangabe labels.user_internationaliSDNNumber=Internationale ISDN-Nummer labels.internationaliSDNNumber=Internationale ISDN-Nummer labels.user_state=Bundesland labels.state=Bundesland
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.postalCode=Postal Code labels.user_physicalDeliveryOfficeName=Physical Delivery Office Name labels.physicalDeliveryOfficeName=Physical Delivery Office Name labels.user_destinationIndicator=Destination Indicator labels.destinationIndicator=Destination Indicator labels.user_internationaliSDNNumber=International ISDN Number labels.internationaliSDNNumber=International ISDN Number labels.user_state=State labels.state=State
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.street = 번지 labels.user_postalCode = 우편 번호 labels.postalCode = 우편 번호 labels.user_physicalDeliveryOfficeName = 사업소 labels.physicalDeliveryOfficeName = 사업소 labels.user_destinationIndicator = 특송 서비스 주소 정보 labels.destinationIndicator = 특송 서비스 주소 정보 labels.user_internationaliSDNNumber = 국제 ISDN 번호 labels.internationaliSDNNumber = 국제 ISDN 번호 labels.user_state = 도시 labels.state = 도시 labels.user_employeeType = 고용 형태
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_physicalDeliveryOfficeName = Nom du bureau de livraison physique labels.physicalDeliveryOfficeName = Nom du bureau de livraison physique labels.user_destinationIndicator = Indicateur de destination labels.destinationIndicator = Indicateur de destination labels.user_internationaliSDNNumber = Numéro ISDN international labels.internationaliSDNNumber = Numéro ISDN international labels.user_state = État labels.state = État
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
String LDAP_ATTR_PHYSICAL_DELIVERY_OFFICE_NAME = "ldap.attr.physicalDeliveryOfficeName"; /** The key of the configuration. e.g. destinationIndicator */ String LDAP_ATTR_DESTINATION_INDICATOR = "ldap.attr.destinationIndicator"; /** The key of the configuration. e.g. internationaliSDNNumber */ String LDAP_ATTR_INTERNATIONALI_S_D_N_NUMBER = "ldap.attr.internationaliSDNNumber";
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.street=番地 labels.user_postalCode=郵便番号 labels.postalCode=郵便番号 labels.user_physicalDeliveryOfficeName=事業所 labels.physicalDeliveryOfficeName=事業所 labels.user_destinationIndicator=電報サービスアドレス情報 labels.destinationIndicator=電報サービスアドレス情報 labels.user_internationaliSDNNumber=国際ISDN番号 labels.internationaliSDNNumber=国際ISDN番号 labels.user_state=都道府県 labels.state=都道府県 labels.user_employeeType=雇用形態 labels.employeeType=雇用形態
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
/** The key of the message: Destination Indicator */ public static final String LABELS_DESTINATION_INDICATOR = "{labels.destinationIndicator}"; /** The key of the message: International ISDN Number */ public static final String LABELS_user_internationaliSDNNumber = "{labels.user_internationaliSDNNumber}";
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 146.4K bytes - Viewed (0)