Home
last modified time | relevance | path

Searched refs:body (Results 251 – 275 of 1980) sorted by relevance

1...<<11121314151617181920>>...80

/plugin/authfacebook/lib/Http/
H A DRequestBodyMultipart.php71 $body = '';
76 $body .= $this->getParamString($k, $v);
81 $body .= $this->getFileString($k, $v);
85 $body .= "--{$this->boundary}--\r\n";
87 return $body;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DResponse.php86 * @param string|resource|StreamInterface|null $body Response body
93 $body = null, argument
103 if ($body !== '' && $body !== null) {
104 $this->stream = Utils::streamFor($body);
/plugin/mdpage/vendor/cebe/markdown/block/
H A DTableTrait.php103 $body = '';
116 $body .= "<tr>$tds</tr>\n";
120 return $this->composeTable($head, $body);
134 * @param string $body table body HTML.
138 protected function composeTable($head, $body) argument
140 return "<table>\n<thead>\n$head</thead>\n<tbody>\n$body</tbody>\n</table>\n";
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/
H A DMessage.php54 protected $body; variable in Tx\\Mailer\\Message
148 * @param string $body
151 public function setBody($body){ argument
152 $this->body = $body;
232 return $this->body;
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php219 $body = $dom->saveXML();
226 ], $body);
332 * @param string|resource|null $body
337 function request($method, $url = '', $body = null, array $headers = []) { argument
341 $response = $this->send(new HTTP\Request($method, $url, $headers, $body));
398 * @param string $body xml body
401 function parseMultiStatus($body) { argument
403 $multistatus = $this->xml->expect('{DAV:}multistatus', $body);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/
H A DCreate.php58 public function setBody($body): Create argument
60 if (isset($body) !== true) {
63 $this->body = $body;
H A DRestore.php58 public function setBody($body): Restore argument
60 if (isset($body) !== true) {
63 $this->body = $body;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/SearchableSnapshots/
H A DMount.php59 public function setBody($body): Mount argument
61 if (isset($body) !== true) {
64 $this->body = $body;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/
H A DRevertModelSnapshot.php57 public function setBody($body): RevertModelSnapshot argument
59 if (isset($body) !== true) {
62 $this->body = $body;
H A DUpdateModelSnapshot.php57 public function setBody($body): UpdateModelSnapshot argument
59 if (isset($body) !== true) {
62 $this->body = $body;
/plugin/combo/resources/theme/default/pages/templates/
H A Dminimal.hbs7 <body class="{{body-classes}}">
19 {{> body-beforeend-partial }}
20 </body>
/plugin/datatables/assets/datatables.net-fixedcolumns/js/
H A DdataTables.fixedColumns.min.js
/plugin/davcal/vendor/sabre/dav/bin/
H A Dgooglecode_upload.py87 content_type, body = encode_upload_request(form_fields, file)
99 server.request('POST', upload_uri, body, headers)
122 body = []
126 body.extend(
139 body.extend(
150 body.extend(['--' + BOUNDARY + '--', ''])
152 return 'multipart/form-data; boundary=%s' % BOUNDARY, CRLF.join(body)
/plugin/authgoogle/google/io/
H A DGoogle_REST.php52 $body = $response->getResponseBody();
56 $decoded = json_decode($body, true);
63 $err .= ": ($code) $body";
71 $decoded = json_decode($body, true);
73 throw new Google_ServiceException("Invalid json in service response: $body");
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/
H A DRollover.php66 public function setBody($body): Rollover argument
68 if (isset($body) !== true) {
71 $this->body = $body;
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DSandboxTokenParser.php37 $body = $this->parser->subparse([$this, 'decideBlockEnd'], true);
41 if (!$body instanceof IncludeNode) {
42 foreach ($body as $node) {
53 return new SandboxNode($body, $token->getLine(), $this->getTag());
/plugin/fckg/fckeditor/editor/js/
H A Dfckadobeair.js84 doc.body.innerHTML = html.match( /<body>([\s\S]*)<\/body>/i )[1] ;
101 doc.body.style.margin = '0px' ;
102 doc.body.style.padding = '0px' ;
130 targetWindow.frameElement.height = doc.body.scrollHeight;
136 doc.body.style.overflow = 'hidden';
137 doc.body.innerHTML = document.getElementById( 'xToolbarSpace' ).innerHTML ;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/
H A DPluginTest.php50 $this->assertEquals(400, $response->status, 'Full response body:' . $response->body);
63 $this->assertEquals(405, $response->status, 'Full response body:' . $response->body);
76 $this->assertEquals(415, $response->status, 'Full response body:' . $response->body);
89 $this->assertEquals(416, $response->status, 'Full response body:' . $response->body);
102 $this->assertEquals(411, $response->status, 'Full response body:' . $response->body);
115 $this->assertEquals(204, $response->status, 'Full response body:' . $response->body);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DDataFrameTransformDeprecatedNamespace.php110 * $params['body'] = (array) The definition for the transform to preview (Required)
121 $body = $this->extractArgument($params, 'body');
126 $endpoint->setBody($body);
135 * $params['body'] = (array) The transform definition (Required)
147 $body = $this->extractArgument($params, 'body');
153 $endpoint->setBody($body);
212 * $params['body'] = (array) The update transform definition (Required)
224 $body
[all...]
H A DCcrNamespace.php55 * $params['body'] = (array) The name of the leader index and other optional ccr related parameters (Required)
64 $body = $this->extractArgument($params, 'body');
70 $endpoint->setBody($body);
118 * $params['body'] = (array) the name and UUID of the follower index, the name of the cluster containing the follower index, and the alias from the perspective of that cluster for the remote cluster containing the leader index (Required)
127 $body = $this->extractArgument($params, 'body');
133 $endpoint->setBody($body);
201 * $params['body'] = (array) The specification of the auto follow pattern (Required)
210 $body
[all...]
H A DClusterNamespace.php35 * $params['body'] = (array) The index, shard, and primary flag to explain. Empty means 'explain a randomly-chosen unassigned shard'
43 $body = $this->extractArgument($params, 'body');
48 $endpoint->setBody($body);
237 * $params['body'] = (array) The template definition (Required)
246 $body = $this->extractArgument($params, 'body');
252 $endpoint->setBody($body);
262 * $params['body'] = (array) The settings to be updated. Can be either `transient` or `persistent` (survives cluster restart). (Required)
270 $body
[all...]
/plugin/authfacebook/lib/HttpClients/
H A DFacebookCurlHttpClient.php67 public function send($url, $method, $body, array $headers, $timeOut) argument
69 $this->openConnection($url, $method, $body, $headers, $timeOut);
89 * @param string $body The body of the request.
93 public function openConnection($url, $method, $body, array $headers, $timeOut) argument
109 $options[CURLOPT_POSTFIELDS] = $body;
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DAuthor.php82 * @param string $body
86 public static function create($body) argument
88 Assert::string($body);
90 $splitTagContent = preg_match('/^([^\<]*)(?:\<([^\>]*)\>)?$/u', $body, $matches);
/plugin/diagrams/script/
H A Dmediafile-editbutton.js11 const body = new FormData();
12 body.set('diagrams', JSON.stringify(diagramIDs));
16 body: body,
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dcrud.asciidoc28 'body' => [ 'testField' => 'abc']
41 'body' => [ 'testField' => 'abc']
61 'body' => [ 'testField' => 'abc']
75 example, an `index` object), then you create a document body object. This
84 $params['body'][] = [
90 $params['body'][] = [
106 $params = ['body' => []];
109 $params['body'][] = [
116 $params['body'][] = [
126 $params = ['body'
[all...]

1...<<11121314151617181920>>...80