Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 46 for Largest (0.26 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                            \n * \"Exact\" path match. * \"Prefix\" path match with largest
                            number of characters. * Method match. * Largest number of
                            header matches. * Largest number of query param matches. \n
                            Note: The precedence of RegularExpression path matches are
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    			}
    			if len(crdCost.MostExpensive) != len(tt.expectedExpensive) {
    				t.Fatalf("expected %d largest costs but got %d: %v", len(tt.expectedExpensive), len(crdCost.MostExpensive), crdCost.MostExpensive)
    			}
    			for i, expensive := range crdCost.MostExpensive {
    				if tt.expectedExpensive[i] != expensive.Cost {
    					t.Errorf("expected largest cost of %d at index %d but got %d", tt.expectedExpensive[i], i, expensive.Cost)
    				}
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
  3. src/net/http/h2_bundle.go

    	if w.rws.req.TLS != nil {
    		wantScheme = "https"
    	}
    
    	// Validate the request.
    	u, err := url.Parse(target)
    	if err != nil {
    		return err
    	}
    	if u.Scheme == "" {
    		if !strings.HasPrefix(target, "/") {
    			return fmt.Errorf("target must be an absolute URL or an absolute path: %q", target)
    		}
    		u.Scheme = wantScheme
    		u.Host = w.rws.req.Host
    	} else {
    		if u.Scheme != wantScheme {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  4. doc/go_spec.html

    The precise behavior is implementation-dependent.
    </p>
    
    
    <h3 id="Min_and_max">Min and max</h3>
    
    <p>
    The built-in functions <code>min</code> and <code>max</code> compute the
    smallest&mdash;or largest, respectively&mdash;value of a fixed number of
    arguments of <a href="#Comparison_operators">ordered types</a>.
    There must be at least one argument
    [<a href="#Go_1.21">Go 1.21</a>].
    </p>
    
    <p>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssagen/ssa.go

    		table := make([]*ssa.Block, max-min+1)
    		for i := range table {
    			table[i] = bEnd // default target
    		}
    		for i := range n.Targets {
    			c := n.Cases[i]
    			lab := s.label(n.Targets[i])
    			if lab.target == nil {
    				lab.target = s.f.NewBlock(ssa.BlockPlain)
    			}
    			var val uint64
    			if unsigned {
    				val, _ = constant.Uint64Val(c)
    			} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.27.md

    - `apiserver_admission_webhook_admission_duration_seconds` buckets have been expanded, 25s is now the largest bucket size to match the webhook default timeout. ([#115802](https://github.com/kubernetes/kubernetes/pull/115802), [@logicalhan](https://github.com/logicalhan)) [SIG API Machinery and Instrumentation]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

                "type": "string"
              },
              "iqn": {
                "default": "",
                "description": "iqn is Target iSCSI Qualified Name.",
                "type": "string"
              },
              "iscsiInterface": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    				Type:        []string{"object"},
    				Properties: map[string]spec.Schema{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	/*11604*/ uint16(xMatch),
    	/*11605*/ uint16(xSetOp), uint16(FSUB),
    	/*11607*/ uint16(xArgST),
    	/*11608*/ uint16(xArgSTi),
    	/*11609*/ uint16(xMatch),
    	/*11610*/ uint16(xSetOp), uint16(FSUBR),
    	/*11612*/ uint16(xArgST),
    	/*11613*/ uint16(xArgSTi),
    	/*11614*/ uint16(xMatch),
    	/*11615*/ uint16(xSetOp), uint16(FDIV),
    	/*11617*/ uint16(xArgST),
    	/*11618*/ uint16(xArgSTi),
    	/*11619*/ uint16(xMatch),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
  10. ChangeLog.md

    - [`KT-65213`](https://youtrack.jetbrains.com/issue/KT-65213) Collect logic for FUS metrics calculation in one place
    - [`KT-61698`](https://youtrack.jetbrains.com/issue/KT-61698) Compiler options configured inside metadata {} target set up all targets in a project
    - [`KT-64824`](https://youtrack.jetbrains.com/issue/KT-64824) Move validateParameters from CInteropProcess to diagnostics
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
Back to top