Home
last modified time | relevance | path

Searched refs:body (Results 126 – 150 of 1852) sorted by relevance

12345678910>>...75

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/DataFrameTransformDeprecated/
H A DPreviewTransform.php47 public function setBody($body): PreviewTransform argument
49 if (isset($body) !== true) {
52 $this->body = $body;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ilm/
H A DMigrateToDataTiers.php49 public function setBody($body): MigrateToDataTiers argument
51 if (isset($body) !== true) {
54 $this->body = $body;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/License/
H A DPost.php49 public function setBody($body): Post argument
51 if (isset($body) !== true) {
54 $this->body = $body;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/
H A DValidate.php49 public function setBody($body): Validate argument
51 if (isset($body) !== true) {
54 $this->body = $body;
H A DValidateDetector.php49 public function setBody($body): ValidateDetector argument
51 if (isset($body) !== true) {
54 $this->body = $body;
H A DEvaluateDataFrame.php47 public function setBody($body): EvaluateDataFrame argument
49 if (isset($body) !== true) {
52 $this->body = $body;
H A DEstimateModelMemory.php49 public function setBody($body): EstimateModelMemory argument
51 if (isset($body) !== true) {
54 $this->body = $body;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/
H A DCreateApiKey.php49 public function setBody($body): CreateApiKey argument
51 if (isset($body) !== true) {
54 $this->body = $body;
H A DGetToken.php49 public function setBody($body): GetToken argument
51 if (isset($body) !== true) {
54 $this->body = $body;
H A DGrantApiKey.php49 public function setBody($body): GrantApiKey argument
51 if (isset($body) !== true) {
54 $this->body = $body;
H A DInvalidateToken.php49 public function setBody($body): InvalidateToken argument
51 if (isset($body) !== true) {
54 $this->body = $body;
H A DPutPrivileges.php49 public function setBody($body): PutPrivileges argument
51 if (isset($body) !== true) {
54 $this->body = $body;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Sql/
H A DClearCursor.php47 public function setBody($body): ClearCursor argument
49 if (isset($body) !== true) {
52 $this->body = $body;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cluster/
H A DPutSettings.php51 public function setBody($body): PutSettings argument
53 if (isset($body) !== true) {
56 $this->body = $body;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/
H A DUpdateAliases.php50 public function setBody($body): UpdateAliases argument
52 if (isset($body) !== true) {
55 $this->body = $body;
H A DPutSettings.php59 public function setBody($body): PutSettings argument
61 if (isset($body) !== true) {
64 $this->body = $body;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
H A DGoogleCloudDatalabelingV1beta1FeedbackMessage.php25 public $body; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1beta1FeedbackMessage
46 public function setBody($body) argument
48 $this->body = $body;
55 return $this->body;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTasks/
H A DHttpRequest.php25 public $body; variable in Google\\Service\\CloudTasks\\HttpRequest
46 public function setBody($body) argument
48 $this->body = $body;
55 return $this->body;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudScheduler/
H A DHttpTarget.php25 public $body; variable in Google\\Service\\CloudScheduler\\HttpTarget
46 public function setBody($body) argument
48 $this->body = $body;
55 return $this->body;
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/TokenParser/
H A DTrans.php26 $body = $this->parser->getExpressionParser()->parseExpression();
29 $body = $this->parser->subparse(array($this, 'decideForFork'));
49 $this->checkTransString($body, $lineno);
51 … return new Twig_Extensions_Node_Trans($body, $plural, $count, $notes, $lineno, $this->getTag());
72 protected function checkTransString(Twig_Node $body, $lineno) argument
74 foreach ($body as $i => $node) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DReindex.php76 $body = $this->_getBody($this->_oldIndex, $this->_newIndex, $this->getParams());
81 $reindexEndpoint->setBody($body);
154 $body = \array_merge([
159 return $this->_setBodyScript($body);
223 private function _setBodyScript(array $body): array
226 return $body;
232 $body = \array_merge($body, $script->toArray());
234 $body[self::SCRIPT] = $script;
237 return $body;
215 _setBodyScript(array $body) global() argument
[all...]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPrincipalPropertySearchTest.php144 $this->assertEquals(207, $server->httpResponse->status, $server->httpResponse->body);
163 $xml = simplexml_load_string($server->httpResponse->body);
174 …$xpath . ' . We found ' . count($result) . '. Full response body: ' . $server->httpResponse->body);
217 $this->assertEquals(207, $server->httpResponse->status, $server->httpResponse->body);
236 $xml = simplexml_load_string($server->httpResponse->body);
247 …$xpath . ' . We found ' . count($result) . '. Full response body: ' . $server->httpResponse->body);
289 $this->assertEquals(207, $server->httpResponse->status, $server->httpResponse->body);
308 $xml = simplexml_load_string($server->httpResponse->body);
319 …$xpath . ' . We found ' . count($result) . '. Full response body: ' . $server->httpResponse->body);
354 $this->assertEquals(207, $server->httpResponse->status, $server->httpResponse->body);
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Watcher/
H A DExecuteWatch.php53 public function setBody($body): ExecuteWatch argument
55 if (isset($body) !== true) {
58 $this->body = $body;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/AsyncSearch/
H A DSubmit.php93 public function setBody($body): Submit argument
95 if (isset($body) !== true) {
98 $this->body = $body;
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.rules.inc.php6 var $body; variable in CSSRule
15 $this->body->apply($state);
20 $this->body->add_property($property);
25 $this->body = $rule[1]->copy();
34 $this->body->set_property_value($key, $value);
38 return $this->body->get_property_value($key);

12345678910>>...75