Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 32 for Morvan (0.18 sec)

  1. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    hostyhosting.io
    
    // Häkkinen.fi
    // Submitted by Eero Häkkinen <Eero+psl@Häkkinen.fi>
    häkkinen.fi
    
    // Ici la Lune : http://www.icilalune.com/
    // Submitted by Simon Morvan <******@****.***>
    *.moonscale.io
    moonscale.net
    
    // iki.fi
    // Submitted by Hannu Aronsson <******@****.***>
    iki.fi
    
    // iliad italia: https://www.iliad.it
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
  2. android/guava/src/com/google/common/math/PairedStatsAccumulator.java

       *
       * <p>If the dataset contains any non-finite values ({@link Double#POSITIVE_INFINITY}, {@link
       * Double#NEGATIVE_INFINITY}, or {@link Double#NaN}) then the result is {@link
       * LinearTransformation#forNaN()}.
       *
       * @throws IllegalStateException if the dataset is empty or contains a single pair of values, or
       *     both the {@code x} and {@code y} dataset have zero population variance
       */
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Fri May 12 17:02:53 GMT 2023
    - 10.3K bytes
    - Viewed (0)
  3. src/main/resources/fess_indices/fess.json

                "lowercase",
                "japanese_stop"
              ]
            },
            "korean_analyzer": {
              "type": "custom",
              "tokenizer":"korean_tokenizer",
              "filter": [
                "truncate10_filter",
                "lowercase",
                "korean_stop"
              ]
            },
            "latvian_analyzer": {
              "type": "custom",
    Json
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Aug 11 01:26:55 GMT 2022
    - 39.9K bytes
    - Viewed (2)
  4. android/guava/src/com/google/common/math/PairedStats.java

       *
       * <p>If the dataset contains any non-finite values ({@link Double#POSITIVE_INFINITY}, {@link
       * Double#NEGATIVE_INFINITY}, or {@link Double#NaN}) then the result is {@link
       * LinearTransformation#forNaN()}.
       *
       * @throws IllegalStateException if the dataset is empty or contains a single pair of values, or
       *     both the {@code x} and {@code y} dataset must have zero population variance
       */
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Fri May 12 17:02:53 GMT 2023
    - 12.6K bytes
    - Viewed (0)
  5. maven-core/src/test/resources/apiv4-repo/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom

          <archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=******@****.***</archive>
        </mailingList>
      </mailingLists>
      <developers>
        <developer>
          <id>morgand</id>
          <name>Morgan Delagrange</name>
          <email>morgand at apache dot org</email>
          <organization>Apache</organization>
          <roles>
            <role>Java Developer</role>
          </roles>
        </developer>
        <developer>
    Plain Text
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Tue Dec 19 19:08:55 GMT 2023
    - 5.1K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/math/LinearTransformation.java

       * #transform} methods all return {@link Double#NaN}. The {@link #inverse} method returns the same
       * instance.
       */
      public static LinearTransformation forNaN() {
        return NaNLinearTransformation.INSTANCE;
      }
    
      /** Returns whether this is a vertical transformation. */
      public abstract boolean isVertical();
    
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Fri May 12 17:02:53 GMT 2023
    - 9.6K bytes
    - Viewed (0)
  7. guava-tests/test/com/google/common/math/LinearTransformationTest.java

        assertThrows(IllegalArgumentException.class, () -> LinearTransformation.horizontal(Double.NaN));
      }
    
      public void testForNaN() {
        LinearTransformation transformation = LinearTransformation.forNaN();
        assertLinearTransformationNaN(transformation);
      }
    Java
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Wed Sep 06 17:04:31 GMT 2023
    - 7.1K bytes
    - Viewed (0)
  8. android/guava-tests/test/com/google/common/math/LinearTransformationTest.java

        assertThrows(IllegalArgumentException.class, () -> LinearTransformation.horizontal(Double.NaN));
      }
    
      public void testForNaN() {
        LinearTransformation transformation = LinearTransformation.forNaN();
        assertLinearTransformationNaN(transformation);
      }
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Sep 06 17:04:31 GMT 2023
    - 7.1K bytes
    - Viewed (0)
  9. docs/de/docs/deployment/versions.md

    # Über FastAPI-Versionen
    
    **FastAPI** wird bereits in vielen Anwendungen und Systemen produktiv eingesetzt. Und die Testabdeckung wird bei 100 % gehalten. Aber seine Entwicklung geht immer noch schnell voran.
    
    Es werden regelmäßig neue Funktionen hinzugefügt, Fehler werden regelmäßig behoben und der Code wird weiterhin kontinuierlich verbessert.
    
    Plain Text
    - Registered: Sun Apr 21 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 18:06:38 GMT 2024
    - 3.9K bytes
    - Viewed (0)
  10. docs/en/docs/release-notes.md

    * 🌐 Add Korean translation for `docs/ko/docs/tutorial/security/simple-oauth2.md`. PR [#5744](https://github.com/tiangolo/fastapi/pull/5744) by [@KdHyeon0661](https://github.com/KdHyeon0661).
    * 🌐 Add Korean translation for `docs/ko/docs/help-fastapi.md`. PR [#4139](https://github.com/tiangolo/fastapi/pull/4139) by [@kty4119](https://github.com/kty4119).
    Plain Text
    - Registered: Sun Apr 21 07:19:11 GMT 2024
    - Last Modified: Fri Apr 19 19:30:49 GMT 2024
    - 384.6K bytes
    - Viewed (1)
Back to top