Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for Tstruct (0.36 sec)

  1. api/go1.20.txt

    pkg runtime/cgo (linux-arm-cgo), type Incomplete struct #46731
    pkg runtime/cgo (netbsd-386-cgo), type Incomplete struct #46731
    pkg runtime/cgo (netbsd-amd64-cgo), type Incomplete struct #46731
    pkg runtime/cgo (netbsd-arm64-cgo), type Incomplete struct #46731
    pkg runtime/cgo (netbsd-arm-cgo), type Incomplete struct #46731
    pkg runtime/cgo (openbsd-386-cgo), type Incomplete struct #46731
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  2. api/go1.14.txt

    pkg syscall (freebsd-arm64), type BpfStat struct
    pkg syscall (freebsd-arm64), type BpfStat struct, Drop uint32
    pkg syscall (freebsd-arm64), type BpfStat struct, Recv uint32
    pkg syscall (freebsd-arm64), type BpfVersion struct
    pkg syscall (freebsd-arm64), type BpfVersion struct, Major uint16
    pkg syscall (freebsd-arm64), type BpfVersion struct, Minor uint16
    pkg syscall (freebsd-arm64), type BpfZbuf struct
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation_test.go

    func TestValidateVolumes(t *testing.T) {
    	validInitiatorName := "iqn.2015-02.example.com:init"
    	invalidInitiatorName := "2015-02.example.com:init"
    
    	type verr struct {
    		etype  field.ErrorType
    		field  string
    		detail string
    	}
    
    	testCases := []struct {
    		name string
    		vol  core.Volume
    		errs []verr
    		opts PodValidationOptions
    	}{
    		// EmptyDir and basic volume names
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  4. tests/integration/pilot/testdata/gateway-api-crd.yaml

    
                        Note that a parent is also an ancestor, so for objects where the parent is the
                        relevant object for status, this struct SHOULD still be used.
    
    
                        This struct is intended to be used in a slice that's effectively a map,
                        with a composite key made up of the AncestorRef and the ControllerName.
                      properties:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*StdSizes).Alignof", Method, 5},
    		{"(*StdSizes).Offsetsof", Method, 5},
    		{"(*StdSizes).Sizeof", Method, 5},
    		{"(*Struct).Field", Method, 5},
    		{"(*Struct).NumFields", Method, 5},
    		{"(*Struct).String", Method, 5},
    		{"(*Struct).Tag", Method, 5},
    		{"(*Struct).Underlying", Method, 5},
    		{"(*Term).String", Method, 18},
    		{"(*Term).Tilde", Method, 18},
    		{"(*Term).Type", Method, 18},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/test/testdata/arithConst_test.go

    func xor_126_int8(a int8) int8 { return 126 ^ a }
    
    //go:noinline
    func xor_int8_127(a int8) int8 { return a ^ 127 }
    
    //go:noinline
    func xor_127_int8(a int8) int8 { return 127 ^ a }
    
    type test_uint64 struct {
    	fn     func(uint64) uint64
    	fnname string
    	in     uint64
    	want   uint64
    }
    
    var tests_uint64 = []test_uint64{
    
    	test_uint64{fn: add_0_uint64, fnname: "add_0_uint64", in: 0, want: 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 23 06:40:04 UTC 2020
    - 633.8K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

    field which has RawExtension as its type in your external, versioned struct, and Object in your internal struct. You also need to register your various plugin types.\n\n// Internal package:\n\n\ttype MyAPIObject struct {\n\t\truntime.TypeMeta `json:\",inline\"`\n\t\tMyPlugin runtime.Object `json:\"myPlugin\"`\n\t}\n\n\ttype PluginA struct {\n\t\tAOption string `json:\"aOption\"`\n\t}\n\n// External package:\n\n\ttype MyAPIObject struct {\n\t\truntime.TypeMeta `json:\",inline\"`\n\t\tMyPlugin runtime.RawExtension...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__apps__v1_openapi.json

    field which has RawExtension as its type in your external, versioned struct, and Object in your internal struct. You also need to register your various plugin types.\n\n// Internal package:\n\n\ttype MyAPIObject struct {\n\t\truntime.TypeMeta `json:\",inline\"`\n\t\tMyPlugin runtime.Object `json:\"myPlugin\"`\n\t}\n\n\ttype PluginA struct {\n\t\tAOption string `json:\"aOption\"`\n\t}\n\n// External package:\n\n\ttype MyAPIObject struct {\n\t\truntime.TypeMeta `json:\",inline\"`\n\t\tMyPlugin runtime.RawExtension...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/rewritegeneric.go

    		return true
    	}
    	// match: (Load <t> _ _)
    	// cond: t.IsStruct() && t.NumFields() == 0 && CanSSA(t)
    	// result: (StructMake0)
    	for {
    		t := v.Type
    		if !(t.IsStruct() && t.NumFields() == 0 && CanSSA(t)) {
    			break
    		}
    		v.reset(OpStructMake0)
    		return true
    	}
    	// match: (Load <t> ptr mem)
    	// cond: t.IsStruct() && t.NumFields() == 1 && CanSSA(t)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.19.md

      qualified domain name (FQDN) of a Pod is set as hostname of its containers. 
      In Linux containers, this means setting the FQDN in the hostname field of the 
      kernel (the nodename field of struct utsname).  In Windows containers, this
      means setting the this means setting the registry value of hostname for the registry key HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\Tcpip\\Parameters to FQDN. 
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
Back to top