Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 74 for valfunc (0.24 sec)

  1. src/cmd/go/internal/test/flagdefs.go

    	"errorsas":         true,
    	"framepointer":     true,
    	"httpresponse":     true,
    	"ifaceassert":      true,
    	"loopclosure":      true,
    	"lostcancel":       true,
    	"methods":          true,
    	"nilfunc":          true,
    	"printf":           true,
    	"rangeloops":       true,
    	"shift":            true,
    	"sigchanyzer":      true,
    	"slog":             true,
    	"stdmethods":       true,
    	"stdversion":       true,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 01:02:40 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  2. src/cmd/go/testdata/script/test_vet.txt

    # Test with a single analyzer
    ! go test -vet=httpresponse ./vetall/...
    stderr 'using resp before checking for errors'
    
    # Test with a list of analyzers
    go test -vet=atomic,bools,nilfunc ./vetall/...
    stdout 'm/vetall.*\[no tests to run\]'
    
    # Test issue #22890
    go test m/vetcycle
    stdout 'm/vetcycle.*\[no test files\]'
    
    # Test with ...
    ! go test ./vetfail/...
    stderr 'Printf format %d'
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 27 20:14:44 UTC 2021
    - 2.1K bytes
    - Viewed (0)
  3. pkg/registry/core/event/storage/storage.go

    	store := &genericregistry.Store{
    		NewFunc:       func() runtime.Object { return &api.Event{} },
    		NewListFunc:   func() runtime.Object { return &api.EventList{} },
    		PredicateFunc: event.Matcher,
    		TTLFunc: func(runtime.Object, uint64, bool) (uint64, error) {
    			return ttl, nil
    		},
    		DefaultQualifiedResource:  api.Resource("events"),
    		SingularQualifiedResource: api.Resource("event"),
    
    		CreateStrategy: event.Strategy,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 18 09:21:13 UTC 2022
    - 2.3K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/tests/materialize_passthrough_op.mlir

    // CHECK-NEXT:    return %[[MAGIC]]
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 30 10:34:48 UTC 2022
    - 1.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/util/webhook/authentication.go

    					ret.Wrap(tracing.WrapperFor(tp))
    				}
    
    				if egressSelector != nil {
    					networkContext := egressselector.ControlPlane.AsNetworkContext()
    					var egressDialer utilnet.DialFunc
    					egressDialer, err = egressSelector.Lookup(networkContext)
    
    					if err != nil {
    						return nil, err
    					}
    
    					ret.Dial = egressDialer
    				}
    				return ret, nil
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 29 15:48:39 UTC 2023
    - 9.5K bytes
    - Viewed (0)
  6. src/cmd/internal/test2json/testdata/vet.test

        --- PASS: TestVet/5 (0.07s)
            vet_test.go:114: files: ["testdata/copylock_func.go" "testdata/rangeloop.go"]
        --- PASS: TestVet/3 (0.07s)
            vet_test.go:114: files: ["testdata/composite.go" "testdata/nilfunc.go"]
        --- PASS: TestVet/6 (0.07s)
            vet_test.go:114: files: ["testdata/copylock_range.go" "testdata/shadow.go"]
        --- PASS: TestVet/2 (0.07s)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 01 16:13:47 UTC 2020
    - 3.1K bytes
    - Viewed (0)
  7. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/HelpTaskIntegrationTest.groovy

    Options
         --valueA     descA
    
         --no-valueA     Disables option --valueA.
    
         --valueB     descB
    
         --no-valueB     Disables option --valueB.
    
         --valueC     descC
    
         --no-valueC     Disables option --valueC."""
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 14K bytes
    - Viewed (0)
  8. src/cmd/internal/test2json/testdata/smiley.test

        --- PASS: Test☺☹/5 (0.07s)
            vet_test.go:114: φιλεσ: ["testdata/copylock_func.go" "testdata/rangeloop.go"]
        --- PASS: Test☺☹/3 (0.07s)
            vet_test.go:114: φιλεσ: ["testdata/composite.go" "testdata/nilfunc.go"]
        --- PASS: Test☺☹/6 (0.07s)
            vet_test.go:114: φιλεσ: ["testdata/copylock_range.go" "testdata/shadow.go"]
        --- PASS: Test☺☹/2 (0.07s)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 01 16:13:47 UTC 2020
    - 3.3K bytes
    - Viewed (0)
  9. src/io/fs/walk.go

    // is after a failed ReadDir and reports the error from ReadDir.
    // (If ReadDir succeeds, there is no second call.)
    //
    // The differences between WalkDirFunc compared to [path/filepath.WalkFunc] are:
    //
    //   - The second argument has type [DirEntry] instead of [FileInfo].
    //   - The function is called before reading a directory, to allow [SkipDir]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 09 08:50:19 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/util/webhook/webhook.go

    		return webhookErr
    	case err != nil:
    		return fmt.Errorf("webhook call failed: %s", err.Error())
    	default:
    		return nil
    	}
    }
    
    func LoadKubeconfig(kubeConfigFile string, customDial utilnet.DialFunc) (*rest.Config, error) {
    	loadingRules := clientcmd.NewDefaultClientConfigLoadingRules()
    	loadingRules.ExplicitPath = kubeConfigFile
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 20 19:02:55 UTC 2023
    - 6.3K bytes
    - Viewed (0)
Back to top