Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for city (0.06 sec)

  1. 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)
  2. 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)
Back to top