Home
last modified time | relevance | path

Searched refs:setFormatter (Results 1 – 20 of 20) sorted by path

/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md98 …* Fixed setFormatter/getFormatter to forward to the nested handler in FilterHandler, FingersCrosse…
184 …* Fixed setFormatter/getFormatter to forward to the nested handler in FilterHandler, FingersCrosse…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DBufferHandler.php145 public function setFormatter(FormatterInterface $formatter): HandlerInterface function in Monolog\\Handler\\BufferHandler
148 $this->handler->setFormatter($formatter);
H A DElasticaHandler.php78 public function setFormatter(FormatterInterface $formatter): HandlerInterface function in Monolog\\Handler\\ElasticaHandler
81 return parent::setFormatter($formatter);
H A DElasticsearchHandler.php85 public function setFormatter(FormatterInterface $formatter): HandlerInterface function in Monolog\\Handler\\ElasticsearchHandler
88 return parent::setFormatter($formatter);
H A DFilterHandler.php179 public function setFormatter(FormatterInterface $formatter): HandlerInterface function in Monolog\\Handler\\FilterHandler
183 $handler->setFormatter($formatter);
H A DFingersCrossedHandler.php228 public function setFormatter(FormatterInterface $formatter): HandlerInterface function in Monolog\\Handler\\FingersCrossedHandler
232 $handler->setFormatter($formatter);
H A DFlowdockHandler.php72 public function setFormatter(FormatterInterface $formatter): HandlerInterface function in Monolog\\Handler\\FlowdockHandler
78 return parent::setFormatter($formatter);
H A DFormattableHandlerInterface.php29 public function setFormatter(FormatterInterface $formatter): HandlerInterface; function
H A DFormattableHandlerTrait.php32 public function setFormatter(FormatterInterface $formatter): HandlerInterface function
H A DGroupHandler.php122 public function setFormatter(FormatterInterface $formatter): HandlerInterface function in Monolog\\Handler\\GroupHandler
126 $handler->setFormatter($formatter);
H A DHandlerWrapper.php107 public function setFormatter(FormatterInterface $formatter): HandlerInterface function in Monolog\\Handler\\HandlerWrapper
110 $this->handler->setFormatter($formatter);
H A DOverflowHandler.php127 public function setFormatter(FormatterInterface $formatter): HandlerInterface function in Monolog\\Handler\\OverflowHandler
130 $this->handler->setFormatter($formatter);
H A DPsrHandler.php75 public function setFormatter(FormatterInterface $formatter): HandlerInterface function in Monolog\\Handler\\PsrHandler
H A DSamplingHandler.php108 public function setFormatter(FormatterInterface $formatter): HandlerInterface function in Monolog\\Handler\\SamplingHandler
112 $handler->setFormatter($formatter);
H A DSlackHandler.php183 public function setFormatter(FormatterInterface $formatter): HandlerInterface function in Monolog\\Handler\\SlackHandler
185 parent::setFormatter($formatter);
186 $this->slackRecord->setFormatter($formatter);
194 $this->slackRecord->setFormatter($formatter);
H A DSlackWebhookHandler.php115 public function setFormatter(FormatterInterface $formatter): HandlerInterface function in Monolog\\Handler\\SlackWebhookHandler
117 parent::setFormatter($formatter);
118 $this->slackRecord->setFormatter($formatter);
126 $this->slackRecord->setFormatter($formatter);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Slack/
H A DSlackRecord.php113 ->setFormatter($formatter);
313 public function setFormatter(?FormatterInterface $formatter = null): self function in Monolog\\Handler\\Slack\\SlackRecord
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.2.md37 * Added `registerFunction` and `setFormatter` to the scssphp filter
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DLessphpFilter.php76 public function setFormatter($formatter) function in Assetic\\Filter\\LessphpFilter
105 $lc->setFormatter($this->formatter);
H A DScssphpFilter.php46 public function setFormatter($formatter) function in Assetic\\Filter\\ScssphpFilter
110 $sc->setFormatter($this->formatter);