Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 24 of 24 for PIC (0.08 sec)

  1. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <mime-type type="application/vnd.3gpp.bsf+xml"/>
      <mime-type type="application/vnd.3gpp.pic-bw-large">
        <glob pattern="*.plb"/>
      </mime-type>
      <mime-type type="application/vnd.3gpp.pic-bw-small">
        <glob pattern="*.psb"/>
      </mime-type>
      <mime-type type="application/vnd.3gpp.pic-bw-var">
        <glob pattern="*.pvb"/>
      </mime-type>
      <mime-type type="application/vnd.3gpp.sms"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  2. fess-crawler/src/test/resources/extractor/eml/sample2.eml

    </tr>
    <!-- IF TEXT-ONLY bottom padding -->
    <tr>
    <td height="28" style="padding:0;margin:0;line-height:1px;font-size:1px;"></td>
    </tr>
    <!-- end bottom padding for a text-only tweet-->
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Jan 16 07:50:35 UTC 2016
    - 91.6K bytes
    - Viewed (0)
  3. src/debug/elf/elf.go

    	EM_BA2           Machine = 202 /* Beyond BA2 CPU architecture */
    	EM_XCORE         Machine = 203 /* XMOS xCORE processor family */
    	EM_MCHP_PIC      Machine = 204 /* Microchip 8-bit PIC(r) family */
    	EM_INTEL205      Machine = 205 /* Reserved by Intel */
    	EM_INTEL206      Machine = 206 /* Reserved by Intel */
    	EM_INTEL207      Machine = 207 /* Reserved by Intel */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/ppc64/asm9.go

    			return C_ADDR
    
    		case obj.NAME_EXTERN,
    			obj.NAME_STATIC:
    			c.instoffset = a.Offset
    			if a.Sym == nil {
    				break
    			} else if a.Sym.Type == objabi.STLSBSS {
    				// For PIC builds, use 12 byte got initial-exec TLS accesses.
    				if c.ctxt.Flag_shared {
    					return C_TLS_IE
    				}
    				// Otherwise, use 8 byte local-exec TLS accesses.
    				return C_TLS_LE
    			} else {
    				return C_ADDR
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
Back to top