Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 90 for NResults (0.14 sec)

  1. CHANGELOG/CHANGELOG-1.4.md

      - [stable] Automated docker validation results posted to https://k8s-testgrid.appspot.com/docker [kubernetes/features#57](https://github.com/kubernetes/enhancements/issues/57)
    - **Scheduling**
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  2. fastapi/applications.py

                bool,
                Doc(
                    """
                    Whether to generate separate OpenAPI schemas for request body and
                    response body when the results would be more precise.
    
                    This is particularly useful when automatically generating clients.
    
                    For example, if you have a model like:
    
                    ```python
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat May 18 00:48:03 UTC 2024
    - 172.2K bytes
    - Viewed (0)
  3. src/main/webapp/js/admin/jquery-3.6.3.min.map

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 135.2K bytes
    - Viewed (0)
  4. pkg/proxy/nftables/proxier_test.go

    }
    
    func checkEndpointExpectations(t *testing.T, tci int, newMap proxy.EndpointsMap, expected map[proxy.ServicePortName][]endpointExpectation) {
    	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]) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  5. src/main/webapp/js/jquery-3.6.3.min.map

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 135.2K bytes
    - Viewed (0)
  6. pkg/proxy/ipvs/proxier_test.go

    }
    
    func checkEndpointExpectations(t *testing.T, tci int, newMap proxy.EndpointsMap, expected map[proxy.ServicePortName][]endpointExpectation) {
    	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]) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  7. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    clean installation is simpler. However, this often requires an external IP migration which can be challenging. WARNING: when installing over an existing deployment, the two deployments will be merged together by Helm, which may lead to unexpected results. #### Legacy Gateway Helm charts Istio historically offered two different charts - `manifests/charts/gateways/istio-ingress` and `manifests/charts/gateways/istio-egress`. These are replaced by this chart. While not required, it is recommended all...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/s390x/asmz.go

    		i3 := uint8(p.From.Offset)        // start
    		i4 := uint8(p.RestArgs[0].Offset) // end
    		i5 := uint8(p.RestArgs[1].Offset) // rotate amount
    		switch p.As {
    		case ARNSBGT, ARXSBGT, AROSBGT:
    			i3 |= 0x80 // test-results
    		case ARISBGZ, ARISBGNZ, ARISBHGZ, ARISBLGZ:
    			i4 |= 0x80 // zero-remaining-bits
    		}
    		var opcode uint32
    		switch p.As {
    		case ARNSBG, ARNSBGT:
    			opcode = op_RNSBG
    		case ARXSBG, ARXSBGT:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

            }
          },
          "type": "object"
        },
        "io.k8s.api.core.v1.NodeSelector": {
          "description": "A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms.",
          "properties": {
            "nodeSelectorTerms": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  10. src/runtime/proc.go

    //go:nosplit
    //go:linkname entersyscall
    func entersyscall() {
    	// N.B. getcallerfp cannot be written directly as argument in the call
    	// to reentersyscall because it forces spilling the other arguments to
    	// the stack. This results in exceeding the nosplit stack requirements
    	// on some platforms.
    	fp := getcallerfp()
    	reentersyscall(getcallerpc(), getcallersp(), fp)
    }
    
    func entersyscall_sysmon() {
    	lock(&sched.lock)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
Back to top