Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Protocols (0.15 sec)

  1. src/main/resources/fess_config.properties

    crawler.document.fullstop.chars=u002eu06d4u2e3cu3002
    crawler.crawling.data.encoding=UTF-8
    crawler.web.protocols=http,https
    crawler.file.protocols=file,smb,smb1,ftp,storage
    crawler.data.env.param.key.pattern=^FESS_ENV_.*
    crawler.ignore.robots.txt=false
    crawler.ignore.robots.tags=false
    crawler.ignore.content.exception=true
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 30.6K bytes
    - Viewed (1)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. http,https */
        String CRAWLER_WEB_PROTOCOLS = "crawler.web.protocols";
    
        /** The key of the configuration. e.g. file,smb,smb1,ftp,storage */
        String CRAWLER_FILE_PROTOCOLS = "crawler.file.protocols";
    
        /** The key of the configuration. e.g. ^FESS_ENV_.* */
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (5)
  3. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Page Number */
        public static final String LABELS_PN = "{labels.pn}";
    
        /** The key of the message: Scheme */
        public static final String LABELS_PROTOCOL_SCHEME = "{labels.protocolScheme}";
    
        /** The key of the message: Purge By Bots */
        public static final String LABELS_PURGE_BY_BOTS = "{labels.purgeByBots}";
    
        /** The key of the message: Log Level */
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
Back to top