Home
last modified time | relevance | path

Searched refs:mappedName (Results 1 – 2 of 2) sorted by relevance

/plugin/statistics/vendor/matomo/device-detector/Parser/
DAbstractParser.php319 foreach (static::$clientHintMapping as $mappedName => $clientHints) {
322 return $mappedName;
/plugin/datatables/assets/datatables.net/js/
Djquery.dataTables.js6669 function _fnMap( ret, src, name, mappedName ) argument
6684 if ( mappedName === undefined ) {
6685 mappedName = name;
6689 ret[mappedName] = src[name];