Home
last modified time | relevance | path

Searched refs:overtime (Results 1 – 25 of 394) sorted by relevance

12345678910>>...16

/dports/math/glpk/glpk-5.0/examples/
H A Ddist.mod50 param otmin 'overtime total minimum' >= 0;
54 param otmax 'overtime total maximum' >= otmin;
66 param omin 'overtime minimums' {fact} >= 0;
68 # Lower limits on overtime hours
70 param omax 'overtime maximums' {f in fact} >= omin[f];
72 # Upper limits on overtime hours
107 param opc 'overtime production cost' {prd,fact} >= 0;
147 var Oprd 'overtime production' {prd,fact} >= 0;
181 otlim 'overtime total limits':
185 # Total overtime must lie between limits
[all …]
H A Dprod.mod45 param otr 'overtime rate' > rtr;
47 # Wage per hour for overtime labor
57 param ol 'overtime limit' {time} >= 0;
59 # Maximum crew-hours of overtime in a period
145 var Oprd 'overtime production' {prd,time} >= 0;
147 # Production using overtime labor, in 1000s
172 # wages for any overtime worked, plus
189 olim 'overtime limit' {t in time}:
193 # Hours needed to accomplish all overtime
195 # the specified overtime limit
/dports/www/moodle310/moodle/mod/quiz/
H A Dreview.php115 $overtime = 0; variable
120 $overtime = $timetaken - $quiz->timelimit; variable
121 $overtime = format_time($overtime); variable
179 if (!empty($overtime)) {
182 'content' => $overtime,
/dports/www/moodle311/moodle/mod/quiz/
H A Dreview.php116 $overtime = 0; variable
121 $overtime = $timetaken - $quiz->timelimit; variable
122 $overtime = format_time($overtime); variable
180 if (!empty($overtime)) {
183 'content' => $overtime,
/dports/www/moodle39/moodle/mod/quiz/
H A Dreview.php115 $overtime = 0; variable
120 $overtime = $timetaken - $quiz->timelimit; variable
121 $overtime = format_time($overtime); variable
179 if (!empty($overtime)) {
182 'content' => $overtime,
/dports/games/gogui/gogui-1.4.10/src/net/sf/gogui/sgf/
H A DSgfUtil.java167 Overtime overtime = new Overtime(); in parseOvertime() local
168 overtime.m_byoyomiMoves = Integer.parseInt(group1); in parseOvertime()
169 overtime.m_byoyomi = in parseOvertime()
171 return overtime; in parseOvertime()
H A DSgfWriter.java227 String overtime = SgfUtil.getOvertime(timeSettings); in printGameInfo() local
228 if (overtime != null) in printGameInfo()
229 print("OT[" + overtime + "]"); in printGameInfo()
H A DSgfReader.java629 SgfUtil.Overtime overtime = SgfUtil.parseOvertime(value); in parseOvertime() local
630 if (overtime == null) in parseOvertime()
635 m_byoyomi = overtime.m_byoyomi; in parseOvertime()
636 m_byoyomiMoves = overtime.m_byoyomiMoves; in parseOvertime()
/dports/games/xonotic/Xonotic/source/qcsrc/server/
H A Dg_world.qh10 const int WINNING_NEVER = 2; // no winner, enter overtime if time limit is reached
11 const int WINNING_STARTSUDDENDEATHOVERTIME = 3; // no winner, enter suddendeath overtime NOW
/dports/deskutils/moregroupware/moregroupware/modules/todo/inc/
H A Doverview.inc.php74 $overtime = ($res->UnixTimeStamp($row["enddate"])<time()) ? 1 : 0;
76 …row["fromto"], "enddate" => $mydate, "status" => $value, "overtime" => $overtime, "email" => $row[…
/dports/games/gogui/gogui-1.4.10/test/junit/src/net/sf/gogui/sgf/
H A Dtime-settings-unknown-ot.sgf3 C[Test for overtime property in unknown format: OT[8 xyz 16\]]
/dports/graphics/plotutils/plotutils-2.6/ode/
H A Drka.c26 int overtime = 1; in rka() local
30 for (it = 0, t = tstart; T_LT_TSTOP || overtime--; ) in rka()
H A Dama.c29 int overtime = 1; in ama() local
37 while (it <= startit + PASTVAL&&(T_LT_TSTOP || overtime--)) in ama()
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/hr_timesheet/models/
H A Dproject.py112 overtime = fields.Float(compute='_compute_progress_hours', store=True) variable in Task
139 task.overtime = max(task_total_hours - task.planned_hours, 0)
146 task.overtime = 0
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/huawei/
H A DHUAWEI-HTTP-MIB103 "The object indicates globally overtime the HTTP configuration. The value rangs from 1 to 35791,
104 User can modify HTTP server overtime interval,
189 "The object indicates the overtime of user logined HTTP server."
/dports/net-mgmt/observium/observium/mibs/huawei/
H A DHUAWEI-HTTP-MIB103 "The object indicates globally overtime the HTTP configuration. The value rangs from 1 to 35791,
104 User can modify HTTP server overtime interval,
189 "The object indicates the overtime of user logined HTTP server."
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/expected/oc/
H A D50007-misc.m16 [thePerson setAmount: (1.5 * 17) forKey: @"overtime"];
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/input/oc/
H A Dmisc.m17 [thePerson setAmount:(1.5 * 17)forKey:@"overtime"];
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/accounting_storage/mysql/
H A Das_mysql_rollup.c580 int64_t overtime; in _setup_cluster_tres_usage() local
599 overtime = (int64_t)(loc_tres->total_time - in _setup_cluster_tres_usage()
602 if (overtime < 0) { in _setup_cluster_tres_usage()
603 loc_tres->time_down += overtime; in _setup_cluster_tres_usage()
608 overtime = (int64_t)(loc_tres->total_time - in _setup_cluster_tres_usage()
612 if (overtime < 0) { in _setup_cluster_tres_usage()
613 loc_tres->time_pd += overtime; in _setup_cluster_tres_usage()
/dports/graphics/pdfpc/pdfpc-4.5.0/rc/
H A Dpdfpc.css68 .overtime {
/dports/games/sauerbraten/sauerbraten/
H A Dserver-init.cfg82 // whether or not overtime is enabled for matches
83 // when 1 enables overtime such that the match will keep going so long as scores are tied
85 // overtime 0
/dports/finance/sql-ledger/sql-ledger/doc/templates/Default/
H A Dpayslip.tex81 Overtime: & <%overtime%> & <%overtimerate%> \\
/dports/games/gogui/gogui-1.4.10/src/net/sf/gogui/xml/
H A DXmlWriter.java253 String overtime = SgfUtil.getOvertime(timeSettings); in printNode() local
254 if (overtime != null) in printNode()
255 sgfProps.add("OT", overtime); in printNode()
/dports/games/redeclipse-data/redeclipse-data-v2.0.0/sounds/announcer/
H A Dpackage.cfg18 registersound "sounds/announcer/overtime" 150 // S_V_OVERTIME
/dports/games/redeclipse16/base-1.6.0/config/sounds/
H A Dannouncer.cfg18 registersound "sounds/announcer/overtime" 150 // S_V_OVERTIME

12345678910>>...16