Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for IsSwitch (0.29 sec)

  1. src/main/webapp/css/admin/adminlte.min.css

    57d;border-color:#3d4246}.custom-switch.custom-switch-off-secondary .custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 2px rgba(108,117,125,.25)}.custom-switch.custom-switch-off-secondary .custom-control-input~.custom-control-label::after{background:#313539}.custom-switch.custom-switch-on-secondary .custom-control-input:checked~.custom-control-label::before{background:#6c757d;border-color:#3d4246}.custom-switch.custom-switch-on-secondary .custom-control-inp...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 641.1K bytes
    - Viewed (0)
  2. RELEASE.md

            for all the RNG in Keras. We plan to switch on the new code path by
            default in tf 2.8, and the behavior change will likely to cause some
            breakage on user side (eg if the test is checking against some golden
            number). These 3 APIs will allow user to disable and switch back to
            legacy behavior if they prefer. In future (eg TF 2.10), we expect to
    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/main/webapp/css/admin/bootstrap.min.css.map

      }\n  }\n}\n\n\n// switches\n//\n// Tweak a few things for switches\n\n.custom-switch {\n  padding-left: $custom-switch-width + $custom-control-gutter;\n\n  .custom-control-label {\n    &::before {\n      left: -($custom-switch-width + $custom-control-gutter);\n      width: $custom-switch-width;\n      pointer-events: all;\n      // stylelint-disable-next-line property-blacklist\n      border-radius: $custom-switch-indicator-border-radius;\n    }\n\n    &::after {\n      top: add(($font-size-base...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 626.8K bytes
    - Viewed (0)
  4. src/main/webapp/css/bootstrap.min.css.map

      }\n  }\n}\n\n\n// switches\n//\n// Tweak a few things for switches\n\n.custom-switch {\n  padding-left: $custom-switch-width + $custom-control-gutter;\n\n  .custom-control-label {\n    &::before {\n      left: -($custom-switch-width + $custom-control-gutter);\n      width: $custom-switch-width;\n      pointer-events: all;\n      // stylelint-disable-next-line property-blacklist\n      border-radius: $custom-switch-indicator-border-radius;\n    }\n\n    &::after {\n      top: add(($font-size-base...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 626.8K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.19.md

    - Switch core master base images (kube-apiserver, kube-scheduler) from debian to distroless ([#90674](https://github.com/kubernetes/kubernetes/pull/90674), [@dims](https://github.com/dims)) [SIG Cloud Provider, Release and Scalability]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"StructType.Incomplete", Field, 0},
    		{"StructType.Struct", Field, 0},
    		{"SwitchStmt", Type, 0},
    		{"SwitchStmt.Body", Field, 0},
    		{"SwitchStmt.Init", Field, 0},
    		{"SwitchStmt.Switch", Field, 0},
    		{"SwitchStmt.Tag", Field, 0},
    		{"Typ", Const, 0},
    		{"TypeAssertExpr", Type, 0},
    		{"TypeAssertExpr.Lparen", Field, 2},
    		{"TypeAssertExpr.Rparen", Field, 2},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  7. pkg/apis/core/validation/validation_test.go

    			}
    		})
    	}
    }
    
    func getCSIVolumeWithSecret(pv *core.PersistentVolume, secret *core.SecretReference, secretfield string) *core.PersistentVolume {
    	pvCopy := pv.DeepCopy()
    	switch secretfield {
    	case "controllerExpand":
    		pvCopy.Spec.CSI.ControllerExpandSecretRef = secret
    	case "controllerPublish":
    		pvCopy.Spec.CSI.ControllerPublishSecretRef = secret
    	case "nodePublish":
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/rewriteARM64.go

    // Code generated from _gen/ARM64.rules using 'go generate'; DO NOT EDIT.
    
    package ssa
    
    import "cmd/compile/internal/types"
    
    func rewriteValueARM64(v *Value) bool {
    	switch v.Op {
    	case OpARM64ADCSflags:
    		return rewriteValueARM64_OpARM64ADCSflags(v)
    	case OpARM64ADD:
    		return rewriteValueARM64_OpARM64ADD(v)
    	case OpARM64ADDSflags:
    		return rewriteValueARM64_OpARM64ADDSflags(v)
    	case OpARM64ADDconst:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      TF_DerivedOperandTypeAttr T = TF_DerivedOperandTypeAttr<0>;
    }
    
    def TF_XlaSpmdFullToShardShapeOp : TF_Op<"XlaSpmdFullToShardShape", [Pure]> {
      let summary = [{
    An op used by XLA SPMD partitioner to switch from automatic partitioning to
      }];
    
      let description = [{
    manual partitioning. It annotates the input (full-shape, to be automatically
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/rewriteAMD64.go

    package ssa
    
    import "internal/buildcfg"
    import "math"
    import "cmd/internal/obj"
    import "cmd/compile/internal/types"
    
    func rewriteValueAMD64(v *Value) bool {
    	switch v.Op {
    	case OpAMD64ADCQ:
    		return rewriteValueAMD64_OpAMD64ADCQ(v)
    	case OpAMD64ADCQconst:
    		return rewriteValueAMD64_OpAMD64ADCQconst(v)
    	case OpAMD64ADDL:
    		return rewriteValueAMD64_OpAMD64ADDL(v)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 712.7K bytes
    - Viewed (0)
Back to top