Home
last modified time | relevance | path

Searched refs:getTimeFormatString (Results 1 – 25 of 67) sorted by relevance

123

/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/
H A DTimeType.php53 ? $value->format($platform->getTimeFormatString()) : null;
65 $val = \DateTime::createFromFormat('!' . $platform->getTimeFormatString(), $value);
67 …rsionException::conversionFailedFormat($value, $this->getName(), $platform->getTimeFormatString());
/dports/databases/pear-DoctrineDBAL/DoctrineDBAL-2.3.4/Doctrine/DBAL/Types/
H A DTimeType.php50 ? $value->format($platform->getTimeFormatString()) : null;
62 $val = \DateTime::createFromFormat($platform->getTimeFormatString(), $value);
64 …rsionException::conversionFailedFormat($value, $this->getName(), $platform->getTimeFormatString());
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/
H A DTimeType.php53 ? $value->format($platform->getTimeFormatString()) : null;
65 $val = \DateTime::createFromFormat('!' . $platform->getTimeFormatString(), $value);
67 …rsionException::conversionFailedFormat($value, $this->getName(), $platform->getTimeFormatString());
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Types/
H A DTimeImmutableType.php31 return $value->format($platform->getTimeFormatString());
50 … $dateTime = DateTimeImmutable::createFromFormat('!' . $platform->getTimeFormatString(), $value);
56 $platform->getTimeFormatString()
H A DTimeType.php40 return $value->format($platform->getTimeFormatString());
55 $val = DateTime::createFromFormat('!' . $platform->getTimeFormatString(), $value);
60 $platform->getTimeFormatString()
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/
H A DTimeImmutableType.php31 return $value->format($platform->getTimeFormatString());
50 … $dateTime = DateTimeImmutable::createFromFormat('!' . $platform->getTimeFormatString(), $value);
56 $platform->getTimeFormatString()
H A DTimeType.php40 return $value->format($platform->getTimeFormatString());
55 $val = DateTime::createFromFormat('!' . $platform->getTimeFormatString(), $value);
60 $platform->getTimeFormatString()
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/
H A DTimeType.php40 return $value->format($platform->getTimeFormatString());
55 $val = DateTime::createFromFormat('!' . $platform->getTimeFormatString(), $value);
57 …rsionException::conversionFailedFormat($value, $this->getName(), $platform->getTimeFormatString());
H A DTimeImmutableType.php31 return $value->format($platform->getTimeFormatString());
50 … $dateTime = DateTimeImmutable::createFromFormat('!' . $platform->getTimeFormatString(), $value);
56 $platform->getTimeFormatString()
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/
H A DTimeImmutableType.php31 return $value->format($platform->getTimeFormatString());
50 … $dateTime = DateTimeImmutable::createFromFormat('!' . $platform->getTimeFormatString(), $value);
56 $platform->getTimeFormatString()
H A DTimeType.php40 return $value->format($platform->getTimeFormatString());
55 $val = DateTime::createFromFormat('!' . $platform->getTimeFormatString(), $value);
60 $platform->getTimeFormatString()
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/
H A DTimeImmutableType.php31 return $value->format($platform->getTimeFormatString());
50 … $dateTime = DateTimeImmutable::createFromFormat('!' . $platform->getTimeFormatString(), $value);
56 $platform->getTimeFormatString()
H A DTimeType.php40 return $value->format($platform->getTimeFormatString());
55 $val = DateTime::createFromFormat('!' . $platform->getTimeFormatString(), $value);
60 $platform->getTimeFormatString()
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/
H A DTimeImmutableType.php31 return $value->format($platform->getTimeFormatString());
50 … $dateTime = DateTimeImmutable::createFromFormat('!' . $platform->getTimeFormatString(), $value);
56 $platform->getTimeFormatString()
H A DTimeType.php40 return $value->format($platform->getTimeFormatString());
55 $val = DateTime::createFromFormat('!' . $platform->getTimeFormatString(), $value);
57 …rsionException::conversionFailedFormat($value, $this->getName(), $platform->getTimeFormatString());
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/
H A DTimeImmutableType.php31 return $value->format($platform->getTimeFormatString());
50 … $dateTime = DateTimeImmutable::createFromFormat('!' . $platform->getTimeFormatString(), $value);
56 $platform->getTimeFormatString()
H A DTimeType.php40 return $value->format($platform->getTimeFormatString());
55 $val = DateTime::createFromFormat('!' . $platform->getTimeFormatString(), $value);
60 $platform->getTimeFormatString()
/dports/www/owncloud/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/
H A DTimeType.php40 return $value->format($platform->getTimeFormatString());
55 $val = DateTime::createFromFormat('!' . $platform->getTimeFormatString(), $value);
60 $platform->getTimeFormatString()
H A DTimeImmutableType.php31 return $value->format($platform->getTimeFormatString());
50 … $dateTime = DateTimeImmutable::createFromFormat('!' . $platform->getTimeFormatString(), $value);
56 $platform->getTimeFormatString()
/dports/www/nextcloud/nextcloud/3rdparty/doctrine/dbal/src/Types/
H A DTimeImmutableType.php31 return $value->format($platform->getTimeFormatString());
50 … $dateTime = DateTimeImmutable::createFromFormat('!' . $platform->getTimeFormatString(), $value);
56 $platform->getTimeFormatString()
H A DTimeType.php40 return $value->format($platform->getTimeFormatString());
55 $val = DateTime::createFromFormat('!' . $platform->getTimeFormatString(), $value);
60 $platform->getTimeFormatString()
/dports/databases/pear-DoctrineDBAL/DoctrineDBAL-2.3.4/Doctrine/DBAL/Platforms/
H A DSQLServer2008Platform.php83 public function getTimeFormatString() 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.php91 public function getTimeFormatString() function in Doctrine\\DBAL\\Platforms\\SQLServer2008Platform
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServer2008Platform.php91 public function getTimeFormatString() function in Doctrine\\DBAL\\Platforms\\SQLServer2008Platform
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServer2008Platform.php87 public function getTimeFormatString() function in Doctrine\\DBAL\\Platforms\\SQLServer2008Platform

123