/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/ |
D | PrepareBodyMiddleware.php | 34 if ($request->getBody()->getSize() === 0) { 42 if ($uri = $request->getBody()->getMetadata('uri')) { 53 $size = $request->getBody()->getSize(); 98 $body = $request->getBody();
|
D | MessageFormatter.php | 108 $result = $request->getBody()->__toString(); 116 $body = $response->getBody(); 123 $result = $response->getBody()->__toString();
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/ |
D | PrepareBodyMiddleware.php | 36 if ($request->getBody()->getSize() === 0) { 44 if ($uri = $request->getBody()->getMetadata('uri')) { 55 $size = $request->getBody()->getSize(); 104 $body = $request->getBody();
|
D | MessageFormatter.php | 105 $result = $request->getBody(); 108 $result = $response ? $response->getBody() : 'NULL';
|
/plugin/matrixnotifierwas/vendor/psr/http-message/docs/ |
D | PSR7-Usage.md | 80 …tand and is useful when repeatedly calling body methods. (You only call `getBody()` once). Using t… 83 $body = $response->getBody(); 95 > This method is useful when only performing few operations as the `$request->getBody()` statement … 98 $response->getBody()->write('hello'); 106 $body = $response->getBody(); 115 $response->getBody()->write('Hello'); // writing directly 116 $body = $request->getBody(); // which is a `StreamInterface` 126 $body = $repsonse->getBody(); 140 $body = $response->getBody(); 153 $body = $response->getBody();
|
/plugin/combo/ComboStrap/ |
D | HttpResponse.php | 171 …LogUtility::log2file("Bad Http Response: $this->status : {$this->getBody()}", LogUtility::LVL_MSG_… 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/ |
D | Message.php | 49 $body = $this->getBody(); 70 $body = $this->getBody(); 88 function getBody() { function in Sabre\\HTTP\\Message
|
D | MessageDecoratorTrait.php | 62 function getBody() { function 64 return $this->inner->getBody();
|
/plugin/webdav/vendor/sabre/http/lib/ |
D | Message.php | 49 $body = $this->getBody(); 70 $body = $this->getBody(); 92 function getBody() { function in Sabre\\HTTP\\Message
|
D | MessageDecoratorTrait.php | 62 function getBody() { function 64 return $this->inner->getBody();
|
/plugin/socialshareprivacy2/SSP/scripts/ |
D | jquery.socialshareprivacy.mail.js | 23 function getBody (options, uri, settings) { function 36 'body' : getBody,
|
/plugin/ckgdoku/ckeditor/plugins/clipboard/dialogs/ |
D | paste.js | 5 …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/ |
D | paste.js | 5 …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/ |
D | REST.php | 96 $response->getBody(), 125 $body = (string) $response->getBody(); 151 return (string) $response->getBody();
|
/plugin/davcal/vendor/sabre/http/tests/HTTP/ |
D | MessageTest.php | 28 $this->assertEquals($body, stream_get_contents($message->getBody())); 41 $this->assertEquals($body, $message->getBody()); 148 $body = $message->getBody();
|
D | MessageDecoratorTest.php | 24 $this->assertEquals('foo', $this->inner->getBody()); 25 $this->assertEquals('foo', $this->outer->getBody());
|
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
D | Message.php | 45 return "{$msg}\r\n\r\n" . $message->getBody(); 60 $body = $message->getBody(); 100 $body = $message->getBody();
|
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/ |
D | Message.php | 45 return "{$msg}\r\n\r\n".$message->getBody(); 58 $body = $message->getBody(); 99 $body = $message->getBody();
|
/plugin/noticeboard/noticeboard/classes/ |
D | ICal.php | 57 $out .= $this->getBody(); 76 private function getBody(){ function in helper_plugin_noticeboard_ICal
|
/plugin/noticeboard/classes/ |
D | ICal.php | 57 $out .= $this->getBody(); 76 private function getBody(){ function in helper_plugin_noticeboard_ICal
|
/plugin/authgooglesheets/vendor/google/auth/src/HttpHandler/ |
D | Guzzle5HttpHandler.php | 114 'body' => $request->getBody(), 124 $response->getBody(),
|
/plugin/authfacebook/lib/ |
D | FacebookClient.php | 185 $requestBody->getBody(), 222 $rawResponse->getBody(),
|
/plugin/authfacebook/lib/Http/ |
D | RequestBodyInterface.php | 38 public function getBody(); function
|
D | RequestBodyUrlEncoded.php | 51 public function getBody() function in Facebook\\Http\\RequestBodyUrlEncoded
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/ |
D | CurlFactory.php | 112 $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();
|