Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. 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)
  2. 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)
  3. src/main/resources/fess_label.properties

    labels.facsimileTelephoneNumber=Facsimile Telephone Number
    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
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (1)
  4. src/main/resources/fess_label_en.properties

    labels.facsimileTelephoneNumber=Facsimile Telephone Number
    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
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (0)
Back to top