Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for proibir (0.03 sec)

  1. src/main/resources/fess_label_it.properties

    labels.bad_word_link_download=Scarica
    labels.bad_word_link_upload=Carica
    labels.bad_word_button_download=Scarica
    labels.bad_word_button_upload=Carica
    labels.bad_word_list_suggest_word=Parola proibita
    labels.bad_word_suggest_word=Parola proibita
    labels.bad_word_file=File parole proibite
    labels.user_configuration=Utente
    labels.user_list_name=Nome
    labels.user_password=Password
    labels.user_confirm_password=Password (conferma)
    labels.user_title_details=Utente
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Dec 04 09:16:23 UTC 2025
    - 46.6K bytes
    - Viewed (0)
  2. src/main/resources/fess_message_it.properties

    errors.failed_to_upload_elevate_file = Impossibile caricare il file delle parole elevate.
    errors.failed_to_download_badword_file = Impossibile scaricare il file delle parole proibite.
    errors.failed_to_upload_badword_file = Impossibile caricare il file delle parole proibite.
    errors.failed_to_download_mapping_file = Impossibile scaricare il file di mappatura.
    errors.failed_to_upload_mapping_file = Impossibile caricare il file di mappatura.
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.3K bytes
    - Viewed (0)
  3. mvnw

    ##########################################################################################
    # Extension to allow automatically downloading the maven-wrapper.jar from Maven-central
    # This allows using the maven wrapper in projects that prohibit checking in binary data.
    ##########################################################################################
    wrapperJarPath="$MAVEN_PROJECTBASEDIR/.mvn/wrapper/maven-wrapper.jar"
    if [ -r "$wrapperJarPath" ]; then
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Mon Oct 14 22:24:15 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  4. docs/es/docs/tutorial/path-params.md

    ### Soporte de OpenAPI { #openapi-support }
    
    OpenAPI no soporta una manera de declarar un *path parameter* para que contenga un *path* dentro, ya que eso podría llevar a escenarios que son difíciles de probar y definir.
    
    Sin embargo, todavía puedes hacerlo en **FastAPI**, usando una de las herramientas internas de Starlette.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 9.8K bytes
    - Viewed (0)
  5. guava/src/com/google/common/util/concurrent/CycleDetectingLockFactory.java

         * {@code tryLock()} technically recovers from deadlock by eventually timing out, this behavior
         * is chosen based on the assumption that it is the application's wish to prohibit any cyclical
         * lock acquisitions.
         */
        void handlePotentialDeadlock(PotentialDeadlockException exception);
      }
    
      /**
       * Pre-defined {@link Policy} implementations.
       *
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Thu Sep 11 17:06:34 UTC 2025
    - 35.9K bytes
    - Viewed (0)
  6. docs/es/docs/advanced/generate-clients.md

    Por ejemplo, podrías querer probar:
    
    * <a href="https://speakeasy.com/editor?utm_source=fastapi+repo&utm_medium=github+sponsorship" class="external-link" target="_blank">Speakeasy</a>
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 10.8K bytes
    - Viewed (0)
  7. docs/es/docs/deployment/https.md

    <img src="/img/deployment/https/https.drawio.svg">
    
    Los **certificados TLS** están **asociados con un nombre de dominio**, no con una dirección IP.
    
    Entonces, para renovar los certificados, el programa de renovación necesita **probar** a la autoridad (Let's Encrypt) que de hecho **"posee" y controla ese dominio**.
    
    Para hacer eso, y para acomodar diferentes necesidades de aplicaciones, hay varias formas en que puede hacerlo. Algunas formas populares son:
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Tue Dec 16 16:33:45 UTC 2025
    - 15.4K bytes
    - Viewed (0)
  8. docs/es/docs/advanced/settings.md

    En la dependencia sobreescrita establecemos un nuevo valor para el `admin_email` al crear el nuevo objeto `Settings`, y luego devolvemos ese nuevo objeto.
    
    Luego podemos probar que se está usando.
    
    ## Leer un archivo `.env` { #reading-a-env-file }
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 13.2K bytes
    - Viewed (0)
  9. docs/es/docs/alternatives.md

    Y después de buscar durante mucho tiempo un framework similar y probar muchas alternativas diferentes, APIStar fue la mejor opción disponible.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 10:15:01 UTC 2025
    - 25.9K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/util/concurrent/CycleDetectingLockFactory.java

         * {@code tryLock()} technically recovers from deadlock by eventually timing out, this behavior
         * is chosen based on the assumption that it is the application's wish to prohibit any cyclical
         * lock acquisitions.
         */
        void handlePotentialDeadlock(PotentialDeadlockException exception);
      }
    
      /**
       * Pre-defined {@link Policy} implementations.
       *
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Thu Sep 11 17:06:34 UTC 2025
    - 35.9K bytes
    - Viewed (0)
Back to top