Home
last modified time | relevance | path

Searched refs:matchUserAgent (Results 1 – 12 of 12) sorted by relevance

/plugin/statistics/vendor/matomo/device-detector/Parser/
DOperatingSystem.php640 $matches = $this->matchUserAgent($osRegex['regex']);
656 $matches = $this->matchUserAgent($regex['regex']);
724 … if ($this->matchUserAgent('arm[ _;)ev]|.*arm$|.*arm64|aarch64|Apple ?TV|Watch ?OS|Watch1,[12]')) {
728 if ($this->matchUserAgent('loongarch64')) {
732 if ($this->matchUserAgent('mips')) {
736 if ($this->matchUserAgent('sh4')) {
740 if ($this->matchUserAgent('sparc64')) {
744 … if ($this->matchUserAgent('64-?bit|WOW64|(?:Intel)?x64|WINDOWS_64|win64|.*amd64|.*x86_?64')) {
748 if ($this->matchUserAgent('.*32bit|.*win32|(?:i[0-9]|x)86|i86pc')) {
DAbstractParser.php352 $this->matchUserAgent('(?:Windows (?:NT|IoT)|X11; Linux x86_64)') &&
353 !$this->matchUserAgent($regexExcludeDesktopFragment);
375 protected function matchUserAgent(string $regex): ?array function in DeviceDetector\\Parser\\AbstractParser
478 return $this->matchUserAgent($this->overAllMatch);
DVendorFragment.php44 if ($this->matchUserAgent($regex . '[^a-z0-9]+')) {
DBot.php75 $matches = $this->matchUserAgent($regex['regex']);
/plugin/statistics/vendor/matomo/device-detector/
DDeviceDetector.php369 return !!$this->matchUserAgent($regex);
781 return !!$this->matchUserAgent($regex);
793 return !!$this->matchUserAgent($regex);
805 return !!$this->matchUserAgent($regex);
817 return !!$this->matchUserAgent($regex);
962 && $this->matchUserAgent('Chrome/[.0-9]*')
964 if ($this->matchUserAgent('(?:Mobile|eliboM)')) {
974 …if (AbstractDeviceParser::DEVICE_TYPE_SMARTPHONE === $this->device && $this->matchUserAgent('Pad/A…
982 || $this->matchUserAgent('Opera Tablet'))
1052 if (null === $this->device && $this->matchUserAgent('Puffin/(?:\d+[.\d]+)[LMW]D')) {
[all …]
/plugin/statistics/vendor/matomo/device-detector/Parser/Device/
DNotebook.php31 if (!$this->matchUserAgent('FBMD/')) {
DShellTv.php40 $match = $this->matchUserAgent($regex);
DHbbTv.php64 $match = $this->matchUserAgent($regex);
DAbstractDeviceParser.php2319 $matches = $this->matchUserAgent($regex['regex']);
2359 $modelMatches = $this->matchUserAgent($modelRegex['regex']);
/plugin/statistics/vendor/matomo/device-detector/Parser/Client/Browser/
DEngine.php79 $matches = $this->matchUserAgent($regex['regex']);
/plugin/statistics/vendor/matomo/device-detector/Parser/Client/
DAbstractClientParser.php50 $matches = $this->matchUserAgent($regex['regex']);
DBrowser.php1187 $matches = $this->matchUserAgent($regex['regex']);