Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 28 of 28 for postDecode (0.15 sec)

  1. src/main/resources/fess_label_ko.properties

    labels.description = 설명
    labels.user_title = 직책
    labels.title = 직책
    labels.user_pager = 호출기
    labels.pager = 호출기
    labels.user_street = 번지
    labels.street = 번지
    labels.user_postalCode = 우편 번호
    labels.postalCode = 우편 번호
    labels.user_physicalDeliveryOfficeName = 사업소
    labels.physicalDeliveryOfficeName = 사업소
    labels.user_destinationIndicator = 특송 서비스 주소 정보
    labels.destinationIndicator = 특송 서비스 주소 정보
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 44K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_fr.properties

    labels.description	=	Description
    labels.user_title	=	Titre
    labels.title	=	Titre
    labels.user_pager	=	Pager
    labels.pager	=	Pager
    labels.user_street	=	Rue
    labels.street	=	Rue
    labels.user_postalCode	=	Code Postal
    labels.postalCode	=	Code Postal
    labels.user_physicalDeliveryOfficeName	=	Nom du bureau de livraison physique
    labels.physicalDeliveryOfficeName	=	Nom du bureau de livraison physique
    labels.user_destinationIndicator	=	Indicateur de destination
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.6K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_ja.properties

    labels.user_description=説明
    labels.description=説明
    labels.user_title=役職
    labels.title=役職
    labels.user_pager=ポケベル
    labels.pager=ポケベル
    labels.user_street=番地
    labels.street=番地
    labels.user_postalCode=郵便番号
    labels.postalCode=郵便番号
    labels.user_physicalDeliveryOfficeName=事業所
    labels.physicalDeliveryOfficeName=事業所
    labels.user_destinationIndicator=電報サービスアドレス情報
    labels.destinationIndicator=電報サービスアドレス情報
    labels.user_internationaliSDNNumber=国際ISDN番号
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.2K bytes
    - Viewed (0)
  4. 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)
  5. src/crypto/x509/x509_test.go

    			Province:           []string{"Surrey"},
    			StreetAddress:      []string{"The Square"},
    			PostalCode:         []string{"TW9 1DT"},
    			SerialNumber:       "RFC 2253",
    			Country:            []string{"GB"},
    		}, "SERIALNUMBER=RFC 2253,CN=Steve Kille,OU=RFCs,O=Isode Limited,POSTALCODE=TW9 1DT,STREET=The Square,L=Richmond,ST=Surrey,C=GB"},
    		{certs[0].Subject,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  6. 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)
  7. 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)
  8. 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