Lines Matching refs:binfo
24 var $binfo = array(); variable in action_plugin_nobadbrowser
33 $this->binfo= [];
70 $this->binfo= get_browser(null, true);
72 $this->binfo= $this->get_browser_local($_SERVER['HTTP_USER_AGENT']);
73 $this->binfo['browscap']= false;
75 $this->binfo['browscap']= $bc;
76 $this->binfo['with']= $with;
77 $this->binfo['_UA']= $_SERVER['HTTP_USER_AGENT'];
121 if (preg_match('/\bIE/', $this->binfo['browser']) && intval($this->binfo['version'])< 10 ) {
124 'reason' => $this->binfo['browser'] . " " . $this->binfo['version'] ,
139 if (preg_match('/^Opera/', $this->binfo['browser']) && intval($this->binfo['version'])>12 ) {
141 'reason' => $this->binfo['browser'] . " " . $this->binfo['version'],
157 if (preg_match('/^Google.*/', $this->binfo['browser_maker'])) {
159 'reason' => $this->binfo['browser_maker'] ,
175 if (preg_match('/.*Google Inc.*/', $this->binfo['renderingengine_maker']) ) {
194 if (preg_match('/^Facebook/', $this->binfo['browser_maker']) ) {
196 'reason' => $this->binfo['browser_maker'] ,
320 $x= print_r($this->binfo, true);