Home
last modified time | relevance | path

Searched refs:formatter (Results 1 – 25 of 56) sorted by last modified time

123

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/combo/ComboStrap/
H A DIso8601Date.php267 * ICU Date formatter: https://unicode-org.github.io/icu-docs/#/icu4c/udat_8h.html
304 $formatter = datefmt_create(
312 $formatted = datefmt_format($formatter, $this->dateTime);
/plugin/slacknotifier/
H A Daction.php117 $formatter = new Formatter($this->config);
118 $formatted = $formatter->format($event, new Context());
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md99 The table formatter allows coloring full columns. To use that mechanism pass an array of colors as third parameter to
108 The formatter is used through the ``format()`` method which expects at least two arrays: The first defines the column
126 The table formatter is used for the automatic help screen accessible when calling your script with ``-h`` or ``--help``.
/plugin/achart/assets/
H A Dapexcharts.min.js6formatter(t-e.globals.minX+1)}))),i}},{key:"getLargestSeries",value:function(){var t=this.w;t.glob… property in AnonymousFunction1cae5b510100.S.t.yAxis.labels
/plugin/tagfilter/script/select2/
H A Dselect2.js557 * Checks if the formatter function should be used.
562 * @param formatter
564 function checkFormatter(formatter, formatterName) { argument
565 if ($.isFunction(formatter)) return true;
566 if (!formatter) return false;
567 if (typeof(formatter) === 'string') return true;
/plugin/tos/
H A Daction.php178 $formatter = new InlineDiffFormatter();
182 $html .= html_insert_softbreaks($formatter->format($diff));
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DElasticaHandler.php78 public function setFormatter(FormatterInterface $formatter): HandlerInterface argument
80 if ($formatter instanceof ElasticaFormatter) {
81 return parent::setFormatter($formatter);
H A DFingersCrossedHandler.php228 public function setFormatter(FormatterInterface $formatter): HandlerInterface argument
232 $handler->setFormatter($formatter);
H A DFlowdockHandler.php72 public function setFormatter(FormatterInterface $formatter): HandlerInterface argument
74 if (!$formatter instanceof FlowdockFormatter) {
78 return parent::setFormatter($formatter);
H A DOverflowHandler.php127 public function setFormatter(FormatterInterface $formatter): HandlerInterface argument
130 $this->handler->setFormatter($formatter);
H A DSlackHandler.php183 public function setFormatter(FormatterInterface $formatter): HandlerInterface argument
185 parent::setFormatter($formatter);
186 $this->slackRecord->setFormatter($formatter);
193 $formatter = parent::getFormatter();
194 $this->slackRecord->setFormatter($formatter);
196 return $formatter;
H A DSlackWebhookHandler.php115 public function setFormatter(FormatterInterface $formatter): HandlerInterface argument
117 parent::setFormatter($formatter);
118 $this->slackRecord->setFormatter($formatter);
125 $formatter = parent::getFormatter();
126 $this->slackRecord->setFormatter($formatter);
128 return $formatter;
H A DElasticsearchHandler.php85 public function setFormatter(FormatterInterface $formatter): HandlerInterface argument
87 if ($formatter instanceof ElasticsearchFormatter) {
88 return parent::setFormatter($formatter);
H A DFormattableHandlerInterface.php26 * @param FormatterInterface $formatter
29 public function setFormatter(FormatterInterface $formatter): HandlerInterface; argument
H A DFormattableHandlerTrait.php27 protected $formatter; variable
32 public function setFormatter(FormatterInterface $formatter): HandlerInterface argument
34 $this->formatter = $formatter;
44 if (!$this->formatter) {
45 $this->formatter = $this->getDefaultFormatter();
48 return $this->formatter;
H A DGroupHandler.php122 public function setFormatter(FormatterInterface $formatter): HandlerInterface argument
126 $handler->setFormatter($formatter);
H A DBufferHandler.php145 public function setFormatter(FormatterInterface $formatter): HandlerInterface argument
148 $this->handler->setFormatter($formatter);
H A DFilterHandler.php179 public function setFormatter(FormatterInterface $formatter): HandlerInterface argument
183 $handler->setFormatter($formatter);
H A DLogmaticHandler.php95 $formatter = new LogmaticFormatter();
98 $formatter->setHostname($this->hostname);
101 $formatter->setAppname($this->appname);
104 return $formatter;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Slack/
H A DSlackRecord.php85 private $formatter; variable in Monolog\\Handler\\Slack\\SlackRecord
103 FormatterInterface $formatter = null argument
113 ->setFormatter($formatter);
140 if ($this->formatter && !$this->useAttachment) {
142 $message = $this->formatter->format($record);
313 public function setFormatter(?FormatterInterface $formatter = null): self argument
315 $this->formatter = $formatter;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Test/
H A DTestCase.php65 $formatter = $this->createMock(FormatterInterface::class);
66 $formatter->expects($this->any())
72 return $formatter;
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md265 …ormat the main line of text the SlackHandler sends by explicitly setting a formatter on the handler
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DMiddleware.php180 * @param MessageFormatter $formatter Formatter used to create message strings.
185 …public static function log(LoggerInterface $logger, MessageFormatter $formatter, $logLevel = 'info… argument
187 return function (callable $handler) use ($logger, $formatter, $logLevel) {
188 … return function ($request, array $options) use ($handler, $logger, $formatter, $logLevel) {
190 function ($response) use ($logger, $request, $formatter, $logLevel) {
191 $message = $formatter->format($request, $response);
195 function ($reason) use ($logger, $request, $formatter) {
199 $message = $formatter->format($request, $response, $reason);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md874 …ix: DateTime timezones are now properly handled when using the service description schema formatter

123