Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 59 for DN (0.14 sec)

  1. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit.min.js

    1])):le(i).then(function(t){return e(t.response)},function(){return t("SVG not found.")}):t()})}(this.src).then(function(t){return function(t,e){e&&b(t,"<symbol")&&(t=function(t,e){if(!Dn[t]){var i;for(Dn[t]={};i=zn.exec(t);)Dn[t][i[3]]='<svg xmlns="http://www.w3.org/2000/svg"'+i[1]+"svg>";zn.lastIndex=0}return Dn[t][e]}(t,e)||t);return(t=Ce(t.substr(t.indexOf("<svg"))))&&t.hasChildNodes()&&t}(t,e.icon)||se.reject("SVG not found.")})},applyAttributes:function(i){var n=this;for(var t in this.$opt...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 130.5K bytes
    - Viewed (0)
  2. 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)
  3. 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)
  4. src/cmd/internal/obj/arm64/asm7.go

    		os[0] = c.opirr(p, AMOVZW)
    		os[0] |= MOVCONST(int64(d), 0, rt)
    		os[1] = c.opirr(p, AMOVKW)
    		os[1] |= MOVCONST(int64(d), 1, rt)
    		return 2
    
    	case AMOVD:
    		d := a.Offset
    		dn := ^d
    		var immh [4]uint64
    		var i int
    		zeroCount := int(0)
    		negCount := int(0)
    		for i = 0; i < 4; i++ {
    			immh[i] = uint64((d >> uint(i*16)) & 0xffff)
    			if immh[i] == 0 {
    				zeroCount++
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  5. cmd/site-replication.go

    	// use the normalized form of the entityName (which will be an LDAP DN).
    	userType := IAMUserType(mapping.UserType)
    	isGroup := mapping.IsGroup
    	entityName := mapping.UserOrGroup
    	if globalIAMSys.GetUsersSysType() == LDAPUsersSysType && userType == stsUser {
    
    		// Validate that the user or group exists in LDAP and use the normalized
    		// form of the entityName (which will be an LDAP DN).
    		var err error
    		if isGroup {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 184.3K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        String LDAP_ADMIN_USER_FILTER = "ldap.admin.user.filter";
    
        /** The key of the configuration. e.g. ou=People,dc=fess,dc=codelibs,dc=org */
        String LDAP_ADMIN_USER_BASE_DN = "ldap.admin.user.base.dn";
    
        /** The key of the configuration. e.g. organizationalPerson,top,person,inetOrgPerson */
        String LDAP_ADMIN_USER_OBJECT_CLASSES = "ldap.admin.user.object.classes";
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
  7. src/crypto/x509/x509_test.go

    		Locality:   []string{"Gophertown"},
    		ExtraNames: extra[:0],
    		Names: []pkix.AttributeTypeAndValue{
    			{Type: asn1.ObjectIdentifier([]int{1, 2, 3, 4, 5}), Value: "golang.org"}},
    	}
    
    	tests := []struct {
    		dn   pkix.Name
    		want string
    	}{
    		{nn, "L=Gophertown,1.2.3.4.5=#130a676f6c616e672e6f7267"},
    		{extraNotNil, "L=Gophertown"},
    		{pkix.Name{
    			CommonName:         "Steve Kille",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  8. 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)
  9. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    (u=p,a&&i.returnWinningObject?c=n[m]:c=f,i.returnFirstMatch)))return c;return c||i.nullResultValue}i.threshold=.4,i.thresholdAbsolute=20,i.caseSensitive=!1,i.nullResultValue=null,i.returnWinningObject=null,i.returnFirstMatch=!1,typeof Dn!="undefined"&&Dn.exports?Dn.exports=i:window.didYouMean=i;var e=Math.pow(2,32)-1;function t(r,n,a){a=a||a===0?a:e;var s=r.length,o=n.length;if(s===0)return Math.min(a+1,o);if(o===0)return Math.min(a+1,s);if(Math.abs(s-o)>a)return a+1;var u=[],c,f,d,p,m;for(c=0;c...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  10. cmd/testdata/undeleteable-object.tgz

    ÅoX¨=Z/ù•hk†*_ ¥,!ÉVž’Rî*Õ íø0 -d t•^ x½ a󽼈ó {·¤‡\áµ× þ6¥Ò îƒ ™xÍ«ù*k­ÈN «£ùn´X*g?NÞ gÆÈà«C \:B¯ C ù€z‡âO¤`~f KùüÒò‹l]¦ð5 „$ » ŒÕðA E ï ¢wô”L8aÜ t‰ŸŽÁ*¥Ð~ K›½púÑ |ÍVp¢ãUuç‡'lÝ£Ä(æ4Ç ° REø¼£xjá UÀ¼œ:… Ûš ˆOì}h?™ŽÜÐ¥é× ©R ’-ê É!U³ ©°X††¡.©ŒÐkŒ9†PÍB2 Ðn >²ú¬bæmHœ@¿oÏ « !ì X3=ÀÓºˆ. Ô‰ c3> ‹È~ ‹Pô ¯Ö¯tã >pZë˜{,5eä²x»2oUT®Ìô~ág™ Ú³sÜÉ×Þ³ñ6…q f‘Å &%øŒ ët™Ú)©ÄÌ wœ d”Ö(5êìázyBtí ’aYS±×jX_óÊM[&`®üÊÄécdÝ Ûà<”†¾— ±8”! ¿gVÙ· $0ƒÔ ©ÝW F[£C 7U#!z YñMƒå=y„ @*Ç ¢Ÿ× "êðÍÜ oÏÿâø/ ‰Á ¤Á{è ‘$aÃÕµO{1 ¨Û®5æ7J(hÔ ´JŽ„DŒÏ»_¦›&HÒþƒZ7Èk|...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Apr 26 00:31:12 UTC 2024
    - 8.7M bytes
    - Viewed (0)
Back to top