Home
last modified time | relevance | path

Searched refs:notifystart (Results 1 – 7 of 7) sorted by relevance

/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dconsole.c1530 float chatstart, notifystart, inputsize; in Con_DrawNotify() local
1562 notifystart = v + (numChatlines + 1) * con_chatsize.value; in Con_DrawNotify()
1567 notifystart = v; in Con_DrawNotify()
1573 notifystart = v; in Con_DrawNotify()
1580 notifystart = v; in Con_DrawNotify()
1584notifystart + con_notifysize.value * Con_DrawNotifyRect(0, CON_MASK_INPUT | CON_MASK_HIDENOTIFY | … in Con_DrawNotify()
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dconsole.c1744 float chatstart, notifystart, inputsize, height; in Con_DrawNotify() local
1778 notifystart = v + (numChatlines + 1) * con_chatsize.value; in Con_DrawNotify()
1783 notifystart = v; in Con_DrawNotify()
1789 notifystart = v; in Con_DrawNotify()
1796 notifystart = v; in Con_DrawNotify()
1800notifystart + con_notifysize.value * Con_DrawNotifyRect(0, CON_MASK_INPUT | CON_MASK_HIDENOTIFY | … in Con_DrawNotify()
/dports/games/darkplaces/darkplaces/
H A Dconsole.c1744 float chatstart, notifystart, inputsize, height; in Con_DrawNotify() local
1778 notifystart = v + (numChatlines + 1) * con_chatsize.value; in Con_DrawNotify()
1783 notifystart = v; in Con_DrawNotify()
1789 notifystart = v; in Con_DrawNotify()
1796 notifystart = v; in Con_DrawNotify()
1800notifystart + con_notifysize.value * Con_DrawNotifyRect(0, CON_MASK_INPUT | CON_MASK_HIDENOTIFY | … in Con_DrawNotify()
/dports/www/xist/ll-xist-5.34/src/ll/
H A Dsisyphus.py792 self.notifystart()
826 def notifystart(self): member in Job
828 misc.notifystart()
H A Dmake.py1541 self.notifystart()
1611 def notifystart(self): member in Project
1612 misc.notifystart()
H A Dmisc.py964 def notifystart(): function
/dports/www/xist/ll-xist-5.34/docs/
H A DNEWS.rst578 * :mod:`ll.misc` has two new functions: :func:`notifystart` and