Home
last modified time | relevance | path

Searched refs:lastMsgTime (Results 1 – 14 of 14) sorted by relevance

/dports/games/q2pro/q2pro/source/
H A Dvid_win.c30 PRIVATE DWORD lastMsgTime; variable
497 Key_Event( result, down, lastMsgTime );
535 Key_Event( key, qtrue, lastMsgTime );
536 Key_Event( key, qfalse, lastMsgTime );
569 Win_SendMouseButtonEvents( temp, lastMsgTime );
699 lastMsgTime = msg.time;
/dports/games/bzflag-server/bzflag-2.4.22/include/
H A DPlayerInfo.h225 TimeKeeper lastMsgTime; variable
285 return lastMsgTime; in getLastMsgTime()
301 lastMsgTime = now; in setLastMsg()
/dports/games/bzflag/bzflag-2.4.22/include/
H A DPlayerInfo.h225 TimeKeeper lastMsgTime; variable
285 return lastMsgTime; in getLastMsgTime()
301 lastMsgTime = now; in setLastMsg()
/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/frontends/php/
H A Djsrpc.php83 $lastMsgTime = 0; variable
85 $lastMsgTime = $data['params']['messageLast']['events']['time']; variable
90 'lastChangeSince' => max([$lastMsgTime, $msgsettings['last.clock'], $timeout]),
/dports/net-mgmt/zabbix3-frontend/zabbix-3.0.32/frontends/php/
H A Djsrpc.php83 $lastMsgTime = 0; variable
85 $lastMsgTime = $data['params']['messageLast']['events']['time']; variable
90 'lastChangeSince' => max([$lastMsgTime, $msgsettings['last.clock'], $timeout]),
/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/frontends/php/
H A Djsrpc.php83 $lastMsgTime = 0; variable
85 $lastMsgTime = $data['params']['messageLast']['events']['time']; variable
90 'lastChangeSince' => max([$lastMsgTime, $msgsettings['last.clock'], $timeout]),
/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/frontends/php/
H A Djsrpc.php83 $lastMsgTime = 0; variable
85 $lastMsgTime = $data['params']['messageLast']['events']['time']; variable
90 'lastChangeSince' => max([$lastMsgTime, $msgsettings['last.clock'], $timeout]),
/dports/net-mgmt/zabbix3-agent/zabbix-3.0.32/frontends/php/
H A Djsrpc.php83 $lastMsgTime = 0; variable
85 $lastMsgTime = $data['params']['messageLast']['events']['time']; variable
90 'lastChangeSince' => max([$lastMsgTime, $msgsettings['last.clock'], $timeout]),
/dports/net-im/psi/psi-1.5/src/
H A Dchatviewcommon.h42 inline const QDateTime& lastMsgTime() const { return _lastMsgTime; } in lastMsgTime() function
H A Dgroupchatdlg.h79 const QDateTime& lastMsgTime() const;
H A Dgroupchatdlg.cpp1927 const QDateTime & GCMainDlg::lastMsgTime() const in lastMsgTime() function in GCMainDlg
1929 return d->te_log()->lastMsgTime(); in lastMsgTime()
H A Dpsiaccount.cpp5687 since = w->lastMsgTime(); in groupChatJoin()
/dports/games/bzflag-server/bzflag-2.4.22/src/game/
H A DPlayerInfo.cxx41 lastMsgTime(now), in PlayerInfo()
/dports/games/bzflag/bzflag-2.4.22/src/game/
H A DPlayerInfo.cxx41 lastMsgTime(now), in PlayerInfo()