Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Bad (0.14 sec)

  1. pkg/apis/core/validation/validation_test.go

    					core.ResourceName(core.ResourceStorage): resource.MustParse("10G"),
    				},
    				AccessModes: []core.PersistentVolumeAccessMode{core.ReadWriteOnce},
    			}),
    		},
    		"bad-name": {
    			isExpectedFailure: true,
    			volume: testVolume("123*Bad(Name", "unexpected-namespace", core.PersistentVolumeSpec{
    				Capacity: core.ResourceList{
    					core.ResourceName(core.ResourceStorage): resource.MustParse("10G"),
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. RELEASE.md

    *   Fixes an integer overflow due to conversion to unsigned
        ([CVE-2021-37645](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-37645))
    *   Fixes a bad allocation error in `StringNGrams` caused by integer conversion
        ([CVE-2021-37646](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-37646))
    *   Fixes a null pointer dereference in `SparseTensorSliceDataset`
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"ArrayType.Len", Field, 0},
    		{"AssignStmt", Type, 0},
    		{"AssignStmt.Lhs", Field, 0},
    		{"AssignStmt.Rhs", Field, 0},
    		{"AssignStmt.Tok", Field, 0},
    		{"AssignStmt.TokPos", Field, 0},
    		{"Bad", Const, 0},
    		{"BadDecl", Type, 0},
    		{"BadDecl.From", Field, 0},
    		{"BadDecl.To", Field, 0},
    		{"BadExpr", Type, 0},
    		{"BadExpr.From", Field, 0},
    		{"BadExpr.To", Field, 0},
    		{"BadStmt", 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)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

       historically on CPU and GPU we handle errors in different ways, and for
       backward compatibility we keep the default behavior.
    2. "ERROR": raises error; GPU does not support this value.
    3. "IGNORE": ignore the bad indices; supported on both CPU and GPU.
      }];
    
      let arguments = (ins
        Arg<TensorOf<[TF_Int16, TF_Int32, TF_Int64]>, [{Tensor of indices.}]>:$indices,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  5. src/main/webapp/css/admin/bootstrap.min.css.map

    &:focus::-ms-value {\n    // Suppress the nested default white text on blue background highlight given to\n    // the selected option text when the (still closed) <select> receives focus\n    // in IE and (under certain conditions) Edge, as it looks bad and cannot be made to\n    // match the appearance of the native widget.\n    // See https://github.com/twbs/bootstrap/issues/19398.\n    color: $input-color;\n    background-color: $input-bg;\n  }\n}\n\n// Make file inputs better match text inputs...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 626.8K bytes
    - Viewed (0)
  6. src/main/webapp/css/bootstrap.min.css.map

    &:focus::-ms-value {\n    // Suppress the nested default white text on blue background highlight given to\n    // the selected option text when the (still closed) <select> receives focus\n    // in IE and (under certain conditions) Edge, as it looks bad and cannot be made to\n    // match the appearance of the native widget.\n    // See https://github.com/twbs/bootstrap/issues/19398.\n    color: $input-color;\n    background-color: $input-bg;\n  }\n}\n\n// Make file inputs better match text inputs...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 626.8K bytes
    - Viewed (0)
Back to top