Lines Matching refs:hlp
11 private \helper_plugin_statistics $hlp; variable in dokuwiki\\plugin\\statistics\\StatisticsGraph
26 public function __construct(\helper_plugin_statistics $hlp, $from, $to, $width, $height) argument
28 $this->hlp = $hlp;
64 $result = $this->hlp->getQuery()->$query();
105 $result = $this->hlp->getQuery()->history($info, $interval);
123 'label' => $this->hlp->getLang('graph_' . $info),
181 $result = $this->hlp->getQuery()->viewport();
195 'label' => $this->hlp->getLang('viewport'),
206 $result = $this->hlp->getQuery()->resolution();
220 'label' => $this->hlp->getLang('resolution'),
253 $result = $this->hlp->getQuery()->dashboardviews($hours);
269 'label' => $this->hlp->getLang('graph_views'),
273 'label' => $this->hlp->getLang('graph_sessions'),
277 'label' => $this->hlp->getLang('graph_visitors'),
290 $result = $this->hlp->getQuery()->dashboardwiki($hours);
305 'label' => $this->hlp->getLang('graph_edits'),
309 'label' => $this->hlp->getLang('graph_creates'),
313 'label' => $this->hlp->getLang('graph_deletions'),