Home
last modified time | relevance | path

Searched refs:getDateTimeFormatString (Results 1 – 25 of 72) sorted by relevance

123

/dports/databases/pear-DoctrineDBAL/DoctrineDBAL-2.3.4/Doctrine/DBAL/Types/
H A DDateTimeType.php44 ? $value->format($platform->getDateTimeFormatString()) : null;
53 $val = \DateTime::createFromFormat($platform->getDateTimeFormatString(), $value);
55 …nException::conversionFailedFormat($value, $this->getName(), $platform->getDateTimeFormatString());
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/
H A DDateTimeType.php53 ? $value->format($platform->getDateTimeFormatString()) : null;
65 $val = \DateTime::createFromFormat($platform->getDateTimeFormatString(), $value);
72 …nException::conversionFailedFormat($value, $this->getName(), $platform->getDateTimeFormatString());
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/
H A DDateTimeType.php53 ? $value->format($platform->getDateTimeFormatString()) : null;
65 $val = \DateTime::createFromFormat($platform->getDateTimeFormatString(), $value);
72 …nException::conversionFailedFormat($value, $this->getName(), $platform->getDateTimeFormatString());
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Types/
H A DDateTimeImmutableType.php33 return $value->format($platform->getDateTimeFormatString());
52 … $dateTime = DateTimeImmutable::createFromFormat($platform->getDateTimeFormatString(), $value);
62 $platform->getDateTimeFormatString()
H A DDateTimeType.php42 return $value->format($platform->getDateTimeFormatString());
57 $val = DateTime::createFromFormat($platform->getDateTimeFormatString(), $value);
67 $platform->getDateTimeFormatString()
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/
H A DDateTimeImmutableType.php33 return $value->format($platform->getDateTimeFormatString());
52 … $dateTime = DateTimeImmutable::createFromFormat($platform->getDateTimeFormatString(), $value);
62 $platform->getDateTimeFormatString()
H A DDateTimeType.php42 return $value->format($platform->getDateTimeFormatString());
57 $val = DateTime::createFromFormat($platform->getDateTimeFormatString(), $value);
67 $platform->getDateTimeFormatString()
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/
H A DDateTimeImmutableType.php32 return $value->format($platform->getDateTimeFormatString());
51 … $dateTime = DateTimeImmutable::createFromFormat($platform->getDateTimeFormatString(), $value);
61 $platform->getDateTimeFormatString()
H A DDateTimeType.php41 return $value->format($platform->getDateTimeFormatString());
56 $val = DateTime::createFromFormat($platform->getDateTimeFormatString(), $value);
63 …nException::conversionFailedFormat($value, $this->getName(), $platform->getDateTimeFormatString());
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/
H A DDateTimeImmutableType.php33 return $value->format($platform->getDateTimeFormatString());
52 … $dateTime = DateTimeImmutable::createFromFormat($platform->getDateTimeFormatString(), $value);
62 $platform->getDateTimeFormatString()
H A DDateTimeType.php42 return $value->format($platform->getDateTimeFormatString());
57 $val = DateTime::createFromFormat($platform->getDateTimeFormatString(), $value);
67 $platform->getDateTimeFormatString()
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/
H A DDateTimeImmutableType.php32 return $value->format($platform->getDateTimeFormatString());
51 … $dateTime = DateTimeImmutable::createFromFormat($platform->getDateTimeFormatString(), $value);
61 $platform->getDateTimeFormatString()
H A DDateTimeType.php41 return $value->format($platform->getDateTimeFormatString());
56 $val = DateTime::createFromFormat($platform->getDateTimeFormatString(), $value);
63 …nException::conversionFailedFormat($value, $this->getName(), $platform->getDateTimeFormatString());
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/
H A DDateTimeImmutableType.php33 return $value->format($platform->getDateTimeFormatString());
52 … $dateTime = DateTimeImmutable::createFromFormat($platform->getDateTimeFormatString(), $value);
62 $platform->getDateTimeFormatString()
H A DDateTimeType.php42 return $value->format($platform->getDateTimeFormatString());
57 $val = DateTime::createFromFormat($platform->getDateTimeFormatString(), $value);
67 $platform->getDateTimeFormatString()
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/
H A DDateTimeImmutableType.php33 return $value->format($platform->getDateTimeFormatString());
52 … $dateTime = DateTimeImmutable::createFromFormat($platform->getDateTimeFormatString(), $value);
62 $platform->getDateTimeFormatString()
H A DDateTimeType.php42 return $value->format($platform->getDateTimeFormatString());
57 $val = DateTime::createFromFormat($platform->getDateTimeFormatString(), $value);
67 $platform->getDateTimeFormatString()
/dports/www/owncloud/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/
H A DDateTimeImmutableType.php33 return $value->format($platform->getDateTimeFormatString());
52 … $dateTime = DateTimeImmutable::createFromFormat($platform->getDateTimeFormatString(), $value);
62 $platform->getDateTimeFormatString()
H A DDateTimeType.php42 return $value->format($platform->getDateTimeFormatString());
57 $val = DateTime::createFromFormat($platform->getDateTimeFormatString(), $value);
67 $platform->getDateTimeFormatString()
/dports/www/nextcloud/nextcloud/3rdparty/doctrine/dbal/src/Types/
H A DDateTimeImmutableType.php33 return $value->format($platform->getDateTimeFormatString());
52 … $dateTime = DateTimeImmutable::createFromFormat($platform->getDateTimeFormatString(), $value);
62 $platform->getDateTimeFormatString()
H A DDateTimeType.php42 return $value->format($platform->getDateTimeFormatString());
57 $val = DateTime::createFromFormat($platform->getDateTimeFormatString(), $value);
67 $platform->getDateTimeFormatString()
/dports/finance/prestashop/prestashop/vendor/beberlei/doctrineextensions/src/Types/
H A DZendDateType.php36 $platform->getDateTimeFormatString()
48 $platform->getDateTimeFormatString()
/dports/databases/pear-DoctrineDBAL/DoctrineDBAL-2.3.4/Doctrine/DBAL/Platforms/
H A DSQLServer2008Platform.php59 public function getDateTimeFormatString() function in Doctrine\\DBAL\\Platforms\\SQLServer2008Platform
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServer2008Platform.php67 public function getDateTimeFormatString() function in Doctrine\\DBAL\\Platforms\\SQLServer2008Platform
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServer2008Platform.php67 public function getDateTimeFormatString() function in Doctrine\\DBAL\\Platforms\\SQLServer2008Platform

123