Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for jnlp (0.03 sec)

  1. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/gzip",
    				"application/x-hdf",
    				"application/x-hwp",
    				"application/x-ibooks+zip",
    				"application/x-iso9660-image",
    				"application/x-itunes-ipa",
    				"application/x-java-jnlp-file",
    				"application/x-java-pack200",
    				"application/x-kdelnk",
    				"application/x-latex",
    				"application/x-mobipocket-ebook",
    				"application/x-ms-application",
    				"application/x-ms-wmd",
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <sub-class-of type="application/zip"/>
        <_comment>Apple iOS IPA AppStore file</_comment>
        <glob pattern="*.ipa"/>
      </mime-type>
    
      <mime-type type="application/x-java-jnlp-file">
        <glob pattern="*.jnlp"/>
      </mime-type>
    
      <mime-type type="application/x-java-pack200">
        <glob pattern="*.pack"/>
      </mime-type>
      <mime-type type="application/x-jeol-jdf">
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/arch/arch.go

    	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 */
    	instructions["JNP"] = x86.AJPC  /* alternate */
    	instructions["JNS"] = x86.AJPL  /* alternate */
    	instructions["JNZ"] = x86.AJNE  /* alternate */
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Oct 24 12:32:56 UTC 2024
    - 21.5K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	//TODO: JNE .+$0x11                     // 7511
    	//TODO: JNO .+$0x11223344               // 480f8144332211 or 0f8144332211
    	//TODO: JNO .+$0x11                     // 7111
    	//TODO: JNP .+$0x11223344               // 480f8b44332211 or 0f8b44332211
    	//TODO: JNP .+$0x11                     // 7b11
    	//TODO: JNS .+$0x11223344               // 0f8944332211 or 480f8944332211
    	//TODO: JNS .+$0x11                     // 7911
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (1)
Back to top