Lines Matching refs:hlp

4     private $hlp;
6 public function __construct(helper_plugin_statistics $hlp) {
7 $this->hlp = $hlp;
17 FROM " . $this->hlp->prefix . "access as A
21 $result = $this->hlp->runSQL($sql);
35 FROM " . $this->hlp->prefix . "access as A
38 $result = $this->hlp->runSQL($sql);
48 FROM " . $this->hlp->prefix . "session as A
51 $result = $this->hlp->runSQL($sql);
56 FROM " . $this->hlp->prefix . "session as A
64 $result = $this->hlp->runSQL($sql);
70 FROM " . $this->hlp->prefix . "session as A
72 $result = $this->hlp->runSQL($sql);
77 FROM ".$this->hlp->prefix."access as A
80 $result = $this->hlp->runSQL($sql);
86 FROM " . $this->hlp->prefix . "session as A
90 $result = $this->hlp->runSQL($sql);
95 FROM " . $this->hlp->prefix . "logins as A
98 $result = $this->hlp->runSQL($sql);
103 FROM " . $this->hlp->prefix . "logins as A
106 $result = $this->hlp->runSQL($sql);
111 FROM ". $this->hlp->prefix . "lastseen
113 $result = $this->hlp->runSQL($sql);
141 FROM " . $this->hlp->prefix . "access as A
146 $result = $this->hlp->runSQL($sql);
168 FROM " . $this->hlp->prefix . "edits as A
173 $result = $this->hlp->runSQL($sql);
198 FROM " . $this->hlp->prefix . "history as A
203 return $this->hlp->runSQL($sql);
208 FROM " . $this->hlp->prefix . "search as A
213 return $this->hlp->runSQL($sql);
225 FROM " . $this->hlp->prefix . "search as A
231 return $this->hlp->runSQL($sql);
243 FROM " . $this->hlp->prefix . "search as A,
244 " . $this->hlp->prefix . "searchwords as B
251 return $this->hlp->runSQL($sql);
256 FROM " . $this->hlp->prefix . "outlinks as A
261 return $this->hlp->runSQL($sql);
266 FROM " . $this->hlp->prefix . "access as A
272 return $this->hlp->runSQL($sql);
277 FROM " . $this->hlp->prefix . "edits as A
282 return $this->hlp->runSQL($sql);
287 FROM " . $this->hlp->prefix . "media as A
293 return $this->hlp->runSQL($sql);
298 FROM " . $this->hlp->prefix . "media as A
301 return $this->hlp->runSQL($sql);
306 FROM " . $this->hlp->prefix . "media as A
312 return $this->hlp->runSQL($sql);
317 FROM " . $this->hlp->prefix . "media as A
320 return $this->hlp->runSQL($sql);
325 FROM " . $this->hlp->prefix . "access as A
332 return $this->hlp->runSQL($sql);
337 FROM " . $this->hlp->prefix . "access as B,
338 " . $this->hlp->prefix . "refseen as A
346 return $this->hlp->runSQL($sql);
351 FROM " . $this->hlp->prefix . "access as A,
352 " . $this->hlp->prefix . "iplocation as B
358 return $this->hlp->runSQL($sql);
371 FROM " . $this->hlp->prefix . "access as A
377 return $this->hlp->runSQL($sql);
382 FROM " . $this->hlp->prefix . "access as A
388 return $this->hlp->runSQL($sql);
393 FROM " . $this->hlp->prefix . "access as A
400 return $this->hlp->runSQL($sql);
405 FROM " . $this->hlp->prefix . "edits as A
411 return $this->hlp->runSQL($sql);
416 FROM " . $this->hlp->prefix . "groups as A
422 return $this->hlp->runSQL($sql);
427 FROM " . $this->hlp->prefix . "groups as A
433 return $this->hlp->runSQL($sql);
442 FROM " . $this->hlp->prefix . "access as A
450 return $this->hlp->runSQL($sql);
458 FROM " . $this->hlp->prefix . "access as A
467 return $this->hlp->runSQL($sql);
472 FROM " . $this->hlp->prefix . "lastseen as A
476 return $this->hlp->runSQL($sql);