Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Administrator (0.17 sec)

  1. src/main/java/org/codelibs/fess/Constants.java

        public static final String DEFAULT_FROM_EMAIL = "Administrator <root@localhost>";
    
        // info map
    
        public static final String CRAWLER_STATUS = "CrawlerStatus";
    
        public static final String CRAWLER_ERRORS = "CrawlerErrors";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 16.4K bytes
    - Viewed (0)
  2. src/main/resources/fess_config.properties

    # ----------------------------------------------------------
    #                                                       Mail
    #                                                     ------
    # From
    mail.from.name = Administrator
    mail.from.address = root@localhost
    mail.hostname=
    
    # ----------------------------------------------------------
    #                                                  Scheduler
    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)
  3. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. [a-zA-Z0-9_]+ */
        String USER_CODE_PATTERN = "user.code.pattern";
    
        /** The key of the configuration. e.g. Administrator */
        String MAIL_FROM_NAME = "mail.from.name";
    
        /** The key of the configuration. e.g. root@localhost */
        String MAIL_FROM_ADDRESS = "mail.from.address";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (4)
  4. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: System Error */
        public static final String LABELS_system_error_title = "{labels.system_error_title}";
    
        /** The key of the message: Contact the Site Administrator. */
        public static final String LABELS_contact_site_admin = "{labels.contact_site_admin}";
    
        /** The key of the message: Bad Request */
    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)
  5. src/main/resources/fess_label.properties

    labels.searchoptions_num={0} results
    labels.searchoptions_menu_lang=Languages
    labels.searchoptions_menu_labels=Labels
    labels.error_title=Error
    labels.system_error_title=System Error
    labels.contact_site_admin=Contact the Site Administrator.
    labels.request_error_title=Bad Request
    labels.bad_request=Invalid request for the url.
    labels.page_not_found_title=Page Not Found
    labels.check_url=Check the url.
    labels.user_name=Username
    labels.login=Login
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (1)
  6. src/main/resources/fess_label_en.properties

    labels.searchoptions_num={0} results
    labels.searchoptions_menu_lang=Languages
    labels.searchoptions_menu_labels=Labels
    labels.error_title=Error
    labels.system_error_title=System Error
    labels.contact_site_admin=Contact the Site Administrator.
    labels.request_error_title=Bad Request
    labels.bad_request=Invalid request for the url.
    labels.page_not_found_title=Page Not Found
    labels.check_url=Check the url.
    labels.user_name=Username
    labels.login=Login
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (0)
Back to top