Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 117 for postal (0.04 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessMailDeliveryDepartmentCreator.java

            return new SMailDeliveryDepartment(createPostalParkingLot(), createPostalPersonnel());
        }
    
        // -----------------------------------------------------
        //                                    Postal Parking Lot
        //                                    ------------------
        protected SMailPostalParkingLot createPostalParkingLot() {
            final SMailPostalParkingLot parkingLot = new SMailPostalParkingLot();
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 7K bytes
    - Viewed (0)
  2. 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
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_es.properties

    labels.user_telephoneNumber=Número de teléfono
    labels.telephoneNumber=Número de teléfono
    labels.user_homePhone=Teléfono (casa)
    labels.homePhone=Teléfono (casa)
    labels.user_homePostalAddress=Código postal (casa)
    labels.homePostalAddress=Código postal (casa)
    labels.user_labeledURI=labeledURI
    labels.labeledURI=labeledURI
    labels.user_roomNumber=Número de habitación
    labels.roomNumber=Número de habitación
    labels.user_description=Descripción
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.4K bytes
    - Viewed (0)
  4. 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
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jun 28 08:40:50 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_pt_BR.properties

    labels.facsimileTelephoneNumber=Número de fax
    labels.user_postOfficeBox=Caixa postal
    labels.postOfficeBox=Caixa postal
    labels.user_initials=Iniciais
    labels.initials=Iniciais
    labels.user_carLicense=Carteira de motorista
    labels.carLicense=Carteira de motorista
    labels.user_mobile=Celular
    labels.mobile=Celular
    labels.user_postalAddress=Endereço postal
    labels.postalAddress=Endereço postal
    labels.user_city=Cidade
    labels.city=Cidade
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.1K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_fr.properties

    labels.user_postOfficeBox=Boîte postale
    labels.postOfficeBox=Boîte postale
    labels.user_initials=Initiales
    labels.initials=Initiales
    labels.user_carLicense=Permis de conduire
    labels.carLicense=Permis de conduire
    labels.user_mobile=Mobile
    labels.mobile=Mobile
    labels.user_postalAddress=Adresse postale
    labels.postalAddress=Adresse postale
    labels.user_city=Ville
    labels.city=Ville
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.6K bytes
    - Viewed (0)
  7. src/main/resources/fess_config.properties

    ldap.attr.facsimileTelephoneNumber=facsimileTelephoneNumber
    # LDAP attribute for post office box.
    ldap.attr.postOfficeBox=postOfficeBox
    # LDAP attribute for initials.
    ldap.attr.initials=initials
    # LDAP attribute for car license.
    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.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_HOME_PHONE = "{labels.homePhone}";
    
        /** The key of the message: Home Postal Address */
        public static final String LABELS_user_homePostalAddress = "{labels.user_homePostalAddress}";
    
        /** The key of the message: Home Postal Address */
        public static final String LABELS_HOME_POSTAL_ADDRESS = "{labels.homePostalAddress}";
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 146.4K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /**
         * Get the value for the key 'query.track.total.hits'. <br>
         * The value is, e.g. 10000 <br>
         * comment: Maximum number of total hits to track in queries.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getQueryTrackTotalHits();
    
        /**
         * Get the value for the key 'query.track.total.hits' as {@link Integer}. <br>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
  10. src/packaging/common/scripts/postrm

    ${packaging.scripts.header}
    
    #
    # This script is executed in the post-removal phase
    #
    #   On Debian,
    #       $1=remove    : indicates a removal
    #       $1=purge     : indicates an upgrade
    #
    #   On RedHat,
    #       $1=0         : indicates a removal
    #       $1=1         : indicates an upgrade
    
    
    
    SOURCE_ENV_FILE=true
    REMOVE_DIRS=false
    REMOVE_SERVICE=false
    REMOVE_USER_AND_GROUP=false
    
    case "$1" in
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Dec 10 01:24:02 UTC 2015
    - 2.2K bytes
    - Viewed (0)
Back to top