Home
last modified time | relevance | path

Searched refs:timelimit (Results 1 – 25 of 1320) sorted by relevance

12345678910>>...53

/dports/games/quake3-wfa/quake3-wfa-3.5b/
H A Dmaplist.cfg3 timelimit "31"
9 timelimit "31"
15 timelimit "31"
21 timelimit "31"
27 timelimit "31"
33 timelimit "31"
39 timelimit "31"
45 timelimit "31"
51 timelimit "31"
57 timelimit "31"
[all …]
/dports/games/quake3-wfa/quake3-wfa-3.5b/help/
H A Dmaplist.cfg3 timelimit "31"
9 timelimit "31"
15 timelimit "31"
21 timelimit "31"
27 timelimit "31"
33 timelimit "31"
39 timelimit "31"
45 timelimit "31"
51 timelimit "31"
57 timelimit "31"
[all …]
/dports/net/mpich/mpich-3.4.3/test/mpi/maint/
H A Dgentests_dtp.sh18 timelimit="" # time limit for testlist.in
71 timelimit=`echo $line | cut -f4 -d':'`
149 …t=${recvcount} arg=-seed=$seed arg=-testsize=${testsize} ${other_args} $timelimit" >> ${builddir}/…
164 …t=${sendcount} arg=-seed=$seed arg=-testsize=${testsize} ${other_args} $timelimit" >> ${builddir}/…
181 …t=${sendcount} arg=-seed=$seed arg=-testsize=${testsize} ${other_args} $timelimit" >> ${builddir}/…
183 …e=${gputestsize} ${other_args} arg=-origmem=host arg=-targetmem=device $timelimit" >> ${builddir}/…
187 …e=${gputestsize} ${other_args} arg=-origmem=device arg=-targetmem=host $timelimit" >> ${builddir}/…
191 …${gputestsize} ${other_args} arg=-origmem=device arg=-targetmem=device $timelimit" >> ${builddir}/…
195 …e=${testsize} ${other_args} arg=-evenmemtype=host arg=-oddmemtype=host $timelimit" >> ${builddir}/…
197 …putestsize} ${other_args} arg=-evenmemtype=host arg=-oddmemtype=device $timelimit" >> ${builddir}/…
[all …]
/dports/math/eprover/eprover-E-2.0/development_tools/
H A Deauswert.awk27 timelimit = 1000000.0; /* Large enough */
31 timelimit = ARGV[3];
32 sub("0*", "" , timelimit);
33 timelimit = float(timelimit);
75 if(($2 == "F")||((float($3))>= timelimit))
81 if($4 == "maxmem" && ((float($3)) < timelimit))
85 if($4 == "incomplete" && ((float($3)) < timelimit))
/dports/www/moodle310/moodle/lib/classes/task/
H A Dsearch_index_task.php55 $timelimit = get_config('core', 'searchindextime');
59 $globalsearch->index(false, $timelimit, new \text_progress_trace());
62 if ($timelimit != 0) {
64 $timelimit -= ($now - $start);
65 if ($timelimit <= 1) {
70 $globalsearch->process_index_requests($timelimit, new \text_progress_trace());
/dports/www/moodle39/moodle/lib/classes/task/
H A Dsearch_index_task.php55 $timelimit = get_config('core', 'searchindextime');
59 $globalsearch->index(false, $timelimit, new \text_progress_trace());
62 if ($timelimit != 0) {
64 $timelimit -= ($now - $start);
65 if ($timelimit <= 1) {
70 $globalsearch->process_index_requests($timelimit, new \text_progress_trace());
/dports/www/moodle311/moodle/lib/classes/task/
H A Dsearch_index_task.php55 $timelimit = get_config('core', 'searchindextime');
59 $globalsearch->index(false, $timelimit, new \text_progress_trace());
62 if ($timelimit != 0) {
64 $timelimit -= ($now - $start);
65 if ($timelimit <= 1) {
70 $globalsearch->process_index_requests($timelimit, new \text_progress_trace());
/dports/www/moodle310/moodle/search/cli/
H A Dindexer.php85 $timelimit = (int)$options['timelimit']; variable
89 $timelimit = 0; variable
92 $globalsearch->index(false, $timelimit, new text_progress_trace());
95 if ($timelimit) {
96 $timelimit -= (time() - $before);
98 if ($timelimit > 1) {
99 $globalsearch->process_index_requests($timelimit, new text_progress_trace());
/dports/www/moodle311/moodle/search/cli/
H A Dindexer.php85 $timelimit = (int)$options['timelimit']; variable
89 $timelimit = 0; variable
92 $globalsearch->index(false, $timelimit, new text_progress_trace());
95 if ($timelimit) {
96 $timelimit -= (time() - $before);
98 if ($timelimit > 1) {
99 $globalsearch->process_index_requests($timelimit, new text_progress_trace());
/dports/www/moodle39/moodle/search/cli/
H A Dindexer.php85 $timelimit = (int)$options['timelimit']; variable
89 $timelimit = 0; variable
92 $globalsearch->index(false, $timelimit, new text_progress_trace());
95 if ($timelimit) {
96 $timelimit -= (time() - $before);
98 if ($timelimit > 1) {
99 $globalsearch->process_index_requests($timelimit, new text_progress_trace());
/dports/net/mpich2/mpich2-1.5/src/util/dbg/
H A Dtimelimit.c22 struct itimerval timelimit; in MPIU_SetTimeout() local
31 timelimit.it_interval = tzero; /* Only one alarm */ in MPIU_SetTimeout()
32 timelimit.it_value = tval; in MPIU_SetTimeout()
33 setitimer( ITIMER_REAL, &timelimit, 0 ); in MPIU_SetTimeout()
38 timelimit.it_value = tzero; /* Turn off timer */ in MPIU_SetTimeout()
39 setitimer( ITIMER_REAL, &timelimit, 0 ); in MPIU_SetTimeout()
/dports/math/eprover/eprover-E-2.0/PYTHON/
H A De_ltb_runnerj5.py84 global timelimit
94 timelimit = int(i[len("limit.time.problem.wc "):])
110 def run_e(prover, filter, timelimit, problem): argument
111 cmd = e_template % (prover, filter, timelimit, problem.infile)
114 cpu_time = timelimit
153 timelimit = None variable
166 if not timelimit:
167 timelimit = 30 variable
182 status, cpu_time, preproc = run_e(prover, job, timelimit, problem)
H A De_ltb_runner22.py106 def run_e(prover, filter, timelimit, problem): argument
107 cmd = e_template % (prover, filter, timelimit, problem.infile)
110 cpu_time = timelimit
149 timelimit = None variable
158 timelimit = int(args[1]) variable
164 if not timelimit:
165 timelimit = 240*len(worklist) variable
169 limit = timelimit/(len(worklist)*2)
179 remaining_time = timelimit - get_cpu_time()
/dports/science/ALPSCore/ALPSCore-2.2.0/mc/src/
H A Dstop_callback.cpp14 stop_callback::stop_callback(std::size_t timelimit) in stop_callback() argument
15 : limit(timelimit) in stop_callback()
20 stop_callback::stop_callback(alps::mpi::communicator const & cm, std::size_t timelimit) in stop_callback() argument
21 : limit(timelimit), start(clock_type::now_time()), comm(cm) in stop_callback()
41 simple_time_callback::simple_time_callback(std::size_t timelimit) in simple_time_callback() argument
42 : limit(timelimit) in simple_time_callback()
/dports/www/moodle39/moodle/repository/recent/
H A Dlib.php45 protected $timelimit; variable in repository_recent
62 $timelimit = get_config('recent', 'recentfilestimelimit');
63 $this->timelimit = (int)$timelimit;
79 * @param int $timelimit only return files with the time limit
82 …private function get_recent_files($limitfrom = 0, $limit = DEFAULT_RECENT_FILES_NUM, $timelimit = … argument
86 if ($timelimit > 0) {
88 $timelimitparam = ['timelimit' => time() - $timelimit];
145 $files = $this->get_recent_files(0, $this->number, $this->timelimit);
/dports/www/moodle310/moodle/repository/recent/
H A Dlib.php45 protected $timelimit; variable in repository_recent
62 $timelimit = get_config('recent', 'recentfilestimelimit');
63 $this->timelimit = (int)$timelimit;
79 * @param int $timelimit only return files with the time limit
82 …private function get_recent_files($limitfrom = 0, $limit = DEFAULT_RECENT_FILES_NUM, $timelimit = … argument
86 if ($timelimit > 0) {
88 $timelimitparam = ['timelimit' => time() - $timelimit];
145 $files = $this->get_recent_files(0, $this->number, $this->timelimit);
/dports/www/moodle311/moodle/repository/recent/
H A Dlib.php45 protected $timelimit; variable in repository_recent
62 $timelimit = get_config('recent', 'recentfilestimelimit');
63 $this->timelimit = (int)$timelimit;
79 * @param int $timelimit only return files with the time limit
82 …private function get_recent_files($limitfrom = 0, $limit = DEFAULT_RECENT_FILES_NUM, $timelimit = … argument
86 if ($timelimit > 0) {
88 $timelimitparam = ['timelimit' => time() - $timelimit];
145 $files = $this->get_recent_files(0, $this->number, $this->timelimit);
/dports/devel/ga/ga-5.8/armci/tcgmsg/ipcv4.0/
H A Dusleep.c33 struct timeval timelimit; local
35 timelimit.tv_sec = (int) (us/1000000);
36 timelimit.tv_usec = (int) (us - timelimit.tv_sec*1000000);
39 &timelimit);
/dports/devel/ga/ga-5.8/armci/tcgmsg/ipcv5.0/
H A Dusleep.c39 struct timeval timelimit; in USleep() local
44 timelimit.tv_sec = (int) (us/1000000); in USleep()
45 timelimit.tv_usec = (int) (us - timelimit.tv_sec*1000000); in USleep()
48 &timelimit); in USleep()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Dd_net.c121 timelimit = settings->timelimit; in LoadGameSettings()
153 settings->timelimit = timelimit; in SaveGameSettings()
272 if (timelimit > 0 && deathmatch) in D_CheckNetGame()
276 if (timelimit == 20 && M_CheckParm("-avg")) in D_CheckNetGame()
283 DEH_printf("Levels will end after %d minute", timelimit); in D_CheckNetGame()
284 if (timelimit > 1) in D_CheckNetGame()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/
H A Dd_net.c119 timelimit = settings->timelimit; in LoadGameSettings()
151 settings->timelimit = timelimit; in SaveGameSettings()
260 if (timelimit > 0 && deathmatch) in D_CheckNetGame()
264 if (timelimit == 20 && M_CheckParm("-avg")) in D_CheckNetGame()
271 DEH_printf("Levels will end after %d minute", timelimit); in D_CheckNetGame()
272 if (timelimit > 1) in D_CheckNetGame()
/dports/net/samba412/samba-4.12.15/source4/libcli/resolve/
H A Dtestsuite.c34 int timelimit = torture_setting_int(tctx, "timelimit", 2); in test_async_resolve() local
46 host, timelimit); in test_async_resolve()
47 while (timeval_elapsed(&tv) < timelimit) { in test_async_resolve()
66 int timelimit = torture_setting_int(tctx, "timelimit", 2); in test_sync_resolve() local
72 host, timelimit); in test_sync_resolve()
73 while (timeval_elapsed(&tv) < timelimit) { in test_sync_resolve()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/torture/local/
H A Dresolve.c32 int timelimit = torture_setting_int(tctx, "timelimit", 10); in test_async_resolve() local
44 host, timelimit); in test_async_resolve()
45 while (timeval_elapsed(&tv) < timelimit) { in test_async_resolve()
64 int timelimit = torture_setting_int(tctx, "timelimit", 10); in test_sync_resolve() local
70 host, timelimit); in test_sync_resolve()
71 while (timeval_elapsed(&tv) < timelimit) { in test_sync_resolve()
/dports/math/eprover/eprover-E-2.0/PROVER/
H A Deproof.pl26 my $timelimit = 2000000000; # effectively unlimited
31 $timelimit = $1;
58 $timelimit = int($timelimit - $1 - 1);
87 $r = system ("exec bash -c \"ulimit -S -t $timelimit; " .
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Dd_net.c125 timelimit = settings->timelimit; in LoadGameSettings()
158 settings->timelimit = timelimit; in SaveGameSettings()
273 if (timelimit > 0 && deathmatch) in D_CheckNetGame()
277 if (timelimit == 20 && M_CheckParm("-avg")) in D_CheckNetGame()
284 DEH_printf("Levels will end after %d minute", timelimit); in D_CheckNetGame()
285 if (timelimit > 1) in D_CheckNetGame()

12345678910>>...53