Home
last modified time | relevance | path

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

/plugin/botmon/
H A Dadmin.js1279 let botInfo = null;
1289 botInfo = { variable
1304 if (!botInfo) {
1307botInfo = {'id': ( botmatch[1] || "other_" ), 'n': "Other" + ( botmatch[1] ? " (" + botmatch[1] + … variable
1312 return botInfo;
2090 botList.forEach( (botInfo) => {
2092 … bli.appendChild(makeElement('span', {'class': 'has_icon bot bot_' + botInfo.id }, botInfo.name));
2093 bli.appendChild(makeElement('span', {'class': 'count' }, botInfo.count || kNoData));
/plugin/statistics/vendor/matomo/device-detector/
DREADME.md75 $botInfo = $dd->getBot();