Create New Item
×
Item Type
File
Folder
Item Name
×
Search file in folder and subfolders...
File Manager
/
wp-content
/
plugins
/
wp-statistics
/
src
/
Dependencies
/
DeviceDetector
/
regexes
/
device
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
############### # Device Detector - The Universal Device Detection library for parsing User Agents # # @link https://matomo.org # @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later ############### #Nikon Nikon: regex: 'Coolpix S800c' device: 'camera' model: 'Coolpix S800c' # Samsung Samsung: regex: 'EK-G[CN][0-9]{3}' device: 'camera' models: - regex: 'EK-GN120' model: 'Galaxy NX' - regex: 'EK-GC100' model: 'Galaxy Camera' - regex: 'EK-GC110' model: 'Galaxy Camera WiFi only' - regex: 'EK-GC200' model: 'Galaxy Camera 2' - regex: 'EK-GC([0-9]{3})' model: 'Galaxy Camera $1'