Home
last modified time | relevance | path

Searched refs:body (Results 51 – 75 of 1980) sorted by path

12345678910>>...80

/plugin/amcharts/assets/
H A Djs-yaml.min.js3body.length||"ExpressionStatement"!==n.body[0].type||"FunctionExpression"!==n.body[0].expression.t…
/plugin/appendtoquery/
H A DLICENSE235 the limitation as if written in the body of this License.
/plugin/approve/
H A DLICENSE235 the limitation as if written in the body of this License.
/plugin/archivegenerator/
H A DLICENSE235 the limitation as if written in the body of this License.
/plugin/archiveupload/
H A DCOPYING235 the limitation as if written in the body of this License.
/plugin/asana/
H A DLICENSE235 the limitation as if written in the body of this License.
/plugin/asiansearch/
H A DCOPYING235 the limitation as if written in the body of this License.
/plugin/attribute/
H A DLICENSE235 the limitation as if written in the body of this License.
/plugin/authclientcert/
H A DLICENSE235 the limitation as if written in the body of this License.
/plugin/authdjango/
H A DLICENSE235 the limitation as if written in the body of this License.
/plugin/authdrupal7/
H A DCOPYING235 the limitation as if written in the body of this License.
/plugin/authfacebook/
H A DLICENSE235 the limitation as if written in the body of this License.
/plugin/authfacebook/lib/
H A DFacebookBatchRequest.php267 $body = $request->getUrlEncodedBody()->getBody();
268 if ($body) {
269 $batch['body'] = $body;
H A DFacebookBatchResponse.php58 $body = $response->getBody();
61 parent::__construct($request, $body, $httpStatusCode, $headers);
H A DFacebookClient.php204 list($url, $method, $headers, $body) = $this->prepareRequestMessage($request);
216 $rawResponse = $this->httpClientHandler->send($url, $method, $body, $headers, $timeOut);
H A DFacebookResponse.php50 protected $body; variable in Facebook\\FacebookResponse
71 * @param string|null $body
75 …public function __construct(FacebookRequest $request, $body = null, $httpStatusCode = null, array … argument
78 $this->body = $body;
142 return $this->body;
236 $this->decodedBody = json_decode($this->body, true);
240 parse_str($this->body, $this->decodedBody);
/plugin/authfacebook/lib/Http/
H A DGraphRawResponse.php41 protected $body; variable in Facebook\\Http\\GraphRawResponse
52 * @param string $body The raw response body.
55 public function __construct($headers, $body, $httpStatusCode = null) argument
67 $this->body = $body;
87 return $this->body;
H A DRequestBodyMultipart.php71 $body = '';
76 $body .= $this->getParamString($k, $v);
81 $body .= $this->getFileString($k, $v);
85 $body .= "--{$this->boundary}--\r\n";
87 return $body;
/plugin/authfacebook/lib/HttpClients/
H A DFacebookCurlHttpClient.php67 public function send($url, $method, $body, array $headers, $timeOut) argument
69 $this->openConnection($url, $method, $body, $headers, $timeOut);
89 * @param string $body The body of the request.
93 public function openConnection($url, $method, $body, array $headers, $timeOut) argument
109 $options[CURLOPT_POSTFIELDS] = $body;
H A DFacebookGuzzleHttpClient.php52 public function send($url, $method, $body, array $headers, $timeOut) argument
56 'body' => $body,
H A DFacebookHttpClientInterface.php38 * @param string $body The body of the request.
46 public function send($url, $method, $body, array $headers, $timeOut); argument
H A DFacebookStreamHttpClient.php47 public function send($url, $method, $body, array $headers, $timeOut) argument
53 'content' => $body,
/plugin/authg2fa/
H A DLICENSE235 the limitation as if written in the body of this License.
/plugin/authgoogle/google/auth/
H A DGoogle_OAuth2.php273 $body = $request->getResponseBody();
275 $token = json_decode($body, true);
288 throw new Google_AuthException("Error refreshing the OAuth2 token, message: '$body'", $code);
/plugin/authgoogle/google/contrib/
H A DGoogle_FusiontablesService.php1312 public $body; variable in Google_Template
1324 public function setBody( $body) { argument
1325 $this->body = $body;
1328 return $this->body;

12345678910>>...80