Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 15 for olette (0.05 seconds)

  1. src/main/resources/fess_indices/_aws/fess.json

            },
            "finnish_stop": {
              "type":       "stop",
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 07:52:55 GMT 2026
    - 117.5K bytes
    - Click Count (0)
  2. src/main/resources/fess_indices/_cloud/fess.json

            },
            "finnish_stop": {
              "type":       "stop",
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 07:52:55 GMT 2026
    - 117.5K bytes
    - Click Count (0)
  3. src/main/resources/fess_message_fr.properties

    errors.password_length = Le mot de passe doit contenir au moins {0} caractères.
    errors.password_no_uppercase = Le mot de passe doit contenir au moins une lettre majuscule.
    errors.password_no_lowercase = Le mot de passe doit contenir au moins une lettre minuscule.
    errors.password_no_digit = Le mot de passe doit contenir au moins un chiffre.
    errors.password_no_special_char = Le mot de passe doit contenir au moins un caractère spécial.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 14.1K bytes
    - Click Count (0)
  4. src/main/webapp/js/suggestor.js

                reslist,
                $olEle,
                str,
                $liEle,
                seenTexts,
                i, j;
    
              listNum = 0;
              if (typeof hits !== "undefined" && hits.length > 0) {
                reslist = [];
                for (i = 0; i < hits.length; i++) {
                  reslist.push(hits[i].text);
                }
    
                $olEle = $("<ol/>");
                $olEle.css({
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Nov 20 11:04:08 GMT 2025
    - 13.3K bytes
    - Click Count (0)
  5. src/main/java/org/codelibs/fess/helper/SystemHelper.java

            }
    
            return StringUtil.EMPTY;
        }
    
        /**
         * Checks if the password contains at least one uppercase letter.
         *
         * @param password the password to check
         * @return true if the password contains an uppercase letter, false otherwise
         */
        protected boolean containsUppercase(final String password) {
            for (int i = 0; i < password.length(); i++) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 43.2K bytes
    - Click Count (0)
  6. build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/LinkRenderer.java

                linkElement.appendChild(classNameElement);
                return linkElement;
            }
    
            //this if is a bit cheesy but 1-letter classname surely means a generic type and the warning will be useless
            if (className.length() > 1) {
                listener.warning(String.format("Could not generate link for unknown class '%s'", className));
            }
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed May 21 06:20:45 GMT 2025
    - 6.3K bytes
    - Click Count (0)
  7. src/main/resources/fess_label_de.properties

    labels.advance_search_occt_allinurl=in der URL der Seite
    labels.advance_search_sitesearch=Website oder Domain
    labels.advance_search_timestamp=Letzte Aktualisierung
    labels.advance_search_timestamp_default=Jederzeit
    labels.advance_search_timestamp_pastday=Letzte 24 Stunden
    labels.advance_search_timestamp_pastweek=Letzte Woche
    labels.advance_search_timestamp_pastmonth=Letzter Monat
    labels.advance_search_timestamp_pastyear=Letztes Jahr
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 52.3K bytes
    - Click Count (1)
  8. src/main/resources/fess_message.properties

    errors.blank_password = Password is required.
    errors.password_length = Password must be at least {0} characters long.
    errors.password_no_uppercase = Password must contain at least one uppercase letter.
    errors.password_no_lowercase = Password must contain at least one lowercase letter.
    errors.password_no_digit = Password must contain at least one digit.
    errors.password_no_special_char = Password must contain at least one special character.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 12.4K bytes
    - Click Count (0)
  9. src/main/resources/fess_message_en.properties

    errors.blank_password = Password is required.
    errors.password_length = Password must be at least {0} characters long.
    errors.password_no_uppercase = Password must contain at least one uppercase letter.
    errors.password_no_lowercase = Password must contain at least one lowercase letter.
    errors.password_no_digit = Password must contain at least one digit.
    errors.password_no_special_char = Password must contain at least one special character.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 12.4K bytes
    - Click Count (0)
  10. src/main/webapp/css/chat.css

    .status-lozenge {
        display: inline-flex;
        align-items: center;
        padding: 0.25rem 0.75rem;
        border-radius: 3px;
        font-size: 0.8125rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.02em;
        transition: all 0.2s ease;
    }
    
    .status-lozenge.status-ready {
        background-color: #dfe1e6;
        color: #42526e;
    }
    
    .status-lozenge.status-thinking {
        background-color: #deebff;
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 06:21:57 GMT 2026
    - 19.4K bytes
    - Click Count (0)
Back to Top