Home
last modified time | relevance | path

Searched refs:getStartingTime (Results 1 – 25 of 41) sorted by relevance

12

/dports/www/ilias/ILIAS-5.4.25/Services/Certificate/classes/Migration/
H A Dclass.ilCertificateMigrationInformationObject.php125 public function getStartingTime() : int function in ilCertificateMigrationInformationObject
143 return $this->getFinishedTime() - $this->getStartingTime();
159 'started_ts' => $this->getStartingTime(),
H A Dclass.ilCertificateMigration.php120 $this->information_object->getStartingTime() !== 0 &&
121 strtotime('-1 hours') > $this->information_object->getStartingTime()
/dports/www/ilias/ILIAS-5.4.25/Modules/RemoteTest/classes/
H A Dclass.ilObjRemoteTest.php77 public function getStartingTime() function in ilObjRemoteTest
143 $a_fields["availability_start"] = array("integer",(int) $this->getStartingTime());
H A Dclass.ilObjRemoteTestGUI.php48 new ilDateTime($this->object->getStartingTime(), IL_CAL_UNIX),
/dports/www/ilias/ILIAS-5.4.25/Modules/RemoteGroup/classes/
H A Dclass.ilObjRemoteGroup.php78 public function getStartingTime() function in ilObjRemoteGroup
144 $a_fields["availability_start"] = array("integer", (int) $this->getStartingTime());
H A Dclass.ilObjRemoteGroupGUI.php48 new ilDateTime($this->object->getStartingTime(), IL_CAL_UNIX),
/dports/www/ilias6/ILIAS-6.14/Modules/RemoteTest/classes/
H A Dclass.ilObjRemoteTest.php77 public function getStartingTime() function in ilObjRemoteTest
143 $a_fields["availability_start"] = array("integer",(int) $this->getStartingTime());
H A Dclass.ilObjRemoteTestGUI.php48 new ilDateTime($this->object->getStartingTime(), IL_CAL_UNIX),
/dports/www/ilias6/ILIAS-6.14/Modules/RemoteGroup/classes/
H A Dclass.ilObjRemoteGroup.php78 public function getStartingTime() function in ilObjRemoteGroup
144 $a_fields["availability_start"] = array("integer", (int) $this->getStartingTime());
H A Dclass.ilObjRemoteGroupGUI.php48 new ilDateTime($this->object->getStartingTime(), IL_CAL_UNIX),
/dports/www/ilias/ILIAS-5.4.25/Modules/RemoteCourse/classes/
H A Dclass.ilObjRemoteCourse.php77 public function getStartingTime() function in ilObjRemoteCourse
143 $a_fields["r_start"] = array("integer",(int) $this->getStartingTime());
H A Dclass.ilObjRemoteCourseGUI.php48 new ilDateTime($this->object->getStartingTime(), IL_CAL_UNIX),
/dports/www/ilias6/ILIAS-6.14/Modules/RemoteCourse/classes/
H A Dclass.ilObjRemoteCourse.php77 public function getStartingTime() function in ilObjRemoteCourse
143 $a_fields["r_start"] = array("integer",(int) $this->getStartingTime());
H A Dclass.ilObjRemoteCourseGUI.php48 new ilDateTime($this->object->getStartingTime(), IL_CAL_UNIX),
/dports/www/ilias/ILIAS-5.4.25/Modules/Session/classes/
H A Dclass.ilSessionAppointment.php255 public function getStartingTime() function in ilSessionAppointment
281 … return ilSessionAppointment::_timeToString($this->getStartingTime(), $this->getEndingTime());
319 …return ilSessionAppointment::_appointmentToString($this->getStartingTime(), $this->getEndingTime()…
333 $new_app->setStartingTime($this->getStartingTime());
H A Dclass.ilSessionOverviewTableGUI.php81 …$events[$tmp_event->getFirstAppointment()->getStartingTime() . '_' . $tmp_event->getId()] = $tmp_e…
/dports/www/ilias6/ILIAS-6.14/Modules/Session/classes/
H A Dclass.ilSessionAppointment.php255 public function getStartingTime() function in ilSessionAppointment
281 … return ilSessionAppointment::_timeToString($this->getStartingTime(), $this->getEndingTime());
319 …return ilSessionAppointment::_appointmentToString($this->getStartingTime(), $this->getEndingTime()…
333 $new_app->setStartingTime($this->getStartingTime());
H A Dclass.ilSessionOverviewTableGUI.php81 …$events[$tmp_event->getFirstAppointment()->getStartingTime() . '_' . $tmp_event->getId()] = $tmp_e…
/dports/www/ilias6/ILIAS-6.14/Services/Tasks/DerivedTasks/classes/
H A Dclass.ilDerivedTasksGUI.php143 if ($i->getStartingTime() > 0) {
144 $start = new ilDateTime($i->getStartingTime(), IL_CAL_UNIX);
H A Dclass.ilDerivedTask.php89 public function getStartingTime() function in ilDerivedTask
/dports/www/ilias6/ILIAS-6.14/Services/Tasks/test/
H A DilDerivedTaskTest.php36 $this->assertEquals(1000, $task->getStartingTime());
H A DilDerivedTaskFactoryTest.php32 $this->assertEquals(1000, $task->getStartingTime());
/dports/www/ilias/ILIAS-5.4.25/Services/Certificate/test/
H A DilCertificateMigrationInformationObjectTest.php33 $this->assertEquals(123456789, $informationObject->getStartingTime());
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/Extra/
H A DReadSVG.cpp127 int startingTime = getStartingTime(); in restoreStateFromParams()
390 int startingTime = getStartingTime(); in guessParamsFromFilename()
431 int startingTime = getStartingTime(); in changedFilename()
H A DReadPDF.cpp150 int startingTime = getStartingTime(); in restoreStateFromParams()
433 int startingTime = getStartingTime(); in guessParamsFromFilename()
479 int startingTime = getStartingTime(); in changedFilename()

12