Home
last modified time | relevance | path

Searched refs:addAppointment (Results 1 – 21 of 21) sorted by relevance

/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/kernel/tests/
H A DScheduleTester.cpp55 resourceSchedule.addAppointment(&nodeSchedule, dt1, dt2, 100.); in initTestCase()
58 resourceSchedule.addAppointment(&nodeSchedule, dt1, dt2, 100.); in initTestCase()
61 resourceSchedule.addAppointment(&nodeSchedule, dt1, dt2, 100.); in initTestCase()
64 resourceSchedule.addAppointment(&nodeSchedule, dt1, dt2, 100.); in initTestCase()
H A DAppointmentIntervalTester.h34 void addAppointment();
H A DAppointmentIntervalTester.cpp469 void AppointmentIntervalTester::addAppointment() in addAppointment() function in KPlato::AppointmentIntervalTester
/dports/deskutils/simpleagenda/SimpleAgenda-0.43/Resources/Agenda.gorm/
H A Ddata.classes13 "addAppointment:",
67 "addAppointment:",
/dports/www/ilias/ILIAS-5.4.25/Services/Calendar/classes/Export/
H A Dclass.ilCalendarExport.php151 $this->addAppointment($app_id);
159 $this->addAppointment($app);
163 protected function addAppointment($a_app_id) function in ilCalendarExport
/dports/www/ilias6/ILIAS-6.14/Services/Calendar/classes/Export/
H A Dclass.ilCalendarExport.php151 $this->addAppointment($app_id);
159 $this->addAppointment($app);
163 protected function addAppointment($a_app_id) function in ilCalendarExport
/dports/deskutils/simpleagenda/SimpleAgenda-0.43/
H A DWeekView.m101 - (void)addAppointment:(Event *)apt;
163 - (void)addAppointment:(Event *)apt
251 [wdv addAppointment:apt];
H A DAppController.h48 - (void)addAppointment:(id)sender;
H A DAppController.m344 - (void)addAppointment:(id)sender
751 [self addAppointment:self];
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/kernel/
H A Dkptschedule.h142 …virtual void addAppointment(Schedule * /*other*/, const DateTime & /*start*/, const DateTime & /*e…
390 …void addAppointment(Schedule *resource, const DateTime &start, const DateTime &end, double load = …
427 …void addAppointment(Schedule *node, const DateTime &start, const DateTime &end, double load = 100)…
H A Dkptresource.h288 virtual bool addAppointment(Appointment *appointment);
290 virtual bool addAppointment(Appointment *appointment, Schedule &main);
292 …virtual void addAppointment(Schedule *node, const DateTime &start, const DateTime &end, double loa…
H A Dkptresource.cpp726 bool Resource::addAppointment(Appointment *appointment) { in addAppointment() function in KPlato::Resource
732 bool Resource::addAppointment(Appointment *appointment, Schedule &main) { in addAppointment() function in KPlato::Resource
742 void Resource::addAppointment(Schedule *node, const DateTime &start, const DateTime &end, double lo… in addAppointment() function in KPlato::Resource
751 s->addAppointment(node, start, end, load); in addAppointment()
904 m_currentSchedule->addAppointment(node, i.startTime(), i.endTime(), load); in makeAppointment()
906 … r->addAppointment(node, i.startTime(), i.endTime(), r->units()); //FIXME: units may not be correct in makeAppointment()
944 addAppointment(node, from, end, m_units); in makeAppointment()
H A Dkptnode.h441 virtual bool addAppointment(Appointment *appointment, Schedule &main);
623 …virtual void addAppointment(ResourceSchedule *resource, const DateTime &start, const DateTime &end…
H A Dkptnode.cpp1003 bool Node::addAppointment(Appointment *appointment, Schedule &main) { in addAppointment() function in KPlato::Node
1013 void Node::addAppointment(ResourceSchedule *resource, const DateTime &start, const DateTime &end, d… in addAppointment() function in KPlato::Node
1019 node->addAppointment(resource, start, end, load); in addAppointment()
H A Dkptappointment.cpp732 if (!res->addAppointment(this, sch)) { in loadXML()
736 if (!node->addAppointment(this, sch)) { in loadXML()
H A DKPlatoXmlLoaderBase.cpp1308 if (!res->addAppointment(appointment, sch)) { in load()
1312 if (! node->addAppointment(appointment, sch)) { in load()
H A Dkptschedule.cpp889 void NodeSchedule::addAppointment(Schedule *resource, const DateTime &start, const DateTime &end, d… in addAppointment() function in KPlato::NodeSchedule
1023 void ResourceSchedule::addAppointment(Schedule *node, const DateTime &start, const DateTime &end, d… in addAppointment() function in KPlato::ResourceSchedule
/dports/www/ilias/ILIAS-5.4.25/Modules/Session/classes/
H A Dclass.ilObjSession.php427 public function addAppointment($appointment) function in ilObjSession
/dports/editors/calligraplan/calligraplan-3.3.0/src/plugins/filters/planner/import/
H A Dplannerimport.cpp503 r->addAppointment(ts, a.startTime(), a.endTime(), a.load()); in loadAllocations()
/dports/www/ilias6/ILIAS-6.14/Modules/Session/classes/
H A Dclass.ilObjSession.php461 public function addAppointment($appointment) function in ilObjSession
/dports/editors/calligraplan/calligraplan-3.3.0/src/plugins/schedulers/tj/
H A DPlanTJScheduler.cpp457 res->addAppointment(cs, ai.startTime(), ai.endTime(), load); in taskFromTJ()