Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for mpos (0.12 sec)

  1. src/cmd/compile/internal/ssagen/ssa.go

    			p := Arch.Ginsnop(s.pp)
    			p.Pos = p.Pos.WithIsStmt()
    			if b.Pos == src.NoXPos {
    				b.Pos = p.Pos // It needs a file, otherwise a no-file non-zero line causes confusion.  See #35652.
    				if b.Pos == src.NoXPos {
    					b.Pos = s.pp.Text.Pos // Sometimes p.Pos is empty.  See #35695.
    				}
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      </mime-type>
      <mime-type type="application/mp4">
        <!-- Arbitrary data stored in a MP4 container -->
        <_comment>MP4 container format</_comment>
        <glob pattern="*.mp4s"/>
        <sub-class-of type="application/quicktime" />
      </mime-type>
    
      <mime-type type="application/mpeg4-generic"/>
      <mime-type type="application/mpeg4-iod"/>
      <mime-type type="application/mpeg4-iod-xmt"/>
    
    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