Home
last modified time | relevance | path

Searched refs:jobname (Results 1 – 3 of 3) sorted by relevance

/plugin/cronojob/pseudo-cron/
H A Dpseudo-cron.inc.php347 function getJobFileName($jobname) { argument
348 $jobfile = $this->writeDir.urlencode($jobname).".job";
352 function getLastActualRunTime($jobname) { argument
353 $jobfile = $this->getJobFileName($jobname);
360 function markLastRun($jobname, $lastRun) { argument
361 $jobfile = $this->getJobFileName($jobname);
H A Dpseudo-cron-image.php390 function getJobFileName($jobname) { argument
391 $jobfile = $this->writeDir.urlencode($jobname).".job";
395 function getLastActualRunTime($jobname) { argument
396 $jobfile = $this->getJobFileName($jobname);
403 function markLastRun($jobname, $lastRun) { argument
404 $jobfile = $this->getJobFileName($jobname);
/plugin/cronojob/
H A Dpseudocron.php329 function getJobFileName($jobname) { argument
330 $jobfile = $this->writeDir.urlencode($jobname).".job";
334 function getLastActualRunTime($jobname) { argument
335 $jobfile = $this->getJobFileName($jobname);
342 function markLastRun($jobname, $lastRun) { argument
343 $jobfile = $this->getJobFileName($jobname);