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