Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for variations (1.84 sec)

  1. src/main/java/org/codelibs/fess/suggest/converter/ReadingConverterChain.java

    import java.util.LinkedHashSet;
    import java.util.List;
    import java.util.Set;
    
    /**
     * A chain of {@link ReadingConverter} implementations that applies each converter in sequence to generate possible reading variations of a given text.
     * It maintains a list of ReadingConverter instances and iterates through them, applying each converter to the input text and accumulating the results.
    Registered: Sat Dec 20 13:04:59 UTC 2025
    - Last Modified: Mon Nov 17 14:28:21 UTC 2025
    - 3.3K bytes
    - Viewed (1)
  2. src/main/java/org/codelibs/fess/ldap/LdapManager.java

                }
            });
        }
    
        /**
         * Changes the password for a user in the LDAP directory.
         *
         * <p>This method performs the following validations:
         * <ul>
         * <li>Checks if username and password are not blank</li>
         * <li>Verifies LDAP admin is enabled for the user</li>
         * <li>Confirms the user exists in LDAP directory</li>
         * </ul>
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 28 16:29:12 UTC 2025
    - 86.3K bytes
    - Viewed (0)
Back to top