Home
last modified time | relevance | path

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

/dports/www/ilias/ILIAS-5.4.25/Modules/Test/classes/
H A Dclass.ilParticipantsTestResultsGUI.php349 …$this->showUserResults($show_pass_details = true, $show_answers = true, $show_reached_points = tru…
360 $this->showUserResults($show_pass_details = false, $show_answers = true);
371 $this->showUserResults($show_pass_details = true, $show_answers = false);
379 …protected function showUserResults($show_pass_details, $show_answers, $show_reached_points = false) argument
394 …$template = $this->createUserResults($show_pass_details, $show_answers, $show_reached_points, $sho…
413 …public function createUserResults($show_pass_details, $show_answers, $show_reached_points, $show_u… argument
501 $show_pass_details,
H A Dclass.ilTestServiceGUI.php748 * @param boolean $show_pass_details
754 …etResultsOfUserOutput($testSession, $active_id, $pass, $targetGUI, $show_pass_details = true, $sho… argument
821 $show_pass_details,
828 if ($show_pass_details) {
/dports/www/ilias6/ILIAS-6.14/Modules/Test/classes/
H A Dclass.ilParticipantsTestResultsGUI.php349 …$this->showUserResults($show_pass_details = true, $show_answers = true, $show_reached_points = tru…
360 $this->showUserResults($show_pass_details = false, $show_answers = true);
371 $this->showUserResults($show_pass_details = true, $show_answers = false);
379 …protected function showUserResults($show_pass_details, $show_answers, $show_reached_points = false) argument
394 …$template = $this->createUserResults($show_pass_details, $show_answers, $show_reached_points, $sho…
413 …public function createUserResults($show_pass_details, $show_answers, $show_reached_points, $show_u… argument
501 $show_pass_details,
H A Dclass.ilTestServiceGUI.php751 * @param boolean $show_pass_details
757 …etResultsOfUserOutput($testSession, $active_id, $pass, $targetGUI, $show_pass_details = true, $sho… argument
824 $show_pass_details,
831 if ($show_pass_details) {
/dports/comms/gpredict/gpredict-2.2.1/src/
H A Dpass-popup-menu.c46 static void show_pass_details(GtkWidget * menuitem, gpointer data) in show_pass_details() function
88 G_CALLBACK(show_pass_details), toplevel); in pass_popup_menu_exec()