Searched refs:buildByMatch (Results 1 – 6 of 6) sorted by relevance
90 $name = $this->buildByMatch($regex['name'], $matches);
55 'name' => $this->buildByMatch($regex['name'], $matches),
1204 $name = $this->buildByMatch($regex['name'], $matches);
403 protected function buildByMatch(string $item, array $matches): string function in DeviceDetector\\Parser\\AbstractParser431 $versionString = $this->buildByMatch($versionString, $matches);
648 $name = $this->buildByMatch($osRegex['name'], $matches);663 … $name = $this->buildByMatch($regex['name'], $matches);
2392 $model = $this->buildByMatch($model, $matches);