Home
last modified time | relevance | path

Searched refs:hours (Results 7601 – 7625 of 54855) sorted by path

1...<<301302303304305306307308309310>>...2195

/dports/deskutils/elementary-calendar/calendar-6.0.3/po/
H A Dzh_TW.po309 msgid "2 hours before"
313 msgid "3 hours before"
317 msgid "12 hours before"
321 msgid "24 hours before"
/dports/deskutils/elementary-calendar/calendar-6.0.3/src/EventEdition/
H A DReminderPanel.vala202 time.append_text (_("2 hours before"));
203 time.append_text (_("3 hours before"));
204 time.append_text (_("12 hours before"));
205 time.append_text (_("24 hours before"));
341 duration.hours = 1;
348 duration.hours = 2;
355 duration.hours = 3;
362 duration.hours = 12;
369 duration.hours = 24;
/dports/deskutils/elementary-calendar/calendar-6.0.3/src/EventParser/
H A DParsedEvent.vala50 public void set_length_to_hours (int hours) {
51 this.to = this.from.add_hours (hours);
/dports/deskutils/elementary-calendar/calendar-6.0.3/src/EventParser/Parsers/
H A DParserDe.vala395 int hours = int.parse (data.p.index (0));
400 event.set_length_to_hours (hours);
H A DParserEn.vala575 analyze_pattern ("for (?<p1>\\d+)(\\s?h| hours)", (data) => {
576 int hours = int.parse (data.p.index (0));
581 event.set_length_to_hours (hours);
/dports/deskutils/elementary-calendar/calendar-6.0.3/vapi/
H A Dlibical.vapi228 public uint hours;
261 return hours;
2060 …public static void adjust (out ICal.Time time_type, int days, int hours, int minutes, int seconds);
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/fbreader/src/fbreader/
H A DTimeUpdater.cpp34 short minutes = time.hours() * 60 + time.minutes(); in run()
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/core/include/
H A DZLTime.h31 short hours() const;
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/core/src/time/
H A DZLTime.cpp41 short ZLTime::hours() const { in hours() function in ZLTime
H A DZLTime.h31 short hours() const;
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/text/src/view/
H A DZLTextPositionIndicator.cpp185 const short hours = time.hours(); in timeString() local
186 ZLStringUtil::appendNumber(buffer, hours / 10); in timeString()
187 ZLStringUtil::appendNumber(buffer, hours % 10); in timeString()
/dports/deskutils/fet/fet-6.2.0/
H A DCONTRIBUTORS4 …raft code for the constraints of type teacher(s) max span per day and teacher(s) min resting hours.
H A DChangeLog26 - Version 2.7.3 - user can change the number of hours and days;
76 - max hours per week is now short integer (instead of char)
209 - Improved the hours dialog and added names for the hours. The file structure
219 - The days, hours and add activity dialog are now resizeable
578 students subgroup and days and hours.
861 - Bug fix - when pressing Esc in the allocation of hours.
988 - Small bug fix (when modifying hours or days)
1031 - Bug fixes in max hours per day
1064 - The min hours per day for teachers works even when a teacher has 0 hours in a week
1178 by any number of days or hours (suggested by kdsayang)
[all …]
H A DREADME338 …constraints (activity tag max / min hours daily or students max gaps per day / real day) (default …
342 constraints students min hours daily with allow empty days (default true).
386 teacher(s)/students (set) max hours daily with a weight less than 100% (default true).
H A DTODO288 room hours" and maybe also "maximum special room hours" in the teacher
441 minutes hours and 90 minutes hours. so he defined 30 minutes "hours" and
1644 A teacher has 15 hours
2431 hours of the teachers (in clock hours). Today, I take the statistics and make a spreadsheet applyin…
2457 Should be generalised from "hours" to "hours or days or both".
2699 Min hours per day, max hours per day:
2704 max hours = 5
2900 Dose your solution work for days with different hours (Monday has 8 hours and others 6)?
2938 max hours = 5
2978 I have a min hours per day set to 2, and some teachers have 2 days with 2 hours and unfortunately 2…
[all …]
/dports/deskutils/fet/fet-6.2.0/src/engine/
H A Dgenerate.cpp455 hours++; in updateTchNHoursGaps()
478 hours++; in updateTchNHoursGaps()
533 hours++; in updateTchNHoursGapsRealDay()
558 hours++; in updateSbgNHoursGaps()
606 hours++; in updateSbgNHoursGapsRealDay()
638 hours++; in updateTeachersNHoursGaps()
663 hours++; in updateTeachersNHoursGaps()
720 hours++; in updateTeachersNHoursGapsRealDay()
747 hours++; in updateSubgroupsNHoursGaps()
756 if(hours>0) in updateSubgroupsNHoursGaps()
[all …]
H A Dgenerate_pre.cpp11749 int h=csna->hours.at(j); in computeNotAllowedTimesPercentages()
11788 int h=tn->hours.at(kk); in computeNotAllowedTimesPercentages()
11814 int h=tn->hours.at(kk); in computeNotAllowedTimesPercentages()
11832 int h=sn->hours.at(kk); in computeNotAllowedTimesPercentages()
11862 int h=sn->hours.at(kk); in computeNotAllowedTimesPercentages()
11879 int h=br->hours.at(kk); in computeNotAllowedTimesPercentages()
11904 int h=br->hours.at(kk); in computeNotAllowedTimesPercentages()
14717 assert(rn->days.count()==rn->hours.count()); in computeNotAllowedRoomTimePercentages()
14720 int h=rn->hours.at(kk); in computeNotAllowedRoomTimePercentages()
14743 assert(rn->days.count()==rn->hours.count()); in computeNotAllowedTeacherRoomTimePercentages()
[all …]
H A Drules.cpp10154 QList<int> hours; in readTeacherNotAvailable() local
10304 hours.clear(); in readTeacherNotAvailable()
10307 hours.append(hh); in readTeacherNotAvailable()
11249 QList<int> hours; in readStudentsSetNotAvailable() local
11396 hours.clear(); in readStudentsSetNotAvailable()
11399 hours.append(hh); in readStudentsSetNotAvailable()
15773 QList<int> hours; in readBreak() local
15911 hours.clear(); in readBreak()
15914 hours.append(hh); in readBreak()
25481 QList<int> hours; in readRoomNotAvailable() local
[all …]
H A Dspaceconstraint.cpp694 this->hours=h; in ConstraintRoomNotAvailableTimes()
717 if(this->hours.at(i)>=0) in getXmlDescription()
862 int h=hours.at(k); in fitness()
937 || hours.at(i)<0 || hours.at(i)>=r.nHoursPerDay) in hasWrongDayOrHour()
961 && hours.at(i)>=0 && hours.at(i)<r.nHoursPerDay){ in repairWrongDayOrHour()
967 hours=newHours; in repairWrongDayOrHour()
990 this->hours=h; in ConstraintTeacherRoomNotAvailableTimes()
1194 int h=hours.at(k); in fitness()
1268 || hours.at(i)<0 || hours.at(i)>=r.nHoursPerDay) in hasWrongDayOrHour()
1292 && hours.at(i)>=0 && hours.at(i)<r.nHoursPerDay){ in repairWrongDayOrHour()
[all …]
H A Dspaceconstraint.h269 QList<int> hours; variable
320 QList<int> hours; variable
H A Dtimeconstraint.cpp1406 this->hours=h; in ConstraintTeacherNotAvailableTimes()
1641 || hours.at(i)<0 || hours.at(i)>=r.nHoursPerDay) in hasWrongDayOrHour()
1665 && hours.at(i)>=0 && hours.at(i)<r.nHoursPerDay){ in repairWrongDayOrHour()
1671 hours=newHours; in repairWrongDayOrHour()
1693 this->hours=h; in ConstraintStudentsSetNotAvailableTimes()
1960 || hours.at(i)<0 || hours.at(i)>=r.nHoursPerDay) in hasWrongDayOrHour()
1984 && hours.at(i)>=0 && hours.at(i)<r.nHoursPerDay){ in repairWrongDayOrHour()
1990 hours=newHours; in repairWrongDayOrHour()
7721 || hours.at(i)<0 || hours.at(i)>=r.nHoursPerDay) in hasWrongDayOrHour()
7745 && hours.at(i)>=0 && hours.at(i)<r.nHoursPerDay){ in repairWrongDayOrHour()
[all …]
H A Dtimeconstraint.h459 QList<int> hours; variable
507 QList<int> hours; variable
1476 QList<int> hours; variable
/dports/deskutils/fet/fet-6.2.0/src/interface/
H A Daddconstraintactivitiesmaxsimultaneousinselectedtimeslotsform.cpp252 QList<int> hours; in addCurrentConstraint() local
257 hours.append(i); in addCurrentConstraint()
281 …esMaxSimultaneousInSelectedTimeSlots(weight, selectedActivitiesList, days, hours, maxSimultaneous); in addCurrentConstraint()
H A Daddconstraintactivitiesminsimultaneousinselectedtimeslotsform.cpp254 QList<int> hours; in addCurrentConstraint() local
259 hours.append(i); in addCurrentConstraint()
282 …sMinSimultaneousInSelectedTimeSlots(weight, selectedActivitiesList, days, hours, minSimultaneous, … in addCurrentConstraint()
H A Daddconstraintactivitiesoccupymaxtimeslotsfromselectionform.cpp252 QList<int> hours; in addCurrentConstraint() local
257 hours.append(i); in addCurrentConstraint()
281 …tiesOccupyMaxTimeSlotsFromSelection(weight, selectedActivitiesList, days, hours, maxOccupiedSlots); in addCurrentConstraint()

1...<<301302303304305306307308309310>>...2195