Home
last modified time | relevance | path

Searched refs:add_daily_cron (Results 1 – 2 of 2) sorted by relevance

/dports/www/habari/habari-0.8/system/handlers/
H A Dinstallhandler.php772 CronTab::add_daily_cron( 'trim_log', array( 'EventLog', 'trim' ), _t( 'Trim the log table' ) );
775 …CronTab::add_daily_cron( 'update_check', array( 'Update', 'cron' ), _t( 'Perform a check for plugi…
1421 …CronTab::add_daily_cron( 'truncate_log', array( 'Utils', 'truncate_log' ), _t( 'Truncate the log t…
1676 CronTab::add_daily_cron( 'trim_log', array( 'EventLog', 'trim' ), _t( 'Trim the log table' ) );
1684 …CronTab::add_daily_cron( 'update_check', array( 'Update', 'cron' ), _t( 'Perform a check for plugi…
/dports/www/habari/habari-0.8/system/classes/
H A Dcrontab.php216 static function add_daily_cron( $name, $callback, $description = '' ) function in CronTab