Home
last modified time | relevance | path

Searched refs:buildByMatch (Results 1 – 6 of 6) sorted by relevance

/plugin/statistics/vendor/matomo/device-detector/Parser/Client/Browser/
H A DEngine.php90 $name = $this->buildByMatch($regex['name'], $matches);
/plugin/statistics/vendor/matomo/device-detector/Parser/Client/
H A DAbstractClientParser.php55 'name' => $this->buildByMatch($regex['name'], $matches),
H A DBrowser.php1204 $name = $this->buildByMatch($regex['name'], $matches);
/plugin/statistics/vendor/matomo/device-detector/Parser/
H A DAbstractParser.php403 protected function buildByMatch(string $item, array $matches): string function in DeviceDetector\\Parser\\AbstractParser
431 $versionString = $this->buildByMatch($versionString, $matches);
H A DOperatingSystem.php648 $name = $this->buildByMatch($osRegex['name'], $matches);
663 … $name = $this->buildByMatch($regex['name'], $matches);
/plugin/statistics/vendor/matomo/device-detector/Parser/Device/
H A DAbstractDeviceParser.php2392 $model = $this->buildByMatch($model, $matches);