Lines Matching full:firefox
27 * echo 'You have FireFox version 2 or greater';
57 * + Moved the Opera check in front of the Firefox check due to legacy Opera User Agents
61 * + Updated the checkes for Firefox
118 * Updated the version detection for Firefox
131 * Removed Netscape checks (matches heavily with firefox & mozilla)
158 …const BROWSER_FIREFOX = 'Firefox'; // http://www.mozilla.com/en-US/firefox/…
357 // (1) Opera must be checked before FireFox due to the odd
361 // (3) (deprecated) Galeon is based on Firefox and needs to be
362 // tested before Firefox is tested
365 // (5) Netscape 9+ is based on Firefox so Netscape checks
366 // before FireFox are necessary
741 …if( stripos($this->_agent,'Firefox') !== false && preg_match('/Navigator\/([^ ]*)/i',$this->_agent…
746 …else if( stripos($this->_agent,'Firefox') === false && preg_match('/Netscape6?\/([^ ]*)/i',$this->…
800 * Determine if the browser is Firefox or not (last updated 1.7)
801 * @return boolean True if the browser is Firefox otherwise false
805 if( preg_match("/Firefox[\/ \(]([^ ;\)]+)/i",$this->_agent,$matches) ) {
810 else if( preg_match("/Firefox$/i",$this->_agent,$matches) ) {
820 * Determine if the browser is Firefox or not (last updated 1.7)
821 * @return boolean True if the browser is Firefox otherwise false