Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 6 of 6 for 2A75 (0.49 seconds)

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

                Double.MAX_EXPONENT + 1)) {
          BigInteger x = ONE.shiftLeft(exponent);
          bigValues.add(x, x.add(ONE), x.subtract(ONE));
        }
        bigValues.add(new BigInteger("218838949120258359057546633")); // sqrt(2^175) rounded up and
        // down
        bigValues.add(new BigInteger("218838949120258359057546634"));
        POSITIVE_BIGINTEGER_CANDIDATES = bigValues.build();
        NEGATIVE_BIGINTEGER_CANDIDATES =
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Mar 17 16:11:48 GMT 2026
    - 9.9K bytes
    - Click Count (0)
  2. guava-tests/test/com/google/common/cache/CacheBuilderGwtTest.java

        fakeTicker.advance(10001, MILLISECONDS);
    
        assertThat(cache.asMap().containsValue(15)).isTrue();
        assertThat(cache.asMap().containsValue(56)).isTrue();
        assertThat(cache.asMap().containsValue(2675)).isFalse();
      }
    
      // we are testing our implementation of Map.containsKey
      @SuppressWarnings("ContainsEntryAfterGetInteger")
      @Test
      @J2ktIncompatible
      public void asMap_containsKey() {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Mar 18 18:06:14 GMT 2026
    - 15K bytes
    - Click Count (0)
  3. docs/en/data/topic_repos.yml

      stars: 2696
      owner_login: smithyhq
      owner_html_url: https://github.com/smithyhq
    - name: YC-Killer
      html_url: https://github.com/sahibzada-allahyar/YC-Killer
      stars: 2675
      owner_login: sahibzada-allahyar
      owner_html_url: https://github.com/sahibzada-allahyar
    - name: fastapi-react
      html_url: https://github.com/Buuntu/fastapi-react
      stars: 2579
      owner_login: Buuntu
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Apr 01 12:36:41 GMT 2026
    - 16K bytes
    - Click Count (0)
  4. android/guava-tests/test/com/google/common/cache/CacheBuilderGwtTest.java

        fakeTicker.advance(10001, MILLISECONDS);
    
        assertThat(cache.asMap().containsValue(15)).isTrue();
        assertThat(cache.asMap().containsValue(56)).isTrue();
        assertThat(cache.asMap().containsValue(2675)).isFalse();
      }
    
      // we are testing our implementation of Map.containsKey
      @SuppressWarnings("ContainsEntryAfterGetInteger")
      @Test
      @J2ktIncompatible
      public void asMap_containsKey() {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Mar 18 18:06:14 GMT 2026
    - 15K bytes
    - Click Count (0)
  5. .teamcity/performance-test-durations.json

      "durations" : [ {
        "testProject" : "largeJavaMultiProject",
        "linux" : 518,
        "windows" : 1007,
        "macOs" : 275
      }, {
        "testProject" : "largeMonolithicJavaProject",
        "linux" : 1590
      } ]
    }, {
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Mon Mar 23 04:45:09 GMT 2026
    - 26.1K bytes
    - Click Count (0)
  6. docs/en/docs/release-notes.md

    * Fix type declaration of `HTTPException`. PR [#279](https://github.com/tiangolo/fastapi/pull/279).
    
    ## 0.27.0 (2019-05-30)
    
    * Fix broken link in docs about OAuth 2.0 with scopes. PR [#275](https://github.com/tiangolo/fastapi/pull/275) by [@dmontagu](https://github.com/dmontagu).
    
    * Refactor param extraction using Pydantic `Field`:
        * Large refactor, improvement, and simplification of param extraction from *path operations*.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Apr 03 12:07:04 GMT 2026
    - 631K bytes
    - Click Count (0)
Back to Top