Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 46 of 46 for describeTo (0.35 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata' jsonPath: .metadata.creationTimestamp name: Age type: date name: v1alpha3 schema: openAPIV3Schema: properties: spec: description: 'Describes a collection of workload instances. See more details at: https://istio.io/docs/reference/config/networking/workload-group.html' properties: metadata: description: Metadata that will be used for all corresponding `WorkloadEntries`. properties: annotations:...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/text/internal/language/tables.go

    	0x0a, 0x00, 0x80, 0x00, 0x00,
    }
    
    // altLangISO3 holds an alphabetically sorted list of 3-letter language code alternatives
    // to 2-letter language codes that cannot be derived using the method described above.
    // Each 3-letter code is followed by its 1-byte langID.
    const altLangISO3 tag.Index = "---\x00cor\x00hbs\x01heb\x02kin\x03spa\x04yid\x05\xff\xff\xff\xff"
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 153K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/ppc64/asm9.go

    		o1 = AOP_IRR(c.opirr(p.As), uint32(r), uint32(p.Reg), uint32(v))
    
    	case 62: /* clrlslwi $sh,s,$mask,a */
    		v := c.regoff(&p.From)
    		n := c.regoff(p.GetFrom3())
    		// This is an extended mnemonic described in the ISA C.8.2
    		// clrlslwi ra,rs,b,n -> rlwinm ra,rs,n,b-n,31-n
    		// It maps onto rlwinm which is directly generated here.
    		if n > v || v >= 32 {
    			c.ctxt.Diag("Invalid n or b for CLRLSLWI: %x %x\n%v", v, n, p)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/x86/asm6.go

    	{obj.ADUFFZERO, yduff, Px, opBytes{0xe8}},
    
    	{obj.AEND, nil, 0, opBytes{}},
    	{0, nil, 0, opBytes{}},
    }
    
    var opindex [(ALAST + 1) & obj.AMask]*Optab
    
    // useAbs reports whether s describes a symbol that must avoid pc-relative addressing.
    // This happens on systems like Solaris that call .so functions instead of system calls.
    // It does not seem to be necessary for any other systems. This is probably working
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  5. src/net/http/transport_test.go

    // an underlying TCP connection after making an http.Request with Request.Close set.
    //
    // It tests the behavior by making an HTTP request to a server which
    // describes the source connection it got (remote port number +
    // address of its net.Conn).
    func TestTransportConnectionCloseOnRequest(t *testing.T) {
    	run(t, testTransportConnectionCloseOnRequest, []testMode{http1Mode})
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  6. src/runtime/proc.go

    // can clobber getg().sched.
    //
    //go:nosplit
    //go:nowritebarrierrec
    func save(pc, sp, bp uintptr) {
    	gp := getg()
    
    	if gp == gp.m.g0 || gp == gp.m.gsignal {
    		// m.g0.sched is special and must describe the context
    		// for exiting the thread. mstart1 writes to it directly.
    		// m.gsignal.sched should not be used at all.
    		// This check makes sure save calls do not accidentally
    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