Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for docbook (0.08 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /**
         * Get the value for the key 'page.docboost.max.fetch.size'. <br>
         * The value is, e.g. 1000 <br>
         * comment: fetch page size
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getPageDocboostMaxFetchSize();
    
        /**
         * Get the value for the key 'page.docboost.max.fetch.size' as {@link Integer}. <br>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <mime-type type="application/x-doom">
        <glob pattern="*.wad"/>
      </mime-type>
      <mime-type type="application/x-dtbncx+xml">
        <glob pattern="*.ncx"/>
      </mime-type>
      <mime-type type="application/x-dtbook+xml">
        <glob pattern="*.dtb"/>
      </mime-type>
      <mime-type type="application/x-dtbresource+xml">
        <glob pattern="*.res"/>
      </mime-type>
    
      <mime-type type="application/x-dvi">
    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