Home
last modified time | relevance | path

Searched refs:dateFormat (Results 76 – 100 of 132) sorted by last modified time

123456

/plugin/davcal/fullcalendar-3.10.5/locale/
H A Dpt.js1 …yNamesMin:["Dom","Seg","Ter","Qua","Qui","Sex","Sáb"],weekHeader:"Sem",dateFormat:"dd/mm/yy",first…
H A Dsk.js1 …ob"],dayNamesMin:["Ne","Po","Ut","St","Št","Pia","So"],weekHeader:"Ty",dateFormat:"dd.mm.yy",first…
H A Dsl.js1 …"],dayNamesMin:["Ne","Po","To","Sr","Če","Pe","So"],weekHeader:"Teden",dateFormat:"dd.mm.yy",first…
H A Dsq.js1 …"Sh"],dayNamesMin:["Di","Hë","Ma","Më","En","Pr","Sh"],weekHeader:"Ja",dateFormat:"dd.mm.yy",first…
H A Dsr-cyrl.js1 …уб"],dayNamesMin:["Не","По","Ут","Ср","Че","Пе","Су"],weekHeader:"Сед",dateFormat:"dd.mm.yy",first…
H A Dsr.js1 …ub"],dayNamesMin:["Ne","Po","Ut","Sr","Če","Pe","Su"],weekHeader:"Sed",dateFormat:"dd.mm.yy",first…
H A Dsv.js1 …ag"],dayNamesMin:["Sö","Må","Ti","On","To","Fr","Lö"],weekHeader:"v. ",dateFormat:"yy-mm-dd",first…
H A Dth.js1 …."],dayNamesMin:["อา.","จ.","อ.","พ.","พฤ.","ศ.","ส."],weekHeader:"Wk",dateFormat:"dd/mm/yy",first…
H A Dtr.js1 …"Ct"],dayNamesMin:["Pz","Pt","Sa","Ça","Pe","Cu","Ct"],weekHeader:"Hf",dateFormat:"dd.mm.yy",first…
H A Dar-sa.js1 …ة","سبت"],dayNamesMin:["ح","ن","ث","ر","خ","ج","س"],weekHeader:"أسبوع",dateFormat:"dd/mm/yy",first…
H A Dar-tn.js1 …ة","سبت"],dayNamesMin:["ح","ن","ث","ر","خ","ج","س"],weekHeader:"أسبوع",dateFormat:"dd/mm/yy",first…
H A Dar.js1 …ة","سبت"],dayNamesMin:["ح","ن","ث","ر","خ","ج","س"],weekHeader:"أسبوع",dateFormat:"dd/mm/yy",first…
H A Dbe.js1 …бт"],dayNamesMin:["Нд","Пн","Ат","Ср","Чц","Пт","Сб"],weekHeader:"Ндз",dateFormat:"dd.mm.yy",first…
H A Dcs.js1 …so"],dayNamesMin:["ne","po","út","st","čt","pá","so"],weekHeader:"Týd",dateFormat:"dd.mm.yy",first…
/plugin/davcal/
H A Dscript.js21 Date.prototype.dateFormat = function( format ){ method in Date
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRotatingFileHandler.php44 protected $dateFormat; variable in Monolog\\Handler\\RotatingFileHandler
58 $this->dateFormat = static::FILE_PER_DAY;
87 public function setFilenameFormat(string $filenameFormat, string $dateFormat): self argument
89 if (!preg_match('{^[Yy](([/_.-]?m)([/_.-]?d)?)?$}', $dateFormat)) {
103 $this->dateFormat = $dateFormat;
178 [$fileInfo['filename'], date($this->dateFormat)],
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DPsrLogMessageProcessor.php28 private $dateFormat; variable in Monolog\\Processor\\PsrLogMessageProcessor
34 …* @param string|null $dateFormat The format of the timestamp: one supported by DateTi…
37 public function __construct(?string $dateFormat = null, bool $removeUsedContextFields = false) argument
39 $this->dateFormat = $dateFormat;
62 if (!$this->dateFormat && $val instanceof \Monolog\DateTimeImmutable) {
67 … $replacements[$placeholder] = $val->format($this->dateFormat ?: static::SIMPLE_DATE);
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md151 …* Added a `$dateFormat` option to the PsrLogMessageProcessor which lets you format DateTime instan…
161 …* Added $dateFormat and $removeUsedContextFields arguments to PsrLogMessageProcessor (backport fro…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DLineFormatter.php39 …* @param string|null $dateFormat The format of the timestamp: one supported by Dat…
43 …public function __construct(?string $format = null, ?string $dateFormat = null, bool $allowInlineL… argument
49 parent::__construct($dateFormat);
H A DWildfireFormatter.php44 * @param string|null $dateFormat The format of the timestamp: one supported by DateTime::format
46 public function __construct(?string $dateFormat = null) argument
48 parent::__construct($dateFormat);
H A DNormalizerFormatter.php28 protected $dateFormat; variable in Monolog\\Formatter\\NormalizerFormatter
38 * @param string|null $dateFormat The format of the timestamp: one supported by DateTime::format
40 public function __construct(?string $dateFormat = null) argument
42 $this->dateFormat = null === $dateFormat ? static::SIMPLE_DATE : $dateFormat;
72 return $this->dateFormat;
75 public function setDateFormat(string $dateFormat): self argument
77 $this->dateFormat = $dateFormat;
263 if ($this->dateFormat === self::SIMPLE_DATE && $date instanceof DateTimeImmutable) {
267 return $date->format($this->dateFormat);
H A DHtmlFormatter.php43 * @param string|null $dateFormat The format of the timestamp: one supported by DateTime::format
45 public function __construct(?string $dateFormat = null) argument
47 parent::__construct($dateFormat);
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DGeneralizedTimeType.php81 public function __construct(?DateTimeInterface $dateTime = null, string $dateFormat = self::FORMAT_FRACTIONS, string $tzFormat = self::TZ_UTC)
83 parent::__construct($dateTime, $dateFormat, $tzFormat);
79 __construct(\\DateTime $dateTime = null, string $dateFormat = self FORMAT_FRACTIONS, string $tzFormat = self TZ_UTC) global() argument
H A DUtcTimeType.php63 public function __construct(?DateTimeInterface $dateTime = null, string $dateFormat = self::FORMAT_SECONDS, string $tzFormat = self::TZ_UTC)
65 parent::__construct($dateTime, $dateFormat, $tzFormat);
61 __construct(\\DateTime $dateTime = null, string $dateFormat = self FORMAT_SECONDS, string $tzFormat = self TZ_UTC) global() argument
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/
H A DAsn1.php187 * @param string $dateFormat
191 public static function generalizedTime(?DateTimeInterface $dateTime = null, string $dateFormat = AbstractTimeType::FORMAT_FRACTIONS, string $tzFormat = AbstractTimeType::TZ_UTC): GeneralizedTimeType
193 return new GeneralizedTimeType($dateTime, $dateFormat, $tzFormat);
198 * @param string $dateFormat
202 public static function utcTime(?DateTimeInterface $dateTime = null, string $dateFormat = AbstractTimeType::FORMAT_SECONDS, string $tzFormat = AbstractTimeType::TZ_UTC): UtcTimeType
204 return new UtcTimeType($dateTime, $dateFormat, $tzFormat);
190 generalizedTime(\\DateTime $dateTime = null, string $dateFormat = AbstractTimeType FORMAT_FRACTIONS, string $tzFormat = AbstractTimeType TZ_UTC) global() argument
201 utcTime(\\DateTime $dateTime = null, string $dateFormat = AbstractTimeType FORMAT_SECONDS, string $tzFormat = AbstractTimeType TZ_UTC) global() argument

123456