Home
last modified time | relevance | path

Searched refs:body (Results 51 – 75 of 1852) sorted by relevance

12345678910>>...75

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DValidateICalTest.php90 …quals(201, $response->status, 'Incorrect status returned! Full response body: ' . $response->body);
118 …quals(400, $response->status, 'Incorrect status returned! Full response body: ' . $response->body);
132 …quals(400, $response->status, 'Incorrect status returned! Full response body: ' . $response->body);
146 …quals(415, $response->status, 'Incorrect status returned! Full response body: ' . $response->body);
160 …quals(400, $response->status, 'Incorrect status returned! Full response body: ' . $response->body);
174 …quals(400, $response->status, 'Incorrect status returned! Full response body: ' . $response->body);
188 …quals(400, $response->status, 'Incorrect status returned! Full response body: ' . $response->body);
213 $body = "BEGIN:VCALENDAR\r\nBEGIN:VEVENT\r\nUID:foo\r\nEND:VEVENT\r\nEND:VCALENDAR\r\n";
214 $request->setBody($body);
222 'calendardata' => $body,
[all …]
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlFactory.php16 * Creates a cURL handle, header resource, and body resource based on a
23 * response body handle.
51 $body = $this->getOutputBody($request, $options);
54 return [$handle, &$headers, $body];
64 * @param resource $body Body fopen response.
73 $body argument
86 $response['body'] = $body;
132 'body' => null,
140 // Determine where the body o
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/
H A DModuleTest.php28 $body = new TextNode('foo', 1);
34 $node = new ModuleNode($body, $parent, $blocks, $macros, $traits, new Node([]), $source);
36 $this->assertEquals($body, $node->getNode('body'));
49 $body = new TextNode('foo', 1);
56 $node = new ModuleNode($body, $extends, $blocks, $macros, $traits, new Node([]), $source);
118 $body = new Node([$import]);
121 $node = new ModuleNode($body, $extends, $blocks, $macros, $traits, new Node([]), $source);
194 $body = new Node([$set]);
203 $node = new ModuleNode($body, $extends, $blocks, $macros, $traits, new Node([]), $source);
H A DSandboxTest.php20 $body = new TextNode('foo', 1);
21 $node = new SandboxNode($body, 1);
23 $this->assertEquals($body, $node->getNode('body'));
30 $body = new TextNode('foo', 1);
31 $node = new SandboxNode($body, 1);
H A DBlockTest.php20 $body = new TextNode('foo', 1);
21 $node = new BlockNode('foo', $body, 1);
23 $this->assertEquals($body, $node->getNode('body'));
29 $body = new TextNode('foo', 1);
30 $node = new BlockNode('foo', $body, 1);
H A DSpacelessTest.php21 $body = new Node([new TextNode('<div> <div> foo </div> </div>', 1)]);
22 $node = new SpacelessNode($body, 1);
24 $this->assertEquals($body, $node->getNode('body'));
29 $body = new Node([new TextNode('<div> <div> foo </div> </div>', 1)]);
30 $node = new SpacelessNode($body, 1);
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckshowblocks.js40 var body = FCK.EditorDocument.body ;
43 body.className = body.className.replace( /(^| )FCK__ShowBlocks/g, '' ) ;
45 body.className += ' FCK__ShowBlocks' ;
58 if ( /FCK__ShowBlocks(?:\s|$)/.test( FCK.EditorDocument.body.className ) )
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessage.php60 $body = $message->getBody();
62 if (!$body->isSeekable() || !$body->isReadable()) {
66 $size = $body->getSize();
72 $summary = $body->read($truncateAt);
73 $body->rewind();
100 $body = $message->getBody();
102 if ($body->tell()) {
103 $body->rewind();
132 list($rawHeaders, $body) = $messageParts;
169 'body' => $body,
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DScriptsPainlessExecute.php46 return isset($this->body) ? 'POST' : 'GET';
49 public function setBody($body): ScriptsPainlessExecute argument
51 if (isset($body) !== true) {
54 $this->body = $body;
H A DRankEval.php53 return isset($this->body) ? 'POST' : 'GET';
56 public function setBody($body): RankEval argument
58 if (isset($body) !== true) {
61 $this->body = $body;
H A DFieldCaps.php54 return isset($this->body) ? 'POST' : 'GET';
57 public function setBody($body): FieldCaps argument
59 if (isset($body) !== true) {
62 $this->body = $body;
H A DRenderSearchTemplate.php48 return isset($this->body) ? 'POST' : 'GET';
51 public function setBody($body): RenderSearchTemplate argument
53 if (isset($body) !== true) {
56 $this->body = $body;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Sql/
H A DTranslate.php46 return isset($this->body) ? 'POST' : 'GET';
49 public function setBody($body): Translate argument
51 if (isset($body) !== true) {
54 $this->body = $body;
H A DQuery.php46 return isset($this->body) ? 'POST' : 'GET';
49 public function setBody($body): Query argument
51 if (isset($body) !== true) {
54 $this->body = $body;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Watcher/
H A DQueryWatches.php46 return isset($this->body) ? 'POST' : 'GET';
49 public function setBody($body): QueryWatches argument
51 if (isset($body) !== true) {
54 $this->body = $body;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cluster/
H A DAllocationExplain.php47 return isset($this->body) ? 'POST' : 'GET';
50 public function setBody($body): AllocationExplain argument
52 if (isset($body) !== true) {
55 $this->body = $body;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/
H A DQueryApiKeys.php46 return isset($this->body) ? 'POST' : 'GET';
49 public function setBody($body): QueryApiKeys argument
51 if (isset($body) !== true) {
54 $this->body = $body;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClient.php328 * $params['body'] = (array) The operation definition and data (action-data pairs), separated by newlines (Required)
338 $body = $this->extractArgument($params, 'body');
345 $endpoint->setBody($body);
353 * $params['body'] = (array) A comma-separated list of scroll IDs to clear if none was specified via the scroll_id parameter
362 $body = $this->extractArgument($params, 'body');
368 $endpoint->setBody($body);
375 * $params['body'] = (array) a point-in-time id to close
383 $body
[all...]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DTemporaryFileFilterTest.php24 $this->assertEquals('', $this->response->body);
40 $this->assertEquals('', $this->response->body);
58 $this->assertEquals('', $this->response->body);
84 $this->assertEquals('', $this->response->body);
102 $this->assertEquals('Testing new file',stream_get_contents($this->response->body));
144 $this->assertEquals('', $this->response->body);
159 $this->assertEquals('',$this->response->body);
170 $this->assertEquals('', $this->response->body);
181 …als(207, $this->response->status,'Incorrect status code returned. Body: ' . $this->response->body);
187 …$body = preg_replace("/xmlns(:[A-Za-z0-9_])?=(\"|\')DAV:(\"|\')/","xmlns\\1=\"urn:DAV\"",$this->re…
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/
H A DAnalyze.php50 return isset($this->body) ? 'POST' : 'GET';
53 public function setBody($body): Analyze argument
55 if (isset($body) !== true) {
58 $this->body = $body;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ingest/
H A DSimulate.php50 return isset($this->body) ? 'POST' : 'GET';
53 public function setBody($body): Simulate argument
55 if (isset($body) !== true) {
58 $this->body = $body;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/
H A DExplainDataFrameAnalytics.php48 return isset($this->body) ? 'POST' : 'GET';
51 public function setBody($body): ExplainDataFrameAnalytics argument
53 if (isset($body) !== true) {
56 $this->body = $body;
H A DPreviewDataFrameAnalytics.php48 return isset($this->body) ? 'POST' : 'GET';
51 public function setBody($body): PreviewDataFrameAnalytics argument
53 if (isset($body) !== true) {
56 $this->body = $body;
/plugin/diagramsnet/lib/js/diagramly/
H A DDriveComment.js12 var body = {'content': reply.content}; class in DriveComment.addReply
16 body.verb = 'resolve';
20 body.verb = 'reopen';
26 params: body,
38 var body = {'content': newContent}; class in DriveComment.editComment
44 params: body,
49 params: body,
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DBatch.php81 $body = '';
112 $body .= sprintf(
124 $body .= "--{$this->boundary}--";
125 $body = trim($body);
129 'Content-Length' => strlen($body),
136 $body
156 $body = (string) $response->getBody();
157 if (!empty($body)) {
158 $body = str_replace("--$boundary--", "--$boundary", $body);
159 $parts = explode("--$boundary", $body);

12345678910>>...75