Home
last modified time | relevance | path

Searched refs:browserName (Results 1 – 4 of 4) sorted by relevance

/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js131 var browser = browserName(platform[1]),
144 var browser = browserName(platform[1]),
159 var browser = browserName(platform[1]),
210 function browserName(identifier) { function
437 …var description = browserName(platform[1]) + ' ' + platform[2] + ' on ' + _.startCase(platform[0]),
588 … description = browserName(platform[1]) + ' ' + platform[2] + ' on ' + _.startCase(platform[0]),
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DDesiredCapabilities.php210 'browserName',
/plugin/statdisplay/
H A DBrowser.php234 * @param string $browserName
237 …function isBrowser($browserName) { return( 0 == strcasecmp($this->_browser_name, trim($browserName argument
/plugin/sentry/
H A DBrowser.php179 * @param string $browserName
182 function isBrowser($browserName) argument
184 return (0 == strcasecmp($this->_browser_name, trim($browserName)));