Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 80 for rapides (0.06 sec)

  1. 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)
  2. src/main/java/jcifs/smb1/smb1/SmbFile.java

         * represents or the drive on which the directory or file resides. Objects
         * other than {@code TYPE_SHARE} or {@code TYPE_FILESYSTEM} will result
         * in 0L being returned.
         *
         * @return the free disk space in bytes of the drive on which this file or
         * directory resides
         * @throws SmbException if an error occurs while retrieving disk space information
         */
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 112.2K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    that?' she thought.  `I must be growing small again.'  She got up
    and went to the table to measure herself by it, and found that,
    as nearly as she could guess, she was now about two feet high,
    and was going on shrinking rapidly:  she soon found out that the
    cause of this was the fan she was holding, and she dropped it
    hastily, just in time to avoid shrinking away altogether.
    
    `That WAS a narrow escape!' said Alice, a good deal frightened at
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  9. cmd/api-errors.go

    	},
    	ErrRegionNotification: {
    		Code:           "InvalidArgument",
    		Description:    "A specified destination is in a different region than the bucket. You must use a destination that resides in the same region as the bucket.",
    		HTTPStatusCode: http.StatusBadRequest,
    	},
    	ErrOverlappingFilterNotification: {
    		Code:           "InvalidArgument",
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Wed Apr 16 07:34:24 UTC 2025
    - 93K bytes
    - Viewed (1)
  10. CHANGELOG/CHANGELOG-1.24.md

    - A static pod that is rapidly updated was failing to start until the Kubelet was restarted. ([#107900](https://github.com/kubernetes/kubernetes/pull/107900), [@smarterclayton](https://github.com/smarterclayton))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
Back to top