Home
last modified time | relevance | path

Searched refs:close (Results 26 – 50 of 1082) sorted by path

12345678910>>...44

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudSupport.php118 'close' => [
119 'path' => 'v2beta/{+name}:close',
H A DRealTimeBidding.php474 'close' => [
475 'path' => 'v1/{+name}:close',
H A DVault.php89 ],'close' => [
90 'path' => 'v1/matters/{matterId}:close',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSupport/Resource/
H A DCases.php45 public function close($name, CloseCaseRequest $postBody, $optParams = []) function in Google\\Service\\CloudSupport\\Resource\\Cases
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RealTimeBidding/Resource/
H A DBuyersUserLists.php46 public function close($name, CloseUserListRequest $postBody, $optParams = []) function in Google\\Service\\RealTimeBidding\\Resource\\BuyersUserLists
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/Resource/
H A DMatters.php67 public function close($matterId, CloseMatterRequest $postBody, $optParams = []) function in Google\\Service\\Vault\\Resource\\Matters
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md116 a server does not honor `Connection: close`.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php218 $source->close();
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md305 // do something that will cancel the promise computation (e.g., close
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md133 - Fix `AppendStream::detach` to not close streams
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DAppendStream.php75 public function close() function in GuzzleHttp\\Psr7\\AppendStream
81 $stream->close();
H A DBufferStream.php47 public function close() function in GuzzleHttp\\Psr7\\BufferStream
54 $this->close();
H A DCachingStream.php135 public function close() function in GuzzleHttp\\Psr7\\CachingStream
137 $this->remoteStream->close() && $this->stream->close();
H A DFnStream.php94 public function close() function in GuzzleHttp\\Psr7\\FnStream
H A DPumpStream.php63 public function close() function in GuzzleHttp\\Psr7\\PumpStream
H A DStream.php74 $this->close();
104 public function close() function in GuzzleHttp\\Psr7\\Stream
H A DStreamDecoratorTrait.php76 public function close() function
78 $this->stream->close();
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md257 …* Fixed RollbarHandler not flushing records automatically, calling close() explicitly is not neces…
281 …amHandler will not close streams automatically that it does not own. If you pass in a stream (not …
406 * Fixed BufferHandler::close being called twice
H A DUPGRADE.md25 - `HandlerInterface` now requires the `close` method to be implemented. This
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DErrorHandler.php255 $handler->close();
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DBrowserConsoleHandler.php93 public function close(): void function in Monolog\\Handler\\BrowserConsoleHandler
H A DBufferHandler.php113 public function close(): void function in Monolog\\Handler\\BufferHandler
117 $this->handler->close();
H A DFingersCrossedHandler.php156 public function close(): void function in Monolog\\Handler\\FingersCrossedHandler
160 $this->getHandler()->close();
H A DGroupHandler.php110 public function close(): void function in Monolog\\Handler\\GroupHandler
112 parent::close();
115 $handler->close();
H A DHandler.php34 public function close(): void function in Monolog\\Handler\\Handler
41 $this->close();
49 $this->close();

12345678910>>...44