Home
last modified time | relevance | path

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

/plugin/schedule/
H A Dschedules.class.php48 var $datedSchedules = array (); // set of repeated or not events indexed by date variable in schedules
416 foreach ($this->datedSchedules [$event->from] as $other)
432 foreach ($this->datedSchedules [$event->from] as $other)
732 $this->datedSchedules = array ();
735 $this->datedSchedules [$schedule->from][] = $schedule;
H A DscheduleRoot.class.php406 ' <td class="value">'.count ($schedules->datedSchedules).'</td>'.NL.