Home
last modified time | relevance | path

Searched refs:getBrowser (Results 1 – 7 of 7) sorted by relevance

/plugin/xhtmlruby/
H A Dscript.js56 function getBrowser() function
73 var browser = getBrowser();
/plugin/sentry/
H A DEvent.php269 'name' => $browser->getBrowser(),
H A DBrowser.php191 public function getBrowser() function in dokuwiki\\plugin\\sentry\\Browser
385 return "<strong>Browser Name:</strong> {$this->getBrowser()}<br/>\n" .
/plugin/statdisplay/
H A DBrowser.php243 public function getBrowser() { return $this->_browser_name; } function in Browser
336 return "<strong>Browser Name:</strong>{$this->getBrowser()}<br/>\n" .
/plugin/statistics/inc/
H A DStatisticsLogger.class.php24 $ua = $bc->getBrowser($this->ua_agent);
H A DBrowscap.php258 public function getBrowser($user_agent = null, $return_array = false) function in Browscap
/plugin/statdisplay/helper/
H A Dlog.php305 return trim($ua->getBrowser() . ' ' . $version);