Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for When (1.62 sec)

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

         * @throws ConfigPropertyNotFoundException When the property is not found.
         */
        String get(String propertyKey);
    
        /**
         * Is the property true?
         * @param propertyKey The key of the property which is boolean type. (NotNull)
         * @return The determination, true or false. (if not found, exception)
         * @throws ConfigPropertyNotFoundException When the property is not found.
         */
    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

         the things they contain, so they don't accidently get detected
         as what's in them
       * For logic too complex to be expressed in a magic match, do the best
         you can here, then provide a Custom Detector for the rest
    -->
    <mime-info xmlns:tika="https://tika.apache.org/">
    
      <mime-type type="application/activemessage"/>
      <mime-type type="application/andrew-inset">
        <glob pattern="*.ez"/>
    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