Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Correspondence (0.15 sec)

  1. android/guava-tests/test/com/google/common/math/QuantilesTest.java

      private static final double ALLOWED_ERROR = 1.0e-10;
    
      /**
       * A {@link Correspondence} which accepts finite values within {@link #ALLOWED_ERROR} of each
       * other.
       */
      private static final Correspondence<Number, Number> FINITE_QUANTILE_CORRESPONDENCE =
          Correspondence.tolerance(ALLOWED_ERROR);
    
      /**
       * A {@link Correspondence} which accepts either finite values within {@link #ALLOWED_ERROR} of
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 29.7K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/collect/Streams.java

       * }</pre>
       *
       * <p>will print:
       *
       * <pre>{@code
       * foo1:bar1
       * foo2:bar2
       * }</pre>
       *
       * <p><b>Warning:</b> If either supplied stream is a parallel stream, the same correspondence
       * between elements will be made, but the order in which those pairs of elements are passed to the
       * consumer is <i>not</i> defined.
       *
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 31 14:20:11 UTC 2024
    - 37.4K bytes
    - Viewed (0)
  3. guava/src/com/google/common/collect/Streams.java

       * }</pre>
       *
       * <p>will print:
       *
       * <pre>{@code
       * foo1:bar1
       * foo2:bar2
       * }</pre>
       *
       * <p><b>Warning:</b> If either supplied stream is a parallel stream, the same correspondence
       * between elements will be made, but the order in which those pairs of elements are passed to the
       * consumer is <i>not</i> defined.
       *
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 31 14:20:11 UTC 2024
    - 36.8K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_fr.properties

    labels.reqheader_web_crawling_config	=	Configuration Web
    labels.key_match_configuration	=	Correspondance clé
    labels.key_match_list_term	=	Terme
    labels.key_match_list_query	=	Requête
    labels.key_match_term	=	Terme
    labels.key_match_query	=	Requête
    labels.key_match_size	=	Taille
    labels.key_match_boost	=	Booster
    labels.key_match_urls	=	URL
    labels.key_match_title_details	=	Correspondance clé
    labels.design_configuration	=	Conception de pages
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.6K bytes
    - Viewed (0)
  5. docs/pt/docs/tutorial/dependencies/index.md

    ## Caso de Uso Simples
    
    Se você parar para ver, *funções de operação de rota* são declaradas para serem usadas sempre que uma *rota* e uma *operação* se encaixam, e então o **FastAPI** se encarrega de chamar a função correspondente com os argumentos corretos, extraindo os dados da requisição.
    
    Na verdade, todos (ou a maioria) dos frameworks web funcionam da mesma forma.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 12.6K bytes
    - Viewed (0)
Back to top