Home
last modified time | relevance | path

Searched refs:getBody (Results 1 – 25 of 126) sorted by relevance

123456

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DPrepareBodyMiddleware.php36 if ($request->getBody()->getSize() === 0) {
44 if ($uri = $request->getBody()->getMetadata('uri')) {
55 $size = $request->getBody()->getSize();
104 $body = $request->getBody();
H A DMessageFormatter.php105 $result = $request->getBody();
108 $result = $response ? $response->getBody() : 'NULL';
/plugin/combo/ComboStrap/
H A DHttpResponse.php171 LogUtility::log2file("Bad Http Response: $this->status : {$this->getBody()}", LogUtility::LVL_MSG_ERROR, $this->canonical);
269 function getBody(): string function in ComboStrap\\HttpResponse
324 return XmlDocument::createHtmlDocFromMarkup($this->getBody());
365 return Json::createFromString($this->getBody())->toArray();
421 ->executeHtmlPage($this->getBody(), $waitTimeInSecondToComplete)
434 return Json::createFromString($this->getBody());
/plugin/davcal/vendor/sabre/http/lib/
H A DMessage.php49 $body = $this->getBody();
70 $body = $this->getBody();
88 function getBody() { function in Sabre\\HTTP\\Message
H A DMessageDecoratorTrait.php62 function getBody() { function
64 return $this->inner->getBody();
/plugin/webdav/vendor/sabre/http/lib/
H A DMessage.php49 $body = $this->getBody();
70 $body = $this->getBody();
92 function getBody() { function in Sabre\\HTTP\\Message
H A DMessageDecoratorTrait.php62 function getBody() { function
64 return $this->inner->getBody();
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.mail.js23 function getBody (options, uri, settings) { function
36 'body' : getBody,
/plugin/ckgdoku/ckeditor/plugins/clipboard/dialogs/
H A Dpaste.js5 …unction(c){function k(a){var b=new CKEDITOR.dom.document(a.document),g=b.getBody(),d=b.getById("ck…
8 …:"",focus:function(){var a=this.getInputElement(),b=a.getFrameDocument().getBody();!b||b.isReadOnl…
10 ….removeListener();a=d.getFrameDocument();a.write(b);c.focusManager.add(a.getBody());CKEDITOR.env.a…
12 b=this.getInputElement().getFrameDocument().getBody(),c=b.getBogus(),d;c&&c.remove();d=b.getHtml();…
/plugin/ckgedit/ckeditor/plugins/clipboard/dialogs/
H A Dpaste.js5 …unction(c){function k(a){var b=new CKEDITOR.dom.document(a.document),g=b.getBody(),d=b.getById("ck…
8 …:"",focus:function(){var a=this.getInputElement(),b=a.getFrameDocument().getBody();!b||b.isReadOnl…
10 ….removeListener();a=d.getFrameDocument();a.write(b);c.focusManager.add(a.getBody());CKEDITOR.env.a…
11 …etDialog().getParentEditor(),b=this.getInputElement().getFrameDocument().getBody(),c=b.getBogus();…
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DREST.php96 $response->getBody(),
125 $body = (string) $response->getBody();
151 return (string) $response->getBody();
H A DMediaFileUpload.php226 $meta = (string) $request->getBody();
300 $body = $this->request->getBody();
323 $body = json_decode((string) $this->request->getBody(), true);
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DMessageTest.php28 $this->assertEquals($body, stream_get_contents($message->getBody()));
41 $this->assertEquals($body, $message->getBody());
148 $body = $message->getBody();
H A DMessageDecoratorTest.php24 $this->assertEquals('foo', $this->inner->getBody());
25 $this->assertEquals('foo', $this->outer->getBody());
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessage.php45 return "{$msg}\r\n\r\n" . $message->getBody();
60 $body = $message->getBody();
100 $body = $message->getBody();
/plugin/noticeboard/classes/
H A DICal.php57 $out .= $this->getBody();
76 private function getBody(){ function in helper_plugin_noticeboard_ICal
H A Drss.php48 $out .= $this->getBody();
69 private function getBody(){ function in helper_plugin_noticeboard_Rss
/plugin/noticeboard/noticeboard/classes/
H A DICal.php57 $out .= $this->getBody();
76 private function getBody(){ function in helper_plugin_noticeboard_ICal
H A Drss.php48 $out .= $this->getBody();
69 private function getBody(){ function in helper_plugin_noticeboard_Rss
/plugin/authgooglesheets/vendor/google/auth/src/HttpHandler/
H A DGuzzle5HttpHandler.php114 'body' => $request->getBody(),
124 $response->getBody(),
/plugin/authfacebook/lib/
H A DFacebookClient.php185 $requestBody->getBody(),
222 $rawResponse->getBody(),
/plugin/authfacebook/lib/Http/
H A DRequestBodyInterface.php38 public function getBody(); function
H A DRequestBodyUrlEncoded.php51 public function getBody() function in Facebook\\Http\\RequestBodyUrlEncoded
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DDialog.php35 public function getBody() function in Google\\Service\\HangoutsChat\\Dialog
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php112 $body = $easy->response->getBody();
235 $body = $easy->request->getBody();
271 $conf[CURLOPT_POSTFIELDS] = (string) $request->getBody();
281 $body = $request->getBody();
515 $body = $easy->request->getBody();

123456