Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Carole (3.81 sec)

  1. src/main/java/org/codelibs/fess/helper/SystemHelper.java

            final String value = type + ComponentUtil.getFessConfig().getCanonicalLdapName(name);
            if (logger.isDebugEnabled()) {
                logger.debug("Search Role: {}:{}={}", type, name, value);
            }
            return value;
        }
    
        public void reloadConfiguration() {
            reloadConfiguration(true);
        }
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Apr 13 11:43:03 GMT 2024
    - 26.5K bytes
    - Viewed (2)
  2. src/main/java/org/codelibs/fess/app/web/admin/upgrade/AdminUpgradeAction.java

        protected String getActionRole() {
            return ROLE;
        }
    
        // ===================================================================================
        //                                                                      Search Execute
        //                                                                      ==============
    
        @Execute
        @Secured({ ROLE, ROLE + VIEW })
        public HtmlResponse index() {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Apr 13 11:43:03 GMT 2024
    - 46.9K bytes
    - Viewed (0)
Back to top