Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 69 for rapidly (0.04 sec)

  1. docs/es/docs/python-types.md

    Al declarar tipos para tus variables, los editores y herramientas te pueden proporcionar un mejor soporte.
    
    Este es solo un **tutorial rápido / recordatorio** sobre las anotaciones de tipos en Python. Cubre solo lo mínimo necesario para usarlas con **FastAPI**... que en realidad es muy poco.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 17:46:44 UTC 2024
    - 17.6K bytes
    - Viewed (1)
  2. docs/it/docs/index.md

      <a href="https://fastapi.tiangolo.com"><img src="https://fastapi.tiangolo.com/img/logo-margin/logo-teal.png" alt="FastAPI"></a>
    </p>
    <p align="center">
        FastAPI framework, alte prestazioni, facile da imparare, rapido da implementare, pronto per il rilascio in produzione
    </p>
    
    <p align="center">
    <a href="https://github.com/fastapi/fastapi/actions?query=workflow%3ATest+event%3Apush+branch%3Amaster" target="_blank">
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 19.5K bytes
    - Viewed (0)
  3. docs/pt/docs/python-types.md

    Ao declarar tipos para suas variáveis, editores e ferramentas podem oferecer um melhor suporte.
    
    Este é apenas um **tutorial rápido / atualização** sobre type hints do Python. Ele cobre apenas o mínimo necessário para usá-los com o **FastAPI**... que é realmente muito pouco.
    
    O **FastAPI** é baseado nesses type hints, eles oferecem muitas vantagens e benefícios.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Nov 09 10:32:53 UTC 2024
    - 17.8K bytes
    - Viewed (0)
  4. guava/src/com/google/common/collect/StandardTable.java

    import java.util.Spliterators;
    import org.jspecify.annotations.Nullable;
    
    /**
     * {@link Table} implementation backed by a map that associates row keys with column key / value
     * secondary maps. This class provides rapid access to records by the row key alone or by both keys,
     * but not by just the column key.
     *
     * <p>The views returned by {@link #column}, {@link #columnKeySet()}, and {@link #columnMap()} have
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 30.2K bytes
    - Viewed (0)
  5. guava/src/com/google/common/collect/AbstractMapBasedMultimap.java

            totalSize++;
            if (wasEmpty) {
              addToMap();
            }
          }
        }
      }
    
      /**
       * List decorator that stays in sync with the multimap values for a key and supports rapid random
       * access.
       */
      private final class RandomAccessWrappedList extends WrappedList implements RandomAccess {
        RandomAccessWrappedList(
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue Aug 12 15:51:57 UTC 2025
    - 48.2K bytes
    - Viewed (0)
  6. docs/smb3-features/06-witness-protocol-design.md

    # Witness Protocol Feature - Detailed Design Document
    
    ## 1. Overview
    
    The SMB Witness Protocol enables rapid notification of resource changes in a clustered file server environment. It provides fast failover capabilities by allowing clients to register for notifications about server node availability, share movement, and other critical cluster events.
    
    ## 2. Protocol Specification Reference
    
    - **MS-SWN**: Service Witness Protocol Specification
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 02:53:50 UTC 2025
    - 42K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_it.properties

    labels.handlerScript=Script
    labels.data_crawling_button_create=Crea
    labels.data_crawling_button_create_job=Crea nuovo lavoro
    labels.wizard_title_configuration=Configurazione guidata
    labels.wizard_start_title=Configurazione rapida
    labels.wizard_start_desc=È possibile creare facilmente una configurazione di scansione utilizzando la configurazione guidata.
    labels.wizard_start_button=Avvia configurazione
    labels.wizard_button_cancel=Annulla
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.4K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_es.properties

    labels.handler_script=Script
    labels.data_crawling_button_create=Crear
    labels.data_crawling_button_create_job=Crear nuevo trabajo
    labels.wizard_title_configuration=Asistente de configuración
    labels.wizard_start_title=Configuración rápida
    labels.wizard_start_desc=Puede crear fácilmente una configuración de rastreo utilizando el asistente de configuración.
    labels.wizard_start_button=Iniciar configuración
    labels.wizard_button_cancel=Cancelar
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.4K bytes
    - Viewed (0)
  9. apache-maven/src/main/appended-resources/licenses/CDDL+GPLv2-with-classpath-exception.txt

        into account in determining the amount or value of any payment or
        license.
    
        6.4. In the event of termination under Sections 6.1 or 6.2 above,
        all end user licenses that have been validly granted by You or any
        distributor hereunder prior to termination (excluding licenses
        granted to You by any distributor) shall survive termination.
    
    7. LIMITATION OF LIABILITY.
    
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Fri May 17 19:14:22 UTC 2024
    - 38.5K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_pt_BR.properties

    labels.handler_script=Script
    labels.data_crawling_button_create=Criar
    labels.data_crawling_button_create_job=Criar novo trabalho
    labels.wizard_title_configuration=Assistente de configuração
    labels.wizard_start_title=Configuração rápida
    labels.wizard_start_desc=Você pode criar facilmente uma configuração de rastreamento usando o assistente de configuração.
    labels.wizard_start_button=Iniciar configuração
    labels.wizard_button_cancel=Cancelar
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.1K bytes
    - Viewed (0)
Back to top