Lines Matching refs:_list
1261 this._list = await response.json();
1276 const BotList = BotMon.live.data.bots._list;
1320 _list: [] property
1338 BotMon.live.data.clients._list = await response.json();
1356 BotMon.live.data.clients._list.find(client => {
1378 const it = BotMon.live.data.clients._list.find(client => client.id == id);
1386 _list: [] property
1405 BotMon.live.data.platforms._list = await response.json();
1423 BotMon.live.data.platforms._list.find(platform => {
1444 const it = BotMon.live.data.platforms._list.find( pf => pf.id == id);
1453 _list: [] property
1492 _list: [], property
1510 me._list.push(item);
1535 for (let i=0; i < me._list.length; i++) {
1536 const ipRange = me._list[i];