Home
last modified time | relevance | path

Searched refs:datetime (Results 76 – 100 of 121) sorted by last modified time

12345

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DCubeHandler.php117 $date = $record['datetime'];
120 unset($record['datetime']);
H A DSyslogUdpHandler.php108 protected function makeCommonSyslogHeader(int $severity, DateTimeInterface $datetime): string argument
123 $dateNew = $datetime->setTimezone(new \DateTimeZone('UTC'));
132 $date = $datetime->format($this->dateFormats[$this->rfc]);
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md142 …* Added DateTimeImmutable support, all record datetime are now immutable, and will toString/json s…
256 …dler to include a level (rollbar level), monolog_level (original name), channel and datetime (unix)
H A DUPGRADE.md13 - The `datetime` in every record array is now a DateTimeImmutable, not that you
35 - The records' `datetime` is not sent anymore. Only `timestamp` is sent to Loggly.
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D43.43.js.map1datetime',\n '#datetimezone',\n '#duration',\n '#table',\n '#time'\n …
H A Dbundle.js.map1datetime = '-MM-DD[T]HH:mm:ss.SSS';\n var suffix = zone + '[\")]';\n\n return this.f…
H A D3.3.js.map1datetime attribute. The kind of content is limited to various kinds of dates, times, time-zone off…
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt140 * bugfix (G:82): ID3v2 datetime logic
/plugin/codemirror/dist/modes/
H A Dsql.min.js.map1datetime year unsigned signed decimal numeric\"\n\n // A generic SQL Mode. It's not a standard, i…
H A Dtornado.min.js.map1 …,\"class\",\"comment\",\"context\",\n \"continue\",\"datetime\",\"def\",\"del\"…
H A Dvb.min.js.map1 …g', 'int64', 'uint64', 'decimal', 'single', 'double', 'float', 'date', 'datetime', 'intptr', 'uint…
H A Dsas.min.js.map1 …dbsl daccsl daccsyd dacctab dairy datalines datalines4 datejul datepart datetime day dbcslang dbcs…
H A Dasterisk.min.js.map1 …llreroutingfacility\",\"dahdisendkeypadfacility\",\n \"datetime\",\"dbdel\",\"dbd…
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php155 $datetime = new \DateTime('2014-04-02 18:37:00', new \DateTimeZone('America/Toronto'));
158 $prop = $vcard->createProperty('BDAY', $datetime);
167 $datetime = new \DateTime('2014-04-02');
170 $prop = $vcard->createProperty('BDAY', $datetime, null, 'DATE');
179 $datetime = '--0407';
182 $prop = $vcard->add('BDAY', $datetime);
221 $datetime = '--0407';
224 $prop = $vcard->add('BDAY', $datetime);
232 $datetime = '123';
235 $prop = $vcard->add('BDAY', $datetime);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DMainTest.php247 new datetime('2011-10-08 06:00:00', $tz),
248 new datetime('2011-10-08 07:00:00', $tz),
249 new datetime('2011-10-09 06:00:00', $tz),
250 new datetime('2011-10-09 07:00:00', $tz),
251 new datetime('2011-10-15 06:00:00', $tz),
252 new datetime('2011-10-15 07:00:00', $tz),
253 new datetime('2011-10-16 06:00:00', $tz),
254 new datetime('2011-10-16 07:00:00', $tz),
255 new datetime('2011-10-22 06:00:00', $tz),
256 new datetime('2011-10-22 07:00:00', $tz),
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Ddate.rst55 .. _`date and time formats`: https://secure.php.net/manual/en/datetime.formats.php
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Dintl.rst147 .. _`ICU user guide`: http://userguide.icu-project.org/formatparse/datetime
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DDateHandler.php228 $datetime = \DateTimeImmutable::createFromFormat($format, (string) $data, $timezone);
230 $datetime = \DateTime::createFromFormat($format, (string) $data, $timezone);
233 if (false === $datetime) {
238 $datetime = $datetime->setTimezone($timezone);
241 return $datetime;
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/src/Jms/Handler/
H A DXmlSchemaDateHandler.php142 $datetime = new \DateTime((string)$data, $timezone);
143 if (false === $datetime) {
147 return $datetime;
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md812 - Fix bug \#343 return integer when the column is datetime [\#562](https://github.com/schmittjoh/se…
1041 - Wrong exception message for parsing datetime [\#21](https://github.com/schmittjoh/serializer/pull…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DDateHandlerTest.php52 $datetime = new \DateTime('2017-06-18 14:30:59', $this->timezone);
54 $this->handler->serializeDateTime($visitor, $datetime, $type, $context);
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DDateTimeComparator.php71 private function dateTimeToString($datetime) argument
73 $string = $datetime->format('Y-m-d\TH:i:s.uO');
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
H A DDateTimeComparatorTest.php32 $datetime = new DateTime;
35 array($datetime, null),
36 array(null, $datetime),
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dbootstrap.min.css5datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input…
/plugin/importfacebookevents/
H A Dsyntax.php346 $entry = str_replace('{datetime}', $dateTime, $entry);

12345