Home
last modified time | relevance | path

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

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/ntp_snippets/
H A Duser_classifier.cc150 double max_hours) { in GetEstimateHoursBetweenEvents() argument
155 return max_hours; in GetEstimateHoursBetweenEvents()
168 return base::ClampToRange(estimate_hours, min_hours, max_hours); in GetEstimateHoursBetweenEvents()
176 double max_hours) { in GetMetricValueForEstimateHoursBetweenEvents() argument
177 estimate_hours = base::ClampToRange(estimate_hours, min_hours, max_hours); in GetMetricValueForEstimateHoursBetweenEvents()
228 double max_hours = GetMaxHours(); in RegisterProfilePrefs() local
233 max_hours); in RegisterProfilePrefs()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/ntp_snippets/
H A Duser_classifier.cc149 double max_hours) { in GetEstimateHoursBetweenEvents() argument
154 return max_hours; in GetEstimateHoursBetweenEvents()
167 return base::ClampToRange(estimate_hours, min_hours, max_hours); in GetEstimateHoursBetweenEvents()
175 double max_hours) { in GetMetricValueForEstimateHoursBetweenEvents() argument
176 estimate_hours = base::ClampToRange(estimate_hours, min_hours, max_hours); in GetMetricValueForEstimateHoursBetweenEvents()
227 double max_hours = GetMaxHours(); in RegisterProfilePrefs() local
232 max_hours); in RegisterProfilePrefs()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/feed/core/common/
H A Duser_classifier.cc106 double max_hours) { in GetEstimateHoursBetweenEvents() argument
111 return max_hours; in GetEstimateHoursBetweenEvents()
123 return base::ClampToRange(estimate_hours, min_hours, max_hours); in GetEstimateHoursBetweenEvents()
130 double max_hours) { in GetRateForEstimateHoursBetweenEvents() argument
132 estimate_hours = base::ClampToRange(estimate_hours, min_hours, max_hours); in GetRateForEstimateHoursBetweenEvents()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/feed/core/common/
H A Duser_classifier.cc106 double max_hours) { in GetEstimateHoursBetweenEvents() argument
111 return max_hours; in GetEstimateHoursBetweenEvents()
123 return base::ClampToRange(estimate_hours, min_hours, max_hours); in GetEstimateHoursBetweenEvents()
130 double max_hours) { in GetRateForEstimateHoursBetweenEvents() argument
132 estimate_hours = base::ClampToRange(estimate_hours, min_hours, max_hours); in GetRateForEstimateHoursBetweenEvents()
/dports/deskutils/fet/fet-6.2.0/src/interface/
H A Dmodifyconstraintteachersmaxhourscontinuouslyform.cpp65 int max_hours=maxHoursSpinBox->value(); in ok() local
68 this->_ctr->maxHoursContinuously=max_hours; in ok()
H A Daddconstraintteachersmaxhourscontinuouslyform.cpp64 int max_hours=maxHoursSpinBox->value(); in addCurrentConstraint() local
66 ctr=new ConstraintTeachersMaxHoursContinuously(weight, max_hours); in addCurrentConstraint()
H A Dmodifyconstraintteachersmaxhoursperallafternoonsform.cpp70 int max_hours=maxHoursSpinBox->value(); in ok() local
73 this->_ctr->maxHoursPerAllAfternoons=max_hours; in ok()
H A Dmodifyconstraintstudentsmaxhoursperallafternoonsform.cpp70 int max_hours=maxHoursSpinBox->value(); in ok() local
73 this->_ctr->maxHoursPerAllAfternoons=max_hours; in ok()
H A Dmodifyconstraintteachersmaxhoursdailyform.cpp74 int max_hours=maxHoursSpinBox->value(); in ok() local
77 this->_ctr->maxHoursDaily=max_hours; in ok()
H A Dmodifyconstraintteachersmaxhoursdailyrealdaysform.cpp74 int max_hours=maxHoursSpinBox->value(); in ok() local
77 this->_ctr->maxHoursDaily=max_hours; in ok()
H A Daddconstraintteachersmaxhoursdailyform.cpp73 int max_hours=maxHoursSpinBox->value(); in addCurrentConstraint() local
75 ctr=new ConstraintTeachersMaxHoursDaily(weight, max_hours); in addCurrentConstraint()
H A Daddconstraintteachersmaxhoursdailyrealdaysform.cpp73 int max_hours=maxHoursSpinBox->value(); in addCurrentConstraint() local
75 ctr=new ConstraintTeachersMaxHoursDailyRealDays(weight, max_hours); in addCurrentConstraint()
H A Daddconstraintstudentsmaxhoursperallafternoonsform.cpp69 int max_hours=maxHoursSpinBox->value(); in addCurrentConstraint() local
71 ctr=new ConstraintStudentsMaxHoursPerAllAfternoons(weight, max_hours); in addCurrentConstraint()
H A Daddconstraintteachersmaxhoursperallafternoonsform.cpp69 int max_hours=maxHoursSpinBox->value(); in addCurrentConstraint() local
71 ctr=new ConstraintTeachersMaxHoursPerAllAfternoons(weight, max_hours); in addCurrentConstraint()
H A Daddconstraintteachersactivitytagmaxhourscontinuouslyform.cpp79 int max_hours=maxHoursSpinBox->value(); in addCurrentConstraint() local
81 ctr=new ConstraintTeachersActivityTagMaxHoursContinuously(weight, max_hours, activityTagName); in addCurrentConstraint()
H A Daddconstraintteachersactivitytagmaxhoursdailyform.cpp79 int max_hours=maxHoursSpinBox->value(); in addCurrentConstraint() local
81 ctr=new ConstraintTeachersActivityTagMaxHoursDaily(weight, max_hours, activityTagName); in addCurrentConstraint()
H A Daddconstraintteachersactivitytagmaxhoursdailyrealdaysform.cpp79 int max_hours=maxHoursSpinBox->value(); in addCurrentConstraint() local
81 ctr=new ConstraintTeachersActivityTagMaxHoursDailyRealDays(weight, max_hours, activityTagName); in addCurrentConstraint()
H A Daddconstraintstudentssetmaxhoursperallafternoonsform.cpp82 int max_hours=maxHoursSpinBox->value(); in addCurrentConstraint() local
84 ctr=new ConstraintStudentsSetMaxHoursPerAllAfternoons(weight, max_hours, students_name); in addCurrentConstraint()
H A Daddconstraintteachermaxhourscontinuouslyform.cpp81 int max_hours=maxHoursSpinBox->value(); in addCurrentConstraint() local
83 ctr=new ConstraintTeacherMaxHoursContinuously(weight, max_hours, teacher_name); in addCurrentConstraint()
H A Dmodifyconstraintstudentssetmaxhoursperallafternoonsform.cpp80 int max_hours=maxHoursSpinBox->value(); in ok() local
91 this->_ctr->maxHoursPerAllAfternoons=max_hours; in ok()
H A Daddconstraintteachermaxhoursdailyform.cpp90 int max_hours=maxHoursSpinBox->value(); in addCurrentConstraint() local
92 ctr=new ConstraintTeacherMaxHoursDaily(weight, max_hours, teacher_name); in addCurrentConstraint()
H A Daddconstraintteachermaxhoursdailyrealdaysform.cpp90 int max_hours=maxHoursSpinBox->value(); in addCurrentConstraint() local
92 ctr=new ConstraintTeacherMaxHoursDailyRealDays(weight, max_hours, teacher_name); in addCurrentConstraint()
H A Daddconstraintteachermaxhoursperallafternoonsform.cpp86 int max_hours=maxHoursSpinBox->value(); in addCurrentConstraint() local
88 ctr=new ConstraintTeacherMaxHoursPerAllAfternoons(weight, max_hours, teacher_name); in addCurrentConstraint()
H A Dmodifyconstraintteachersactivitytagmaxhourscontinuouslyform.cpp79 int max_hours=maxHoursSpinBox->value(); in ok() local
89 this->_ctr->maxHoursContinuously=max_hours; in ok()
H A Dmodifyconstraintteachersactivitytagmaxhoursdailyrealdaysform.cpp79 int max_hours=maxHoursSpinBox->value(); in ok() local
89 this->_ctr->maxHoursDaily=max_hours; in ok()

12