- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for ck (0.01 seconds)
-
guava-tests/test/com/google/thirdparty/publicsuffix/PublicSuffixTrieTest.java
} @Test public void testWildcardAndExclusion() { // *.ck is a public suffix assertThat(PublicSuffixPatterns.TRIE.findSuffixIndex(ImmutableList.of("foo", "ck"))) .isEqualTo(0); assertThat(PublicSuffixPatterns.TRIE.findSuffixIndex(ImmutableList.of("bar", "foo", "ck"))) .isEqualTo(1); // !www.ck is an exception, so ck is the suffix
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) -
android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixTrie.java
// Excluded match (!rule). If this bit is set, it means the current path is NOT a public // suffix, even if a previous rule matched. For example, "!www.ck" would exclude "www.ck" // from being a public suffix, leaving "ck" as the suffix. if (isExcludedMatch(metadata)) { bestResult = i + 1; } // Exact match. If the exact type bits are set, this node itself is a public suffix.Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 03 21:21:59 GMT 2026 - 9.1K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/net/InternetDomainNameTest.java
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) -
guava-tests/test/com/google/common/net/InternetDomainNameTest.java
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)