Home
last modified time | relevance | path

Searched refs:write (Results 76 – 100 of 1185) sorted by path

12345678910>>...48

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DBufferStream.php122 public function write($string) function in GuzzleHttp\\Psr7\\BufferStream
H A DCachingStream.php107 $this->stream->write($remoteData);
113 public function write($string) function in GuzzleHttp\\Psr7\\CachingStream
124 return $this->stream->write($string);
H A DDroppingStream.php29 public function write($string) function in GuzzleHttp\\Psr7\\DroppingStream
40 return $this->stream->write($string);
43 return $this->stream->write(substr($string, 0, $diff));
H A DFnStream.php139 public function write($string) function in GuzzleHttp\\Psr7\\FnStream
H A DPumpStream.php111 public function write($string) function in GuzzleHttp\\Psr7\\PumpStream
165 $this->buffer->write($data);
H A DStream.php236 public function write($string) function in GuzzleHttp\\Psr7\\Stream
H A DStreamDecoratorTrait.php136 public function write($string) function
138 return $this->stream->write($string);
H A DStreamWrapper.php93 return (int) $this->stream->write($data);
H A DUtils.php53 if (!$dest->write($source->read($bufferSize))) {
66 $dest->write($buf);
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md58 …* Added support for millisecond write timeouts in SocketHandler, you can now pass floats to setWri…
149 * Added ProcessHandler to write log output to the STDIN of a given process
310 …* Fixed write timeouts in SocketHandler and derivatives, set to 10sec by default, lower it with `s…
337 * Fixed StreamHandler creation of directory to only trigger when the first log write happens
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DAbstractProcessingHandler.php48 $this->write($record);
58 abstract protected function write(array $record): void; function in Monolog\\Handler\\AbstractProcessingHandler
H A DAmqpHandler.php57 protected function write(array $record): void function in Monolog\\Handler\\AmqpHandler
H A DBrowserConsoleHandler.php60 protected function write(array $record): void function in Monolog\\Handler\\BrowserConsoleHandler
H A DChromePHPHandler.php118 protected function write(array $record): void function in Monolog\\Handler\\ChromePHPHandler
H A DCouchDBHandler.php47 protected function write(array $record): void function in Monolog\\Handler\\CouchDBHandler
H A DDoctrineCouchDBHandler.php38 protected function write(array $record): void function in Monolog\\Handler\\DoctrineCouchDBHandler
H A DDynamoDbHandler.php70 protected function write(array $record): void function in Monolog\\Handler\\DynamoDbHandler
H A DElasticaHandler.php70 protected function write(array $record): void function in Monolog\\Handler\\ElasticaHandler
H A DElasticsearchHandler.php77 protected function write(array $record): void function in Monolog\\Handler\\ElasticsearchHandler
H A DErrorLogHandler.php74 protected function write(array $record): void function in Monolog\\Handler\\ErrorLogHandler
H A DFirePHPHandler.php143 protected function write(array $record): void function in Monolog\\Handler\\FirePHPHandler
H A DFleepHookHandler.php92 public function write(array $record): void function in Monolog\\Handler\\FleepHookHandler
94 parent::write($record);
H A DFlowdockHandler.php92 protected function write(array $record): void function in Monolog\\Handler\\FlowdockHandler
94 parent::write($record);
H A DGelfHandler.php45 protected function write(array $record): void function in Monolog\\Handler\\GelfHandler
H A DIFTTTHandler.php54 public function write(array $record): void function in Monolog\\Handler\\IFTTTHandler

12345678910>>...48