Home
last modified time | relevance | path

Searched refs:_is_robot (Results 1 – 2 of 2) sorted by relevance

/plugin/statdisplay/
H A DBrowser.php143 private $_is_robot = false; variable in Browser
228 $this->_is_robot = false;
293 public function isRobot() { return $this->_is_robot; }
308 protected function setRobot($value=true) { $this->_is_robot = $value; }
/plugin/sentry/
H A DBrowser.php49 private $_is_robot = false; variable in dokuwiki\\plugin\\sentry\\Browser
172 $this->_is_robot = false;
292 return $this->_is_robot;
337 $this->_is_robot = $value;