Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NEF (0.02 sec)

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

    		for b.Controls[0].Op == Op386SETEQF {
    			v_0 := b.Controls[0]
    			cmp := v_0.Args[0]
    			b.resetWithControl(Block386EQF, cmp)
    			return true
    		}
    		// match: (If (SETNEF cmp) yes no)
    		// result: (NEF cmp yes no)
    		for b.Controls[0].Op == Op386SETNEF {
    			v_0 := b.Controls[0]
    			cmp := v_0.Args[0]
    			b.resetWithControl(Block386NEF, cmp)
    			return true
    		}
    		// match: (If cond yes no)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 21:05:46 UTC 2023
    - 262.4K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <_comment>Minolta raw image</_comment>
        <glob pattern="*.mrw"/>
      </mime-type>
    
      <mime-type type="image/x-raw-nikon">
        <_comment>Nikon raw image</_comment>
        <glob pattern="*.nef"/>
        <glob pattern="*.nrw"/>
      </mime-type>
    
      <mime-type type="image/x-raw-olympus">
        <_comment>Olympus raw image</_comment>
        <magic priority="50">
    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