Searched refs:scheduleRoot (Results 1 – 5 of 5) sorted by relevance
27 $scheduleRoot = new scheduleRoot ($schdplug); variable34 $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)
28 var $scheduleRoot; // commun data for all schedules variable in schedules70 return $this->scheduleRoot->plugin->getConf ($name);73 return $this->scheduleRoot->plugin->getLang ($name);76 return $this->scheduleRoot->isAdmin;79 return $this->scheduleRoot->message ($type, $text);82 return $this->scheduleRoot->startMessage ($type, $text);85 return $this->scheduleRoot->debug ($text);88 return isset ($this->scheduleRoot->message[$type]);92 function __construct ($scheduleRoot, $ns) { argument93 $this->scheduleRoot = $scheduleRoot;[all …]
20 $scheduleRoot = new scheduleRoot ($schdplug); variable24 $schedules = new schedules ($scheduleRoot, $_REQUEST ['schedule']['ns']);28 $scheduleRoot->clearCache ();
24 class scheduleRoot { class246 scheduleRoot::createDirIsNeeded ($this->cacheRootDir);247 scheduleRoot::createDirIsNeeded ($this->dataRootDir);291 $exclude = ".|..|".$this->scheduleRoot->configFile;323 scheduleRoot::createDirIsNeeded ($schedules->dataDir);
39 var $scheduleRoot; variable in syntax_plugin_schedule_block58 $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)