Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 203 for vols (0.11 sec)

  1. staging/src/k8s.io/apiserver/pkg/cel/value_test.go

    			}
    		})
    	}
    }
    
    func TestEqual(t *testing.T) {
    	vals := []interface{}{
    		true, []byte("bytes"), float64(1.2), int64(-42), uint64(63), time.Duration(300),
    		time.Now().UTC(), types.NullValue, NewListValue(), NewMapValue(),
    		NewObjectValue(NewObjectType("TestObject", map[string]*DeclField{})),
    	}
    	for i, v := range vals {
    		dv := testValue(t, int64(i), v)
    		if dv.Equal(dv.ExprValue()) != types.True {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 10 22:05:55 UTC 2022
    - 10.4K bytes
    - Viewed (0)
  2. src/html/template/attr.go

    	"challenge":       contentTypeUnsafe,
    	"charset":         contentTypeUnsafe,
    	"class":           contentTypePlain,
    	"classid":         contentTypeURL,
    	"codebase":        contentTypeURL,
    	"cols":            contentTypePlain,
    	"colspan":         contentTypePlain,
    	"content":         contentTypeUnsafe,
    	"contenteditable": contentTypePlain,
    	"contextmenu":     contentTypePlain,
    	"controls":        contentTypePlain,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 06 15:53:04 UTC 2021
    - 6.2K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/authoring-builds/plugins/implementing_gradle_plugins.adoc

    You can also write them in Scala or Groovy but that is not recommended.
    
    Here is a breakdown of all options for implementing Gradle plugins:
    
    [cols="~,~,~,~,~"]
    |===
    |*#* |*Using:* |*Type:* |*The Plugin is:* |*Recommended?*
    
    |1
    |Kotlin DSL
    |Script plugin
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 02:15:18 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go

    	VMLS_GT_F32:       "VMLS.GT.F32",
    	VMLS_LE_F32:       "VMLS.LE.F32",
    	VMLS_F32:          "VMLS.F32",
    	VMLS_ZZ_F32:       "VMLS.ZZ.F32",
    	VMLS_EQ_F64:       "VMLS.EQ.F64",
    	VMLS_NE_F64:       "VMLS.NE.F64",
    	VMLS_CS_F64:       "VMLS.CS.F64",
    	VMLS_CC_F64:       "VMLS.CC.F64",
    	VMLS_MI_F64:       "VMLS.MI.F64",
    	VMLS_PL_F64:       "VMLS.PL.F64",
    	VMLS_VS_F64:       "VMLS.VS.F64",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 17:57:48 UTC 2017
    - 267.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/transforms/lower_tf.cc

      int size = end - start;
    
      SmallVector<int64_t, 4> vals;
      vals.resize(size);
      std::iota(vals.begin(), vals.end(), start);
    
      TensorType ty =
          tensorflow::GetTypeFromTFTensorShape({size}, builder->getIntegerType(64));
      return DenseIntElementsAttr::get(ty, vals);
    }
    
    // Return an Attr representation of the value.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 74.9K bytes
    - Viewed (0)
  6. src/go/types/assignments.go

    	vars := measure(l, "variable")
    	vals := measure(r, "value")
    	rhs0 := rhs[0]
    
    	if len(rhs) == 1 {
    		if call, _ := ast.Unparen(rhs0).(*ast.CallExpr); call != nil {
    			check.errorf(rhs0, WrongAssignCount, "assignment mismatch: %s but %s returns %s", vars, call.Fun, vals)
    			return
    		}
    	}
    	check.errorf(rhs0, WrongAssignCount, "assignment mismatch: %s but %s", vars, vals)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 03 18:48:38 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  7. src/cmd/vendor/github.com/google/pprof/internal/report/report.go

    	for _, s := range p.Sample {
    		for key, vals := range s.Label {
    			for _, val := range vals {
    				valueMap, ok := tagMap[key]
    				if !ok {
    					valueMap = make(map[string]int64)
    					tagMap[key] = valueMap
    				}
    				valueMap[val] += o.SampleValue(s.Value)
    			}
    		}
    		for key, vals := range s.NumLabel {
    			unit := o.NumLabelUnits[key]
    			for _, nval := range vals {
    				val := formatTag(nval, unit)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 37.5K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/core-plugins/antlr_plugin.adoc

    Generates the source files for all ANTLR grammars for the given source set.
    
    The ANTLR plugin adds the following dependencies to tasks added by the Java plugin.
    
    .ANTLR plugin - additional task dependencies
    [cols="a,a", options="header"]
    |===
    | Task name
    | Depends on
    | `compileJava`
    | `generateGrammarSource`
    
    | `compileTestJava`
    | `generateTestGrammarSource`
    
    | `compile__SourceSet__Java`
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  9. build-logic/jvm/src/main/kotlin/gradlebuild/startscript/tasks/GradleStartScriptGenerator.kt

         */
        private
        fun File.injectAgentOptions(separator: String) {
            if (agentJarNames.isEmpty()) {
                return
            }
            var replacementsCount = 0
            // readLines eats EOLs, so we need to use postfix to make sure the last line ends with EOL too.
            writeBytes(readLines().joinToString(separator = separator, postfix = separator) { line ->
                when {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 24 10:25:27 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  10. docs/fr/docs/benchmarks.md

    Mais en prêtant attention aux tests de performance et aux comparaisons, il faut tenir compte de ce qu'il suit.
    
    ## Tests de performance et rapidité
    
    Lorsque vous vérifiez les tests de performance, il est commun de voir plusieurs outils de différents types comparés comme équivalents.
    
    En particulier, on voit Uvicorn, Starlette et FastAPI comparés (parmi de nombreux autres outils).
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Jul 27 18:49:56 UTC 2023
    - 3.9K bytes
    - Viewed (0)
Back to top