Home
last modified time | relevance | path

Searched refs:method (Results 226 – 250 of 972) sorted by last modified time

12345678910>>...39

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Clouderrorreporting/
H A DHttpRequestContext.php25 public $method; variable in Google\\Service\\Clouderrorreporting\\HttpRequestContext
50 public function setMethod($method) argument
52 $this->method = $method;
59 return $this->method;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DOrderLineItemShippingDetails.php58 public function setMethod(OrderLineItemShippingDetailsMethod $method) argument
60 $this->method = $method;
67 return $this->method;
H A DProductstatusesCustomBatchRequestEntry.php42 public $method; variable in Google\\Service\\ShoppingContent\\ProductstatusesCustomBatchRequestEntry
107 public function setMethod($method) argument
109 $this->method = $method;
116 return $this->method;
H A DAccountstatusesCustomBatchRequestEntry.php42 public $method; variable in Google\\Service\\ShoppingContent\\AccountstatusesCustomBatchRequestEntry
103 public function setMethod($method) argument
105 $this->method = $method;
112 return $this->method;
H A DDatafeedsCustomBatchRequestEntry.php39 public $method; variable in Google\\Service\\ShoppingContent\\DatafeedsCustomBatchRequestEntry
100 public function setMethod($method) argument
102 $this->method = $method;
109 return $this->method;
H A DLiasettingsCustomBatchRequestEntry.php55 public $method; variable in Google\\Service\\ShoppingContent\\LiasettingsCustomBatchRequestEntry
180 public function setMethod($method) argument
182 $this->method = $method;
189 return $this->method;
H A DProductsCustomBatchRequestEntry.php37 public $method; variable in Google\\Service\\ShoppingContent\\ProductsCustomBatchRequestEntry
94 public function setMethod($method) argument
96 $this->method = $method;
103 return $this->method;
H A DRegionalinventoryCustomBatchRequestEntry.php33 public $method; variable in Google\\Service\\ShoppingContent\\RegionalinventoryCustomBatchRequestEntry
72 public function setMethod($method) argument
74 $this->method = $method;
81 return $this->method;
H A DShippingsettingsCustomBatchRequestEntry.php37 public $method; variable in Google\\Service\\ShoppingContent\\ShippingsettingsCustomBatchRequestEntry
86 public function setMethod($method) argument
88 $this->method = $method;
95 return $this->method;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DBasicSli.php34 public $method; variable in Google\\Service\\Monitoring\\BasicSli
85 public function setMethod($method) argument
87 $this->method = $method;
94 return $this->method;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessVerifications/
H A DVerification.php29 public $method; variable in Google\\Service\\MyBusinessVerifications\\Verification
56 public function setMethod($method) argument
58 $this->method = $method;
65 return $this->method;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md216 value as an array, then use the newly added `getHeaderAsArray()` method of
279 rather than the `getDispatcher` method.
286 the `getListeners()` method.
301 Use the `on()` method to add a listener rather than the `addListener()` method.
370 template. You must pass an array into a creational method (e.g.,
400 the method is POST and no body is provided.
465 The `configureRedirects()` method has been removed in favor of a
653 - `readLine` has moved from an instance method to a static class method of
966 <command name="list_groups" method="GET" uri="groups.json">
973 <command name="create_group" method="POST" uri="groups.json">
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DClientInterface.php50 * @param string $method HTTP method.
57 public function request($method, $uri, array $options = []); argument
67 * @param string $method HTTP method
73 public function requestAsync($method, $uri, array $options = []); argument
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DRequest.php18 private $method; variable in GuzzleHttp\\Psr7\\Request
27 * @param string $method HTTP method
34 $method, argument
40 $this->assertMethod($method);
45 $this->method = strtoupper($method);
91 return $this->method;
94 public function withMethod($method) argument
96 $this->assertMethod($method);
98 $new->method = strtoupper($method);
146 private function assertMethod($method) argument
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md209 …* BC Notice: If you are extending any of the Monolog's Formatters' `normalize` method, make sure y…
H A DUPGRADE.md25 - `HandlerInterface` now requires the `close` method to be implemented. This
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DGoogleIdentityAccesscontextmanagerV1MethodSelector.php25 public $method; variable in Google\\Service\\CloudAsset\\GoogleIdentityAccesscontextmanagerV1MethodSelector
34 public function setMethod($method) argument
36 $this->method = $method;
43 return $this->method;
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
H A DBase32.php199 $method = $upper
235 $c0 = static::$method($chunk[1]);
237 $c1 = static::$method($chunk[2]);
239 $c2 = static::$method($chunk[3]);
241 $c3 = static::$method($chunk[4]);
243 $c4 = static::$method($chunk[5]);
245 $c5 = static::$method($chunk[6]);
247 $c6 = static::$method($chunk[7]);
249 $c7 = static::$method($chunk[8]);
266 $c0 = static::$method($chunk[1]);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DCalendarNotification.php25 public $method; variable in Google\\Service\\Calendar\\CalendarNotification
34 public function setMethod($method) argument
36 $this->method = $method;
43 return $this->method;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AccessContextManager/
H A DMethodSelector.php25 public $method; variable in Google\\Service\\AccessContextManager\\MethodSelector
34 public function setMethod($method) argument
36 $this->method = $method;
43 return $this->method;
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php94 ->method('__toString')
H A DTestLogger.php129 public function __call($method, $args) argument
131 …h('/(.*)(Debug|Info|Notice|Warning|Error|Critical|Alert|Emergency)(.*)/', $method, $matches) > 0) {
139 …ew \BadMethodCallException('Call to undefined method ' . get_class($this) . '::' . $method . '()');
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DCouchDBHandler.php57 'method' => 'POST',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SiteVerification/
H A DSiteVerificationWebResourceGettokenResponse.php25 public $method; variable in Google\\Service\\SiteVerification\\SiteVerificationWebResourceGettokenResponse
34 public function setMethod($method) argument
36 $this->method = $method;
43 return $this->method;
/plugin/authgooglesheets/vendor/google/auth/src/
H A DAccessToken.php449 * @param string $method
453 protected function callJwtStatic($method, array $args = []) argument
455 return call_user_func_array([JWT::class, $method], $args); // @phpstan-ignore-line

12345678910>>...39