Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 36 for molt (0.02 seconds)

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

    "hem", "heu", "hi ", "ho", "i", "igual", "iguals", "ja", "l'hi", "la", "les", "li", "li'n", "llavors", "m'he", "ma", "mal", "malgrat", "mateix", "mateixa", "mateixes", "mateixos", "me", "mentre", "més", "meu", "meus", "meva", "meves", "molt", "molta", "moltes", "molts", "mon", "mons", "n'he", "n'hi", "ne", "ni", "no", "nogensmenys", "només", "nosaltres", "nostra", "nostre", "nostres", "o", "oh", "oi", "on", "pas", "pel", "pels", "per", "però", "perquè", "poc ", "poca", "pocs", "poques", "potser", "propi",...
    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

    "hem", "heu", "hi ", "ho", "i", "igual", "iguals", "ja", "l'hi", "la", "les", "li", "li'n", "llavors", "m'he", "ma", "mal", "malgrat", "mateix", "mateixa", "mateixes", "mateixos", "me", "mentre", "més", "meu", "meus", "meva", "meves", "molt", "molta", "moltes", "molts", "mon", "mons", "n'he", "n'hi", "ne", "ni", "no", "nogensmenys", "només", "nosaltres", "nostra", "nostre", "nostres", "o", "oh", "oi", "on", "pas", "pel", "pels", "per", "però", "perquè", "poc ", "poca", "pocs", "poques", "potser", "propi",...
    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_nl.properties

    # ---------------
    constraints.AssertFalse.message = {item} moet onwaar zijn.
    constraints.AssertTrue.message = {item} moet waar zijn.
    constraints.DecimalMax.message = {item} moet kleiner zijn dan {value}.
    constraints.DecimalMin.message = {item} moet groter zijn dan {value}.
    constraints.Digits.message = {item} moet een getal zijn. (Verwacht: <getal>.<getal>)
    constraints.Future.message = {item} moet een toekomstige waarde zijn.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 12.9K bytes
    - Click Count (0)
  4. src/main/resources/fess_label_fr.properties

    labels.suggest_word_configuration=Suggérer un mot
    labels.suggest_word_title_details=Suggérer un mot
    labels.suggest_word_type=Type de mot
    labels.suggest_word_number=Nombre de mots
    labels.suggest_word_type_all=Tous
    labels.suggest_word_type_document=Document
    labels.suggest_word_type_query=Requête
    labels.elevate_word_configuration=Élever un mot
    labels.elevate_word_title_details=Élever un mot
    labels.elevate_word_link_list=Liste
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 54.4K bytes
    - Click Count (0)
  5. build-logic-commons/module-identity/src/main/kotlin/gradlebuild.module-identity.gradle.kts

            client = false
            daemon = false
            worker = false
        }
    
        computedRuntimes {
            client = false
            daemon = false
            worker = false
        }
    
        // TODO: Most of these properties are the same across projects. We should
        // compute these at the settings-level instead of the project-level.
        identity {
            baseName = "gradle-$name"
            buildTimestamp = buildTimestamp()
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Mar 11 22:46:35 GMT 2026
    - 5.8K bytes
    - Click Count (0)
  6. src/main/resources/fess_message_fr.properties

    errors.blank_password = Le mot de passe est requis.
    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.
    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)
  7. build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/util/ConfigurationExtensions.kt

    import java.io.File
    
    fun Configuration.getSingleFileProvider(): Provider<File> {
        val name = this.name
        return incoming.files.elements.map {
            require(it.size <= 1) {
                "Expected at most one file in configuration '$name' but found: $it"
            }
            it.firstOrNull()?.asFile
        }
    }
    
    fun NamedDomainObjectProvider<Configuration>.getSingleFileProvider(): Provider<File> {
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Mon Aug 18 18:02:41 GMT 2025
    - 1.2K bytes
    - Click Count (0)
  8. src/main/java/org/codelibs/fess/app/service/CrawlingInfoService.java

            });
        }
    
        /**
         * Retrieves the most recent crawling information record for a given session ID.
         * Orders by creation time in descending order and returns only the first result.
         *
         * @param sessionId the session identifier to find the latest crawling information for
         * @return the most recent CrawlingInfo entity for the session, or null if none found
         */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jul 17 08:28:31 GMT 2025
    - 19.9K bytes
    - Click Count (0)
  9. .github/ISSUE_TEMPLATE/20_contributor_feature_request.yml

          label: Context
          description: |
            How has this issue affected you? What are you trying to accomplish? What other alternatives have you considered?
            Providing context helps us come up with a solution that is most useful in the real world
        validations:
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Nov 27 15:48:22 GMT 2025
    - 1.5K bytes
    - Click Count (0)
  10. .github/ISSUE_TEMPLATE/10_contributor_bug_report.yml

        id: context
        attributes:
          label: Context (optional)
          description: |
            How has this issue affected you? What are you trying to accomplish?
            Providing context helps us come up with a solution that is most useful in the real world
        validations:
          required: false
      - type: textarea
        id: steps-to-reproduce
        attributes:
          label: Self-contained Reproducer Project
          description: |
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Mon Sep 09 14:48:49 GMT 2024
    - 3K bytes
    - Click Count (1)
Back to Top