HomeSort by relevance Sort by last modified time
    Searched full:domain (Results 226 - 250 of 5361) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bison/runtime-po/
Makefile.in.in 9 # General Public License and is *not* in the public domain.
111 # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no
112 # internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because
119 # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS,
120 # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent
125 stamp-po: $(srcdir)/$(DOMAIN).pot
127 test ! -f $(srcdir)/$(DOMAIN).pot || \
129 @test ! -f $(srcdir)/$(DOMAIN).pot || { \
135 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
139 # This target rebuilds $(DOMAIN).pot; it is an expensive operation
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/
Cookie.h 40 Cookie(const String& name, const String& value, const String& domain,
45 , domain(domain)
56 String domain; member in struct:WebCore::Cookie
67 return StringHash::hash(key.name) + StringHash::hash(key.domain) + StringHash::hash(key.path) + key.secure;
72 return a.name == b.name && a.domain == b.domain && a.path == b.path && a.secure == b.secure;
  /cts/tests/tests/webkit/src/android/webkit/cts/
CookieTest.java 58 // no cross domain cookie
63 mCookieManager.setCookie(url, "c=d; domain=.foo.com");
68 // host cookie should not be accessible from a sub-domain.
72 // test setting a domain= that doesn't start w/ a dot, should
73 // treat it as a domain cookie, as if there was a pre-pended dot.
74 mCookieManager.setCookie(url, "e=f; domain=www.foo.com");
94 mCookieManager.setCookie(url_abcd, "a=1; domain=.a.b.c.d.com");
95 mCookieManager.setCookie(url_abcd, "b=2; domain=.b.c.d.com");
96 mCookieManager.setCookie(url_abcd, "c=3; domain=.c.d.com");
97 mCookieManager.setCookie(url_abcd, "d=4; domain=.d.com")
    [all...]
  /external/chromium_org/google_apis/gaia/
gaia_auth_util.h 21 // Returns the canonical form of the given domain.
22 std::string CanonicalizeDomain(const std::string& domain);
24 // Sanitize emails. Currently, it only ensures all emails have a domain by
25 // adding gmail.com if no domain is present.
32 // Extract the domain part from the canonical form of the given email.
  /external/smack/src/org/jivesoftware/smack/util/
DNSUtil.java 75 * host resolved by a DNS lookup at the specified domain on the default port
80 * @param domain the domain.
82 * XMPP server can be reached at for the specified domain.
84 public static List<HostAddress> resolveXMPPDomain(String domain) {
85 return resolveDomain(domain, 'c');
96 * host resolved by a DNS lookup at the specified domain on the default port
101 * @param domain the domain.
103 * XMPP server can be reached at for the specified domain
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/po/
Makefile.in.in 9 # General Public License and is *not* in the public domain.
111 # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no
112 # internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because
119 # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS,
120 # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent
125 stamp-po: $(srcdir)/$(DOMAIN).pot
126 test ! -f $(srcdir)/$(DOMAIN).pot || \
128 @test ! -f $(srcdir)/$(DOMAIN).pot || { \
134 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
138 # This target rebuilds $(DOMAIN).pot; it is an expensive operation
    [all...]
  /external/e2fsprogs/po/
Makefile.in.in 9 # General Public License and is *not* in the public domain.
50 DISTFILES = $(DISTFILES.common) Makevars POTFILES.in $(DOMAIN).pot stamp-po \
85 # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS,
86 # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent
91 stamp-po: $(srcdir)/$(DOMAIN).pot
97 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
101 # This target rebuilds $(DOMAIN).pot; it is an expensive operation.
102 # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed.
103 $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed \
105 $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir)
    [all...]
  /external/chromium_org/chrome/browser/policy/cloud/
component_cloud_policy_store.cc 34 PolicyDomain domain; member in struct:policy::__anon7876::DomainConstants
47 const DomainConstants* GetDomainConstants(PolicyDomain domain) {
49 if (kDomains[i].domain == domain)
78 bool ComponentCloudPolicyStore::SupportsDomain(PolicyDomain domain) {
79 return GetDomainConstants(domain) != NULL;
83 bool ComponentCloudPolicyStore::GetPolicyType(PolicyDomain domain,
85 const DomainConstants* constants = GetDomainConstants(domain);
93 PolicyDomain* domain) {
96 *domain = constants->domain
    [all...]
  /external/chromium/chrome/common/
launchd_mac.mm 29 NSURL* GetPlistURL(Launchd::Domain domain,
33 NSSearchPathForDirectoriesInDomains(NSLibraryDirectory, domain, YES);
106 bool Launchd::RestartJob(Domain domain,
111 NSURL* url = GetPlistURL(domain, type, name);
140 CFMutableDictionaryRef Launchd::CreatePlistFromFile(Domain domain,
144 NSURL* ns_url = GetPlistURL(domain, type, name);
150 bool Launchd::WritePlistToFile(Domain domain
    [all...]
  /external/chromium_org/chrome/common/mac/
launchd.mm 29 NSURL* GetPlistURL(Launchd::Domain domain,
33 NSSearchPathForDirectoriesInDomains(NSLibraryDirectory, domain, YES);
106 bool Launchd::RestartJob(Domain domain,
111 NSURL* url = GetPlistURL(domain, type, name);
138 CFMutableDictionaryRef Launchd::CreatePlistFromFile(Domain domain,
142 NSURL* ns_url = GetPlistURL(domain, type, name);
148 bool Launchd::WritePlistToFile(Domain domain
    [all...]
  /external/elfutils/po/
Makefile.in.in 9 # General Public License and is *not* in the public domain.
103 # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no
104 # internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because
111 # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS,
112 # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent
117 stamp-po: $(srcdir)/$(DOMAIN).pot
118 test ! -f $(srcdir)/$(DOMAIN).pot || \
120 @test ! -f $(srcdir)/$(DOMAIN).pot || { \
126 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
130 # This target rebuilds $(DOMAIN).pot; it is an expensive operation
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/po/
Makefile.in.in 11 # General Public License and is *not* in the public domain.
95 # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no
96 # internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because
103 # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS,
104 # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent
109 stamp-po: $(srcdir)/$(DOMAIN).pot
110 test ! -f $(srcdir)/$(DOMAIN).pot || \
112 @test ! -f $(srcdir)/$(DOMAIN).pot || { \
118 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
122 # This target rebuilds $(DOMAIN).pot; it is an expensive operation
    [all...]
  /packages/apps/Email/res/xml/
providers.xml 37 When a user starts this process, the email address is parsed, the domain
43 to the user when there are multiple options provided for a single domain (not currently
47 that ends with the given domain. Domains should be unique within
85 ==== DOMAIN PATTERNS ====
92 domains without knowing the exact domain.
94 An asterisk (*) is used to match that part of a domain name that is demarcated
97 An asterisk is also not greedy; it only matches a single part of a domain name;
103 is known (such as the country code in the domain).
118 $domain - the string after the @ sign in the email address the user entered
130 <provider id="gmail" label="Gmail" domain="gmail.com"
    [all...]
  /external/chromium_org/chrome/browser/resources/net_internals/
hsts_view.html 17 <h4>Add domain</h4>
19 <p>Input a domain name to add it to the HSTS set:</p>
21 Domain: <input type=text id=hsts-view-add-input type="url"
30 <h4>Delete domain</h4>
33 Input a domain name to delete it from the HSTS set
37 Domain: <input type=text id=hsts-view-delete-input type="url"
42 <h4>Query domain</h4>
44 <p>Input a domain name to query the current HSTS set:</p>
46 Domain: <input type=text id=hsts-view-query-input type="url"
  /external/chromium_org/chrome/test/chromedriver/js/
add_cookie_test.html 39 * <li>domain: document.domain
52 cookie['domain'] = document.domain;
89 cookie['domain'] = 'domain.name:1:2';
96 ' a', '\ta', 'a ', 'a\t', 'a\nb', 'a\rb', 'a\0b', 'bad.domain'
99 cookie['domain'] = invalidDomains[i];
113 delete cookie['domain'];
  /external/dhcpcd/dhcpcd-hooks/
20-resolv.conf 27 domain=$(cd "$resolv_conf_dir"; \
28 key_get_value "domain " ${interfaces})
31 set -- ${domain}
32 unset domain
36 domain="domain $1\n"
58 printf "$domain$search$servers" >> "$cf"
84 conf="${conf}domain $new_domain_name\n"
85 # Support RFC violating search in domain
  /external/chromium/net/base/
sdch_manager.cc 33 const std::string& domain,
40 domain_(domain),
54 terms "domain-match" and "pathmatch" are defined in RFC 2965 [6]. A
57 1. The server's effective host name domain-matches the Domain attribute of
81 bool SdchManager::Dictionary::CanSet(const std::string& domain,
90 1. The dictionary has no Domain attribute.
92 not domain-match the Domain attribute.
93 3. The Domain attribute is a top level domain
374 std::string domain, path; local
    [all...]
  /external/smack/src/org/jivesoftware/smack/
BOSHConfiguration.java 59 * (e.g. false for http://domain.lt:7070/http-bind).
61 * (e.g. domain.lt for http://domain.lt:7070/http-bind).
63 * (e.g. 7070 for http://domain.lt:7070/http-bind).
65 * (e.g. /http-bind for http://domain.lt:7070/http-bind).
67 * (e.g. domain.lt for the user alice@domain.lt)
80 * (e.g. false for http://domain.lt:7070/http-bind).
82 * (e.g. domain.lt for http://domain.lt:7070/http-bind)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cookielib.py 459 known_attrs = ("expires", "domain", "path", "secure",
498 """Return True if text is a host domain name."""
513 """Return True if domain A domain-matches domain B, according to RFC 2965.
515 A and B may be host domain names or IP addresses.
521 be case-insensitive.) Host A's name domain-matches host B's if
527 x.y.com domain-matches .Y.com but not Y.com.)
529 Note that domain-match is not a commutative operation: a.b.c.com
530 domain-matches .c.com, but not the reverse
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cookielib.py 459 known_attrs = ("expires", "domain", "path", "secure",
498 """Return True if text is a host domain name."""
513 """Return True if domain A domain-matches domain B, according to RFC 2965.
515 A and B may be host domain names or IP addresses.
521 be case-insensitive.) Host A's name domain-matches host B's if
527 x.y.com domain-matches .Y.com but not Y.com.)
529 Note that domain-match is not a commutative operation: a.b.c.com
530 domain-matches .c.com, but not the reverse
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gmail/
options.html 41 #custom-domain {
55 <div class="section-header first">Custom Domain</div>
56 <p>To use Google Mail checker with Google Apps for Your Domain, enter the domain here.
58 https://mail.google.com/<input type="text" id="custom-domain" oninput="markDirty()">
74 customDomainsTextbox = document.getElementById("custom-domain");
  /ndk/sources/host-tools/make-3.81/po/
Makefile.in.in 9 # General Public License and is *not* in the public domain.
49 DISTFILES = $(DISTFILES.common) Makevars POTFILES.in $(DOMAIN).pot stamp-po \
84 # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS,
85 # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent
90 stamp-po: $(srcdir)/$(DOMAIN).pot
96 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
100 # This target rebuilds $(DOMAIN).pot; it is an expensive operation.
101 # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed.
102 $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
103 $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir)
    [all...]
  /external/e2fsprogs/intl/
dcigettext.c 224 /* Domain in which to search. */
234 struct loaded_l10nfile *domain; member in struct:known_translation_t
288 /* Name of the default domain used for gettext(3) prior any call to
292 /* Value used as the default domain for gettext(3). */
309 static char *plural_lookup (struct loaded_l10nfile *domain,
434 struct loaded_l10nfile *domain; local
465 /* If DOMAINNAME is NULL, we are interested in the default domain. If
494 retval = plural_lookup ((*foundp)->domain, n, (*foundp)->translation,
610 domain. Return the MSGID. */
617 domain = _nl_find_domain (dirname, single_locale, xdomainname, binding)
728 struct loaded_domain *domain; local
    [all...]
  /external/chromium_org/net/base/
sdch_manager.cc 36 const std::string& domain,
43 domain_(domain),
57 terms "domain-match" and "pathmatch" are defined in RFC 2965 [6]. A
60 1. The server's effective host name domain-matches the Domain attribute of
84 bool SdchManager::Dictionary::CanSet(const std::string& domain,
93 1. The dictionary has no Domain attribute.
95 not domain-match the Domain attribute.
96 3. The Domain attribute is a top level domain
386 std::string domain, path; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/cookies/
cookies_helpers.cc 74 cookie->domain = canonical_cookie.Domain();
76 canonical_cookie.Domain());
120 const std::string& domain_key = cookie.Domain();
135 // Ignore any cookie whose domain doesn't match the extension's
169 if (!MatchesDomain(cookie.Domain()))
184 bool MatchFilter::MatchesDomain(const std::string& domain) {
185 if (!details_->domain.get())
188 // Add a leading '.' character to the filter domain if it doesn't exist.
189 if (net::cookie_util::DomainIsHostOnly(*details_->domain))
    [all...]

Completed in 515 milliseconds

1 2 3 4 5 6 7 8 91011>>