Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 15 of 15 for DN (0.33 sec)

  1. src/go/types/api_test.go

    				return true
    			})
    		case "n":
    			dn = def
    		}
    	}
    
    	if gm != dm {
    		t.Errorf(`N.Method(...) returns %v for "m", but Info.Defs has %v`, gm, dm)
    	}
    	if gn != dn {
    		t.Errorf(`N.Method(...) returns %v for "m", but Info.Defs has %v`, gm, dm)
    	}
    	if dmm != dm {
    		t.Errorf(`Inside "m", r.m uses %v, want the defined func %v`, dmm, dm)
    	}
    	if dmn == dn {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 94.2K bytes
    - Viewed (0)
  2. src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go

    //	                       ::= dn <destructor-name>
    //
    //	<simple-id> ::= <source-name> [ <template-args> ]
    func (st *state) baseUnresolvedName() AST {
    	var n AST
    	if len(st.str) >= 2 && st.str[:2] == "on" {
    		st.advance(2)
    		n, _ = st.operatorName(true)
    	} else if len(st.str) >= 2 && st.str[:2] == "dn" {
    		st.advance(2)
    		if len(st.str) > 0 && isDigit(st.str[0]) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 94.1K bytes
    - Viewed (0)
  3. cmd/api-errors.go

    		HTTPStatusCode: http.StatusNotImplemented,
    	},
    	ErrAdminLDAPExpectedLoginName: {
    		Code:           "XMinioLDAPExpectedLoginName",
    		Description:    "Expected LDAP short username but was given full DN.",
    		HTTPStatusCode: http.StatusBadRequest,
    	},
    	ErrAdminInvalidGroupName: {
    		Code:           "XMinioInvalidGroupName",
    		Description:    "The group name is invalid.",
    		HTTPStatusCode: http.StatusBadRequest,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 92.1K bytes
    - Viewed (1)
  4. src/crypto/x509/x509.go

    	// RawTBSRevocationList contains just the tbsCertList portion of the ASN.1
    	// DER.
    	RawTBSRevocationList []byte
    	// RawIssuer contains the DER encoded Issuer.
    	RawIssuer []byte
    
    	// Issuer contains the DN of the issuing certificate.
    	Issuer pkix.Name
    	// AuthorityKeyId is used to identify the public key associated with the
    	// issuing certificate. It is populated from the authorityKeyIdentifier
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 09:20:15 UTC 2024
    - 82K bytes
    - Viewed (0)
  5. src/compress/flate/testdata/huffman-rand-max.in

    �?=�a�	x����To���@�)Ƙ�O��6�D�`+���@����@��c�i�}�z"��b��sX�r	��q����0������!�]�5�\L<-`�, ���6�['=/�"�j��\���:�WK4S����
    "_��Y�H8�F� �W�b�2Fi��� ~*l�yh���U �y.]�����M��_���D��tedn�w��c��^�4�g$����]FV��>"�Գ��<����3�����5���_(sXsZd�Lp����0r�`%�
    L165:P����԰nO2B|YpV�򇈎f�T�D�\��s|Ԉ���7i��~�Yܺ
    L��U�H� ��\q��[�)Z�'�>Ʉ��pi#�}e���?o�ii�lf�1�ˀU^\*&�7�5�P��齆B�/��/�Sbv%�j<o��Љ_���zf��Q:l
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 11 17:40:52 UTC 2016
    - 64K bytes
    - Viewed (0)
Back to top