Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for multiplexed (0.16 sec)

  1. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/vnd.preminet",
    				"application/vnd.previewsystems.box",
    				"application/vnd.proteus.magazine",
    				"application/vnd.publishare-delta-tree",
    				"application/vnd.pvi.ptid1",
    				"application/vnd.pwg-multiplexed",
    				"application/vnd.pwg-xhtml-print+xml",
    				"application/vnd.qualcomm.brew-app-res",
    				"application/vnd.quark.quarkxpress",
    				"application/vnd.rapid",
    				"application/vnd.recordare.musicxml",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  2. docs/changelogs/changelog_3x.md

     *  Fix: Drop cookies that contain ASCII NULL and other bad characters. Previously such cookies
        would cause OkHttp to crash when they were included in a request.
     *  Fix: Release duplicated multiplexed connections. If we concurrently establish connections to an
        HTTP/2 server, close all but the first connection.
     *  Fix: Fail the HTTP/2 connection if first frame isn't `SETTINGS`.
     *  Fix: Forbid spaces in header names.
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Feb 06 14:55:54 UTC 2022
    - 50.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/extensions/v1beta1/types.go

    	// TLS configuration. Currently the Ingress only supports a single TLS
    	// port, 443. If multiple members of this list specify different hosts, they
    	// will be multiplexed on the same port according to the hostname specified
    	// through the SNI TLS extension, if the ingress controller fulfilling the
    	// ingress supports SNI.
    	// +optional
    	// +listType=atomic
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:29 UTC 2023
    - 61.3K bytes
    - Viewed (0)
  4. common/scripts/metallb-native.yaml

                properties:
                  detectMultiplier:
                    description: Configures the detection multiplier to determine packet
                      loss. The remote transmission interval will be multiplied by this
                      value to determine the connection loss detection timer.
                    format: int32
                    maximum: 255
                    minimum: 2
                    type: integer
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 23:56:31 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  5. src/runtime/mbitmap.go

    	// pointer bitmap for objects of a size smaller than this doesn't cross
    	// more than one pointer-word boundary. This sets an upper-bound on this
    	// value at the number of bits in a uintptr, multiplied by the pointer
    	// size in bytes.
    	//
    	// We choose a value here that has a natural cutover point in terms of memory
    	// overheads. This value just happens to be the maximum possible value this
    	// can be.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:18:55 UTC 2024
    - 60K bytes
    - Viewed (0)
  6. cmd/erasure-server-pool.go

    	return -1
    }
    
    // getServerPoolsAvailableSpace will return the available space of each pool after storing the content.
    // If there is not enough space the pool will return 0 bytes available.
    // The size of each will be multiplied by the number of sets.
    // Negative sizes are seen as 0 bytes.
    func (z *erasureServerPools) getServerPoolsAvailableSpace(ctx context.Context, bucket, object string, size int64) serverPoolsAvailableSpace {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 30 11:58:12 UTC 2024
    - 82.5K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td

    If "scale_after_normalization" is true, this tensor will be multiplied
    with the normalized tensor.}]>:$gamma,
    
        F32Attr:$variance_epsilon,
        BoolAttr:$scale_after_normalization
      );
    
      let results = (outs
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 90.5K bytes
    - Viewed (0)
  8. src/runtime/pprof/pprof_test.go

    					fs = float64(s.Value[1])
    				}
    			}
    		}
    	}
    	if il == -1 || fs == -1 {
    		t.Fatal("block profile is missing expected functions")
    	}
    
    	// stddev of bias from 100 runs on local machine multiplied by 10x
    	const threshold = 0.2
    	if bias := (il - fs) / il; math.Abs(bias) > threshold {
    		t.Fatalf("bias: abs(%f) > %f", bias, threshold)
    	} else {
    		t.Logf("bias: abs(%f) < %f", bias, threshold)
    	}
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 68.8K bytes
    - Viewed (0)
Back to top