Home
last modified time | relevance | path

Searched refs:getDateArithmeticIntervalExpression (Results 1 – 25 of 93) sorted by relevance

1234

/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php1089 … return $this->getDateArithmeticIntervalExpression($date, '+', $seconds, DateIntervalUnit::SECOND);
1149 … return $this->getDateArithmeticIntervalExpression($date, '+', $hours, DateIntervalUnit::HOUR);
1164 … return $this->getDateArithmeticIntervalExpression($date, '-', $hours, DateIntervalUnit::HOUR);
1179 return $this->getDateArithmeticIntervalExpression($date, '+', $days, DateIntervalUnit::DAY);
1194 return $this->getDateArithmeticIntervalExpression($date, '-', $days, DateIntervalUnit::DAY);
1209 … return $this->getDateArithmeticIntervalExpression($date, '+', $weeks, DateIntervalUnit::WEEK);
1224 … return $this->getDateArithmeticIntervalExpression($date, '-', $weeks, DateIntervalUnit::WEEK);
1239 … return $this->getDateArithmeticIntervalExpression($date, '+', $months, DateIntervalUnit::MONTH);
1254 … return $this->getDateArithmeticIntervalExpression($date, '-', $months, DateIntervalUnit::MONTH);
1299 … return $this->getDateArithmeticIntervalExpression($date, '+', $years, DateIntervalUnit::YEAR);
[all …]
H A DDrizzlePlatform.php59 protected function getDateArithmeticIntervalExpression($date, $operator, $interval, $unit) function in Doctrine\\DBAL\\Platforms\\DrizzlePlatform
H A DDB2Platform.php205 protected function getDateArithmeticIntervalExpression($date, $operator, $interval, $unit) function in Doctrine\\DBAL\\Platforms\\DB2Platform
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php1089 … return $this->getDateArithmeticIntervalExpression($date, '+', $seconds, DateIntervalUnit::SECOND);
1149 … return $this->getDateArithmeticIntervalExpression($date, '+', $hours, DateIntervalUnit::HOUR);
1164 … return $this->getDateArithmeticIntervalExpression($date, '-', $hours, DateIntervalUnit::HOUR);
1179 return $this->getDateArithmeticIntervalExpression($date, '+', $days, DateIntervalUnit::DAY);
1194 return $this->getDateArithmeticIntervalExpression($date, '-', $days, DateIntervalUnit::DAY);
1209 … return $this->getDateArithmeticIntervalExpression($date, '+', $weeks, DateIntervalUnit::WEEK);
1224 … return $this->getDateArithmeticIntervalExpression($date, '-', $weeks, DateIntervalUnit::WEEK);
1239 … return $this->getDateArithmeticIntervalExpression($date, '+', $months, DateIntervalUnit::MONTH);
1254 … return $this->getDateArithmeticIntervalExpression($date, '-', $months, DateIntervalUnit::MONTH);
1299 … return $this->getDateArithmeticIntervalExpression($date, '+', $years, DateIntervalUnit::YEAR);
[all …]
H A DDrizzlePlatform.php59 protected function getDateArithmeticIntervalExpression($date, $operator, $interval, $unit) function in Doctrine\\DBAL\\Platforms\\DrizzlePlatform
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php1089 … return $this->getDateArithmeticIntervalExpression($date, '+', $seconds, DateIntervalUnit::SECOND);
1149 … return $this->getDateArithmeticIntervalExpression($date, '+', $hours, DateIntervalUnit::HOUR);
1164 … return $this->getDateArithmeticIntervalExpression($date, '-', $hours, DateIntervalUnit::HOUR);
1179 return $this->getDateArithmeticIntervalExpression($date, '+', $days, DateIntervalUnit::DAY);
1194 return $this->getDateArithmeticIntervalExpression($date, '-', $days, DateIntervalUnit::DAY);
1209 … return $this->getDateArithmeticIntervalExpression($date, '+', $weeks, DateIntervalUnit::WEEK);
1224 … return $this->getDateArithmeticIntervalExpression($date, '-', $weeks, DateIntervalUnit::WEEK);
1239 … return $this->getDateArithmeticIntervalExpression($date, '+', $months, DateIntervalUnit::MONTH);
1254 … return $this->getDateArithmeticIntervalExpression($date, '-', $months, DateIntervalUnit::MONTH);
1299 … return $this->getDateArithmeticIntervalExpression($date, '+', $years, DateIntervalUnit::YEAR);
[all …]
H A DDrizzlePlatform.php59 protected function getDateArithmeticIntervalExpression($date, $operator, $interval, $unit) function in Doctrine\\DBAL\\Platforms\\DrizzlePlatform
/dports/www/owncloud/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php1089 … return $this->getDateArithmeticIntervalExpression($date, '+', $seconds, DateIntervalUnit::SECOND);
1149 … return $this->getDateArithmeticIntervalExpression($date, '+', $hours, DateIntervalUnit::HOUR);
1164 … return $this->getDateArithmeticIntervalExpression($date, '-', $hours, DateIntervalUnit::HOUR);
1179 return $this->getDateArithmeticIntervalExpression($date, '+', $days, DateIntervalUnit::DAY);
1194 return $this->getDateArithmeticIntervalExpression($date, '-', $days, DateIntervalUnit::DAY);
1209 … return $this->getDateArithmeticIntervalExpression($date, '+', $weeks, DateIntervalUnit::WEEK);
1224 … return $this->getDateArithmeticIntervalExpression($date, '-', $weeks, DateIntervalUnit::WEEK);
1239 … return $this->getDateArithmeticIntervalExpression($date, '+', $months, DateIntervalUnit::MONTH);
1254 … return $this->getDateArithmeticIntervalExpression($date, '-', $months, DateIntervalUnit::MONTH);
1299 … return $this->getDateArithmeticIntervalExpression($date, '+', $years, DateIntervalUnit::YEAR);
[all …]
H A DDrizzlePlatform.php59 protected function getDateArithmeticIntervalExpression($date, $operator, $interval, $unit) function in Doctrine\\DBAL\\Platforms\\DrizzlePlatform
/dports/www/nextcloud/nextcloud/3rdparty/doctrine/dbal/src/Platforms/
H A DAbstractPlatform.php1019 … return $this->getDateArithmeticIntervalExpression($date, '+', $seconds, DateIntervalUnit::SECOND);
1079 … return $this->getDateArithmeticIntervalExpression($date, '+', $hours, DateIntervalUnit::HOUR);
1094 … return $this->getDateArithmeticIntervalExpression($date, '-', $hours, DateIntervalUnit::HOUR);
1109 return $this->getDateArithmeticIntervalExpression($date, '+', $days, DateIntervalUnit::DAY);
1124 return $this->getDateArithmeticIntervalExpression($date, '-', $days, DateIntervalUnit::DAY);
1139 … return $this->getDateArithmeticIntervalExpression($date, '+', $weeks, DateIntervalUnit::WEEK);
1154 … return $this->getDateArithmeticIntervalExpression($date, '-', $weeks, DateIntervalUnit::WEEK);
1169 … return $this->getDateArithmeticIntervalExpression($date, '+', $months, DateIntervalUnit::MONTH);
1184 … return $this->getDateArithmeticIntervalExpression($date, '-', $months, DateIntervalUnit::MONTH);
1229 … return $this->getDateArithmeticIntervalExpression($date, '+', $years, DateIntervalUnit::YEAR);
[all …]
H A DSqlitePlatform.php122 protected function getDateArithmeticIntervalExpression($date, $operator, $interval, $unit) function in Doctrine\\DBAL\\Platforms\\SqlitePlatform
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php1106 …return $this->getDateArithmeticIntervalExpression($date, '+', $hours, self::DATE_INTERVAL_UNIT_HOU…
1121 …return $this->getDateArithmeticIntervalExpression($date, '-', $hours, self::DATE_INTERVAL_UNIT_HOU…
1136 …return $this->getDateArithmeticIntervalExpression($date, '+', $days, self::DATE_INTERVAL_UNIT_DAY);
1151 …return $this->getDateArithmeticIntervalExpression($date, '-', $days, self::DATE_INTERVAL_UNIT_DAY);
1166 …return $this->getDateArithmeticIntervalExpression($date, '+', $weeks, self::DATE_INTERVAL_UNIT_WEE…
1181 …return $this->getDateArithmeticIntervalExpression($date, '-', $weeks, self::DATE_INTERVAL_UNIT_WEE…
1196 …return $this->getDateArithmeticIntervalExpression($date, '+', $months, self::DATE_INTERVAL_UNIT_MO…
1211 …return $this->getDateArithmeticIntervalExpression($date, '-', $months, self::DATE_INTERVAL_UNIT_MO…
1256 …return $this->getDateArithmeticIntervalExpression($date, '+', $years, self::DATE_INTERVAL_UNIT_YEA…
1271 …return $this->getDateArithmeticIntervalExpression($date, '-', $years, self::DATE_INTERVAL_UNIT_YEA…
[all …]
H A DDrizzlePlatform.php64 protected function getDateArithmeticIntervalExpression($date, $operator, $interval, $unit) function in Doctrine\\DBAL\\Platforms\\DrizzlePlatform
H A DDB2Platform.php194 protected function getDateArithmeticIntervalExpression($date, $operator, $interval, $unit) function in Doctrine\\DBAL\\Platforms\\DB2Platform
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php1106 …return $this->getDateArithmeticIntervalExpression($date, '+', $hours, self::DATE_INTERVAL_UNIT_HOU…
1121 …return $this->getDateArithmeticIntervalExpression($date, '-', $hours, self::DATE_INTERVAL_UNIT_HOU…
1136 …return $this->getDateArithmeticIntervalExpression($date, '+', $days, self::DATE_INTERVAL_UNIT_DAY);
1151 …return $this->getDateArithmeticIntervalExpression($date, '-', $days, self::DATE_INTERVAL_UNIT_DAY);
1166 …return $this->getDateArithmeticIntervalExpression($date, '+', $weeks, self::DATE_INTERVAL_UNIT_WEE…
1181 …return $this->getDateArithmeticIntervalExpression($date, '-', $weeks, self::DATE_INTERVAL_UNIT_WEE…
1196 …return $this->getDateArithmeticIntervalExpression($date, '+', $months, self::DATE_INTERVAL_UNIT_MO…
1211 …return $this->getDateArithmeticIntervalExpression($date, '-', $months, self::DATE_INTERVAL_UNIT_MO…
1256 …return $this->getDateArithmeticIntervalExpression($date, '+', $years, self::DATE_INTERVAL_UNIT_YEA…
1271 …return $this->getDateArithmeticIntervalExpression($date, '-', $years, self::DATE_INTERVAL_UNIT_YEA…
[all …]
H A DDrizzlePlatform.php64 protected function getDateArithmeticIntervalExpression($date, $operator, $interval, $unit) function in Doctrine\\DBAL\\Platforms\\DrizzlePlatform
H A DDB2Platform.php179 protected function getDateArithmeticIntervalExpression($date, $operator, $interval, $unit) function in Doctrine\\DBAL\\Platforms\\DB2Platform
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php1123 … return $this->getDateArithmeticIntervalExpression($date, '+', $hours, DateIntervalUnit::HOUR);
1138 … return $this->getDateArithmeticIntervalExpression($date, '-', $hours, DateIntervalUnit::HOUR);
1153 return $this->getDateArithmeticIntervalExpression($date, '+', $days, DateIntervalUnit::DAY);
1168 return $this->getDateArithmeticIntervalExpression($date, '-', $days, DateIntervalUnit::DAY);
1183 … return $this->getDateArithmeticIntervalExpression($date, '+', $weeks, DateIntervalUnit::WEEK);
1198 … return $this->getDateArithmeticIntervalExpression($date, '-', $weeks, DateIntervalUnit::WEEK);
1213 … return $this->getDateArithmeticIntervalExpression($date, '+', $months, DateIntervalUnit::MONTH);
1228 … return $this->getDateArithmeticIntervalExpression($date, '-', $months, DateIntervalUnit::MONTH);
1273 … return $this->getDateArithmeticIntervalExpression($date, '+', $years, DateIntervalUnit::YEAR);
1288 … return $this->getDateArithmeticIntervalExpression($date, '-', $years, DateIntervalUnit::YEAR);
[all …]
H A DDrizzlePlatform.php58 protected function getDateArithmeticIntervalExpression($date, $operator, $interval, $unit) function in Doctrine\\DBAL\\Platforms\\DrizzlePlatform
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php1138 … return $this->getDateArithmeticIntervalExpression($date, '+', $hours, DateIntervalUnit::HOUR);
1153 … return $this->getDateArithmeticIntervalExpression($date, '-', $hours, DateIntervalUnit::HOUR);
1168 return $this->getDateArithmeticIntervalExpression($date, '+', $days, DateIntervalUnit::DAY);
1183 return $this->getDateArithmeticIntervalExpression($date, '-', $days, DateIntervalUnit::DAY);
1198 … return $this->getDateArithmeticIntervalExpression($date, '+', $weeks, DateIntervalUnit::WEEK);
1213 … return $this->getDateArithmeticIntervalExpression($date, '-', $weeks, DateIntervalUnit::WEEK);
1228 … return $this->getDateArithmeticIntervalExpression($date, '+', $months, DateIntervalUnit::MONTH);
1243 … return $this->getDateArithmeticIntervalExpression($date, '-', $months, DateIntervalUnit::MONTH);
1288 … return $this->getDateArithmeticIntervalExpression($date, '+', $years, DateIntervalUnit::YEAR);
1303 … return $this->getDateArithmeticIntervalExpression($date, '-', $years, DateIntervalUnit::YEAR);
[all …]
H A DDrizzlePlatform.php57 protected function getDateArithmeticIntervalExpression($date, $operator, $interval, $unit) function in Doctrine\\DBAL\\Platforms\\DrizzlePlatform
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php1129 … return $this->getDateArithmeticIntervalExpression($date, '+', $hours, DateIntervalUnit::HOUR);
1144 … return $this->getDateArithmeticIntervalExpression($date, '-', $hours, DateIntervalUnit::HOUR);
1159 return $this->getDateArithmeticIntervalExpression($date, '+', $days, DateIntervalUnit::DAY);
1174 return $this->getDateArithmeticIntervalExpression($date, '-', $days, DateIntervalUnit::DAY);
1189 … return $this->getDateArithmeticIntervalExpression($date, '+', $weeks, DateIntervalUnit::WEEK);
1204 … return $this->getDateArithmeticIntervalExpression($date, '-', $weeks, DateIntervalUnit::WEEK);
1219 … return $this->getDateArithmeticIntervalExpression($date, '+', $months, DateIntervalUnit::MONTH);
1234 … return $this->getDateArithmeticIntervalExpression($date, '-', $months, DateIntervalUnit::MONTH);
1279 … return $this->getDateArithmeticIntervalExpression($date, '+', $years, DateIntervalUnit::YEAR);
1294 … return $this->getDateArithmeticIntervalExpression($date, '-', $years, DateIntervalUnit::YEAR);
[all …]
H A DDrizzlePlatform.php56 protected function getDateArithmeticIntervalExpression($date, $operator, $interval, $unit) function in Doctrine\\DBAL\\Platforms\\DrizzlePlatform
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php1138 … return $this->getDateArithmeticIntervalExpression($date, '+', $hours, DateIntervalUnit::HOUR);
1153 … return $this->getDateArithmeticIntervalExpression($date, '-', $hours, DateIntervalUnit::HOUR);
1168 return $this->getDateArithmeticIntervalExpression($date, '+', $days, DateIntervalUnit::DAY);
1183 return $this->getDateArithmeticIntervalExpression($date, '-', $days, DateIntervalUnit::DAY);
1198 … return $this->getDateArithmeticIntervalExpression($date, '+', $weeks, DateIntervalUnit::WEEK);
1213 … return $this->getDateArithmeticIntervalExpression($date, '-', $weeks, DateIntervalUnit::WEEK);
1228 … return $this->getDateArithmeticIntervalExpression($date, '+', $months, DateIntervalUnit::MONTH);
1243 … return $this->getDateArithmeticIntervalExpression($date, '-', $months, DateIntervalUnit::MONTH);
1288 … return $this->getDateArithmeticIntervalExpression($date, '+', $years, DateIntervalUnit::YEAR);
1303 … return $this->getDateArithmeticIntervalExpression($date, '-', $years, DateIntervalUnit::YEAR);
[all …]
H A DDrizzlePlatform.php57 protected function getDateArithmeticIntervalExpression($date, $operator, $interval, $unit) function in Doctrine\\DBAL\\Platforms\\DrizzlePlatform

1234