Home
last modified time | relevance | path

Searched refs:parserName (Results 1 – 22 of 22) sorted by relevance

/plugin/statistics/vendor/matomo/device-detector/Parser/Client/
DAbstractClientParser.php27 protected $parserName = ''; variable in DeviceDetector\\Parser\\Client\\AbstractClientParser
54 'type' => $this->parserName,
DMobileApp.php40 protected $parserName = 'mobile app'; variable in DeviceDetector\\Parser\\Client\\MobileApp
121 'type' => $this->parserName,
DMediaPlayer.php30 protected $parserName = 'mediaplayer'; variable in DeviceDetector\\Parser\\Client\\MediaPlayer
DLibrary.php30 protected $parserName = 'library'; variable in DeviceDetector\\Parser\\Client\\Library
DPIM.php30 protected $parserName = 'pim'; variable in DeviceDetector\\Parser\\Client\\PIM
DFeedReader.php30 protected $parserName = 'feed reader'; variable in DeviceDetector\\Parser\\Client\\FeedReader
DBrowser.php41 protected $parserName = 'browser'; variable in DeviceDetector\\Parser\\Client\\Browser
/plugin/statistics/vendor/matomo/device-detector/Parser/
DAbstractParser.php38 protected $parserName; variable in DeviceDetector\\Parser\\AbstractParser
225 return $this->parserName;
459 $cacheKey = $this->parserName . DeviceDetector::VERSION . '-all';
DVendorFragment.php30 protected $parserName = 'vendorfragments'; variable in DeviceDetector\\Parser\\VendorFragment
DBot.php32 protected $parserName = 'bot'; variable in DeviceDetector\\Parser\\Bot
DOperatingSystem.php35 protected $parserName = 'os'; variable in DeviceDetector\\Parser\\OperatingSystem
/plugin/statistics/vendor/matomo/device-detector/Parser/Device/
DMobile.php30 protected $parserName = 'mobile'; variable in DeviceDetector\\Parser\\Device\\Mobile
DCarBrowser.php30 protected $parserName = 'car browser'; variable in DeviceDetector\\Parser\\Device\\CarBrowser
DConsole.php30 protected $parserName = 'console'; variable in DeviceDetector\\Parser\\Device\\Console
DPortableMediaPlayer.php30 protected $parserName = 'portablemediaplayer'; variable in DeviceDetector\\Parser\\Device\\PortableMediaPlayer
DNotebook.php24 protected $parserName = 'notebook'; variable in DeviceDetector\\Parser\\Device\\Notebook
DCamera.php30 protected $parserName = 'camera'; variable in DeviceDetector\\Parser\\Device\\Camera
DShellTv.php28 protected $parserName = 'shelltv'; variable in DeviceDetector\\Parser\\Device\\ShellTv
DHbbTv.php30 protected $parserName = 'tv'; variable in DeviceDetector\\Parser\\Device\\HbbTv
/plugin/statistics/vendor/matomo/device-detector/Parser/Client/Hints/
DBrowserHints.php27 protected $parserName = 'BrowserHints'; variable in DeviceDetector\\Parser\\Client\\Hints\\BrowserHints
DAppHints.php27 protected $parserName = 'AppHints'; variable in DeviceDetector\\Parser\\Client\\Hints\\AppHints
/plugin/statistics/vendor/matomo/device-detector/Parser/Client/Browser/
DEngine.php32 protected $parserName = 'browserengine'; variable in DeviceDetector\\Parser\\Client\\Browser\\Engine