HomeSort by relevance Sort by last modified time
    Searched refs:POST (Results 1 - 12 of 12) sorted by null

  /external/oauth/core/src/main/java/net/oauth/http/
HttpClient.java 36 static final String POST = OAuthMessage.POST;
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
dashboard.py 41 """Inserts new users. GET presents a blank form. POST processes it."""
45 '<form method="POST" '
54 def post(self): member in class:UserInsertPage
55 data = UserForm(data=self.request.POST)
64 '<form method="POST" '
75 from datastore. POST processes it."""
81 '<form method="POST" '
91 def post(self): member in class:UserEditPage
94 data = UserForm(data=self.request.POST, instance=user)
104 '<form method="POST" '
149 def post(self): member in class:UserCredentialsInsertPage
192 def post(self): member in class:UserFriendsInsertPage
    [all...]
  /external/oauth/core/src/main/java/net/oauth/client/
OAuthClient.java 110 * typically OAuthMessage.POST or OAuthMessage.GET, or null to
129 * typically OAuthMessage.POST or OAuthMessage.GET, or null to
175 * typically OAuthMessage.POST or OAuthMessage.GET, or null to
266 final boolean isPost = POST.equalsIgnoreCase(request.method);
344 protected static final String POST = OAuthMessage.POST;
  /external/oauth/core/src/main/java/net/oauth/client/httpclient4/
HttpClient4.java 65 final boolean isPost = POST.equalsIgnoreCase(method);
  /libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/
HttpURLConnectionImpl.java 75 public static final String POST = "POST";
96 POST,
589 // they are requesting a stream to write to. This implies a POST method
591 method = POST;
594 // If the request method is neither PUT or POST, then you're not writing
595 if (method != PUT && method != POST) {
618 throw new IOException("No socket to write to; was a POST cached?");
    [all...]
  /external/oauth/core/src/main/java/net/oauth/
OAuthMessage.java 383 public static final String POST = "POST";
  /external/chromium/net/tools/testserver/
testserver.py 473 """This is handler dumps the content of POST/PUT request to a disk file
531 if self.command == 'POST' or self.command == 'PUT':
610 if self.command == 'POST' or self.command == 'PUT' :
    [all...]
  /external/webkit/SunSpider/tests/parse-only/
jquery-1.3.2.js     [all...]
concat-jquery-mootools-prototype.js     [all...]
  /build/tools/droiddoc/templates/assets/
jquery-resizable.min.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 140 milliseconds