Home
last modified time | relevance | path

Searched refs:checklimits (Results 1 – 25 of 48) sorted by relevance

12

/dports/www/moodle39/moodle/lib/
H A Dcronlib.php139 * @param bool $checklimits Should we check limits?
142 function cron_run_adhoc_tasks(int $timenow, $keepalive = 0, $checklimits = true) { argument
148 if ($checklimits) {
174 if ($checklimits && (time() - $timenow) >= $maxruntime) {
184 $task = \core\task\manager::get_next_adhoc_task(time(), $checklimits);
/dports/www/moodle310/moodle/lib/
H A Dcronlib.php139 * @param bool $checklimits Should we check limits?
142 function cron_run_adhoc_tasks(int $timenow, $keepalive = 0, $checklimits = true) { argument
148 if ($checklimits) {
174 if ($checklimits && (time() - $timenow) >= $maxruntime) {
184 $task = \core\task\manager::get_next_adhoc_task(time(), $checklimits);
/dports/www/moodle311/moodle/lib/
H A Dcronlib.php139 * @param bool $checklimits Should we check limits?
142 function cron_run_adhoc_tasks(int $timenow, $keepalive = 0, $checklimits = true) { argument
148 if ($checklimits) {
174 if ($checklimits && (time() - $timenow) >= $maxruntime) {
184 $task = \core\task\manager::get_next_adhoc_task(time(), $checklimits);
/dports/www/moodle39/moodle/admin/cli/
H A Dadhoc_task.php106 $checklimits = empty($options['ignorelimits']); variable
122 cron_run_adhoc_tasks(time(), $keepalive, $checklimits);
/dports/www/moodle310/moodle/admin/cli/
H A Dadhoc_task.php115 $checklimits = empty($options['ignorelimits']); variable
131 cron_run_adhoc_tasks(time(), $keepalive, $checklimits);
/dports/www/moodle310/moodle/admin/tool/task/cli/
H A Dadhoc_task.php110 $checklimits = empty($options['ignorelimits']); variable
126 cron_run_adhoc_tasks(time(), $keepalive, $checklimits);
/dports/www/moodle311/moodle/admin/cli/
H A Dadhoc_task.php115 $checklimits = empty($options['ignorelimits']); variable
131 cron_run_adhoc_tasks(time(), $keepalive, $checklimits);
/dports/www/moodle311/moodle/admin/tool/task/cli/
H A Dadhoc_task.php110 $checklimits = empty($options['ignorelimits']); variable
126 cron_run_adhoc_tasks(time(), $keepalive, $checklimits);
/dports/www/moodle39/moodle/admin/tool/task/cli/
H A Dadhoc_task.php110 $checklimits = empty($options['ignorelimits']); variable
126 cron_run_adhoc_tasks(time(), $keepalive, $checklimits);
/dports/math/maxima/maxima-5.43.2/tests/
H A Drtest12.mac33 block(remove(integrate,outative),defmatch(checklimits,'integrate(f,x,a,b)),
38 checklimits(%);
42 checklimits(%);
96 block(remove(integrate,outative),defmatch(checklimits,'integrate(f,x,a,b)),
101 checklimits(%);
105 checklimits(%);
/dports/www/moodle39/moodle/lib/classes/task/
H A Dmanager.php563 * @param bool $checklimits Should we check limits?
567 public static function get_next_adhoc_task($timestart, $checklimits = true) { argument
603 if ($checklimits && $tasklimit > 0) {
/dports/audio/gtkpod/gtkpod-1.0.0/src/
H A Ddisplay_spl.c379 spl->splpref.checklimits = in spl_checklimits_toggled()
880 GTK_TOGGLE_BUTTON (w), spl->splpref.checklimits); in spl_display_checklimits()
891 gtk_widget_set_sensitive (w, spl->splpref.checklimits); in spl_display_checklimits()
904 gtk_widget_set_sensitive (w, spl->splpref.checklimits); in spl_display_checklimits()
909 gtk_widget_set_sensitive (w, spl->splpref.checklimits); in spl_display_checklimits()
919 gtk_widget_set_sensitive (w, spl->splpref.checklimits); in spl_display_checklimits()
/dports/www/moodle310/moodle/lib/classes/task/
H A Dmanager.php588 * @param bool $checklimits Should we check limits?
592 public static function get_next_adhoc_task($timestart, $checklimits = true) { argument
628 if ($checklimits && $tasklimit > 0) {
/dports/textproc/hevea/hevea-2.34/
H A Dsave.mli54 val checklimits : Lexing.lexbuf -> bool val
H A Dsave.mll292 and checklimits = parse
/dports/www/moodle311/moodle/lib/classes/task/
H A Dmanager.php617 * @param bool $checklimits Should we check limits?
621 public static function get_next_adhoc_task($timestart, $checklimits = true) { argument
657 if ($checklimits && $tasklimit > 0) {
/dports/math/maxima/maxima-5.43.2/demo/
H A Dmanual.demo198 defmatch(checklimits,'integrate(f,x,a,b)),
201 checklimits(%);
203 checklimits(%);
703 defmatch(checklimits,'integrate(f,x,a,b)),
706 checklimits(%);
708 checklimits(%);
/dports/math/maxima/maxima-5.43.2/doc/info/
H A DRules.texi264 Define a function @code{checklimits(expr)} which tests @code{expr}
273 @c defmatch (checklimits, 'integrate (f, x, a, b));
276 @c checklimits (%);
300 (%i6) defmatch (checklimits, 'integrate (f, x, a, b));
301 (%o6) checklimits
318 (%i9) checklimits (%);
/dports/audio/libgpod-sharp/libgpod-0.8.3/src/
H A Ditdb_playlist.c822 if (spl->splpref.checklimits) in itdb_spl_update()
1280 pl->splpref.checklimits = FALSE; in itdb_playlist_new()
H A Ditdb.h719 guint8 checklimits; member
/dports/audio/libgpod/libgpod-0.8.3/src/
H A Ditdb_playlist.c822 if (spl->splpref.checklimits) in itdb_spl_update()
1280 pl->splpref.checklimits = FALSE; in itdb_playlist_new()
H A Ditdb.h719 guint8 checklimits; member
/dports/audio/uade/uade-2.13/amigasrc/players/ps3m/
H A Dply_s3m.s340 .eivib bsr checklimits
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/py3only/docutils/utils/math/
H A Dmath2html.py4544 if self.checklimits(contents, index):
4549 def checklimits(self, contents, index): member in LimitsProcessor
/dports/games/bloodfrontier/bloodfrontier/src/game/
H A Dserver.cpp689 void checklimits() in checklimits() function
2784 checklimits(); in serverupdate()

12