Searched refs:currentTime (Results 1 – 4 of 4) sorted by relevance
| /template/strap/vendor/dragonmantank/cron-expression/src/Cron/ |
| H A D | CronExpression.php | 194 public function getNextRunDate($currentTime = 'now', $nth = 0, $allowCurrentDate = false) argument 196 return $this->getRunDate($currentTime, $nth, false, $allowCurrentDate); 211 public function getPreviousRunDate($currentTime = 'now', $nth = 0, $allowCurrentDate = false) argument 213 return $this->getRunDate($currentTime, $nth, true, $allowCurrentDate); 227 …public function getMultipleRunDates($total, $currentTime = 'now', $invert = false, $allowCurrentDa… argument 232 $matches[] = $this->getRunDate($currentTime, $i, $invert, $allowCurrentDate); 280 public function isDue($currentTime = 'now') argument 282 if ('now' === $currentTime) { 284 $currentTime = strtotime($currentDate); 285 } elseif ($currentTime instanceof DateTime) { [all …]
|
| /template/strap/vendor/dragonmantank/cron-expression/ |
| H A D | CHANGELOG.md | 36 - Only set default timezone if the given $currentTime is not a DateTime instance ([#34](https://git…
|
| /template/breeze/bower_components/gumby/js/libs/ |
| D | jquery-2.0.2.min.map | 1 …w","animation","collection","Animation","properties","stopped","tick","currentTime","startTime","d…
|
| D | jquery-1.10.1.min.map | 1 …w","animation","collection","Animation","properties","stopped","tick","currentTime","startTime","d…
|