- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for McCann (0.15 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)