Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for max8 (0.21 sec)

  1. src/main/webapp/css/admin/bootstrap.min.css.map

    auto;\n  width: auto;\n  max-width: 100%;\n}\n\n.col-1 {\n  flex: 0 0 8.333333%;\n  max-width: 8.333333%;\n}\n\n.col-2 {\n  flex: 0 0 16.666667%;\n  max-width: 16.666667%;\n}\n\n.col-3 {\n  flex: 0 0 25%;\n  max-width: 25%;\n}\n\n.col-4 {\n  flex: 0 0 33.333333%;\n  max-width: 33.333333%;\n}\n\n.col-5 {\n  flex: 0 0 41.666667%;\n  max-width: 41.666667%;\n}\n\n.col-6 {\n  flex: 0 0 50%;\n  max-width: 50%;\n}\n\n.col-7 {\n  flex: 0 0 58.333333%;\n  max-width: 58.333333%;\n}\n\n.col-8 {\n  flex: 0 0 66.666667%;\n...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 626.8K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    		},
    		"invalid min greater than max": {
    			core.LimitRange{ObjectMeta: metav1.ObjectMeta{Name: "abc", Namespace: "foo"}, Spec: core.LimitRangeSpec{
    				Limits: []core.LimitRangeItem{{
    					Type: core.LimitTypePersistentVolumeClaim,
    					Min:  getStorageResourceList("10Gi"),
    					Max:  getStorageResourceList("1Gi"),
    				}},
    			}},
    			"min value 10Gi is greater than max value 1Gi",
    		},
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.19.md

    - Fix: get attach disk error due to missing item in max count table ([#89768](https://github.com/kubernetes/kubernetes/pull/89768), [@andyzhangx](https://github.com/andyzhangx)) [SIG Cloud Provider and Storage]
    - Fix: incorrect max azure disk max count ([#92331](https://github.com/kubernetes/kubernetes/pull/92331), [@andyzhangx](https://github.com/andyzhangx)) [SIG Cloud Provider and Storage]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"SendStmt.Chan", Field, 0},
    		{"SendStmt.Value", Field, 0},
    		{"SliceExpr", Type, 0},
    		{"SliceExpr.High", Field, 0},
    		{"SliceExpr.Lbrack", Field, 0},
    		{"SliceExpr.Low", Field, 0},
    		{"SliceExpr.Max", Field, 2},
    		{"SliceExpr.Rbrack", Field, 0},
    		{"SliceExpr.Slice3", Field, 2},
    		{"SliceExpr.X", Field, 0},
    		{"SortImports", Func, 0},
    		{"Spec", Type, 0},
    		{"StarExpr", Type, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  5. tests/integration/pilot/testdata/gateway-api-crd.yaml

                                    attributes, while a session cookie is deleted when the current
                                    session ends.
    
    
                                    When set to "Permanent", AbsoluteTimeout indicates the
                                    cookie's lifetime via the Expires or Max-Age cookie attributes
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  6. api/go1.14.txt

    pkg syscall (freebsd-arm64), type RawSockaddrUnix struct, Path [104]int8
    pkg syscall (freebsd-arm64), type Rlimit struct
    pkg syscall (freebsd-arm64), type Rlimit struct, Cur int64
    pkg syscall (freebsd-arm64), type Rlimit struct, Max int64
    pkg syscall (freebsd-arm64), type RouteMessage //deprecated
    pkg syscall (freebsd-arm64), type RouteMessage struct
    pkg syscall (freebsd-arm64), type RouteMessage struct, Data []uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    Before quantization, `min` and `max` values are adjusted with the following
    logic.
    It is suggested to have `min <= 0 <= max`. If `0` is not in the range of values,
    the behavior can be unexpected:
    
    *   If `0 < min < max`: `min_adj = 0` and `max_adj = max - min`.
    *   If `min < max < 0`: `min_adj = min - max` and `max_adj = 0`.
    *   If `min <= 0 <= max`: `scale = (max - min) / (2^num_bits - 1) `,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  8. api/go1.20.txt

    pkg syscall (freebsd-riscv64), type Rlimit struct #53466
    pkg syscall (freebsd-riscv64), type Rlimit struct, Cur int64 #53466
    pkg syscall (freebsd-riscv64), type Rlimit struct, Max int64 #53466
    pkg syscall (freebsd-riscv64), type RouteMessage //deprecated #53466
    pkg syscall (freebsd-riscv64), type RouteMessage struct #53466
    pkg syscall (freebsd-riscv64), type RouteMessage struct, Data []uint8 #53466
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
Back to top