Lines Matching full:browser
23 // detected browser info
89 You seem to be using a bad browser. \\\\
121 if (preg_match('/\bIE/', $this->binfo['browser']) && intval($this->binfo['version'])< 10 ) {
123 'parameter' => 'Browser old age',
124 'reason' => $this->binfo['browser'] . " " . $this->binfo['version'] ,
133 'parameter' => 'Browser Ecosystem',
139 if (preg_match('/^Opera/', $this->binfo['browser']) && intval($this->binfo['version'])>12 ) {
141 'reason' => $this->binfo['browser'] . " " . $this->binfo['version'],
142 'parameter' => 'Browser is a Chrome reskin',
148 if (preg_match('/\bChrome/', $this->binfo['browser'])) {
150 'reason' => $this->binfo['browser'] ,
151 'parameter' => 'Browser',
160 'parameter' => 'Browser Ecosystem',
169 'parameter' => 'Browser type',
178 'parameter' => 'Browser type',
184 if (preg_match('/^Safari/', $this->binfo['browser'])
188 'parameter' => 'Browser Ecosystem',
197 'parameter' => 'Browser Ecosystem',
206 'parameter' => 'Browser Ecosystem',
216 …arily accurate results, focused on returning five primary keys about the browser which are to conc…
217 * * browser
230 $ret= [ 'browser' => 'generic', 'browser_maker' => 'generic', 'parent' => '', 'version' => '0' ];
233 $ret['browser']= 'IE';
239 $ret['parent']= $ret['browser']. ' ' . $ret['majorver'];
251 $ret['browser']= 'Chrome';
273 $ret['browser']= $variantname;
286 $ret['browser']= 'Safari';
293 // TODO: Facebook Browser
297 $ret['browser']= 'Facebook';
308 $ret['browser']= 'Firefox';