Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1761 - 1762 of 1,762 for Details (0.04 sec)

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

      </mime-type>
    
      <mime-type type="application/xhtml+xml">
        <!-- The magic priority for xhtml+xml needs to be lower than that of -->
        <!--  files that contain HTML within them, e.g. mime emails -->
        <magic priority="40">
          <match value="&lt;html xmlns=" type="string" offset="0:8192"/>
        </magic>
        <root-XML namespaceURI="http://www.w3.org/1999/xhtml" localName="html"/>
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Mar 13 08:18:01 UTC 2025
    - 320.1K bytes
    - Viewed (1)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         */
        String getUserCodePattern();
    
        /**
         * Get the value for the key 'mail.from.name'. <br>
         * The value is, e.g. Administrator <br>
         * comment: Name to display in the From field of emails.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getMailFromName();
    
        /**
         * Get the value for the key 'mail.from.address'. <br>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (2)
Back to top