Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for asice (0.04 sec)

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

          <match value="PK\003\004" type="string" offset="0">
            <match value="mimetypeapplication/vnd.etsi.asic-e+zip" type="string" offset="30" />
          </match>
        </magic>
        <glob pattern="*.asice" />
      </mime-type>
    
      <mime-type type="application/vnd.etsi.asic-s+zip">
        <acronym>ASiC-S</acronym>
        <_comment>Simple Associated Signature Container</_comment>
        <sub-class-of type="application/zip"/>
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        String CRAWLER_DOCUMENT_HTML_CANONICAL_XPATH = "crawler.document.html.canonical.xpath";
    
        /** The key of the configuration. e.g. noscript,script,style,header,footer,aside,nav,a[rel=nofollow] */
        String CRAWLER_DOCUMENT_HTML_PRUNED_TAGS = "crawler.document.html.pruned.tags";
    
        /** The key of the configuration. e.g. 120 */
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:11:58 UTC 2024
    - 468.5K bytes
    - Viewed (1)
Back to top