Searched refs:browserName (Results 1 – 5 of 5) sorted by relevance
| /plugin/statistics/vendor/matomo/device-detector/Parser/Client/ |
| D | Browser.php | 915 foreach (self::getAvailableBrowsers() as $browserShort => $browserName) { 916 if (\strtolower($name) === \strtolower($browserName)) { 1148 foreach (self::$availableBrowsers as $browserShort => $browserName) { 1149 if ($this->fuzzyCompare("{$brand}", $browserName) 1150 || $this->fuzzyCompare($brand . ' Browser', $browserName) 1151 || $this->fuzzyCompare("{$brand}", $browserName . ' Browser') 1153 $name = $browserName;
|
| /plugin/sequencediagram/bower_components/lodash/test/ |
| D | saucelabs.js | 131 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 D | DesiredCapabilities.php | 210 'browserName',
|
| /plugin/statdisplay/ |
| D | Browser.php | 234 * @param string $browserName 237 …function isBrowser($browserName) { return( 0 == strcasecmp($this->_browser_name, trim($browserName… argument
|
| /plugin/sentry/ |
| D | Browser.php | 179 * @param string $browserName 182 function isBrowser($browserName) argument 184 return (0 == strcasecmp($this->_browser_name, trim($browserName)));
|