Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for car (0.15 sec)

  1. 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 */
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (4)
  2. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_INITIALS = "{labels.initials}";
    
        /** The key of the message: Car License */
        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 */
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
Back to top