Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for JNG (0.03 sec)

  1. src/cmd/asm/internal/arch/arch.go

    	instructions["JNB"] = x86.AJCC  /* alternate */
    	instructions["JNBE"] = x86.AJHI /* alternate */
    	instructions["JNC"] = x86.AJCC  /* alternate */
    	instructions["JNE"] = x86.AJNE  /* not equal (ZF = 0) */
    	instructions["JNG"] = x86.AJLE  /* alternate */
    	instructions["JNGE"] = x86.AJLT /* alternate */
    	instructions["JNL"] = x86.AJGE  /* alternate */
    	instructions["JNLE"] = x86.AJGT /* alternate */
    	instructions["JNO"] = x86.AJOC  /* alternate */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 21 06:51:28 UTC 2023
    - 21.3K bytes
    - Viewed (0)
  2. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"video/vnd.sealed.swf",
    				"video/vnd.sealedmedia.softseal.mov",
    				"video/vnd.vivo",
    				"video/x-f4v",
    				"video/x-flc",
    				"video/x-fli",
    				"video/x-flv",
    				"video/x-jng",
    				"video/x-m4v",
    				"video/x-mng",
    				"video/x-ms-asf",
    				"video/x-ms-wm",
    				"video/x-ms-wmv",
    				"video/x-ms-wmx",
    				"video/x-ms-wvx",
    				"video/x-msvideo",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

          <match value="FLV" type="string" offset="0"/>
        </magic>
        <glob pattern="*.flv"/>
      </mime-type>
    
      <mime-type type="video/x-jng">
        <magic priority="50">
          <match value="\x8bJNG" type="string" offset="0"/>
        </magic>
        <glob pattern="*.jng"/>
      </mime-type>
    
      <mime-type type="video/x-m4v">
        <magic priority="60">
          <match value="ftypM4V " type="string" offset="4"/>
    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