Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 532 for Dummy3 (0.11 sec)

  1. cmd/kubeadm/app/cmd/phases/workflow/runner_test.go

    			},
    		},
    	}
    	for _, rt := range usecases {
    		t.Run(rt.name, func(t *testing.T) {
    
    			var dummy1, dummy2 string
    			cmd := &cobra.Command{
    				Use: "init",
    			}
    
    			cmd.Flags().StringVarP(&dummy1, "flag1", "a", "a", "a")
    			cmd.Flags().StringVarP(&dummy2, "flag2", "b", "b", "b")
    
    			if rt.setAdditionalFlags != nil {
    				rt.runner.SetAdditionalFlags(rt.setAdditionalFlags)
    			}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 20 20:03:45 UTC 2023
    - 15.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/cli-runtime/pkg/printers/tableprinter_test.go

    			"apiVersion": "v1",
    			"kind":       "Test",
    			"dummy1":     "present",
    			"dummy2":     "present",
    			"metadata": map[string]interface{}{
    				"name":              "MyName",
    				"namespace":         "MyNamespace",
    				"creationTimestamp": "2017-04-01T00:00:00Z",
    				"resourceVersion":   123,
    				"uid":               "00000000-0000-0000-0000-000000000001",
    				"dummy3":            "present",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Oct 30 15:08:43 UTC 2022
    - 24.4K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go

    }
    
    type Itimerval struct {
    	Interval Timeval
    	Value    Timeval
    }
    
    type KinfoProc struct {
    	Proc  ExternProc
    	Eproc Eproc
    }
    
    type Vmspace struct {
    	Dummy  int32
    	Dummy2 *int8
    	Dummy3 [5]int32
    	Dummy4 [3]*int8
    }
    
    type Pcred struct {
    	Pc_lock  [72]int8
    	Pc_ucred uintptr
    	P_ruid   uint32
    	P_svuid  uint32
    	P_rgid   uint32
    	P_svgid  uint32
    	P_refcnt int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go

    }
    
    type Itimerval struct {
    	Interval Timeval
    	Value    Timeval
    }
    
    type KinfoProc struct {
    	Proc  ExternProc
    	Eproc Eproc
    }
    
    type Vmspace struct {
    	Dummy  int32
    	Dummy2 *int8
    	Dummy3 [5]int32
    	Dummy4 [3]*int8
    }
    
    type Pcred struct {
    	Pc_lock  [72]int8
    	Pc_ucred uintptr
    	P_ruid   uint32
    	P_svuid  uint32
    	P_rgid   uint32
    	P_svgid  uint32
    	P_refcnt int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  5. src/runtime/testdata/testwinlibsignal/dummy.go

    //go:build windows
    // +build windows
    
    package main
    
    import "C"
    
    //export Dummy
    func Dummy() int {
    	return 42
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 27 08:36:54 UTC 2021
    - 127 bytes
    - Viewed (0)
  6. cmd/dummy-handlers.go

    	"github.com/minio/mux"
    	"github.com/minio/pkg/v3/policy"
    )
    
    // Data types used for returning dummy tagging XML.
    // These variables shouldn't be used elsewhere.
    // They are only defined to be used in this file alone.
    
    // GetBucketWebsite  - GET bucket website, a dummy api
    func (api objectAPIHandlers) GetBucketWebsiteHandler(w http.ResponseWriter, r *http.Request) {
    	ctx := newContext(r, w, "GetBucketWebsite")
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  7. src/go/build/testdata/empty/dummy

    Jens Frederich <******@****.***> 1413343498 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 15 03:24:58 UTC 2014
    - Viewed (0)
  8. test/fixedbugs/bug446.go

    func (r T) Method2() int { return b }
    
    // dummy1 and dummy2 must be initialized after a and b.
    var dummy1 = T(0).Method1()
    var dummy2 = T.Method2(0)
    
    // Use a function call to force generating code.
    var a = identity(1)
    var b = identity(2)
    
    func identity(a int) int { return a }
    
    func main() {
    	if dummy1 != 1 {
    		panic("dummy1 != 1")
    	}
    	if dummy2 != 2 {
    		panic("dummy2 != 2")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jul 30 07:14:49 UTC 2012
    - 699 bytes
    - Viewed (0)
  9. tests/testdata/certs/dummy.crl

    Faseela K <******@****.***> 1688586561 +0530
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 05 19:49:21 UTC 2023
    - 638 bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/authentication/request/websocket/protocol_test.go

    			ExpectedOK:              true,
    			ExpectedErr:             false,
    			ExpectedProtocolHeaders: []string{"dummy,dummy2"},
    		},
    		"invalid bearer token": {
    			ProtocolHeaders:         []string{"base64url.bearer.authorization.k8s.io.dG9rZW4,dummy"},
    			TokenAuth:               authenticator.TokenFunc(func(ctx context.Context, t string) (*authenticator.Response, bool, error) { return nil, false, nil }),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 08 21:43:39 UTC 2023
    - 8.6K bytes
    - Viewed (0)
Back to top