Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 104 for mexpr (0.05 sec)

  1. staging/src/k8s.io/apiserver/pkg/admission/plugin/cel/compile_test.go

    		}
    		t.Run(tc.name, func(t *testing.T) {
    			for _, expr := range tc.expressions {
    				t.Run(expr, func(t *testing.T) {
    					t.Run("expression", func(t *testing.T) {
    						options := OptionalVariableDeclarations{HasParams: tc.hasParams, HasAuthorizer: tc.hasAuthorizer}
    
    						result := compiler.CompileCELExpression(&fakeValidationCondition{
    							Expression: expr,
    						}, options, envType)
    						if result.Error != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  2. analysis/analysis-api/testData/components/expressionInfoProvider/isUsedAsExpression/propertyDelegate.kt

    val lazyFun: Int by <expr>lazy {
        1000
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 08 19:07:43 UTC 2024
    - 50 bytes
    - Viewed (0)
  3. analysis/analysis-api/testData/components/dataFlowInfoProvider/exitPointSnapshot/controlFlow/parenthesis.kt

    fun calculate() {
        val a = 1
        val b = 2
        val c = 3
        val result = a * <expr>(b + c)</expr> - a
        println(result)
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Jun 05 14:04:46 UTC 2024
    - 127 bytes
    - Viewed (0)
  4. analysis/analysis-api/testData/components/compileTimeConstantProvider/evaluate/recursiveJavaFieldsReference.kt

    // FILE: JavaConst.java
    public interface JavaConst {
        public static final int x = KotlinConst.y;
    }
    
    // FILE: main.kt
    object KotlinConst {
        const val y = <expr>JavaConst.x</expr>;
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 08:19:41 UTC 2024
    - 186 bytes
    - Viewed (0)
  5. src/cmd/compile/internal/types2/stmt.go

    // If the type switch expression is invalid, x is nil.
    func (check *Checker) caseTypes(x *operand, types []syntax.Expr, seen map[Type]syntax.Expr) (T Type) {
    	var dummy operand
    L:
    	for _, e := range types {
    		// The spec allows the value nil instead of a type.
    		if check.isNil(e) {
    			T = nil
    			check.expr(nil, &dummy, e) // run e through expr so we get the usual Info recordings
    		} else {
    			T = check.varType(e)
    			if !isValid(T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 30.7K bytes
    - Viewed (0)
  6. analysis/analysis-api/testData/components/expressionInfoProvider/isUsedAsExpression/classLiteralExpressionLHSUsed.kt

    fun test() {
        val string = <expr>String</expr>::class
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 29 17:43:55 UTC 2024
    - 59 bytes
    - Viewed (0)
  7. analysis/analysis-api/testData/components/diagnosticsProvider/elementDiagnostics/javaScriptStableName.kt

    // MODULE: main
    // TARGET_PLATFORM: JS
    // FILE: lib.kt
    @file:JsExport
    package lib
    
    open class Base {
        val foo: String = "foo"
    }
    
    // FILE: main.kt
    package main
    
    import lib.*
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 20 14:09:46 UTC 2024
    - 247 bytes
    - Viewed (0)
  8. analysis/analysis-api/testData/components/compileTimeConstantProvider/evaluate/recursivePropertyReference.kt

    const val x = <expr>"$y"</expr>
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 08:19:40 UTC 2024
    - 47 bytes
    - Viewed (0)
  9. analysis/analysis-api/testData/components/diagnosticsProvider/elementDiagnostics/hiddenFromObjectiveC.kt

    @MetaAnno
    annotation class Anno
    
    
    // MODULE: main(lib)
    // TARGET_PLATFORM: Native
    // FILE: main.kt
    package main
    
    import lib.*
    
    @Anno
    abstract class Base
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 15 14:30:08 UTC 2024
    - 365 bytes
    - Viewed (0)
  10. docs/metrics/prometheus/grafana/bucket/minio-bucket.json

            {
              "datasource": {
                "type": "prometheus",
                "uid": "${DS_PROMETHEUS}"
              },
              "editorMode": "code",
              "exemplar": true,
              "expr": "sum by (bucket,range) (minio_bucket_objects_size_distribution{job=\"$scrape_jobs\"})",
              "format": "time_series",
              "instant": false,
              "interval": "",
              "intervalFactor": 1,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 11:11:51 UTC 2024
    - 101.8K bytes
    - Viewed (0)
Back to top