Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for flight (1.28 sec)

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

        /**
         * Get the value for the key 'thumbnail.html.image.min.height'. <br>
         * The value is, e.g. 100 <br>
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getThumbnailHtmlImageMinHeight();
    
        /**
         * Get the value for the key 'thumbnail.html.image.min.height' as {@link Integer}. <br>
         * The value is, e.g. 100 <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

        <!-- conflict with application/x-font-ghostscript
        <glob pattern="*.gsf"/> -->
        <glob pattern="*.gslib"/>
        <glob pattern="*.minigsf"/>
      </mime-type>
      <mime-type type="audio/x-sap">
        <_comment>Slight Atari Player</_comment>
        <tika:link>https://asap.sourceforge.net/sap-format.html</tika:link>
        <magic priority="50">
          <match value="SAP\r\n" type="string" offset="0"/>
        </magic>
    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