/dports/www/ilias/ILIAS-5.4.25/Modules/RemoteTest/classes/ |
H A D | class.ilObjRemoteTest.php | 97 public function getEndingTime() function in ilObjRemoteTest 144 $a_fields["availability_end"] = array("integer", (int) $this->getEndingTime());
|
H A D | class.ilObjRemoteTestGUI.php | 49 new ilDateTime($this->object->getEndingTime(), IL_CAL_UNIX)
|
/dports/www/ilias/ILIAS-5.4.25/Modules/RemoteGroup/classes/ |
H A D | class.ilObjRemoteGroup.php | 98 public function getEndingTime() function in ilObjRemoteGroup 145 $a_fields["availability_end"] = array("integer", (int) $this->getEndingTime());
|
H A D | class.ilObjRemoteGroupGUI.php | 49 new ilDateTime($this->object->getEndingTime(), IL_CAL_UNIX)
|
/dports/www/ilias6/ILIAS-6.14/Modules/RemoteTest/classes/ |
H A D | class.ilObjRemoteTest.php | 97 public function getEndingTime() function in ilObjRemoteTest 144 $a_fields["availability_end"] = array("integer", (int) $this->getEndingTime());
|
H A D | class.ilObjRemoteTestGUI.php | 49 new ilDateTime($this->object->getEndingTime(), IL_CAL_UNIX)
|
/dports/www/ilias6/ILIAS-6.14/Modules/RemoteGroup/classes/ |
H A D | class.ilObjRemoteGroup.php | 98 public function getEndingTime() function in ilObjRemoteGroup 145 $a_fields["availability_end"] = array("integer", (int) $this->getEndingTime());
|
H A D | class.ilObjRemoteGroupGUI.php | 49 new ilDateTime($this->object->getEndingTime(), IL_CAL_UNIX)
|
/dports/www/ilias/ILIAS-5.4.25/Modules/RemoteCourse/classes/ |
H A D | class.ilObjRemoteCourse.php | 97 public function getEndingTime() function in ilObjRemoteCourse 144 $a_fields["r_end"] = array("integer", (int) $this->getEndingTime());
|
H A D | class.ilObjRemoteCourseGUI.php | 49 new ilDateTime($this->object->getEndingTime(), IL_CAL_UNIX)
|
/dports/www/ilias6/ILIAS-6.14/Modules/RemoteCourse/classes/ |
H A D | class.ilObjRemoteCourse.php | 97 public function getEndingTime() function in ilObjRemoteCourse 144 $a_fields["r_end"] = array("integer", (int) $this->getEndingTime());
|
H A D | class.ilObjRemoteCourseGUI.php | 49 new ilDateTime($this->object->getEndingTime(), IL_CAL_UNIX)
|
/dports/www/ilias/ILIAS-5.4.25/Modules/Session/classes/ |
H A D | class.ilSessionAppointment.php | 265 public function getEndingTime() function in ilSessionAppointment 281 … return ilSessionAppointment::_timeToString($this->getStartingTime(), $this->getEndingTime()); 319 …ionAppointment::_appointmentToString($this->getStartingTime(), $this->getEndingTime(), $this->enab… 334 $new_app->setEndingTime($this->getEndingTime());
|
/dports/www/ilias6/ILIAS-6.14/Modules/Session/classes/ |
H A D | class.ilSessionAppointment.php | 265 public function getEndingTime() function in ilSessionAppointment 281 … return ilSessionAppointment::_timeToString($this->getStartingTime(), $this->getEndingTime()); 319 …ionAppointment::_appointmentToString($this->getStartingTime(), $this->getEndingTime(), $this->enab… 334 $new_app->setEndingTime($this->getEndingTime());
|
/dports/www/ilias/ILIAS-5.4.25/Modules/Test/classes/ |
H A D | class.ilObjTest.php | 1276 'ending_time' => array('integer', $this->getEndingTime()), 1396 'ending_time' => array('integer', $this->getEndingTime()), 2972 if ($this->getEndingTime() != 0) { 2973 $ending = $this->getEndingTime(); 3068 public function getEndingTime() function in ilObjTest 5580 if ($this->isEndingTimeEnabled() && $this->getEndingTime() != 0) { 5582 if ($now > $this->getEndingTime()) { 6477 if ($this->getEndingTime()) { 7126 $newObj->setEndingTime($this->getEndingTime()); 8297 …_time_reached"), ilDatePresentation::formatDate(new ilDateTime($this->getEndingTime(), IL_CAL_UNIX… [all …]
|
H A D | class.ilObjTestSettingsGeneralGUI.php | 836 if ($this->testOBJ->getEndingTime() != 0) { 837 $endingtime->setDate(new ilDateTime($this->testOBJ->getEndingTime(), IL_CAL_UNIX));
|
H A D | class.ilTestPlayerAbstractGUI.php | 1406 …ached"), ilDatePresentation::formatDate(new ilDateTime($this->object->getEndingTime(), IL_CAL_UNIX… 1511 $date_time = new ilDateTime($this->object->getEndingTime(), IL_CAL_UNIX);
|
H A D | class.ilObjTestGUI.php | 2849 $ending_time = $this->object->getEndingTime();
|
/dports/www/ilias6/ILIAS-6.14/Modules/Test/classes/ |
H A D | class.ilObjTest.php | 1279 'ending_time' => array('integer', $this->getEndingTime()), 1400 'ending_time' => array('integer', $this->getEndingTime()), 2993 if ($this->getEndingTime() != 0) { 2994 $ending = $this->getEndingTime(); 3089 public function getEndingTime() function in ilObjTest 5601 if ($this->isEndingTimeEnabled() && $this->getEndingTime() != 0) { 5603 if ($now > $this->getEndingTime()) { 6507 if ($this->getEndingTime()) { 7153 $newObj->setEndingTime($this->getEndingTime()); 8325 …_time_reached"), ilDatePresentation::formatDate(new ilDateTime($this->getEndingTime(), IL_CAL_UNIX… [all …]
|
H A D | class.ilObjTestSettingsGeneralGUI.php | 836 if ($this->testOBJ->getEndingTime() != 0) { 837 $endingtime->setDate(new ilDateTime($this->testOBJ->getEndingTime(), IL_CAL_UNIX));
|
H A D | class.ilTestPlayerAbstractGUI.php | 1403 …ached"), ilDatePresentation::formatDate(new ilDateTime($this->object->getEndingTime(), IL_CAL_UNIX… 1512 $date_time = new ilDateTime($this->object->getEndingTime(), IL_CAL_UNIX);
|
H A D | class.ilObjTestGUI.php | 2908 $ending_time = $this->object->getEndingTime();
|
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/googledrive/google-api-php-client/src/contrib/ |
H A D | Google_OrkutService.php | 1809 public function getEndingTime() { function in Google_CommunityPoll
|