Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for predefinido (0.17 sec)

  1. docs/es/docs/advanced/security/oauth2-scopes.md

    Para simplificar, aquí solo estamos añadiendo los scopes recibidos directamente al token.
    
    Pero en tu aplicación, por seguridad, deberías asegurarte de añadir solo los scopes que el usuario realmente puede tener, o los que has predefinido.
    
    ///
    
    {* ../../docs_src/security/tutorial005_an_py310.py hl[156] *}
    
    ## Declarar scopes en *path operations* y dependencias
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 13.8K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_it.properties

    labels.user_info_enabled=Log utente
    labels.user_favorite_enabled=Log preferiti
    labels.web_api_json_enabled=Risposta JSON
    labels.app_value=Proprietà di sistema
    labels.default_label_value=Valore etichetta predefinito
    labels.default_sort_value=Valore di ordinamento predefinito
    labels.virtual_host_value=Host virtuale
    labels.append_query_param_enabled=Aggiungi parametro di ricerca
    labels.login_required=Login richiesto
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.4K bytes
    - Viewed (0)
  3. guava/src/com/google/common/io/Files.java

       *
       * @param file the file to read from
       * @param charset the charset used to decode the input stream; see {@link StandardCharsets} for
       *     helpful predefined constants
       * @return the buffered reader
       */
      public static BufferedReader newReader(File file, Charset charset) throws FileNotFoundException {
        checkNotNull(file);
        checkNotNull(charset);
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 17:27:14 UTC 2025
    - 32.9K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/io/Files.java

       *
       * @param file the file to read from
       * @param charset the charset used to decode the input stream; see {@link StandardCharsets} for
       *     helpful predefined constants
       * @return the buffered reader
       */
      public static BufferedReader newReader(File file, Charset charset) throws FileNotFoundException {
        checkNotNull(file);
        checkNotNull(charset);
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 17:27:14 UTC 2025
    - 32.9K bytes
    - Viewed (0)
  5. docs/fr/docs/tutorial/path-params.md

    ## Valeurs prédéfinies
    
    Si vous avez une *fonction de chemin* qui reçoit un *paramètre de chemin*, mais que vous voulez que les valeurs possibles des paramètres soient prédéfinies, vous pouvez utiliser les <abbr title="Enumeration">`Enum`</abbr> de Python.
    
    ### Création d'un `Enum`
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Nov 09 16:39:20 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/helper/CrawlerStatsHelper.java

             * @return the new reference count after decrementing
             */
            public int decrement() {
                return count.decrementAndGet();
            }
        }
    
        /**
         * Enumeration of predefined statistics actions that can be recorded
         * during crawler operations. Each action represents a specific event
         * or milestone in the crawling process.
         */
        public enum StatsAction {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 17.4K bytes
    - Viewed (0)
  7. src/test/java/jcifs/smb/SmbOperationExceptionTest.java

            assertFalse(SmbOperationException.ErrorCode.UNKNOWN_ERROR.isRetryable());
            assertFalse(SmbOperationException.ErrorCode.INTERNAL_ERROR.isRetryable());
        }
    
        @Test
        @DisplayName("Should test predefined retry policies")
        void testPredefinedRetryPolicies() {
            // DEFAULT policy
            SmbOperationException.RetryPolicy defaultPolicy = SmbOperationException.RetryPolicy.DEFAULT;
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 16.1K bytes
    - Viewed (0)
  8. docs/pt/docs/advanced/security/oauth2-scopes.md

    Porém em sua aplicação, por segurança, você deve garantir que você apenas adiciona os escopos que o usuário possui permissão de fato, ou aqueles que você predefiniu.
    
    ///
    
    {* ../../docs_src/security/tutorial005_an_py310.py hl[156] *}
    
    ## Declare escopos em *operações de rota* e dependências
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 14.5K bytes
    - Viewed (0)
  9. docs/en/docs/tutorial/bigger-applications.md

    * They will be marked with a list of tags that contain a single string `"items"`.
        * These "tags" are especially useful for the automatic interactive documentation systems (using OpenAPI).
    * All of them will include the predefined `responses`.
    * All these *path operations* will have the list of `dependencies` evaluated/executed before them.
        * If you also declare dependencies in a specific *path operation*, **they will be executed too**.
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 19.1K bytes
    - Viewed (0)
  10. docs/en/docs/advanced/security/oauth2-scopes.md

    For simplicity, here we are just adding the scopes received directly to the token.
    
    But in your application, for security, you should make sure you only add the scopes that the user is actually able to have, or the ones you have predefined.
    
    ///
    
    {* ../../docs_src/security/tutorial005_an_py310.py hl[157] *}
    
    ## Declare scopes in *path operations* and dependencies { #declare-scopes-in-path-operations-and-dependencies }
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 13.5K bytes
    - Viewed (0)
Back to top