Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 54 for expect2 (0.18 sec)

  1. pkg/registry/core/service/storage/storage_test.go

    		query  string
    		err    bool
    		expect string
    	}{{
    		query:  "unnamed",
    		expect: "//1.2.3.4:80",
    	}, {
    		query:  "unnamed:",
    		expect: "//1.2.3.4:80",
    	}, {
    		query:  "unnamed:93",
    		expect: "//1.2.3.4:80",
    	}, {
    		query:  "http:unnamed:",
    		expect: "http://1.2.3.4:80",
    	}, {
    		query:  "http:unnamed:93",
    		expect: "http://1.2.3.4:80",
    	}, {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
  2. ChangeLog.md

    - [`KT-61597`](https://youtrack.jetbrains.com/issue/KT-61597) Analysis API: KotlinIllegalStateExceptionWithAttachments: expected as maximum one `expect` for the actual on errorneous code with multiple expects
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  3. pkg/proxy/iptables/proxier_test.go

    	if len(newMap) != len(expected) {
    		t.Errorf("[%d] expected %d results, got %d: %v", tci, len(expected), len(newMap), newMap)
    	}
    	for x := range expected {
    		if len(newMap[x]) != len(expected[x]) {
    			t.Errorf("[%d] expected %d endpoints for %v, got %d", tci, len(expected[x]), x, len(newMap[x]))
    		} else {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    		bs, err := json.Marshal(v1beta1Schema)
    		if err != nil {
    			t.Fatal(err)
    		}
    
    		expected := strings.Contains(strings.Replace(string(bs), `"default":null`, `"deleted":null`, -1), `"default":`)
    		if got := schemaHasDefaults(schema); got != expected {
    			t.Errorf("expected %v, got %v for: %s", expected, got, string(bs))
    		}
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
  5. src/net/http/h2_bundle.go

    		// enough to fully copy p plus any additional bytes we expect to
    		// receive. However, this may allocate less than len(p).
    		want := int64(len(p))
    		if b.expected > want {
    			want = b.expected
    		}
    		chunk := b.lastChunkOrAlloc(want)
    		n := copy(chunk[b.w:], p)
    		p = p[n:]
    		b.w += n
    		b.size += n
    		b.expected -= int64(n)
    	}
    	return ntotal, nil
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

          // further reduced by increasing Exponent at the expense of
          // performance.
    
          // For Exponent = 2, the expected number of collisions per shuffle is
          // maximized at n = floor((2^32-1)^(1/2)) = 65535 where the expectation is
          // about 1/2.
    
          // For Exponent = 3, the expected number of collisions per shuffle is
          // maximized at n = floor((2^32-1)^(1/3)) = 1625 where the expectation is
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                          minimum: 1
                          type: integer
                        protocol:
                          description: "Protocol specifies the network protocol this listener
                            expects to receive. \n Support: Core"
                          maxLength: 255
                          minLength: 1
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  8. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    public ExpectedException handleAssumptionViol(); public ExpectedException reportMissingExcepti(String); public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement, org.junit.runner.Description); public void expect(org.hamcrest.Matcher); public void expect(Class); public void expectMessage(String); public void expectMessage(org.hamcrest.Matcher); public void expectCause(org.hamcrest.Matcher); public final boolean isAnyExceptionExpect(); private void handleException(Throwable) throws...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 373.7K bytes
    - Viewed (0)
  9. pkg/apis/core/types.go

    	// Additional value may be defined in future and can be one of:
    	// https://github.com/opencontainers/runtime-spec/blob/master/config.md#platform-specific-configuration
    	// Clients should expect to handle additional values and treat unrecognized values in this field as os: null
    	Name OSName
    }
    
    // PodSchedulingGate is associated to a Pod to guard its scheduling.
    type PodSchedulingGate struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    								"x-kubernetes-list-type": "atomic",
    							},
    						},
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
Back to top