HomeSort by relevance Sort by last modified time
    Searched refs:Allow (Results 1 - 25 of 46) sorted by null

1 2

  /external/nist-sip/java/gov/nist/javax/sip/header/
AllowList.java 36 * List of ALLOW headers. The sip message can have multiple Allow headers
43 public class AllowList extends SIPHeaderList<Allow> {
62 super(Allow.class, AllowHeader.NAME);
68 * Iterator if no methods are defined in this Allow Header.
82 for ( Iterator<Allow> it = this.hlist.iterator(); it.hasNext();) {
83 Allow a = (Allow)it.next();
108 Allow allow = new Allow() local
    [all...]
Allow.java 32 * Allow SIPHeader.
40 public final class Allow extends
53 public Allow() {
54 super(ALLOW);
60 public Allow(String m) {
61 super(ALLOW);
80 + ", Allow, setMethod(), the method parameter is null.");
NameMap.java 87 putNameMap(Allow.NAME, Allow.class.getName()); // 5
  /external/nist-sip/java/gov/nist/javax/sip/parser/
AllowParser.java 33 * Parser for Allow header.
45 * @param allow the header to parse
47 public AllowParser(String allow) {
48 super(allow);
60 * parse the Allow String header
71 headerName(TokenTypes.ALLOW);
73 Allow allow = new Allow(); local
74 allow.setHeaderName(SIPHeaderNames.ALLOW)
    [all...]
  /external/chromium/chrome/browser/ssl/
ssl_host_state.cc 37 cert_policy_for_host_[host].Allow(cert);
  /external/dbus/test/data/valid-config-files/system.d/
test.conf 11 <allow own="org.foo.FooService"/>
12 <allow send_interface="org.foo.FooBroadcastInterface"/>
15 <!-- Allow any connection to receive the message, but
18 <allow receive_interface="org.foo.FooBroadcastInterface" receive_sender="org.foo.FooService"/>
  /external/chromium/chrome/browser/ui/webui/
collected_cookies_ui_delegate.h 71 // JS callback to block/allow cookies from given site.
73 void Allow(const ListValue* args);
collected_cookies_ui_delegate.cc 207 web_ui_->RegisterMessageCallback("Allow",
208 NewCallback(this, &CollectedCookiesUIDelegate::Allow));
265 void CollectedCookiesUIDelegate::Allow(const ListValue* args) {
  /frameworks/base/core/java/android/webkit/
SslClientCertLookupTable.java 47 public void Allow(String host_and_port, PrivateKey privateKey, byte[][] chain) {
ClientCertRequestHandler.java 57 mTable.Allow(mHostAndPort, privateKey, chainBytes);
  /external/webkit/LayoutTests/fast/url/script-tests/
query.js 6 // Allow question marks in the query without escaping
18 // Don't allow < or > because sometimes they are used for XSS if the
  /external/chromium/net/base/
x509_cert_types.h 107 // Causes the policy to allow this certificate.
108 void Allow(X509Certificate* cert);
x509_cert_types.cc 76 void CertPolicy::Allow(X509Certificate* cert) {
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PAssociatedURIParser.java 40 import gov.nist.javax.sip.header.Allow;
  /external/v8/test/mjsunit/
date-parse.js 84 // Allow missing space between month and day.
87 // Allow year/month/day format.
89 // Allow month/day/year format.
91 // Allow month/day year format.
93 // Allow comma instead of space after day, month and year.
102 // Allow AM/PM after the time.
198 // Allow missing time.
210 // Allow timezone ommision.
newline-in-string.js 38 // Allow CR+LF in multiline string literals.
42 // Allow LF+CR in multiline string literals.
  /external/chromium/chrome/browser/resources/
collected_cookies.js 21 $('allow-button').disabled =
22 $('allow-this-session-button').disabled = !blockedCookies.children.length ||
42 chrome.send('Allow', [selected.pathId]);
61 $('allow-button').addEventListener('click', handleAllowButtonClick);
62 $('allow-this-session-button').addEventListener('click',
  /external/dbus/test/name-test/
tmp-session-like-system.conf 24 <allow user="*"/>
33 <allow send_type="signal"/>
34 <allow send_requested_reply="true" send_type="method_return"/>
35 <allow send_requested_reply="true" send_type="error"/>
38 <allow receive_type="method_call"/>
39 <allow receive_type="method_return"/>
40 <allow receive_type="error"/>
41 <allow receive_type="signal"/>
43 <!-- Allow anyone to talk to the message bus -->
44 <allow send_destination="org.freedesktop.DBus"/
    [all...]
  /external/chromium/chrome/browser/download/
download_request_limiter_unittest.cc 88 TEST_F(DownloadRequestLimiterTest, Allow) {
105 // Ask again. This triggers asking the delegate for allow/disallow.
135 // Do two downloads, allowing the second so that we end up with allow all.
144 // Navigate to a new URL with the same host, which shouldn't reset the allow
156 // Do a user gesture, because we're at allow all, this shouldn't change the
180 // Do a user gesture, which should reset back to allow one.
186 // Ask twice, which triggers calling the delegate. Don't allow the download
  /external/nist-sip/java/gov/nist/javax/sip/message/
ListMap.java 44 // Entries in this table allow you to look up the list form of a header
97 headerListTable.put(Allow.class, AllowList.class);
  /external/webkit/LayoutTests/storage/
hash-change-with-xhr.js 74 // Allow a little time for all the database transactions to complete now we've stopped making them.
  /external/webkit/LayoutTests/http/conf/
apache2-debian-httpd.conf 29 # 3. Settings for virtual hosts, which allow Web requests to be sent to
90 # KeepAlive: Whether or not to allow persistent connections (more than
96 # MaxKeepAliveRequests: The maximum number of requests to allow
97 # during a persistent connection. Set to 0 to allow an unlimited amount.
295 Order allow,deny
296 Allow from all
317 Order allow,deny
327 Order allow,deny
333 Order allow,deny
637 # Order deny,allow
    [all...]
apache2-httpd.conf 29 # 3. Settings for virtual hosts, which allow Web requests to be sent to
90 # KeepAlive: Whether or not to allow persistent connections (more than
96 # MaxKeepAliveRequests: The maximum number of requests to allow
97 # during a persistent connection. Set to 0 to allow an unlimited amount.
316 Order allow,deny
317 Allow from all
338 Order allow,deny
348 Order allow,deny
354 Order allow,deny
658 # Order deny,allow
    [all...]
apache2-msys-httpd.conf 29 # 3. Settings for virtual hosts, which allow Web requests to be sent to
90 # KeepAlive: Whether or not to allow persistent connections (more than
96 # MaxKeepAliveRequests: The maximum number of requests to allow
97 # during a persistent connection. Set to 0 to allow an unlimited amount.
317 Order allow,deny
318 Allow from all
339 Order allow,deny
349 Order allow,deny
355 Order allow,deny
659 # Order deny,allow
    [all...]
cygwin-httpd.conf 29 # 3. Settings for virtual hosts, which allow Web requests to be sent to
108 # KeepAlive: Whether or not to allow persistent connections (more than
114 # MaxKeepAliveRequests: The maximum number of requests to allow
115 # during a persistent connection. Set to 0 to allow an unlimited amount.
348 Order allow,deny
349 Allow from all
370 Order allow,deny
380 Order allow,deny
386 Order allow,deny
690 # Order deny,allow
    [all...]

Completed in 1751 milliseconds

1 2