Searched refs:_agent (Results 1 – 2 of 2) sorted by relevance
/plugin/statdisplay/ |
H A D | Browser.php | 136 private $_agent = ''; variable in Browser 320 $this->_agent = $agent_string; 530 … else if( stripos($this->_agent,'msie') !== false && stripos($this->_agent,'opera') === false ) { 544 … else if( stripos($this->_agent,'mspie') !== false || stripos($this->_agent,'pocket') !== false ) { 741 …if( stripos($this->_agent,'Firefox') !== false && preg_match('/Navigator\/([^ ]*)/i',$this->_agent… 772 …if( stripos($this->_agent,'Mozilla') !== false && preg_match('/IceCat\/([^ ]*)/i',$this->_agent,$m… 787 if( stripos($this->_agent,'Series60') !== false || strpos($this->_agent,'S60') !== false ) { 838 …if( stripos($this->_agent,'mozilla') !== false && preg_match('/rv:[0-9].[0-9][a-b]?/i',$this->_ag… 845 …else if( stripos($this->_agent,'mozilla') !== false && preg_match('/rv:[0-9]\.[0-9]/i',$this->_age… 851 … if( stripos($this->_agent,'mozilla') !== false && preg_match('/mozilla\/([^ ]*)/i',$this->_agent… [all …]
|
/plugin/sentry/ |
H A D | Browser.php | 41 private $_agent = ''; variable in dokuwiki\\plugin\\sentry\\Browser 355 return $this->_agent; 365 $this->_agent = $agent_string; 909 … else if (stripos($this->_agent, 'msie') !== false && stripos($this->_agent, 'opera') === false) { 955 $this->_agent = str_replace(array("Mozilla", "Gecko"), "MSIE", $this->_agent); 958 …else if (stripos($this->_agent, 'mspie') !== false || stripos($this->_agent, 'pocket') !== false) { 1260 … if (stripos($this->_agent, 'Series60') !== false || strpos($this->_agent, 'S60') !== false) { 1323 …if (stripos($this->_agent, 'mozilla') !== false && preg_match('/rv:[0-9].[0-9][a-b]?/i', $this->_a… 1329 …else if (stripos($this->_agent, 'mozilla') !== false && preg_match('/rv:[0-9]\.[0-9]/i', $this->_a… 1334 …if (stripos($this->_agent, 'mozilla') !== false && preg_match('/mozilla\/([^ ]*)/i', $this->_agent… [all …]
|