Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for dpx (0.01 sec)

  1. src/internal/trace/traceviewer/histogram.go

    		} else {
    			fmt.Fprintf(w, `<tr><td class="histoTime" align="right">%s</td>`, h.BucketMin(i))
    		}
    		// Bucket bar.
    		width := h.Buckets[i] * barWidth / maxCount
    		fmt.Fprintf(w, `<td><div style="width:%dpx;background:blue;position:relative">&nbsp;</div></td>`, width)
    		// Bucket count.
    		fmt.Fprintf(w, `<td align="right"><div style="position:relative">%d</div></td>`, h.Buckets[i])
    		fmt.Fprintf(w, "</tr>\n")
    
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 21:28:58 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.cgm"/>
      </mime-type>
    
      <mime-type type="image/x-dpx">
        <acronym>DPX</acronym>
        <_comment>Digital Picture Exchange from SMPTE</_comment>
        <magic priority="50">
          <match value="SDPX" type="string" offset="0" />
          <match value="XPDS" type="string" offset="0" />
        </magic>
        <glob pattern="*.dpx"/>
      </mime-type>
    
      <mime-type type="image/emf">
    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