Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for Clippy (1.52 sec)

  1. docs/security/security.md

    ## Verifying Artifacts
    
    We sign our artifacts using this [key][signing_key]:
    
    ```
    pub rsa4096/dbd744ace7ade6aa50dd591f66b50994442d2d40 2021-07-09T14:50:19Z
    	 Hash=a79b48fd6a1f31699c788b50c97d0b98
    
    uid Square Clippy <******@****.***>
    sig  sig  66b50994442d2d40 2021-07-09T14:50:19Z 2041-07-04T14:50:19Z ____________________ [selfsig]
    ```
    
    The best way to verify artifacts is [automatically with Gradle][gradle_verification].
    
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sun Feb 27 10:19:17 UTC 2022
    - 1.4K bytes
    - Viewed (0)
  2. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    aktyubinsk.su
    akune.kagoshima.jp
    al
    al.eu.org
    al.gov.br
    al.it
    al.leg.br
    al.no
    al.us
    alaheadju.no
    aland.fi
    alessandria.it
    alesund.no
    algard.no
    aliases121.com
    alibaba
    alipay
    allfinanz
    allstate
    ally
    alp1.ae.flow.ch
    alpha-myqnapcloud.com
    alsace
    alstahaug.no
    alstom
    alt.na
    alt.za
    alta.no
    altervista.org
    alto-adige.it
    altoadige.it
    alvdal.no
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  3. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // https://www.iana.org/domains/root/db/lincoln.html
    lincoln
    
    // link : Nova Registry Ltd
    // https://www.iana.org/domains/root/db/link.html
    link
    
    // lipsy : Lipsy Ltd
    // https://www.iana.org/domains/root/db/lipsy.html
    lipsy
    
    // live : Dog Beach, LLC
    // https://www.iana.org/domains/root/db/live.html
    live
    
    // living : Internet Naming Company LLC
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/collect/MapMakerInternalMapTest.java

            // held
            segment.expand();
          }
          assertEquals(i, segment.table.length());
          assertEquals(liveCount, countLiveEntries(map));
          // expansion cleanup is sloppy, with a goal of avoiding unnecessary copies
          assertTrue(segment.count >= liveCount);
          assertTrue(segment.count <= originalCount);
          assertEquals(originalMap, ImmutableMap.copyOf(map));
        }
      }
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Dec 19 18:03:30 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  5. guava-tests/test/com/google/common/collect/MapMakerInternalMapTest.java

            // held
            segment.expand();
          }
          assertEquals(i, segment.table.length());
          assertEquals(liveCount, countLiveEntries(map));
          // expansion cleanup is sloppy, with a goal of avoiding unnecessary copies
          assertTrue(segment.count >= liveCount);
          assertTrue(segment.count <= originalCount);
          assertEquals(originalMap, ImmutableMap.copyOf(map));
        }
      }
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Dec 19 18:03:30 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/cache/LocalCacheTest.java

          if (i > 1) {
            segment.expand();
          }
          assertEquals(i, segment.table.length());
          assertEquals(liveCount, countLiveEntries(map, 0));
          // expansion cleanup is sloppy, with a goal of avoiding unnecessary copies
          assertTrue(segment.count >= liveCount);
          assertTrue(segment.count <= originalCount);
          assertEquals(originalMap, ImmutableMap.copyOf(map));
        }
      }
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Aug 11 19:31:30 UTC 2025
    - 110.5K bytes
    - Viewed (0)
  7. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    aktyubinsk.su
    akune.kagoshima.jp
    al
    al.eu.org
    al.gov.br
    al.it
    al.leg.br
    al.no
    al.us
    alaheadju.no
    aland.fi
    alessandria.it
    alesund.no
    algard.no
    aliases121.com
    alibaba
    alipay
    allfinanz
    allstate
    ally
    alp1.ae.flow.ch
    alpha-myqnapcloud.com
    alsace
    alstahaug.no
    alstom
    alt.na
    alt.za
    alta.no
    altervista.org
    alto-adige.it
    altoadige.it
    alvdal.no
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
Back to top