Home
last modified time | relevance | path

Searched refs:body (Results 76 – 100 of 1852) sorted by relevance

12345678910>>...75

/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseCloudMessaging/
H A DNotification.php25 public $body; variable in Google\\Service\\FirebaseCloudMessaging\\Notification
38 public function setBody($body) argument
40 $this->body = $body;
47 return $this->body;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DTermsEnum.php51 return isset($this->body) ? 'POST' : 'GET';
54 public function setBody($body): TermsEnum argument
56 if (isset($body) !== true) {
59 $this->body = $body;
H A DCount.php70 return isset($this->body) ? 'POST' : 'GET';
73 public function setBody($body): Count argument
75 if (isset($body) !== true) {
78 $this->body = $body;
H A DSearch.php99 return isset($this->body) ? 'POST' : 'GET';
102 public function setBody($body): Search argument
104 if (isset($body) !== true) {
107 $this->body = $body;
H A DSearchTemplate.php69 return isset($this->body) ? 'POST' : 'GET';
72 public function setBody($body): SearchTemplate argument
74 if (isset($body) !== true) {
77 $this->body = $body;
H A DMget.php64 return isset($this->body) ? 'POST' : 'GET';
67 public function setBody($body): Mget argument
69 if (isset($body) !== true) {
72 $this->body = $body;
H A DMTermVectors.php68 return isset($this->body) ? 'POST' : 'GET';
71 public function setBody($body): MTermVectors argument
73 if (isset($body) !== true) {
76 $this->body = $body;
H A DScroll.php36 @trigger_error('A scroll id can be quite large and should be specified as part of the body', E_USER_DEPRECATED);
56 return isset($this->body) ? 'POST' : 'GET';
59 public function setBody($body): Scroll argument
61 if (isset($body) !== true) {
64 $this->body = $body;
/plugin/issuelinks/
H A DWebhook.php17 $body = file_get_contents('php://input');
39 dbglog(json_decode($body, true));
45 $validationResult = $handlingService->validateWebhook($body);
47 $util->sendResponse($validationResult->code, $validationResult->body);
50 $result = $handlingService->handleWebhook($body);
56 $util->sendResponse($result->code, $result->body);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Eql/
H A DSearch.php53 return isset($this->body) ? 'POST' : 'GET';
56 public function setBody($body): Search argument
58 if (isset($body) !== true) {
61 $this->body = $body;
/plugin/diagrams/script/
H A DDiagramsEditor.js129 body: svg,
153 const body = new FormData();
154 body.set('svg', svg);
159 body: body,
176 const body = new FormData();
177 body.set('svg', svg);
178 body.set('png', png);
183 body: body,
[all...]
/plugin/authfacebook/lib/Http/
H A DGraphRawResponse.php41 protected $body; variable in Facebook\\Http\\GraphRawResponse
52 * @param string $body The raw response body.
55 public function __construct($headers, $body, $httpStatusCode = null) argument
67 $this->body = $body;
87 return $this->body;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DSupportedMethodSetTest.php13 function sendPROPFIND($body) { argument
16 $request->setBody($body);
36 …onse->status, 'We expected a multi-status response. Full response body: ' . $this->response->body);
38 …$body = preg_replace("/xmlns(:[A-Za-z0-9_])?=(\"|\')DAV:(\"|\')/", "xmlns\\1=\"urn:DAV\"", $this->…
39 $xml = simplexml_load_string($body);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/
H A DAutoEscapeTest.php21 $body = new Node([new TextNode('foo', 1)]);
22 $node = new AutoEscapeNode(true, $body, 1);
24 $this->assertEquals($body, $node->getNode('body'));
30 $body = new Node([new TextNode('foo', 1)]);
31 $node = new AutoEscapeNode(true, $body, 1);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/
H A DValidateQuery.php68 return isset($this->body) ? 'POST' : 'GET';
71 public function setBody($body): ValidateQuery argument
73 if (isset($body) !== true) {
76 $this->body = $body;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/
H A DHasPrivileges.php51 return isset($this->body) ? 'POST' : 'GET';
54 public function setBody($body): HasPrivileges argument
56 if (isset($body) !== true) {
59 $this->body = $body;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Transform/
H A DPreviewTransform.php49 return isset($this->body) ? 'POST' : 'GET';
52 public function setBody($body): PreviewTransform argument
54 if (isset($body) !== true) {
57 $this->body = $body;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/
H A DPreviewDatafeed.php49 return isset($this->body) ? 'POST' : 'GET';
52 public function setBody($body): PreviewDatafeed argument
54 if (isset($body) !== true) {
57 $this->body = $body;
H A DGetCalendars.php52 return isset($this->body) ? 'POST' : 'GET';
55 public function setBody($body): GetCalendars argument
57 if (isset($body) !== true) {
60 $this->body = $body;
H A DGetInfluencers.php59 return isset($this->body) ? 'POST' : 'GET';
62 public function setBody($body): GetInfluencers argument
64 if (isset($body) !== true) {
67 $this->body = $body;
H A DGetRecords.php59 return isset($this->body) ? 'POST' : 'GET';
62 public function setBody($body): GetRecords argument
64 if (isset($body) !== true) {
67 $this->body = $body;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DSharingPluginTest.php131 $this->assertEquals(501, $response->status, $response->body);
145 $this->assertEquals(501, $response->status, $response->body);
159 $this->assertEquals(501, $response->status, $response->body);
188 $this->assertEquals(200, $response->status, $response->body);
230 $this->assertEquals(501, $response->status, $response->body);
251 $this->assertEquals(200, $response->status, $response->body);
269 $this->assertEquals(400, $response->status, $response->body);
288 $this->assertEquals(501, $response->status, $response->body);
311 $this->assertEquals(202, $response->status, $response->body);
330 $this->assertEquals(200, $response->status, $response->body);
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DOutboxPostTest.php76 $body = array(
83 $req->setBody(implode("\r\n",$body));
99 $body = array(
106 $req->setBody(implode("\r\n",$body));
122 $body = array(
130 $req->setBody(implode("\r\n",$body));
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Rollup/
H A DRollupSearch.php61 return isset($this->body) ? 'POST' : 'GET';
64 public function setBody($body): RollupSearch argument
66 if (isset($body) !== true) {
69 $this->body = $body;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Graph/
H A DExplore.php61 return isset($this->body) ? 'POST' : 'GET';
64 public function setBody($body): Explore argument
66 if (isset($body) !== true) {
69 $this->body = $body;

12345678910>>...75