Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 442 for Dummy3 (0.19 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. 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)
  6. 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)
  7. 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)
  8. src/runtime/debug/heapdump_test.go

    	println("starting dump")
    	WriteHeapDump(f.Fd())
    	println("done dump")
    }
    
    type G[T any] struct{}
    type I interface {
    	M()
    }
    
    //go:noinline
    func (g G[T]) M() {}
    
    var dummy I = G[int]{}
    var dummy2 I = G[G[int]]{}
    
    func TestWriteHeapDumpTypeName(t *testing.T) {
    	if runtime.GOOS == "js" {
    		t.Skipf("WriteHeapDump is not available on %s.", runtime.GOOS)
    	}
    	f, err := os.CreateTemp("", "heapdumptest")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 12 00:32:29 UTC 2022
    - 2K bytes
    - Viewed (0)
  9. cmd/dummy-data-generator_test.go

    Klaus Post <******@****.***> 1663610716 +0200
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Sep 19 18:05:16 UTC 2022
    - 4.8K bytes
    - Viewed (0)
  10. src/syscall/js/js_test.go

    		t.Errorf("got %#v, want %#v", got, want)
    	}
    }
    
    func TestEqual(t *testing.T) {
    	if !dummys.Get("someFloat").Equal(dummys.Get("someFloat")) {
    		t.Errorf("same float is not equal")
    	}
    	if !dummys.Get("emptyObj").Equal(dummys.Get("emptyObj")) {
    		t.Errorf("same object is not equal")
    	}
    	if dummys.Get("someFloat").Equal(dummys.Get("someInt")) {
    		t.Errorf("different values are not unequal")
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 19 14:35:26 UTC 2024
    - 17.7K bytes
    - Viewed (0)
Back to top