Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for tenc (0.16 sec)

  1. src/net/http/h2_bundle.go

    }
    
    func (w *http2writePushPromise) writeFrame(ctx http2writeContext) error {
    	enc, buf := ctx.HeaderEncoder()
    	buf.Reset()
    
    	http2encKV(enc, ":method", w.method)
    	http2encKV(enc, ":scheme", w.url.Scheme)
    	http2encKV(enc, ":authority", w.url.Host)
    	http2encKV(enc, ":path", w.url.RequestURI())
    	http2encodeHeaders(enc, w.h, nil)
    
    	headerBlock := buf.Bytes()
    	if len(headerBlock) == 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <mime-type type="application/xcap-ns+xml"/>
      <mime-type type="application/xcon-conference-info-diff+xml"/>
      <mime-type type="application/xcon-conference-info+xml"/>
      <mime-type type="application/xenc+xml">
        <glob pattern="*.xenc"/>
      </mime-type>
    
      <mime-type type="application/xhtml+xml">
        <!-- The magic priority for xhtml+xml needs to be lower than that of -->
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation.go

    }
    
    // ValidateNonSpecialIP is used to validate Endpoints, EndpointSlices, and
    // external IPs. Specifically, this disallows unspecified and loopback addresses
    // are nonsensical and link-local addresses tend to be used for node-centric
    // purposes (e.g. metadata service).
    //
    // IPv6 references
    // - https://www.iana.org/assignments/iana-ipv6-special-registry/iana-ipv6-special-registry.xhtml
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
Back to top