Home
last modified time | relevance | path

Searched refs:stopafter (Results 1 – 25 of 32) sorted by relevance

12

/dports/audio/aylet/aylet-0.5/
H A Dmain.c48 int stopafter=3*60; variable
331 if(!(stopafter%30)) in action_callback()
332 stopafter-=30; in action_callback()
334 stopafter-=stopafter%30; in action_callback()
335 if(stopafter<0) stopafter=10*60; in action_callback()
341 stopafter+=30; in action_callback()
343 stopafter+=(30-stopafter%30); in action_callback()
344 if(stopafter>10*60) stopafter=0; in action_callback()
387 if(!done_fade && stopafter && tunetime.min*60+tunetime.sec>=stopafter) in do_interrupt()
744 if(stopafter<0) stopafter=0; in parseoptions()
[all …]
H A Dui.c116 if(!stopafter) in draw_status()
119 printw("%2d:%02d",stopafter/60,stopafter%60); in draw_status()
H A Dmain.h37 extern int stopafter,fadetime;
H A Duigtk.c387 if(!stopafter) in ui_draw_status()
391 g_snprintf(buf,sizeof(buf),"%2d:%02d",stopafter/60,stopafter%60); in ui_draw_status()
H A DChangeLog216 * main.c: default stopafter reduced from 5 minutes to 3. I think
248 closely, making things like tweaking stopafter/fadetime rather
/dports/devel/librevisa/librevisa-0.0.20130412/src/
H A Dmessagepump.cpp80 void messagepump::run(unsigned int stopafter) in run() argument
85 timeval const limit = now + stopafter * 1000; in run()
/dports/finance/py-backtrader/backtrader-1.9.74.123/samples/vctest/
H A Dvctest.py39 stopafter=0,
65 self.counttostop = self.p.stopafter
254 stopafter=args.stopafter,
/dports/finance/py-backtrader/backtrader-1.9.74.123/samples/oandatest/
H A Doandatest.py42 stopafter=0,
68 self.counttostop = self.p.stopafter
302 stopafter=args.stopafter,
/dports/audio/ocp/ocp-0.2.90/playay/
H A Dmain.h41 extern int stopafter,fadetime;
H A Dayplay.c94 static int stopafter=0; /* TODO */ variable
481 if(!done_fade && stopafter && ay_tunetime.min*60+ay_tunetime.sec>=stopafter) in ay_do_interrupt()
/dports/finance/py-backtrader/backtrader-1.9.74.123/samples/ibtest/
H A Dibtest.py38 stopafter=0,
69 self.counttostop = self.p.stopafter
323 stopafter=args.stopafter,
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/
H A Dimage.h234 unsigned long CountColours( unsigned long stopafter = (unsigned long) -1 ) const;
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Dimage.h381 unsigned long CountColours( unsigned long stopafter = (unsigned long) -1 ) const;
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Dimage.h381 unsigned long CountColours( unsigned long stopafter = (unsigned long) -1 ) const;
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/
H A Dimage.h381 unsigned long CountColours( unsigned long stopafter = (unsigned long) -1 ) const;
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Dimage.h381 unsigned long CountColours( unsigned long stopafter = (unsigned long) -1 ) const;
/dports/x11/xsnow/xsnow-3.4.2/src/
H A Dflags.c201 handle_ia(-stopafter ,StopAfter ); in HandleFlags()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Dimage.h490 unsigned long CountColours( unsigned long stopafter = (unsigned long) -1 ) const;
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Dimage.h548 unsigned long CountColours( unsigned long stopafter = (unsigned long) -1 ) const;
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Dimage.h490 unsigned long CountColours( unsigned long stopafter = (unsigned long) -1 ) const;
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Dimage.cpp2742 unsigned long wxImage::CountColours( unsigned long stopafter ) const in CountColours()
2754 for (unsigned long j = 0; (j < size) && (nentries <= stopafter) ; j++) in CountColours()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Dimage.cpp2742 unsigned long wxImage::CountColours( unsigned long stopafter ) const in CountColours()
2754 for (unsigned long j = 0; (j < size) && (nentries <= stopafter) ; j++) in CountColours()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Dimage.cpp2742 unsigned long wxImage::CountColours( unsigned long stopafter ) const in CountColours()
2754 for (unsigned long j = 0; (j < size) && (nentries <= stopafter) ; j++) in CountColours()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Dimage.cpp2742 unsigned long wxImage::CountColours( unsigned long stopafter ) const in CountColours()
2754 for (unsigned long j = 0; (j < size) && (nentries <= stopafter) ; j++) in CountColours()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dimage.cpp3499 unsigned long wxImage::CountColours( unsigned long stopafter ) const in CountColours()
3510 for (unsigned long j = 0; (j < size) && (nentries <= stopafter) ; j++) in CountColours()

12