Home
last modified time | relevance | path

Searched refs:fuzzyCompare (Results 1 – 3 of 3) sorted by relevance

/plugin/statistics/vendor/matomo/device-detector/Parser/Client/
DBrowser.php1149 if ($this->fuzzyCompare("{$brand}", $browserName)
1150 || $this->fuzzyCompare($brand . ' Browser', $browserName)
1151 || $this->fuzzyCompare("{$brand}", $browserName . ' Browser')
/plugin/statistics/vendor/matomo/device-detector/Parser/
DAbstractParser.php489 protected function fuzzyCompare(string $value1, string $value2): bool function in DeviceDetector\\Parser\\AbstractParser
DOperatingSystem.php590 if ($this->fuzzyCompare($hintName, $osName)) {