Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for beri (0.45 sec)

  1. src/main/resources/fess_message_de.properties

    errors.file_is_not_supported={0} wird nicht unterstützt.
    errors.plugin_file_is_not_found={0} wurde nicht gefunden.
    errors.failed_to_install_plugin=Fehler bei der Installation von {0}.
    errors.failed_to_find_plugins=Keine verfügbaren Plugins gefunden.
    errors.failed_to_process_sso_request=Fehler bei der Verarbeitung einer Anfrage: {0}
    
    errors.property_required={0} ist erforderlich.
    errors.property_type_integer={0} muss eine ganze Zahl sein.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 12.7K bytes
    - Viewed (0)
  2. okhttp-tls/src/main/kotlin/okhttp3/tls/internal/der/DerReader.kt

     * multiple variants of ASN.1, including:
     *
     *  * DER: Distinguished Encoding Rules. This further constrains ASN.1 for deterministic encoding.
     *  * BER: Basic Encoding Rules.
     *
     * This class was implemented according to the [X.690 spec][[x690]], and under the advice of
     * [Lets Encrypt's ASN.1 and DER][asn1_and_der] guide.
     *
     * [x690]: https://www.itu.int/rec/T-REC-X.690
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 10.5K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/Constants.java

        /** Default list of bot user agents to purge from logs. */
        public static final String DEFAULT_PURGE_BY_BOTS =
                "Crawler,crawler,Bot,bot,Slurp,Yeti,Baidu,Steeler,ichiro,hotpage,Feedfetcher,ia_archiver,Y!J-BRI,Google Desktop,Seznam,Tumblr,YandexBot,Chilkat,CloudFront,Mediapartners,MSIE 6";
    
        /** Default from email address for notifications. */
        public static final String DEFAULT_FROM_EMAIL = "Administrator <root@localhost>";
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 34.6K bytes
    - Viewed (0)
Back to top