Lines Matching full:run
14 * due to run, the next run date and previous run date of a CRON expression.
15 * The determinations made by this class are accurate if checked run once per
44 * @var int Max iteration count when searching for next run date
60 * `@yearly`, `@annually` - Run once a year, midnight, Jan. 1 - 0 0 1 1 *
61 * `@monthly` - Run once a month, midnight, first of month - 0 0 1 * *
62 * `@weekly` - Run once a week, midnight on Sun - 0 0 * * 0
63 * `@daily` - Run once a day, midnight - 0 0 * * *
64 * `@hourly` - Run once an hour, first minute - 0 * * * *
165 * Set max iteration count for searching next run dates
167 * @param int $maxIterationCount Max iteration count when searching for next run date
179 * Get a next run date relative to the current date or a specific date
183 …* matching next run date. 0, the default, will return t…
184 …* date and time if the next run date falls on the curren…
200 * Get a previous run date relative to the current date or a specific date
217 * Get multiple run dates starting at the current date or a specific date
225 * @return array Returns an array of run dates
272 * Determine if the cron is due to run based on the current date or a
278 * @return bool Returns TRUE if the cron is due to run or FALSE if not
311 * Get the next or previous run date of the expression relative to a date