Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for pushHead (0.17 sec)

  1. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	PUNPCKLBW:       "PUNPCKLBW",
    	PUNPCKLDQ:       "PUNPCKLDQ",
    	PUNPCKLQDQ:      "PUNPCKLQDQ",
    	PUNPCKLWD:       "PUNPCKLWD",
    	PUSH:            "PUSH",
    	PUSHA:           "PUSHA",
    	PUSHAD:          "PUSHAD",
    	PUSHF:           "PUSHF",
    	PUSHFD:          "PUSHFD",
    	PUSHFQ:          "PUSHFQ",
    	PXOR:            "PXOR",
    	RCL:             "RCL",
    	RCPPS:           "RCPPS",
    	RCPSS:           "RCPSS",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
  2. 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)
  3. 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)
  4. CHANGELOG/CHANGELOG-1.9.md

    *   Added `cloud-controller-manager` to `hyperkube`. This is useful as a number of deployment tools run all of the kubernetes components from the `hyperkube `image/binary. It also makes testing easier as a single binary/image can be built and pushed quickly.  ([#54197](https://github.com/kubernetes/kubernetes/pull/54197),[ @colemickens](https://github.com/colemickens))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
Back to top