Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 63 of 63 for descriptor (0.24 sec)

  1. cmd/sts-handlers_test.go

                "parent": "uid=svc.algorithm,ou=swengg,dc=min,dc=io",
                "sa-policy": "inherited-policy"
            },
            "sessionPolicy": null,
            "status": "on",
            "name": "",
            "description": ""
        }
    }
    `,
    		// Built-in user-to-policies mapping should be imported without errors
    		// even if LDAP is enabled.
    		userPolicyMappingsFile: `{
      "foo": {
        "version": 0,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 18:45:50 UTC 2024
    - 90K bytes
    - Viewed (0)
  2. src/net/http/transport.go

    // TCP connections alive for subsequent HTTP requests.
    //
    // A connect method may be of the following types:
    //
    //	connectMethod.key().String()      Description
    //	------------------------------    -------------------------
    //	|http|foo.com                     http directly to server, no proxy
    //	|https|foo.com                    https directly to server, no proxy
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 91K bytes
    - Viewed (0)
  3. src/reflect/type.go

    		p := (*ptrType)(unsafe.Pointer(tt))
    		if p.Elem != &t.t {
    			continue
    		}
    		pi, _ := ptrMap.LoadOrStore(t, p)
    		return &pi.(*ptrType).Type
    	}
    
    	// Create a new ptrType starting with the description
    	// of an *unsafe.Pointer.
    	var iptr any = (*unsafe.Pointer)(nil)
    	prototype := *(**ptrType)(unsafe.Pointer(&iptr))
    	pp := *prototype
    
    	pp.Str = resolveReflectName(newName(s, "", false, false))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 85.5K bytes
    - Viewed (0)
Back to top