Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 56 of 56 for broot (0.09 sec)

  1. src/cmd/internal/obj/ppc64/asm9.go

    	{as: AFTDIV, a1: C_FREG, a2: C_FREG, a6: C_U15CON, type_: 92, size: 4},          /* floating test for sw divide, x-form */
    	{as: AFTSQRT, a1: C_FREG, a6: C_U15CON, type_: 93, size: 4},                     /* floating test for sw square root, x-form */
    	{as: ACOPY, a1: C_REG, a6: C_REG, type_: 92, size: 4},                           /* copy/paste facility, x-form */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  2. src/net/http/transport_test.go

    			}
    
    			// If neither server is HTTPS or both are, then c may be derived from either.
    			// If only one server is HTTPS, c must be derived from that server in order
    			// to ensure that it is configured to use the fake root CA from testcert.go.
    			c := proxy.Client()
    			if siteMode == https1Mode {
    				c = ts.Client()
    			}
    
    			c.Transport.(*Transport).Proxy = ProxyURL(pu)
    			if _, err := c.Head(ts.URL); err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1alpha1_openapi.json

    rary#Authz\n- 'authorizer.requestResource' - A CEL ResourceCheck constructed from the 'authorizer' and configured with the\n  request resource.\n\nThe `apiVersion`, `kind`, `metadata.name` and `metadata.generateName` are always accessible from the root of the object. No other metadata properties are accessible.\n\nOnly property names of the form `[a-zA-Z_.-/][a-zA-Z0-9_.-/]*` are accessible. Accessible property names are escaped according to the following rules when accessed in the expression: -...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.4K bytes
    - Viewed (0)
  4. src/net/http/serve_test.go

    		{"https://foobar.com/baz", "https://foobar.com/baz"},
    		// custom scheme
    		{"test://foobar.com/baz", "test://foobar.com/baz"},
    		// schemeless
    		{"//foobar.com/baz", "//foobar.com/baz"},
    		// relative to the root
    		{"/foobar.com/baz", "/foobar.com/baz"},
    		// relative to the current path
    		{"foobar.com/baz", "/qux/foobar.com/baz"},
    		// relative to the current path (+ going upwards)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1beta1_openapi.json

    rary#Authz\n- 'authorizer.requestResource' - A CEL ResourceCheck constructed from the 'authorizer' and configured with the\n  request resource.\n\nThe `apiVersion`, `kind`, `metadata.name` and `metadata.generateName` are always accessible from the root of the object. No other metadata properties are accessible.\n\nOnly property names of the form `[a-zA-Z_.-/][a-zA-Z0-9_.-/]*` are accessible. Accessible property names are escaped according to the following rules when accessed in the expression: -...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.7K bytes
    - Viewed (0)
  6. src/runtime/proc.go

    // includes info for the current caller into a new set of tracebacks for
    // a g being created.
    func saveAncestors(callergp *g) *[]ancestorInfo {
    	// Copy all prior info, except for the root goroutine (goid 0).
    	if debug.tracebackancestors <= 0 || callergp.goid == 0 {
    		return nil
    	}
    	var callerAncestors []ancestorInfo
    	if callergp.ancestors != nil {
    		callerAncestors = *callergp.ancestors
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
Back to top