- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for city (0.02 sec)
-
src/main/resources/fess_config.properties
ldap.attr.carLicense=carLicense # LDAP attribute for mobile. ldap.attr.mobile=mobile # LDAP attribute for postal address. ldap.attr.postalAddress=postalAddress # LDAP attribute for city. ldap.attr.city=l # LDAP attribute for teletex terminal identifier. ldap.attr.teletexTerminalIdentifier=teletexTerminalIdentifier # LDAP attribute for X.121 address. ldap.attr.x121Address=x121Address
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 11 09:47:03 UTC 2025 - 54.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
public static final String LABELS_POSTAL_ADDRESS = "{labels.postalAddress}"; /** The key of the message: City */ public static final String LABELS_user_city = "{labels.user_city}"; /** The key of the message: City */ public static final String LABELS_CITY = "{labels.city}"; /** The key of the message: Teletex Terminal Identifier */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 156.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
*/ String getLdapAttrPostalAddress(); /** * Get the value for the key 'ldap.attr.city'. <br> * The value is, e.g. l <br> * comment: LDAP attribute for city. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getLdapAttrCity(); /**Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2)