Home
last modified time | relevance | path

Searched refs:scheduleRoot (Results 1 – 5 of 5) sorted by last modified time

/plugin/schedule/syntax/
H A Dblock.php39 var $scheduleRoot; variable in syntax_plugin_schedule_block
58 $this->scheduleRoot = new scheduleRoot ($this);
63 $this->scheduleRoot->manageAction ($_REQUEST['schd']);
64 $this->scheduleRoot->printForm ();
68 foreach ($this->scheduleRoot->message as $type => $msg)
91 $this->schedules = new schedules ($this->scheduleRoot, $ns);
134 foreach ($this->scheduleRoot->message as $type => $msg)
/plugin/schedule/
H A Dschedules.class.php76 return $this->scheduleRoot->isAdmin;
85 return $this->scheduleRoot->debug ($text);
92 function __construct ($scheduleRoot, $ns) { argument
93 $this->scheduleRoot = $scheduleRoot;
110 $this->scheduleRoot->writeConfig ($this);
650 … '{{ :'.$this->scheduleRoot->groupsDir.':'.$member.':'.$this->scheduleRoot->iconName.'?100}}]]'.NL;
965 … $logoId = $this->scheduleRoot->groupsDir.':'.$event->member.':'.$this->scheduleRoot->iconName;
992 $this->scheduleRoot->resetOddEven ();
1016 $this->scheduleRoot->resetOddEven ();
1135 $logoId = $this->scheduleRoot->groupsDir.':'.$member.':'.$this->scheduleRoot->iconName;
[all …]
H A DajaxClearCache.php20 $scheduleRoot = new scheduleRoot ($schdplug); variable
24 $schedules = new schedules ($scheduleRoot, $_REQUEST ['schedule']['ns']);
28 $scheduleRoot->clearCache ();
H A DscheduleRoot.class.php24 class scheduleRoot { class
246 scheduleRoot::createDirIsNeeded ($this->cacheRootDir);
247 scheduleRoot::createDirIsNeeded ($this->dataRootDir);
291 $exclude = ".|..|".$this->scheduleRoot->configFile;
323 scheduleRoot::createDirIsNeeded ($schedules->dataDir);
H A Dajax.php27 $scheduleRoot = new scheduleRoot ($schdplug); variable
34 $ds_showDay = trim ($scheduleRoot->df2ds ($_REQUEST['schd']['date']));
37 $schedules = new schedules ($scheduleRoot, $_REQUEST['schd']['ns']);
44 $scheduleRoot->manageAction ($_REQUEST['schd']);
45 $scheduleRoot->printForm ();
53 foreach ($scheduleRoot->message as $type => $msg)