Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for BLA (0.03 sec)

  1. platforms/core-configuration/model-core/src/integTest/groovy/org/gradle/model/ModelRuleBindingFailureIntegrationTest.groovy

            failureCauseContains """
      foo.bar { ... } @ build.gradle line 5, column 17
        subject:
          - foo.bar Object [*]
    
      foo.bla { ... } @ build.gradle line 8, column 17
        subject:
          - foo.bla Object [*]
    """
        }
    
        def "suggestions are provided for unbound by-path references"() {
            given:
            buildScript """
                class MyPlugin {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 10.3K bytes
    - Viewed (0)
  2. platforms/jvm/language-java/src/integTest/groovy/org/gradle/java/compile/incremental/JavaClassChangeIncrementalCompilationIntegrationTest.groovy

            outputs.snapshot { run language.compileTaskName }
    
            when:
            source "class A { static final int x = 2; /* change */ void bla() { /* avoid flakiness */ } }"
            run language.compileTaskName
    
            then:
            outputs.recompiledClasses 'A', 'B'
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 21.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/endpoints/audit_test.go

    	simpleFooJSON, _ := runtime.Encode(testCodec, simpleFoo)
    
    	simpleCPrime := &genericapitesting.Simple{
    		ObjectMeta: metav1.ObjectMeta{Name: "c", Namespace: "other"},
    		Other:      "bla",
    	}
    	simpleCPrimeJSON, _ := runtime.Encode(testCodec, simpleCPrime)
    	userAgent := "audit-test"
    
    	// event checks
    	noRequestBody := func(i int) eventCheck {
    		return func(events []*auditinternal.Event) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 14 23:04:34 UTC 2022
    - 12.1K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/tests/breakup-islands.mlir

        %source:3 = tf_executor.NextIteration.Source : tensor<*xi32>
        %island:2 = tf_executor.island {
          %const = "tf.Const"() {value = dense<1> : tensor<i32>} : () -> tensor<*xi32>
          %print = "tf.Print"(%const) { message = "bla" } : (tensor<*xi32>) -> (tensor<*xi32>)
    
          tf_executor.yield %const : tensor<*xi32>
        }
        tf_executor.NextIteration.Sink[%source#1] %island#0 : tensor<*xi32>
        tf_executor.fetch %island#0 : tensor<*xi32>
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:59:10 UTC 2023
    - 28.5K bytes
    - Viewed (0)
  5. tests/integration/security/fuzz/fuzz_test.go

    )
    
    var (
    	// Known unsupported path parameter ("/bla;foo") normalization for Tomcat.
    	dotdotPwnIgnoreTomcat = []string{
    		"/../private/secret.html;index.html <- VULNERABLE!",
    		"/../private/secret.html;index.htm <- VULNERABLE!",
    		"/..%5Cprivate%5Csecret.html;index.html <- VULNERABLE!",
    		"/..%5Cprivate%5Csecret.html;index.htm <- VULNERABLE!",
    	}
    	// Known unsupported path parameter ("/bla;foo") normalization for Tomcat.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  6. platforms/core-configuration/kotlin-dsl-integ-tests/src/integTest/kotlin/org/gradle/kotlin/dsl/integration/GradleKotlinDslIntegrationTest.kt

                // without kotlin-stdlib-jdk8 we get:
                // > Retrieving groups by name is not supported on this platform.
    
                val regex = Regex("(?<bla>.*)")
                val groups = regex.matchEntire("abc")?.groups
                println("*" + groups?.get("bla")?.value + "*")
    
                """
            )
    
            assertThat(
                build("help").output,
                containsString("*abc*")
            )
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 18:26:28 UTC 2024
    - 37.5K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/gnu.go

    			bh = int(inst.Args[2].(Imm))
    		}
    
    		if bo&0x14 == 0x14 {
    			if bo == 0x14 && bi == Cond0LT { // preferred form of unconditional branch
    				// Likewise, avoid printing fake b/ba/bl/bla
    				if opName != "bc" && opName != "bca" && opName != "bcl" && opName != "bcla" {
    					startArg = 2
    				}
    			}
    		} else if bo&0x04 == 0 { // ctr is decremented
    			if opName != "bcctr" && opName != "bcctrl" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12.2K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/runtime/scheme_test.go

    			Object: map[string]interface{}{
    				"testString": "bla",
    			},
    		}
    		unstructuredObj.SetGroupVersionKind(externalGV.WithKind("Simple"))
    		externalOut := &runtimetesting.ExternalSimple{}
    		if err := scheme.Convert(unstructuredObj, externalOut, nil); err != nil {
    			t.Fatalf("Unexpected error: %v", err)
    		}
    		if externalOut.TestString != "bla" {
    			t.Errorf("Unexpected object contents: %#v", externalOut)
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:48:03 UTC 2023
    - 38.2K bytes
    - Viewed (0)
  9. cmd/kubeadm/app/apis/kubeadm/validation/validation_test.go

    		expectedErrors bool
    	}{
    		{name: "valid socket URL", criSocket: kubeadmapiv1.DefaultContainerRuntimeURLScheme + "://" + "/some/path", expectedErrors: false},
    		{name: "unsupported URL scheme", criSocket: "bla:///some/path", expectedErrors: true},
    		{name: "missing URL scheme", criSocket: "/some/path", expectedErrors: true},
    		{name: "unparseable URL", criSocket: ":::", expectedErrors: true},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 46.1K bytes
    - Viewed (0)
Back to top