Searched refs:browserName (Results 1 – 4 of 4) sorted by relevance
131 var browser = browserName(platform[1]),144 var browser = browserName(platform[1]),159 var browser = browserName(platform[1]),210 function browserName(identifier) { function437 …var description = browserName(platform[1]) + ' ' + platform[2] + ' on ' + _.startCase(platform[0]),588 … description = browserName(platform[1]) + ' ' + platform[2] + ' on ' + _.startCase(platform[0]),
210 'browserName',
234 * @param string $browserName237 …function isBrowser($browserName) { return( 0 == strcasecmp($this->_browser_name, trim($browserName… argument
179 * @param string $browserName182 function isBrowser($browserName) argument184 return (0 == strcasecmp($this->_browser_name, trim($browserName)));