Searched refs:matchUserAgent (Results 1 – 12 of 12) sorted by relevance
640 $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')) {
352 $this->matchUserAgent('(?:Windows (?:NT|IoT)|X11; Linux x86_64)') &&353 !$this->matchUserAgent($regexExcludeDesktopFragment);375 protected function matchUserAgent(string $regex): ?array function in DeviceDetector\\Parser\\AbstractParser478 return $this->matchUserAgent($this->overAllMatch);
44 if ($this->matchUserAgent($regex . '[^a-z0-9]+')) {
75 $matches = $this->matchUserAgent($regex['regex']);
369 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 …]
31 if (!$this->matchUserAgent('FBMD/')) {
40 $match = $this->matchUserAgent($regex);
64 $match = $this->matchUserAgent($regex);
2319 $matches = $this->matchUserAgent($regex['regex']);2359 $modelMatches = $this->matchUserAgent($modelRegex['regex']);
79 $matches = $this->matchUserAgent($regex['regex']);
50 $matches = $this->matchUserAgent($regex['regex']);
1187 $matches = $this->matchUserAgent($regex['regex']);