Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for fals (0.2 sec)

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

    		{"limits.cpu", true, ""},
    		{"limits.memory", true, ""},
    		{"network", false, ""},
    		{"disk", false, ""},
    		{"", false, ""},
    		{".", false, ""},
    		{"..", false, ""},
    		{"my.favorite.app.co/12345", true, ""},
    		{"my.favorite.app.co/_12345", false, ""},
    		{"my.favorite.app.co/12345_", false, ""},
    		{"kubernetes.io/..", false, ""},
    		{core.ResourceName("kubernetes.io/" + strings.Repeat("a", 63)), true, ""},
    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. src/cmd/compile/internal/ssa/rewriteARM64.go

    	v_1 := v.Args[1]
    	v_0 := v.Args[0]
    	// match: (Div32 [false] x y)
    	// result: (DIVW x y)
    	for {
    		if auxIntToBool(v.AuxInt) != false {
    			break
    		}
    		x := v_0
    		y := v_1
    		v.reset(OpARM64DIVW)
    		v.AddArg2(x, y)
    		return true
    	}
    	return false
    }
    func rewriteValueARM64_OpDiv64(v *Value) bool {
    	v_1 := v.Args[1]
    	v_0 := v.Args[0]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/rewriteAMD64.go

    		v.reset(OpConstBool)
    		v.AuxInt = boolToAuxInt(false)
    		return true
    	}
    	// match: (SETB (TESTL x x))
    	// result: (ConstBool [false])
    	for {
    		if v_0.Op != OpAMD64TESTL {
    			break
    		}
    		x := v_0.Args[1]
    		if x != v_0.Args[0] {
    			break
    		}
    		v.reset(OpConstBool)
    		v.AuxInt = boolToAuxInt(false)
    		return true
    	}
    	// match: (SETB (TESTW x x))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 712.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    # tensor 't' shape is [1, 2, 3, 4]
    
    # 'dims' is [False, False, False, True]
    reverse(t, dims) ==> [[[[ 3,  2,  1,  0],
                            [ 7,  6,  5,  4],
                            [ 11, 10, 9, 8]],
                           [[15, 14, 13, 12],
                            [19, 18, 17, 16],
                            [23, 22, 21, 20]]]]
    
    # 'dims' is [False, True, False, False]
    reverse(t, dims) ==> [[[[12, 13, 14, 15],
    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/cmd/compile/internal/ssa/rewritegeneric.go

    		v.AuxInt = boolToAuxInt(true)
    		return true
    	}
    	return false
    }
    func rewriteValuegeneric_OpIsNonNil(v *Value) bool {
    	v_0 := v.Args[0]
    	// match: (IsNonNil (ConstNil))
    	// result: (ConstBool [false])
    	for {
    		if v_0.Op != OpConstNil {
    			break
    		}
    		v.reset(OpConstBool)
    		v.AuxInt = boolToAuxInt(false)
    		return true
    	}
    	// match: (IsNonNil (Const32 [c]))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__apps__v1_openapi.json

              "readOnly": {
                "description": "Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false.",
                "type": "boolean"
              },
              "recursiveReadOnly": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  7. src/testdata/Isaac.Newton-Opticks.txt

    that which falls without will be spread through almost as much more
    space as that which falls within, and so in the gross be almost three
    times rarer. Of the other half of the red and green, (that is of the
    deep dark red and willow green) about one quarter will fall within this
    Circle, and three quarters without, and that which falls without will be
    spread through about four or five times more space than that which falls
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  8. tests/integration/pilot/testdata/gateway-api-crd.yaml

                              status:
                                description: status of the condition, one of True, False,
                                  Unknown.
                                enum:
                                - "True"
                                - "False"
                                - Unknown
                                type: string
                              type:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  9. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

              "enableAnalysis": false
            },
            "jwtPolicy": "third-party-jwt",
            "logAsJson": false,
            "logging": {
              "level": "default:info"
            },
            "meshID": "",
            "meshNetworks": {},
            "mountMtlsCerts": false,
            "multiCluster": {
              "clusterName": "",
              "enabled": false
            },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

            "description": "NamedResourcesAttribute is a combination of an attribute name and its value.",
            "properties": {
              "bool": {
                "description": "BoolValue is a true/false value.",
                "type": "boolean"
              },
              "int": {
                "description": "IntValue is a 64-bit integer.",
                "format": "int64",
                "type": "integer"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
Back to top