Home
last modified time | relevance | path

Searched refs:setBody (Results 301 – 325 of 347) sorted by relevance

1...<<11121314

/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DAWS.php94 $this->request->setBody($body, true);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DNodesNamespace.php150 $endpoint->setBody($body);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerPropsInfiniteDepthTest.php39 $request->setBody($body);
H A DHttpPutTest.php240 $request->setBody('hello');
H A DTemporaryFileFilterTest.php115 $request->setBody('<?xml version="1.0"?>
/plugin/combo/ComboStrap/Api/
H A DMetaManagerHandler.php252 ->setBody($payload, Mime::getJson())
299 ->setBody(json_encode($form), Mime::getJson())
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1124 $this->server->httpResponse->setBody($xml);
1231 $this->server->httpResponse->setBody($writer->outputMemory());
1267 …$this->server->httpResponse->setBody($this->server->generateMultiStatus($result, $prefer['return']…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseCloudMessaging/
H A DAndroidNotification.php129 public function setBody($body) function in Google\\Service\\FirebaseCloudMessaging\\AndroidNotification
/plugin/linkback/
H A Dtools.php109 $mail->setBody($text);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClient.php320 $endpoint->setBody($requestData);
619 $endpoint->setBody(['id' => $pointInTimeId]);
H A DReindex.php81 $reindexEndpoint->setBody($body);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php194 $this->server->httpResponse->setBody(
/plugin/davcal/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php194 $this->server->httpResponse->setBody(
/plugin/firenews/
H A Dsyntax.php368 $mail->setBody("nice body");
/plugin/bez/mdl/
H A DEntity.php201 $mailer->setBody('', null, null, $content);
/plugin/bureaucracy-au/helper/
H A Dactionmail.php59 $mail->setBody($this->_mail_text,null,null,$this->_mail_html);
/plugin/bureaucracyau/helper/
H A Dactionmail.php59 $mail->setBody($this->_mail_text,null,null,$this->_mail_html);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php259 $response->setBody($mergedCalendar);
/plugin/bureaucracy/helper/
H A Dactionmail.php65 $mail->setBody($this->_mail_text,null,null,$this->_mail_html);
/plugin/infomail/
H A Daction.php204 $mailer->setBody($mailtext, $data);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php273 $response->setBody($mergedCalendar);
/plugin/gitbacked/action/
H A Deditcommit.php313 $mailer->setBody($template_text, $template_replacements, null, $template_html);
/plugin/webdav/vendor/sabre/http/lib/
H A DClient.php523 $response->setBody($responseBody);
/plugin/watchcycle/
H A Daction.php440 $mailer->setBody($text, null, null, $html);
/plugin/preregister/
H A Daction.php300 $mail->setBody($text, array('url'=>$url));

1...<<11121314