Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 24 of 24 for POSTALCODE (0.25 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. street */
        String LDAP_ATTR_STREET = "ldap.attr.street";
    
        /** The key of the configuration. e.g. postalCode */
        String LDAP_ATTR_POSTAL_CODE = "ldap.attr.postalCode";
    
        /** The key of the configuration. e.g. physicalDeliveryOfficeName */
        String LDAP_ATTR_PHYSICAL_DELIVERY_OFFICE_NAME = "ldap.attr.physicalDeliveryOfficeName";
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_user_postalCode = "{labels.user_postalCode}";
    
        /** The key of the message: Postal Code */
        public static final String LABELS_POSTAL_CODE = "{labels.postalCode}";
    
        /** The key of the message: Physical Delivery Office Name */
        public static final String LABELS_user_physicalDeliveryOfficeName = "{labels.user_physicalDeliveryOfficeName}";
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Name.Country", Field, 0},
    		{"Name.ExtraNames", Field, 5},
    		{"Name.Locality", Field, 0},
    		{"Name.Names", Field, 0},
    		{"Name.Organization", Field, 0},
    		{"Name.OrganizationalUnit", Field, 0},
    		{"Name.PostalCode", Field, 0},
    		{"Name.Province", Field, 0},
    		{"Name.SerialNumber", Field, 0},
    		{"Name.StreetAddress", Field, 0},
    		{"RDNSequence", Type, 0},
    		{"RelativeDistinguishedNameSET", Type, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  4. api/go1.txt

    pkg crypto/x509/pkix, type Name struct, Organization []string
    pkg crypto/x509/pkix, type Name struct, OrganizationalUnit []string
    pkg crypto/x509/pkix, type Name struct, PostalCode []string
    pkg crypto/x509/pkix, type Name struct, Province []string
    pkg crypto/x509/pkix, type Name struct, SerialNumber string
    pkg crypto/x509/pkix, type Name struct, StreetAddress []string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top