Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for pushHead (0.1 sec)

  1. src/net/http/h2_bundle.go

    type http2writePushPromise struct {
    	streamID uint32   // pusher stream
    	method   string   // for :method
    	url      *url.URL // for :scheme, :authority, :path
    	h        Header
    
    	// Creates an ID for a pushed stream. This runs on serveG just before
    	// the frame is written. The returned ID is copied to promisedID.
    	allocatePromisedID func() (uint32, error)
    	promisedID         uint32
    }
    
    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="audio/opus">
        <_comment>Ogg Opus Codec Compressed WAV File</_comment>
        <magic priority="60">
          <!-- For a single stream file -->
          <match value="OggS\000.......................OpusHead" type="string"
                 mask="0xFFFFFFFF00000000000000000000000000000000000000000000000000FFFFFFFFFFFFFFFF"
                 offset="0"/>
        </magic>
        <glob pattern="*.opus"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top