Home
last modified time | relevance | path

Searched refs:time_limit (Results 26 – 50 of 1619) sorted by relevance

12345678910>>...65

/dports/mail/postfixadmin-lite/postfixadmin-d3bc1551/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_method_compilealltemplates.php29 * @param int $time_limit
38 $time_limit = 0, argument
41 return $this->compileAll($smarty, $extension, $force_compile, $time_limit, $max_errors);
50 * @param int $time_limit set maximum execution time
60 $time_limit, argument
66 @set_time_limit($time_limit);
/dports/www/smarty3/smarty-3.1.34/libs/sysplugins/
H A Dsmarty_internal_method_compilealltemplates.php29 * @param int $time_limit
38 $time_limit = 0, argument
41 return $this->compileAll($smarty, $extension, $force_compile, $time_limit, $max_errors);
50 * @param int $time_limit set maximum execution time
60 $time_limit, argument
66 @set_time_limit($time_limit);
/dports/finance/prestashop/prestashop/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_internal_method_compilealltemplates.php29 * @param int $time_limit
38 $time_limit = 0, argument
41 return $this->compileAll($smarty, $extension, $force_compile, $time_limit, $max_errors);
50 * @param int $time_limit set maximum execution time
60 $time_limit, argument
66 @set_time_limit($time_limit);
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_internal_method_compilealltemplates.php29 * @param int $time_limit
38 $time_limit = 0, argument
41 return $this->compileAll($smarty, $extension, $force_compile, $time_limit, $max_errors);
50 * @param int $time_limit set maximum execution time
60 $time_limit, argument
66 @set_time_limit($time_limit);
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/Smarty/libs/sysplugins/
H A Dsmarty_internal_method_compilealltemplates.php29 * @param int $time_limit
38 $time_limit = 0, argument
41 return $this->compileAll($smarty, $extension, $force_compile, $time_limit, $max_errors);
50 * @param int $time_limit set maximum execution time
60 $time_limit, argument
66 @set_time_limit($time_limit);
/dports/www/thirtybees/thirtybees-1.1.0/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_internal_method_compilealltemplates.php29 * @param int $time_limit
34 …n compileAllTemplates(Smarty $smarty, $extension = '.tpl', $force_compile = false, $time_limit = 0, argument
37 return $this->compileAll($smarty, $extension, $force_compile, $time_limit, $max_errors);
46 * @param int $time_limit set maximum execution time
52 …protected function compileAll(Smarty $smarty, $extension, $force_compile, $time_limit, $max_errors, argument
57 @set_time_limit($time_limit);
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/peermanager/utils/
H A DPeerMessageLimiter.java64 long cutoff = now - data.time_limit; in countIncomingMessage()
91 private final int time_limit; field in PeerMessageLimiter.CountData
94 private CountData( int max_counts, int time_limit ) { in CountData() argument
96 this.time_limit = time_limit; in CountData()
/dports/mail/postfix-current/postfix-3.7-20211107/src/master/
H A Dmaster_monitor.c53 int master_monitor(int time_limit) in master_monitor() argument
62 if (time_limit <= 0) in master_monitor()
63 msg_panic("master_monitor: bad time limit: %d", time_limit); in master_monitor()
87 switch (timed_read(pipes[0], buf, 1, time_limit, (void *) 0)) { in master_monitor()
/dports/math/cgal/CGAL-5.3/examples/Periodic_3_mesh_3/
H A Dmesh_implicit_shape_with_optimizers.cpp73 … odt(convergence=0.03, freeze_bound=0.02, time_limit=30), in main()
75 perturb(sliver_bound=10, time_limit=30), in main()
76 exude(sliver_bound=10, time_limit=0)); in main()
90 …t_optimize_periodic_3_mesh_3(c3t3_bis, domain, convergence=0.03, freeze_bound=0.02, time_limit=30); in main()
92 CGAL::perturb_periodic_3_mesh_3(c3t3_bis, domain, sliver_bound=10, time_limit=30); in main()
93 CGAL::exude_periodic_3_mesh_3(c3t3_bis, sliver_bound=10, time_limit=0); in main()
/dports/sysutils/slurm-wlm/slurm-20.02.7/testsuite/expect/
H A Dtest29.616 set time_limit 0
89 global smd time_limit number
94 set time_limit $expect_out(1,string)
186 spawn $smd -e [expr $time_limit - 1] $job_id
188 -re "Job $job_id run time increased by [expr $time_limit - 1]\min" {
209 spawn $smd -e [expr $time_limit + 1] $job_id
/dports/mail/postfix-current/postfix-3.7-20211107/src/util/
H A Dtimed_wait.c81 int time_limit) in timed_waitpid() argument
92 if (time_limit <= 0) in timed_waitpid()
93 msg_panic("%s: bad time limit: %d", myname, time_limit); in timed_waitpid()
104 time_left = alarm(time_limit); in timed_waitpid()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/child_accounts/
H A Dchild_user_service.cc63 const base::Optional<app_time::AppLimit>& time_limit = in PauseWebActivity() local
65 DCHECK(time_limit.has_value()); in PauseWebActivity()
66 DCHECK_EQ(time_limit->restriction(), app_time::AppRestriction::kTimeLimit); in PauseWebActivity()
67 DCHECK(time_limit->daily_limit().has_value()); in PauseWebActivity()
69 web_time_enforcer->OnWebTimeLimitReached(time_limit->daily_limit().value()); in PauseWebActivity()
134 return app_time_controller_->web_time_enforcer()->time_limit(); in GetWebTimeLimit()
H A Dusage_time_limit_processor.cc1206 const base::Value& time_limit) { in TimeWindowLimitFromPolicy() argument
1207 DCHECK(time_limit.is_dict()); in TimeWindowLimitFromPolicy()
1216 const base::Value& time_limit) { in TimeUsageLimitFromPolicy() argument
1217 DCHECK(time_limit.is_dict()); in TimeUsageLimitFromPolicy()
1226 const base::Value& time_limit) { in OverrideFromPolicy() argument
1227 DCHECK(time_limit.is_dict()); in OverrideFromPolicy()
1240 DCHECK(time_limit.is_dict()); in GetState()
1262 DCHECK(time_limit.is_dict()); in GetExpectedResetTime()
1281 const base::Value& time_limit, in GetRemainingTimeUsage() argument
1286 DCHECK(time_limit.is_dict()); in GetRemainingTimeUsage()
[all …]
/dports/math/py-or-tools/or-tools-9.2/ortools/bop/
H A Dbop_solver.h75 BopSolveStatus SolveWithTimeLimit(TimeLimit* time_limit);
77 TimeLimit* time_limit);
92 BopSolveStatus InternalMonothreadSolver(TimeLimit* time_limit);
93 BopSolveStatus InternalMultithreadSolver(TimeLimit* time_limit);
H A Dbop_fs.h60 TimeLimit* time_limit) override;
93 TimeLimit* time_limit) override;
116 TimeLimit* time_limit) override;
126 glop::ProblemStatus Solve(bool incremental_solve, TimeLimit* time_limit);
134 TimeLimit* time_limit);
H A Dcomplete_optimizer.cc85 LearnedInfo* learned_info, TimeLimit* time_limit) { in Optimize() argument
88 CHECK(time_limit != nullptr); in Optimize()
99 while (!time_limit->LimitReached()) { in Optimize()
101 sat_params.set_max_time_in_seconds(time_limit->GetTimeLeft()); in Optimize()
103 time_limit->GetDeterministicTimeLeft()); in Optimize()
111 time_limit->AdvanceDeterministicTime(solver_.deterministic_time() - in Optimize()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/slurmctld/
H A Dacct_policy.c1968 time_limit = job_ptr->time_limit; in _qos_job_runnable_pre_select()
2067 time_limit = job_ptr->time_limit; in _qos_job_runnable_pre_select()
3346 job_desc.time_limit = job_ptr1->time_limit; in acct_policy_validate_het_job()
3531 time_limit = job_ptr->time_limit; in acct_policy_job_runnable_pre_select()
3545 time_limit *= in acct_policy_job_runnable_pre_select()
3611 time_limit = job_ptr->time_limit; in acct_policy_job_runnable_pre_select()
3624 time_limit *= in acct_policy_job_runnable_pre_select()
3716 time_limit = job_ptr->time_limit; in acct_policy_job_runnable_post_select()
4179 job_desc.time_limit = job_ptr->time_limit; in acct_policy_update_pending_job()
4201 if (job_ptr->time_limit != job_desc.time_limit) { in acct_policy_update_pending_job()
[all …]
/dports/math/eprover/eprover-E-2.0/PCL2/
H A Dpcl_proofcheck.c101 long time_limit) in pcl_verify_eprover() argument
121 DStrAppendInt(command, time_limit); in pcl_verify_eprover()
275 long time_limit) in pcl_verify_otter() argument
299 "equal(X,X).\n",time_limit); in pcl_verify_otter()
515 long time_limit, Sig_p sig) in pcl_verify_spass() argument
538 "end_problem.\n", time_limit); in pcl_verify_spass()
696 prover, char* executable, long time_limit) in PCLStepCheck() argument
715 if(pcl_verify_eprover(problem,executable,time_limit)) in PCLStepCheck()
721 if(pcl_verify_otter(problem,executable,time_limit)) in PCLStepCheck()
756 long time_limit, long *unchecked) in PCLProtCheck() argument
[all …]
/dports/math/pspp/pspp-1.4.1/src/language/utilities/
H A Dhost.c56 run_commands (const struct string_array *commands, double time_limit) in run_commands() argument
58 if (time_limit != DBL_MAX) in run_commands()
252 run_commands (const struct string_array *commands, double time_limit) in run_commands() argument
254 struct timespec timeout = timespec_add (dtotimespec (time_limit), in run_commands()
294 double time_limit = DBL_MAX; in cmd_host() local
306 time_limit = num < 0.0 ? 0.0 : num; in cmd_host()
310 if (result == CMD_SUCCESS && !run_commands (&commands, time_limit)) in cmd_host()
/dports/math/py-or-tools/or-tools-9.2/ortools/sat/
H A Dprobing.cc285 auto* time_limit = model->GetOrCreate<TimeLimit>(); in LookForTrivialSatSolution() local
303 if (time_limit->LimitReached() || in LookForTrivialSatSolution()
317 time_limit->AdvanceDeterministicTime(elapsed_dtime); in LookForTrivialSatSolution()
323 time_limit->AdvanceDeterministicTime(elapsed_dtime); in LookForTrivialSatSolution()
338 time_limit->AdvanceDeterministicTime(elapsed_dtime); in LookForTrivialSatSolution()
371 auto* time_limit = model->GetOrCreate<TimeLimit>(); in FailedLiteralProbingRound() local
374 time_limit->GetElapsedDeterministicTime(); in FailedLiteralProbingRound()
436 while (!time_limit->LimitReached() && in FailedLiteralProbingRound()
437 time_limit->GetElapsedDeterministicTime() <= limit) { in FailedLiteralProbingRound()
554 sat_solver->AdvanceDeterministicTime(time_limit); in FailedLiteralProbingRound()
[all …]
/dports/math/cgal/CGAL-5.3/examples/Mesh_3/
H A Dmesh_optimization_lloyd_example.cpp49 lloyd(time_limit=30), in main()
51 exude(time_limit=10, sliver_bound=10)); in main()
57 CGAL::lloyd_optimize_mesh_3(c3t3_bis, domain, time_limit=30); in main()
58 CGAL::exude_mesh_3(c3t3_bis, sliver_bound=10, time_limit=10); in main()
/dports/games/pyspacewar/pyspacewar-1.1.1/src/pyspacewar/
H A Dworld.py493 time_limit=time)
694 time_limit = self.world.rng.uniform(*self.missile_time_limit)
698 time_limit=time_limit)
714 appearance=0, launched_by=None, time_limit=1e1000): argument
718 self.time_limit = time_limit
724 self.time_limit -= dt
725 if self.time_limit < 0:
744 appearance=0, time_limit=10): argument
747 self.time_limit = time_limit
752 self.time_limit -= dt
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/swiftmailer/swiftmailer/lib/classes/Swift/
H A DConfigurableSpool.php22 private $time_limit; variable in Swift_ConfigurableSpool
51 $this->time_limit = (int) $limit;
61 return $this->time_limit;
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/swiftmailer/lib/classes/Swift/
H A DConfigurableSpool.php22 private $time_limit; variable in Swift_ConfigurableSpool
51 $this->time_limit = (int) $limit;
61 return $this->time_limit;
/dports/finance/prestashop/prestashop/vendor/swiftmailer/swiftmailer/lib/classes/Swift/
H A DConfigurableSpool.php22 private $time_limit; variable in Swift_ConfigurableSpool
51 $this->time_limit = (int) $limit;
61 return $this->time_limit;

12345678910>>...65