Home
last modified time | relevance | path

Searched refs:PUT (Results 1 – 25 of 80) sorted by relevance

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DTagManager.php118 'httpMethod' => 'PUT',
186 'httpMethod' => 'PUT',
264 'httpMethod' => 'PUT',
394 'httpMethod' => 'PUT',
516 'httpMethod' => 'PUT',
666 'httpMethod' => 'PUT',
787 'httpMethod' => 'PUT',
869 'httpMethod' => 'PUT',
951 'httpMethod' => 'PUT',
1033 'httpMethod' => 'PUT',
[all …]
H A DAndroidEnterprise.php157 'httpMethod' => 'PUT',
177 'httpMethod' => 'PUT',
325 'httpMethod' => 'PUT',
335 'httpMethod' => 'PUT',
420 'httpMethod' => 'PUT',
584 'httpMethod' => 'PUT',
689 'httpMethod' => 'PUT',
779 'httpMethod' => 'PUT',
1115 'httpMethod' => 'PUT',
1195 'httpMethod' => 'PUT',
[all …]
H A DWebmasters.php136 'httpMethod' => 'PUT',
161 'httpMethod' => 'PUT',
H A DGamesConfiguration.php118 'httpMethod' => 'PUT',
211 'httpMethod' => 'PUT',
H A DSearchConsole.php139 'httpMethod' => 'PUT',
164 'httpMethod' => 'PUT',
H A DYouTube.php285 'httpMethod' => 'PUT',
410 'httpMethod' => 'PUT',
487 'httpMethod' => 'PUT',
669 'httpMethod' => 'PUT',
878 'httpMethod' => 'PUT',
1129 'httpMethod' => 'PUT',
1285 'httpMethod' => 'PUT',
1387 'httpMethod' => 'PUT',
1761 'httpMethod' => 'PUT',
2013 'httpMethod' => 'PUT',
[all …]
H A DAdExchangeBuyer.php107 'httpMethod' => 'PUT',
185 'httpMethod' => 'PUT',
536 'httpMethod' => 'PUT',
643 'httpMethod' => 'PUT',
H A DAnalytics.php347 'httpMethod' => 'PUT',
524 'httpMethod' => 'PUT',
640 'httpMethod' => 'PUT',
797 'httpMethod' => 'PUT',
905 'httpMethod' => 'PUT',
1028 'httpMethod' => 'PUT',
1186 'httpMethod' => 'PUT',
1294 'httpMethod' => 'PUT',
1427 'httpMethod' => 'PUT',
1559 'httpMethod' => 'PUT',
[all …]
H A DBinaryAuthorization.php82 'httpMethod' => 'PUT',
188 'httpMethod' => 'PUT',
H A DGmail.php239 'httpMethod' => 'PUT',
370 'httpMethod' => 'PUT',
674 'httpMethod' => 'PUT',
684 'httpMethod' => 'PUT',
694 'httpMethod' => 'PUT',
704 'httpMethod' => 'PUT',
714 'httpMethod' => 'PUT',
979 'httpMethod' => 'PUT',
H A DDfareporting.php317 'httpMethod' => 'PUT',
406 'httpMethod' => 'PUT',
578 'httpMethod' => 'PUT',
688 'httpMethod' => 'PUT',
801 'httpMethod' => 'PUT',
922 'httpMethod' => 'PUT',
1120 'httpMethod' => 'PUT',
1382 'httpMethod' => 'PUT',
1607 'httpMethod' => 'PUT',
1727 'httpMethod' => 'PUT',
[all …]
H A DGroupssettings.php87 'httpMethod' => 'PUT',
H A DStorage.php172 'httpMethod' => 'PUT',
376 'httpMethod' => 'PUT',
410 'httpMethod' => 'PUT',
561 'httpMethod' => 'PUT',
796 'httpMethod' => 'PUT',
1283 'httpMethod' => 'PUT',
1335 'httpMethod' => 'PUT',
1529 'httpMethod' => 'PUT',
H A DDirectory.php353 'httpMethod' => 'PUT',
457 'httpMethod' => 'PUT',
802 'httpMethod' => 'PUT',
963 'httpMethod' => 'PUT',
1154 'httpMethod' => 'PUT',
1280 'httpMethod' => 'PUT',
1390 'httpMethod' => 'PUT',
1503 'httpMethod' => 'PUT',
1677 'httpMethod' => 'PUT',
1767 'httpMethod' => 'PUT',
[all …]
H A DTasks.php118 'httpMethod' => 'PUT',
284 'httpMethod' => 'PUT',
H A DFitness.php189 'httpMethod' => 'PUT',
391 'httpMethod' => 'PUT',
H A DSiteVerification.php118 'httpMethod' => 'PUT',
H A DPubsub.php199 'httpMethod' => 'PUT',
311 'httpMethod' => 'PUT',
463 'httpMethod' => 'PUT',
H A DManufacturerCenter.php125 'httpMethod' => 'PUT',
H A DApigee.php249 'httpMethod' => 'PUT',
323 'httpMethod' => 'PUT',
413 'httpMethod' => 'PUT',
543 'httpMethod' => 'PUT',
1043 'httpMethod' => 'PUT',
1053 'httpMethod' => 'PUT',
1161 'httpMethod' => 'PUT',
1261 'httpMethod' => 'PUT',
1801 'httpMethod' => 'PUT',
2263 'httpMethod' => 'PUT',
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DSnapshot.php48 return $this->request($name, Request::PUT, $data);
108 return $this->request($repository.'/'.$name, Request::PUT, $options, ['wait_for_completion' => $waitForCompletion]);
H A DIndexTemplate.php77 return $this->request(Request::PUT, $args);
119 * @param string $method Rest method to use (GET, POST, DELETE, PUT)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dindex-operations.asciidoc154 === PUT Settings API
156 The PUT Settings API allows you to modify any index setting that is dynamic:
195 ==== PUT Mappings API
197 The PUT Mappings API allows you to modify or add to an existing index's mapping.
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DClientTest.php117 CURLOPT_CUSTOMREQUEST => 'PUT',
143 CURLOPT_CUSTOMREQUEST => 'PUT',
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/
H A DSettings.php160 return $this->request($settings, Request::PUT);

1234