- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for McCann (0.21 sec)
-
android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixType.java
*/ @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 */ private final char innerNodeCode; /** The character used for a leaf node in the trie encoding */
Java - Registered: 2023-11-24 12:43 - Last Modified: 2020-12-16 19:54 - 2K bytes - Viewed (0) -
lib/time/update.bash
# Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. # This script rebuilds the time zone files using files # downloaded from the ICANN/IANA distribution. # # To prepare an update for a new Go release, # consult https://www.iana.org/time-zones for the latest versions, # update CODE and DATA below, and then run # # ./update.bash -commit #
Shell Script - Registered: 2023-11-28 11:13 - Last Modified: 2023-05-03 20:14 - 1.8K bytes - Viewed (0) -
android/guava/src/com/google/common/net/InternetDomainName.java
* registry suffix is one under which Internet users can directly register names via a domain name * registrar, and have such registrations lawfully protected by internet-governing bodies such as * ICANN. Examples of registry suffixes include {@code com}, {@code co.uk}, and {@code * pvt.k12.wy.us}. Examples of domain names that are <i>not</i> registry suffixes include {@code * google.com} and {@code foo.co.uk}. *
Java - Registered: 2023-11-24 12:43 - Last Modified: 2023-07-27 22:04 - 27.2K bytes - Viewed (0) -
okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat
// rather than any other VCS sites. Pulling from any other URL is not guaranteed to be supported. // Instructions on pulling and using this list can be found at https://publicsuffix.org/list/. // ===BEGIN ICANN DOMAINS=== // ac : http://nic.ac/rules.htm ac com.ac edu.ac gov.ac net.ac mil.ac org.ac // ad : https://en.wikipedia.org/wiki/.ad ad nom.ad
Plain Text - Registered: 2023-11-24 11:42 - Last Modified: 2023-04-22 14:54 - 240.3K bytes - Viewed (4)