Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 16 of 16 for unpipe (0.14 sec)

  1. src/net/http/server.go

    	// called and extra buffering is being done to calculate
    	// Content-Type and/or Content-Length.
    	header Header
    
    	// wroteHeader tells whether the header's been written to "the
    	// wire" (or rather: w.conn.buf). this is unlike
    	// (*response).wroteHeader, which tells only whether it was
    	// logically written.
    	wroteHeader bool
    
    	// set by the writeHeader method:
    	chunking bool // using chunked transfer encoding for reply body
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

        If `axis == 0` then the i'th tensor in `output` is the slice `value[i, :, :, :]`
          and each tensor in `output` will have shape `(B, C, D)`. (Note that the
          dimension unpacked along is gone, unlike `split`).
    
        If `axis == 1` then the i'th tensor in `output` is the slice `value[:, i, :, :]`
          and each tensor in `output` will have shape `(A, C, D)`.
        Etc.
    
        This is the opposite of `pack`.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1beta3_openapi.json

            "description": "ExemptPriorityLevelConfiguration describes the configurable aspects of the handling of exempt requests. In the mandatory exempt configuration object the values in the fields here can be modified by authorized users, unlike the rest of the `spec`.",
            "properties": {
              "lendablePercent": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 232.7K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1_openapi.json

            "description": "ExemptPriorityLevelConfiguration describes the configurable aspects of the handling of exempt requests. In the mandatory exempt configuration object the values in the fields here can be modified by authorized users, unlike the rest of the `spec`.",
            "properties": {
              "lendablePercent": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 231.7K bytes
    - Viewed (0)
  5. pkg/controller/job/job_controller_test.go

    			expectedPodPatches:      2,
    			expectedReady:           ptr.To[int32](0),
    			expectedTerminating:     ptr.To[int32](2),
    		},
    		"suspending a job with unsatisfied expectations": {
    			// Unlike the previous test, we expect the controller to NOT suspend the
    			// Job in the syncJob call because the controller will wait for
    			// expectations to be satisfied first. The next syncJob call (not tested
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    with the charts, which is convenient when installing from remote charts. For details, see `copy-templates` Makefile target, and `manifests/zzz_profile.yaml`. Any changes to this folder should have a `make copy-templates` applied afterwards. Warning: unlike the `IstioOperator` profiles, these profiles cannot enable or disable certain components. As a result, users still need to ensure they install the appropriate charts to use a profile correctly. These requirements are documented in each profile. m...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top