Lines Matching full:mobile
32 …* Represents `Sec-CH-UA-Mobile` header field: whether the user agent should receive a specifically…
36 protected $mobile = false; variable in DeviceDetector\\ClientHints
94 * @param bool $mobile `Sec-CH-UA-Mobile` header field
100 …ion = '', string $uaFullVersion = '', array $fullVersionList = [], bool $mobile = false, string $a… argument
107 $this->mobile = $mobile;
139 return $this->mobile;
257 $mobile = false;
280 case 'http-sec-ch-ua-mobile':
281 case 'sec-ch-ua-mobile':
282 case 'mobile':
283 $mobile = true === $value || '1' === $value || '?1' === $value;
366 $mobile,