Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for track (0.64 sec)

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

        /**
         * Get the value for the key 'query.track.total.hits'. <br>
         * The value is, e.g. 10000 <br>
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getQueryTrackTotalHits();
    
        /**
         * Get the value for the key 'query.track.total.hits' as {@link Integer}. <br>
         * The value is, e.g. 10000 <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="text/vnd.wap.wmlscript">
        <_comment>WML Script</_comment>
        <glob pattern="*.wmls"/>
      </mime-type>
    
      <mime-type type="text/vtt">
        <_comment>Web Video Text Tracks Format</_comment>
        <acronym>WebVTT</acronym>
        <magic priority="40">
          <!-- Simple Form -->
          <match value="WEBVTT\r" type="string" offset="0"/>
          <match value="WEBVTT\n" type="string" offset="0"/>
    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