Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 11 for blogspot (0.07 seconds)

  1. guava-tests/test/com/google/thirdparty/publicsuffix/PublicSuffixTrieTest.java

            .isEqualTo(0);
        assertThat(
                PublicSuffixPatterns.TRIE.findSuffixIndex(ImmutableList.of("foo", "blogspot", "com")))
            .isEqualTo(1);
      }
    
      @Test
      public void testDesiredType() {
        assertThat(
                PublicSuffixPatterns.TRIE.findSuffixIndex(
                    ImmutableList.of("blogspot", "com"), PublicSuffixType.PRIVATE))
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Mar 03 21:21:59 GMT 2026
    - 2.8K bytes
    - Click Count (0)
  2. android/guava/src/com/google/common/net/InternetDomainName.java

       * {@code google.co.uk}, since {@code co.uk} is a public suffix. Similarly, for {@code
       * myblog.blogspot.com} it returns the same domain, {@code myblog.blogspot.com}, since {@code
       * blogspot.com} is a public suffix.
       *
       * <p>If {@link #isTopPrivateDomain()} is true, the current domain name instance is returned.
       *
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Mar 03 21:21:59 GMT 2026
    - 26.2K bytes
    - Click Count (0)
  3. android/guava-tests/test/com/google/common/net/InternetDomainNameTest.java

          ImmutableSet.of(
              // keep-sorted start
              "dominio.com.co",
              "foo.bar.ca",
              "foo.bar.co.il",
              "foo.bar.com",
              "foo.blogspot.co.uk",
              "foo.blogspot.com",
              "foo.ca",
              "foo.eDu.au",
              "foo.uk.com",
              "home.netscape.com",
              "pvt.k12.ca.us",
              "state.CA.us",
              "utenti.blah.IT",
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 16 15:59:55 GMT 2026
    - 17.8K bytes
    - Click Count (0)
  4. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    blogspot.com.co
    blogspot.com.cy
    blogspot.com.ee
    blogspot.com.eg
    blogspot.com.es
    blogspot.com.mt
    blogspot.com.ng
    blogspot.com.tr
    blogspot.com.uy
    blogspot.cv
    blogspot.cz
    blogspot.de
    blogspot.dk
    blogspot.fi
    blogspot.fr
    blogspot.gr
    blogspot.hk
    blogspot.hr
    blogspot.hu
    blogspot.ie
    blogspot.in
    blogspot.is
    blogspot.it
    blogspot.jp
    blogspot.kr
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Dec 31 14:50:53 GMT 2024
    - 129.6K bytes
    - Click Count (2)
  5. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    blogspot.com.co
    blogspot.com.cy
    blogspot.com.ee
    blogspot.com.eg
    blogspot.com.es
    blogspot.com.mt
    blogspot.com.ng
    blogspot.com.tr
    blogspot.com.uy
    blogspot.cv
    blogspot.cz
    blogspot.de
    blogspot.dk
    blogspot.fi
    blogspot.fr
    blogspot.gr
    blogspot.hk
    blogspot.hr
    blogspot.hu
    blogspot.ie
    blogspot.in
    blogspot.is
    blogspot.it
    blogspot.jp
    blogspot.kr
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue May 27 22:00:49 GMT 2025
    - 129.6K bytes
    - Click Count (3)
  6. guava-tests/test/com/google/common/net/InternetDomainNameTest.java

          ImmutableSet.of(
              // keep-sorted start
              "dominio.com.co",
              "foo.bar.ca",
              "foo.bar.co.il",
              "foo.bar.com",
              "foo.blogspot.co.uk",
              "foo.blogspot.com",
              "foo.ca",
              "foo.eDu.au",
              "foo.uk.com",
              "home.netscape.com",
              "pvt.k12.ca.us",
              "state.CA.us",
              "utenti.blah.IT",
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 16 15:59:55 GMT 2026
    - 17.8K bytes
    - Click Count (0)
  7. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    blogspot.hr
    blogspot.hu
    blogspot.co.id
    blogspot.ie
    blogspot.co.il
    blogspot.in
    blogspot.is
    blogspot.it
    blogspot.jp
    blogspot.co.ke
    blogspot.kr
    blogspot.li
    blogspot.lt
    blogspot.lu
    blogspot.md
    blogspot.mk
    blogspot.com.mt
    blogspot.mx
    blogspot.my
    cloudfunctions.net
    blogspot.com.ng
    blogspot.nl
    blogspot.no
    blogspot.co.nz
    blogspot.pe
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Fri Dec 27 13:39:56 GMT 2024
    - 309.7K bytes
    - Click Count (1)
  8. android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixType.java

     *
     * <p>Specifies the type of a top-level domain definition.
     *
     * @since 23.3
     */
    @Beta
    @GwtCompatible
    public enum PublicSuffixType {
    
      /** Public suffix that is provided by a private company, e.g. "blogspot.com" */
      PRIVATE(':', ','),
      /** Public suffix that is backed by an ICANN-style domain name registry */
      REGISTRY('!', '?');
    
      /** The character used for an inner node in the trie encoding */
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Dec 16 19:54:45 GMT 2020
    - 2K bytes
    - Click Count (0)
  9. README.md

    Note that the Go project uses the issue tracker for bug reports and
    proposals only. See https://go.dev/wiki/Questions for a list of
    places to ask questions about the Go language.
    
    [rf]: https://reneefrench.blogspot.com/
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Mon Jul 22 17:45:27 GMT 2024
    - 1.4K bytes
    - Click Count (0)
  10. docs/features/https.md

        .build();
    ```
    
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sun Mar 15 09:01:42 GMT 2026
    - 10.5K bytes
    - Click Count (0)
Back to Top