Home
last modified time | relevance | path

Searched refs:max_hours (Results 26 – 42 of 42) sorted by relevance

12

/dports/deskutils/fet/fet-6.2.0/src/interface/
H A Dmodifyconstraintteachersactivitytagmaxhoursdailyform.cpp79 int max_hours=maxHoursSpinBox->value(); in ok() local
89 this->_ctr->maxHoursDaily=max_hours; in ok()
H A Dmodifyconstraintteachermaxhourscontinuouslyform.cpp79 int max_hours=maxHoursSpinBox->value(); in ok() local
90 this->_ctr->maxHoursContinuously=max_hours; in ok()
H A Dmodifyconstraintteachermaxhoursperallafternoonsform.cpp84 int max_hours=maxHoursSpinBox->value(); in ok() local
95 this->_ctr->maxHoursPerAllAfternoons=max_hours; in ok()
H A Dmodifyconstraintteachermaxhoursdailyrealdaysform.cpp88 int max_hours=maxHoursSpinBox->value(); in ok() local
99 this->_ctr->maxHoursDaily=max_hours; in ok()
H A Daddconstraintteacheractivitytagmaxhourscontinuouslyform.cpp95 int max_hours=maxHoursSpinBox->value(); in addCurrentConstraint() local
97 …ctr=new ConstraintTeacherActivityTagMaxHoursContinuously(weight, max_hours, teacher_name, activity… in addCurrentConstraint()
H A Daddconstraintteacheractivitytagmaxhoursdailyform.cpp95 int max_hours=maxHoursSpinBox->value(); in addCurrentConstraint() local
97 …ctr=new ConstraintTeacherActivityTagMaxHoursDaily(weight, max_hours, teacher_name, activityTagName… in addCurrentConstraint()
H A Daddconstraintteacheractivitytagmaxhoursdailyrealdaysform.cpp95 int max_hours=maxHoursSpinBox->value(); in addCurrentConstraint() local
97 …ctr=new ConstraintTeacherActivityTagMaxHoursDailyRealDays(weight, max_hours, teacher_name, activit… in addCurrentConstraint()
H A Dmodifyconstraintteachermaxhoursdailyform.cpp88 int max_hours=maxHoursSpinBox->value(); in ok() local
99 this->_ctr->maxHoursDaily=max_hours; in ok()
H A Dmodifyconstraintteacheractivitytagmaxhourscontinuouslyform.cpp92 int max_hours=maxHoursSpinBox->value(); in ok() local
110 this->_ctr->maxHoursContinuously=max_hours; in ok()
H A Dmodifyconstraintteacheractivitytagmaxhoursdailyform.cpp92 int max_hours=maxHoursSpinBox->value(); in ok() local
110 this->_ctr->maxHoursDaily=max_hours; in ok()
H A Dmodifyconstraintteacheractivitytagmaxhoursdailyrealdaysform.cpp92 int max_hours=maxHoursSpinBox->value(); in ok() local
110 this->_ctr->maxHoursDaily=max_hours; in ok()
/dports/science/cdo/cdo-2.0.0/src/
H A Dafter_namelist.cc66 scan_time(int verbose, char *namelist, int *hours, int max_hours) in scan_time() argument
81 while (icp != cp && nrqh < max_hours) in scan_time()
H A DAfterburner.cc46 int scan_time(int verbose, char *namelist, int *hours, int max_hours);
/dports/irc/ircII/ircii-20210314/source/
H A Dstatus.c201 max_hours; in set_alarm() local
220 max_hours = 23; in set_alarm()
224 max_hours = 12; in set_alarm()
239 if (h >= min_hours && h <= max_hours && isdigit(hours[0]) && in set_alarm()
247 if (max_hours == 12) in set_alarm()
296 min_hours, max_hours); in set_alarm()
/dports/irc/ninja/ninja-1.5.8.1/source/
H A Dstatus.c216 max_hours; local
235 max_hours = 23;
239 max_hours = 12;
250 if (h >= min_hours && h <= max_hours && isdigit(hours[0]) &&
258 if (max_hours == 12)
306 min_hours, max_hours);
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/source/
H A Dstatus.c280 max_hours; local
299 max_hours = 23;
303 max_hours = 12;
314 if (h >= min_hours && h <= max_hours && isdigit(hours[0]) &&
322 if (max_hours == 12)
371 min_hours, max_hours);
/dports/science/plumed/plumed2-2.7.2/patches/
H A Dgromacs-4.5.7.diff256 pforce, cpt_period,max_hours,deviceOptions,Flags);

12