Searched refs:_agent (Results 1 – 3 of 3) sorted by relevance
| /plugin/sentry/ |
| D | Browser.php | 41 private $_agent = ''; variable in dokuwiki\\plugin\\sentry\\Browser 164 $this->_agent = isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : ""; 355 return $this->_agent; 365 $this->_agent = $agent_string; 376 return (strpos($this->_agent, "chromeframe") !== false); 497 if (stripos($this->_agent, 'blackberry') !== false) { 498 $aresult = explode("/", stristr($this->_agent, "BlackBerry")); 519 if (stripos($this->_agent, 'aol') !== false) { 520 $aversion = explode(' ', stristr($this->_agent, 'AOL')); 536 if (stripos($this->_agent, 'googlebot') !== false) { [all …]
|
| /plugin/statdisplay/ |
| D | Browser.php | 136 private $_agent = ''; variable in Browser 221 $this->_agent = isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : ""; 313 public function getUserAgent() { return $this->_agent; } 320 $this->_agent = $agent_string; 329 return( strpos($this->_agent,"chromeframe") !== false ); 412 if( stripos($this->_agent,'blackberry') !== false ) { 413 $aresult = explode("/",stristr($this->_agent,"BlackBerry")); 431 if( stripos($this->_agent,'aol') !== false ) { 432 $aversion = explode(' ',stristr($this->_agent, 'AOL')); 445 if( stripos($this->_agent,'googlebot') !== false ) { [all …]
|
| /plugin/botmon/ |
| H A D | admin.js | 572 _agent: data.agent, 2919 if (type !== 'knownBots' && page._agent) { 2923 }, "User-agent: " + page._agent));
|