Lines Matching defs:start

25     protected $start = 0;
114 $this->start = (int) $_REQUEST['s'];
201 if($this->start > 0) {
202 $go = max($this->start - $limit, 0);
207 $go = $this->start + $limit;
278 $result = $this->hlp->Query()->pages($this->tlimit, $this->start, 15);
286 $result = $this->hlp->Query()->newreferer($this->tlimit, $this->start, 15);
294 $result = $this->hlp->Query()->searchphrases(true, $this->tlimit, $this->start, 15);
311 $result = $this->hlp->Query()->countries($this->tlimit, $this->start, 150);
317 $result = $this->hlp->Query()->pages($this->tlimit, $this->start, 150);
323 $result = $this->hlp->Query()->edits($this->tlimit, $this->start, 150);
335 $result = $this->hlp->Query()->images($this->tlimit, $this->start, 150);
347 $result = $this->hlp->Query()->downloads($this->tlimit, $this->start, 150);
354 $result = $this->hlp->Query()->browsers($this->tlimit, $this->start, 150, true);
361 $result = $this->hlp->Query()->topuser($this->tlimit, $this->start, 150, true);
368 $result = $this->hlp->Query()->topeditor($this->tlimit, $this->start, 150, true);
375 $result = $this->hlp->Query()->topgroup($this->tlimit, $this->start, 150, true);
382 $result = $this->hlp->Query()->topgroupedit($this->tlimit, $this->start, 150, true);
389 $result = $this->hlp->Query()->os($this->tlimit, $this->start, 150, true);
407 $result = $this->hlp->Query()->referer($this->tlimit, $this->start, 150);
414 $result = $this->hlp->Query()->newreferer($this->tlimit, $this->start, 150);
420 $result = $this->hlp->Query()->outlinks($this->tlimit, $this->start, 150);
426 $result = $this->hlp->Query()->searchphrases(true, $this->tlimit, $this->start, 150);
432 $result = $this->hlp->Query()->searchwords(true, $this->tlimit, $this->start, 150);
438 $result = $this->hlp->Query()->searchphrases(false, $this->tlimit, $this->start, 150);
444 $result = $this->hlp->Query()->searchwords(false, $this->tlimit, $this->start, 150);
451 $result = $this->hlp->Query()->searchengines($this->tlimit, $this->start, 150);
458 $result = $this->hlp->Query()->resolution($this->tlimit, $this->start, 150);
465 $result = $this->hlp->Query()->viewport($this->tlimit, $this->start, 150);
471 $result = $this->hlp->Query()->seenusers($this->tlimit, $this->start, 150);