Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 135 for Several (0.32 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation.go

    	allErrs = append(allErrs, validateAPIApproval(obj, nil)...)
    	allErrs = append(allErrs, validatePreserveUnknownFields(obj, nil)...)
    	return allErrs
    }
    
    // validationOptions groups several validation options, to avoid passing multiple bool parameters to methods
    type validationOptions struct {
    	// allowDefaults permits the validation schema to contain default attributes
    	allowDefaults bool
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 82.6K bytes
    - Viewed (0)
  2. pkg/proxy/ipvs/proxier.go

    	ipsetList map[string]*IPSet
    	// nodePortAddresses selects the interfaces where nodePort works.
    	nodePortAddresses *proxyutil.NodePortAddresses
    	// networkInterfacer defines an interface for several net library functions.
    	// Inject for test purpose.
    	networkInterfacer     proxyutil.NetworkInterfacer
    	gracefuldeleteManager *GracefulTerminationManager
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 77.7K bytes
    - Viewed (0)
  3. src/cmd/cgo/out.go

    		fmt.Fprintln(fc, "}")
    	}
    }
    
    // elfImportedSymbols is like elf.File.ImportedSymbols, but it
    // includes weak symbols.
    //
    // A bug in some versions of LLD (at least LLD 8) cause it to emit
    // several pthreads symbols as weak, but we need to import those. See
    // issue #31912 or https://bugs.llvm.org/show_bug.cgi?id=42442.
    //
    // When doing external linking, we hand everything off to the external
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 29 16:41:10 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  4. pkg/workloadapi/workload.pb.go

    	// The hostname for the workload to be resolved by the ztunnel.
    	// DNS queries are sent on-demand by default.
    	// If the resolved DNS query has several endpoints, the request will be forwarded
    	// to the first response.
    	//
    	// At a minimum, each workload must have either an address or hostname. For example,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 65.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go

    //
    // The package contains two categories of types:
    //   - external (serialized) types that lack their own version (e.g TypeMeta)
    //   - internal (never-serialized) types that are needed by several different
    //     api groups, and so live here, to avoid duplication and/or import loops
    //     (e.g. LabelSelector).
    //
    // In the future, we will probably move these categories of objects into
    // separate packages.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 10:52:25 UTC 2024
    - 79.2K bytes
    - Viewed (1)
  6. src/cmd/go/internal/test/test.go

    	UsageLine: "testflag",
    	Short:     "testing flags",
    	Long: `
    The 'go test' command takes both flags that apply to 'go test' itself
    and flags that apply to the resulting test binary.
    
    Several of the flags control profiling and write an execution profile
    suitable for "go tool pprof"; run "go tool pprof -h" for more
    information. The --alloc_space, --alloc_objects, and --show_bytes
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 71.9K bytes
    - Viewed (0)
  7. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest-param-test.h

    // Bool()
    //   - returns a generator producing sequences with elements {false, true}.
    //
    // It is useful when testing code that depends on Boolean flags. Combinations
    // of multiple flags can be tested when several Bool()'s are combined using
    // Combine() function.
    //
    // In the following example all tests in the test case FlagDependentTest
    // will be instantiated twice with parameters false and true.
    //
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 74.1K bytes
    - Viewed (0)
  8. src/cmd/go/go_test.go

    	tg.setenv("GOPATH", tg.path("."))
    	tg.run("test", "-p=4", "p1", "p2", "p3", "p4")
    }
    
    func TestBinaryOnlyPackages(t *testing.T) {
    	tooSlow(t, "compiles several packages sequentially")
    
    	tg := testgo(t)
    	defer tg.cleanup()
    	tg.parallel()
    	tg.makeTempdir()
    	tg.setenv("GOPATH", tg.path("."))
    
    	tg.tempFile("src/p1/p1.go", `//go:binary-only-package
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 81.1K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest-param-test.h

    // Bool()
    //   - returns a generator producing sequences with elements {false, true}.
    //
    // It is useful when testing code that depends on Boolean flags. Combinations
    // of multiple flags can be tested when several Bool()'s are combined using
    // Combine() function.
    //
    // In the following example all tests in the test case FlagDependentTest
    // will be instantiated twice with parameters false and true.
    //
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 74.1K bytes
    - Viewed (0)
  10. .bazelrc

    #     nonccl:       Disable nccl support.
    #
    #
    # Remote build execution options (only configured to work with TF team projects for now.)
    #     rbe_base:  General RBE options shared by all flavors.
    #     rbe_linux: General RBE options used on all linux builds.
    #     rbe_win_base:   General RBE options used on all Windows builds. Not to be used standalone.
    #     rbe_win_clang:  Options specific to compiling using Clang.
    #
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 17:12:54 UTC 2024
    - 52.9K bytes
    - Viewed (0)
Back to top