Home
last modified time | relevance | path

Searched refs:startingtime (Results 1 – 5 of 5) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/Modules/Test/classes/
H A Dclass.ilObjTestSettingsGeneralGUI.php818 … $startingtime = new ilDateTimeInputGUI($this->lng->txt("tst_starting_time"), 'starting_time');
819 $startingtime->setInfo($this->lng->txt("tst_starting_time_desc"));
820 $startingtime->setShowTime(true);
822 $startingtime->setDate(new ilDateTime($this->testOBJ->getStartingTime(), IL_CAL_UNIX));
824 $startingtime->setDate(null);
827 $form->addItem($startingtime);
829 $startingtime->setDisabled(true);
/dports/www/ilias6/ILIAS-6.14/Modules/Test/classes/
H A Dclass.ilObjTestSettingsGeneralGUI.php818 … $startingtime = new ilDateTimeInputGUI($this->lng->txt("tst_starting_time"), 'starting_time');
819 $startingtime->setInfo($this->lng->txt("tst_starting_time_desc"));
820 $startingtime->setShowTime(true);
822 $startingtime->setDate(new ilDateTime($this->testOBJ->getStartingTime(), IL_CAL_UNIX));
824 $startingtime->setDate(null);
827 $form->addItem($startingtime);
829 $startingtime->setDisabled(true);
/dports/www/ilias/ILIAS-5.4.25/Modules/Survey/classes/
H A Dclass.ilObjSurveyGUI.php961 $startingtime = new ilDateTimeInputGUI($this->lng->txt("start_date"), 'start_date');
962 $startingtime->setShowTime(true);
964 $startingtime->setDate(new ilDate($start, IL_CAL_TIMESTAMP));
966 $form->addItem($startingtime);
/dports/www/ilias6/ILIAS-6.14/Modules/Survey/classes/
H A Dclass.ilObjSurveyGUI.php967 $startingtime = new ilDateTimeInputGUI($this->lng->txt("start_date"), 'start_date');
968 $startingtime->setShowTime(true);
970 $startingtime->setDate(new ilDate($start, IL_CAL_TIMESTAMP));
972 $form->addItem($startingtime);
/dports/math/singular/Singular-Release-4-2-1/Singular/links/
H A DssiLink.cc1850 int startingtime = getRTimer()/TIMER_RESOLUTION; // in seconds in slStatusSsiL() local
1978 timeout - 1000000*(getRTimer()/TIMER_RESOLUTION - startingtime)); in slStatusSsiL()