Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 63 for evalTo (0.16 sec)

  1. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/execution/Interpreter.kt

                ProgramTarget.Settings -> serviceRegistryOf(target as Settings)
                ProgramTarget.Gradle -> serviceRegistryOf(target as Gradle)
            }
        }
    
        fun eval(
            target: Any,
            scriptSource: ScriptSource,
            sourceHash: HashCode,
            scriptHandler: ScriptHandler,
            targetScope: ClassLoaderScope,
            baseScope: ClassLoaderScope,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 26 19:59:56 UTC 2023
    - 21.1K bytes
    - Viewed (0)
  2. cmd/testdata/xl-meta-merge.zip

    ¹ôc â NÄ ó7 Å Mƒ¤Type ¥V2ObjÞ ¢IDÄ 7 ›ÅK ¿÷]Œðœ¯ ¤DDirÄ øë ÖzD'¨E<‹ÞÆ-ئEcAlgo £EcM £EcN §EcBSizeÒ §EcIndex ¦EcDist” ¨CSumAlgo ¨PartNums‘ ©PartETagsÀ©PartSizes‘Ñ äªPartASizes‘Ñ ä¤SizeÑ ä¥MTimeÓ ¹ôc â N§MetaSys ¼x-minio-internal-inline-dataÄ true§MetaUsr‚¬content-type¸application/octet-stream¤etagÙ 9fe7a344ef4227d3e537¡vÎeçnÐÄ$•Ä sÉöQð#Ef° ÌS Û|âÓ ¹ôb Îf­Ä ñ.È´ Å Mƒ¤Type ¥V2ObjÞ ¢IDÄ sÉöQð#Ef° ÌS Û|â¤DDirÄ #" ‘³sF"¥ URÄ,C ¦EcAlgo £EcM £EcN §EcBSizeÒ §EcIndex ¦EcDist” ¨CSumAlgo ¨PartNums‘ ©PartETagsÀ©PartSizes‘Ñ...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Mar 08 17:50:48 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/validating/validator_test.go

    			policyDecision: []PolicyDecision{
    				{
    					Action:  ActionDeny,
    					Message: "test1", // original message used
    					Reason:  forbiddenReason,
    				},
    			},
    		},
    		{
    			name: "messageExpression eval to empty",
    			evaluations: []cel.EvaluationResult{
    				{
    					EvalResult: celtypes.False,
    					ExpressionAccessor: &ValidationCondition{
    						Reason:     &forbiddenReason,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 24.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/tensorflow/python/representative_dataset_test.py

          tensorlike_value_2: A TensorLike value.
        """
        if isinstance(tensorlike_value_1, core.Tensor):
          tensorlike_value_1 = tensorlike_value_1.eval(session=sess)
    
        if isinstance(tensorlike_value_2, core.Tensor):
          tensorlike_value_2 = tensorlike_value_2.eval(session=sess)
    
        self.assertAllClose(tensorlike_value_1, tensorlike_value_2)
    
      def _assert_sample_values_all_close(
          self,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jan 04 07:35:19 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  5. tests/integration/security/filebased_tls_origination/egress_gateway_origination_test.go

    	serviceNamespace namespace.Instance, egressNs string, egressSvc string, egressLabel string,
    ) {
    	ctx.ConfigIstio().
    		Eval(appsNamespace.Name(), map[string]string{
    			"ServerNamespace": serviceNamespace.Name(),
    			"EgressNamespace": egressNs, "EgressLabel": egressLabel, "EgressService": egressSvc,
    		}, Gateway).
    		Eval(appsNamespace.Name(), map[string]string{
    			"ServerNamespace": serviceNamespace.Name(),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  6. src/go/types/index.go

    		// determine and check index
    		validIndex := false
    		eval := e
    		if kv, _ := e.(*ast.KeyValueExpr); kv != nil {
    			if typ, i := check.index(kv.Key, length); isValid(typ) {
    				if i >= 0 {
    					index = i
    					validIndex = true
    				} else {
    					check.errorf(e, InvalidLitIndex, "index %s must be integer constant", kv.Key)
    				}
    			}
    			eval = kv.Value
    		} else if length >= 0 && index >= length {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 16:17:05 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/types2/index.go

    		// determine and check index
    		validIndex := false
    		eval := e
    		if kv, _ := e.(*syntax.KeyValueExpr); kv != nil {
    			if typ, i := check.index(kv.Key, length); isValid(typ) {
    				if i >= 0 {
    					index = i
    					validIndex = true
    				} else {
    					check.errorf(e, InvalidLitIndex, "index %s must be integer constant", kv.Key)
    				}
    			}
    			eval = kv.Value
    		} else if length >= 0 && index >= length {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 15 16:16:58 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  8. hack/make-rules/test.sh

          kube::test::usage
          exit 1
          ;;
        ?)
          kube::test::usage
          exit 1
          ;;
      esac
    done
    shift $((OPTIND - 1))
    
    # Use eval to preserve embedded quoted strings.
    testargs=()
    eval "testargs=(${KUBE_TEST_ARGS:-})"
    
    # Used to filter verbose test output.
    go_test_grep_pattern=".*"
    
    goflags=()
    # The junit report tool needs full test case information to produce a
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 22:40:10 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  9. src/cmd/go/internal/script/engine.go

    // A Cond is a condition deciding whether a command should be run.
    type Cond interface {
    	// Eval reports whether the condition applies to the given State.
    	//
    	// If the condition's usage reports that it is a prefix,
    	// the condition must be used with a suffix.
    	// Otherwise, the passed-in suffix argument is always the empty string.
    	Eval(s *State, suffix string) (bool, error)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 27 01:16:19 UTC 2023
    - 22.2K bytes
    - Viewed (0)
  10. src/syscall/js/js_test.go

    	// An object and its prototype should not be equal.
    	proto := js.Global().Get("Object").Get("prototype")
    	o := js.Global().Call("eval", "new Object()")
    	if proto.Equal(o) {
    		t.Errorf("object equals to its prototype")
    	}
    }
    
    func TestFrozenObject(t *testing.T) {
    	o := js.Global().Call("eval", "(function () { let o = new Object(); o.field = 5; Object.freeze(o); return o; })()")
    	want := 5
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 19 14:35:26 UTC 2024
    - 17.7K bytes
    - Viewed (0)
Back to top