Home
last modified time | relevance | path

Searched refs:setBody (Results 26 – 50 of 347) sorted by relevance

12345678910>>...14

/plugin/smtp/subtree/txtthinking/Mailer/tests/
H A DMailerTest.php29 ->setBody('<h1>for test</h1>')
44 ->setBody('Hi, boy')
H A DSMTPTest.php65 ->setBody('This is a test part two');
83 ->setBody('This is a test part two');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DHTTPPreferParsingTest.php112 $request->setBody(<<<BLA
137 $request->setBody(<<<BLA
167 $request->setBody(<<<BLA
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DDataFrameTransformDeprecatedNamespace.php126 $endpoint->setBody($body);
153 $endpoint->setBody($body);
230 $endpoint->setBody($body);
H A DCcrNamespace.php70 $endpoint->setBody($body);
133 $endpoint->setBody($body);
216 $endpoint->setBody($body);
259 $endpoint->setBody($body);
H A DClusterNamespace.php48 $endpoint->setBody($body);
252 $endpoint->setBody($body);
275 $endpoint->setBody($body);
318 $endpoint->setBody($body);
H A DTransformNamespace.php117 $endpoint->setBody($body);
141 $endpoint->setBody($body);
211 $endpoint->setBody($body);
H A DSnapshotNamespace.php78 $endpoint->setBody($body);
106 $endpoint->setBody($body);
132 $endpoint->setBody($body);
287 $endpoint->setBody($body);
H A DIlmNamespace.php126 $endpoint->setBody($body);
149 $endpoint->setBody($body);
172 $endpoint->setBody($body);
H A DRollupNamespace.php144 $endpoint->setBody($body);
173 $endpoint->setBody($body);
204 $endpoint->setBody($body);
H A DWatcherNamespace.php133 $endpoint->setBody($body);
180 $endpoint->setBody($body);
200 $endpoint->setBody($body);
H A DIngestNamespace.php129 $endpoint->setBody($body);
153 $endpoint->setBody($body);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DMultiGetTest.php19 $request->setBody(
62 $request->setBody(
/plugin/webdav/vendor/sabre/http/lib/
H A DMessageDecoratorTrait.php74 function setBody($body) { function
76 $this->inner->setBody($body);
/plugin/davcal/vendor/sabre/http/lib/
H A DMessageDecoratorTrait.php74 function setBody($body) { function
76 $this->inner->setBody($body);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DIndex.php202 $endpoint->setBody($body);
238 $endpoint->setBody($doc->getData());
361 $endpoint->setBody(['query' => \is_array($query) ? $query : $query->toArray()]);
508 $endpoint->setBody($args);
629 $endpoint->setBody($data);
739 $endpoint->setBody($data);
792 $endpoint->setBody($body);
/plugin/combo/action/
H A Dbacklinkmenuitem.php112 ->setBody("The page id should not be empty", Mime::getHtml())
127 ->setBody($html, Mime::getHtml())
H A Dlinkwizard.php96 ->setBody("<div>" . $lang['nothingfound'] . "</div>", Mime::getHtml())
152 ->setBody($html, Mime::getHtml())
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DRequestTest.php130 $request->setBody('foo');
145 $request->setBody('foo');
/plugin/smtp/subtree/txtthinking/Mailer/src/
H A DMailer.php135 public function setBody($body){ function in Tx\\Mailer
136 $this->message->setBody($body);
/plugin/combo/ComboStrap/Api/
H A DApiRouter.php65 ->setBody("Error while creating the fetcher for the fetch Url ($fetchUrl)", Mime::getText())
73 ->setBody($fetcher->getFetchString(), $fetcher->getMime())
/plugin/combo/ComboStrap/
H A DHttpResponse.php108 ->setBody($response->getContent(), $mime)
252 $this->setBody($message, Mime::getJson());
258 function setBody(string $body, Mime $mime): HttpResponse function in ComboStrap\\HttpResponse
397 $this->setBody($message, Mime::getHtml());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DExpandEventsFloatingTimeTest.php76 $request->setBody('<?xml version="1.0" encoding="utf-8" ?>
129 $request->setBody('<?xml version="1.0" encoding="utf-8" ?>
/plugin/smtp/subtree/txtthinking/Mailer/
H A DREADME.md25 ->setBody('Hi, I <strong>love</strong> you.')
46 ->setBody('<h1>For test</h1>')
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php188 $response->setBody($body);
194 $response->setBody($body);
254 $response->setBody('');
262 $response->setBody('');
356 $response->setBody($data);
426 $response->setBody(
596 $response->setBody(

12345678910>>...14