HomeSort by relevance Sort by last modified time
    Searched full:authorization (Results 276 - 300 of 389) sorted by null

<<111213141516

  /external/chromium/chrome/common/extensions/docs/
tut_oauth.html 488 By default, the <code>sendSignedRequest()</code> function sends the <code>oauth_*</code> parameters in the URL (by calling <code>oauth.signURL()</code>). If you prefer to send the <code>oauth_*</code> parameters in the <code>Authorization</code> header (or need direct access to the generated header), use <code>getAuthorizationHeader()</code>. Its arguments are a URI, an HTTP method, and an optional object of URL query parameters as key/value pairs.
513 xhr.setRequestHeader('Authorization', oauth.getAuthorizationHeader(url, method, params));
  /external/chromium/net/spdy/
spdy_proxy_client_socket_unittest.cc 330 // Proxy-Authorization headers.
350 "proxy-authorization", "Basic Zm9vOmJhcg==",
    [all...]
  /external/webkit/Source/WebCore/platform/network/mac/
ResourceHandleMac.mm 251 // FIXME: Support Digest authentication, and Proxy-Authorization.
253 firstRequest().addHTTPHeaderField("Authorization", authHeader);
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpulse.so 
libpulse.so.0 
libpulse.so.0.4 
libpulse.so.0.4.1 
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPDialog.java 40 import gov.nist.javax.sip.header.Authorization;
2483 Authorization authorization = this.originalRequest.getAuthorization(); local
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/
EasSyncService.java 662 post.removeHeaders("Authorization");
663 post.setHeader("Authorization", mAuthString);
    [all...]
  /development/pdk/docs/source/
git-repo.jd 145 ]<br><br><div>For the specified projects, Repo compares the local branches to the remote branches updated during the last repo sync. Repo will prompt you to select one or more of the branches that have not yet been uploaded for review.<br><br>After you select one or more branches, all commits on the selected branches are transmitted to Gerrit over an SSH connection.You will need to configure an SSH key to enable upload authorization.Visit <a href="http://review.source.android.com/Gerrit#settings,ssh-keys">SSH Keys</a>
  /external/bluetooth/bluez/attrib/
att.c 54 return "Attribute requires authorization before read/write";
  /external/bluetooth/bluez/network/
server.c 57 /* Pending Authorization */
  /external/bluetooth/hcidump/parser/
l2cap.c 253 return "Authorization pending";
  /external/chromium/chrome/browser/resources/
about_os_credits.html 512 in this Software without prior written authorization from the XFree86 Project.
558 in this Software without prior written authorization from The Open Group.
582 in this Software without prior written authorization from the X Consortium.
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service.h 537 // Time at which we begin an attempt a GAIA authorization.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauthsimple.js 273 * NOTE: This doesn't set the "Authorization: " prefix, which is required.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauthsimple.js 273 * NOTE: This doesn't set the "Authorization: " prefix, which is required.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
chrome_ex_oauthsimple.js 273 * NOTE: This doesn't set the "Authorization: " prefix, which is required.
  /external/chromium/sdch/open-vcdiff/
install-sh 31 # ings in this Software without prior written authorization from the X Consor-
  /external/chromium/third_party/libjingle/source/talk/base/
socketadapters.cc 467 headers_ = "Proxy-Authorization: ";
  /external/dbus/doc/
dcop-howto.txt 30 authorization, along the lines of MIT-MAGIC-COOKIE, as used by X. It
  /external/libpng/
install-sh 31 # ings in this Software without prior written authorization from the X Consor-
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 60 public static final int AUTHORIZATION = START + 23;
  /external/pcre/
install-sh 31 # ings in this Software without prior written authorization from the X Consor-
  /external/protobuf/gtest/build-aux/
install-sh 31 # ings in this Software without prior written authorization from the X Consor-

Completed in 1563 milliseconds

<<111213141516