Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 100 for Blah (0.09 sec)

  1. pkg/kubelet/config/config_test.go

    	channel, ch, _ := createPodConfigTester(tCtx, PodConfigNotificationIncremental)
    
    	pod := CreateValidPod("foo2", "new")
    	pod.Annotations = make(map[string]string)
    	pod.Annotations["kubernetes.io/blah"] = "blah"
    
    	clone := pod.DeepCopy()
    
    	podUpdate := CreatePodUpdate(kubetypes.SET, TestSource, CreateValidPod("foo1", "new"), clone, CreateValidPod("foo3", "new"))
    	channel <- podUpdate
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  2. src/net/http/sniff_test.go

    	data        []byte
    	contentType string
    }{
    	// Some nonsense.
    	{"Empty", []byte{}, "text/plain; charset=utf-8"},
    	{"Binary", []byte{1, 2, 3}, "application/octet-stream"},
    
    	{"HTML document #1", []byte(`<HtMl><bOdY>blah blah blah</body></html>`), "text/html; charset=utf-8"},
    	{"HTML document #2", []byte(`<HTML></HTML>`), "text/html; charset=utf-8"},
    	{"HTML document #3 (leading whitespace)", []byte(`   <!DOCTYPE HTML>...`), "text/html; charset=utf-8"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 07 16:53:14 UTC 2022
    - 9.6K bytes
    - Viewed (0)
  3. pkg/util/iptables/testing/fake_test.go

    		*mangle
    		COMMIT
    		`, "\n"))
    	if buf.String() != expected {
    		t.Fatalf("bad initial dump. expected:\n%s\n\ngot:\n%s\n", expected, buf.Bytes())
    	}
    
    	// EnsureChain
    	existed, err := fake.EnsureChain(iptables.Table("blah"), iptables.Chain("KUBE-TEST"))
    	if err == nil {
    		t.Errorf("did not get expected error creating chain in non-existent table")
    	} else if existed {
    		t.Errorf("wrong return value from EnsureChain with non-existent table")
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 10.2K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/component/external/model/DefaultModuleComponentSelectorTest.groovy

            when:
            def selector = DefaultModuleComponentSelector.newSelector(DefaultModuleIdentifier.newId('some-group', 'some-name'), v('1.0'), ImmutableAttributes.EMPTY, [new DefaultImmutableCapability("org", "blah", "1.5")])
    
            then:
            selector.group == 'some-group'
            selector.module == 'some-name'
            selector.version == '1.0'
            selector.versionConstraint.requiredVersion == '1.0'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  5. pilot/pkg/model/test/mockopenidserver.go

    	JwtPubKeyExtraElements = `{ "keys": [ { "kid": "fakeKey1_1", "alg": "RS256", "kty": "RSA", "n": "abc", "e": "def", "bla": "blah" },
    			{ "kid": "fakeKey1_2", "alg": "RS256", "kty": "RSA", "n": "123", "e": "456", "bla": "blah" } ] }`
    )
    
    // Wrap the original handler with a delay
    func withDelay(handler http.Handler, delay time.Duration) http.Handler {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 09:47:21 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  6. platforms/jvm/language-java/src/integTest/groovy/org/gradle/java/compile/incremental/AbstractCrossTaskConstantChangesIncrementalCompilationIntegrationTest.groovy

            impl.snapshot { run language.compileTaskName }
    
            when:
            source api: ["class B { final static int x = 3 ; final static int y = -3;  void blah() { /*  change irrelevant to constant value x */ } }"]
            run "impl:${language.compileTaskName}"
    
            then:
            impl.recompiledClasses('Y')
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  7. android/guava-tests/test/com/google/common/net/HostSpecifierTest.java

      private static final ImmutableList<String> GOOD_DOMAINS =
          ImmutableList.of("com", "google.com", "foo.co.uk");
    
      private static final ImmutableList<String> BAD_DOMAINS =
          ImmutableList.of("foo.blah", "", "[google.com]");
    
      public void testGoodIpAddresses() throws ParseException {
        for (String spec : GOOD_IPS) {
          assertGood(spec);
        }
      }
    
      public void testBadIpAddresses() {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 18 15:33:20 UTC 2022
    - 3.7K bytes
    - Viewed (0)
  8. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/AbstractTestReportIntegrationTest.groovy

                def otherTests = tasks.register('otherTests', Test) {
                    binaryResultsDirectory = file("bin")
                    classpath = files('blahClasspath')
                    testClassesDirs = files("blah")
                    ${configureTestFramework}
                }
    
                tasks.register('testReport', TestReport) {
                    testResults.from(test, otherTests)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/tests/optimize_functional_ops.mlir

      func.return %cst : tensor<i1>
    }
    
    func.func private @_functionalize_if_then_branch_01(%arg0: tensor<*xi1>, %arg1: tensor<*xf32>, %arg2: tensor<*xf32>) -> tensor<i1>  {
      %0 = "tf.blah"() : () -> tensor<i1>
      func.return %0 : tensor<i1>
    }
    
    // CHECK: tf.If
    // CHECK: return
    
    // -----
    
    // Verify unused if with function with side-effects is removed if op says
    // stateless.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 30 10:34:48 UTC 2022
    - 8.4K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/runtime/serializer/versioning/versioning_test.go

    	if n.GroupVersionKind() != gvk1 {
    		t.Errorf("unexpected gvk of input object: %v", n.GroupVersionKind())
    	}
    }
    
    func TestDecode(t *testing.T) {
    	gvk1 := &schema.GroupVersionKind{Kind: "Test", Group: "other", Version: "blah"}
    	decodable1 := &testDecodable{}
    	decodable2 := &testDecodable{}
    	decodable3 := &testDecodable{}
    
    	testCases := []struct {
    		serializer runtime.Serializer
    		convertor  runtime.ObjectConvertor
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 23 17:04:19 UTC 2022
    - 12.5K bytes
    - Viewed (0)
Back to top