Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for corrente (0.2 sec)

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

            if (percent <= 0) {
                return;
            }
            short current = getSystemCpuPercent();
            if (current < percent) {
                return;
            }
            final String threadName = Thread.currentThread().getName();
            try {
                waitingThreadNames.add(threadName);
                while (current >= percent) {
                    if (logger.isInfoEnabled()) {
    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/mylasta/action/FessLabels.java

        /** The key of the message: memberOf Attribute */
        public static final String LABELS_LDAP_MEMBEROF_ATTRIBUTE = "{labels.ldapMemberofAttribute}";
    
        /** The key of the message: Current Password */
        public static final String LABELS_OLD_PASSWORD = "{labels.oldPassword}";
    
        /** The key of the message: New Password */
        public static final String LABELS_NEW_PASSWORD = "{labels.newPassword}";
    
    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)
  3. src/main/resources/fess_label.properties

    labels.ldapAdminSecurityCredentials=Password
    labels.ldapBaseDn=Base DN
    labels.ldapAccountFilter=Account Filter
    labels.ldapGroupFilter=Group Filter
    labels.ldapMemberofAttribute=memberOf Attribute
    labels.oldPassword=Current Password
    labels.newPassword=New Password
    labels.confirmNewPassword=New Password(Confirm)
    
    labels.menu_system=System
    labels.menu_wizard=Wizard
    labels.menu_crawl_config=General
    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)
  4. src/main/resources/fess_label_en.properties

    labels.ldapAdminSecurityCredentials=Password
    labels.ldapBaseDn=Base DN
    labels.ldapAccountFilter=Account Filter
    labels.ldapGroupFilter=Group Filter
    labels.ldapMemberofAttribute=memberOf Attribute
    labels.oldPassword=Current Password
    labels.newPassword=New Password
    labels.confirmNewPassword=New Password(Confirm)
    
    labels.menu_system=System
    labels.menu_wizard=Wizard
    labels.menu_crawl_config=General
    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