Home
last modified time | relevance | path

Searched refs:setBody (Results 251 – 275 of 347) sorted by relevance

1...<<11121314

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DSearchMvt.php66 public function setBody($body): SearchMvt function in Elasticsearch\\Endpoints\\SearchMvt
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php253 $request->setBody($requestBody);
313 $response->setBody($writer->outputMemory());
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php264 $request->setBody($requestBody);
338 $response->setBody($writer->outputMemory());
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DVCFExportPlugin.php80 $response->setBody($this->generateVCF($nodes));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DExpandPropertiesTest.php63 $request->setBody($xml);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DEnrichNamespace.php110 $endpoint->setBody($body);
H A DLicenseNamespace.php117 $endpoint->setBody($body);
H A DSearchableSnapshotsNamespace.php107 $endpoint->setBody($body);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php138 $response->setBody(
148 $response->setBody(
591 $this->server->httpResponse->setBody(fopen($assetPath, 'r'));
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DMapping.php169 $endpoint->setBody($this->toArray());
/plugin/recommend/helper/
H A Dmail.php32 $mailer->setBody($mailtext, $replacements);
/plugin/swiftmail/Swift/Message/
H A DPart.php61 public function setBody($body) function in Swift_Message_Part
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSwiftMailerHandler.php101 $message->setBody($content, $mime);
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1340 $this->server->httpResponse->setBody(
1379 $this->server->httpResponse->setBody($xml);
1487 $this->server->httpResponse->setBody($writer->outputMemory());
1523 …$this->server->httpResponse->setBody($this->server->generateMultiStatus($result, $prefer['return']…
1578 $this->server->httpResponse->setBody(
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php138 $response->setBody(
148 $response->setBody(
596 $this->server->httpResponse->setBody(fopen($assetPath, 'r'));
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DVCFExportPlugin.php100 $response->setBody($output);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DCreativeNativeAd.php62 public function setBody($body) function in Google\\Service\\AdExchangeBuyer\\CreativeNativeAd
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DNativeContent.php97 public function setBody($body) function in Google\\Service\\AdExchangeBuyerII\\NativeContent
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RealTimeBidding/
H A DNativeContent.php97 public function setBody($body) function in Google\\Service\\RealTimeBidding\\NativeContent
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerSimpleTest.php398 …$this->server->httpRequest->setBody('<?xml version="1.0"?><bla:myreport xmlns:bla="http://www.roof…
421 …$this->server->httpRequest->setBody('<?xml version="1.0"?><bla:myreport xmlns:bla="http://www.roof…
/plugin/davcal/vendor/sabre/http/lib/
H A DSapi.php42 $r->setBody(fopen('php://input', 'r'));
/plugin/twofactoraltemail/
H A Daction.php98 $mail->setBody($body, ['CODE' => $code]);
/plugin/webdav/vendor/sabre/http/lib/
H A DSapi.php42 $r->setBody(fopen('php://input', 'r'));
/plugin/webdav/_test/
H A Dwebdav.test.php60 $request->setBody($propfind);
/plugin/webdav/core/Plugin/
H A DFakeLocker.php146 $response->setBody($body);

1...<<11121314