Home
last modified time | relevance | path

Searched refs:scheduleRoot (Results 1 – 5 of 5) sorted by relevance

/plugin/schedule/
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)
Dschedules.class.php28 var $scheduleRoot; // commun data for all schedules variable in schedules
70 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) { argument
93 $this->scheduleRoot = $scheduleRoot;
[all …]
DajaxClearCache.php20 $scheduleRoot = new scheduleRoot ($schdplug); variable
24 $schedules = new schedules ($scheduleRoot, $_REQUEST ['schedule']['ns']);
28 $scheduleRoot->clearCache ();
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);
/plugin/schedule/syntax/
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)