Home
last modified time | relevance | path

Searched refs:has_teams (Results 1 – 4 of 4) sorted by relevance

/dports/www/ilias6/ILIAS-6.14/Modules/Exercise/MandatoryAssignments/classes/
H A Dclass.ilExcRandomAssignmentManager.php98 $has_teams = false;
105 $has_teams = true;
115 if ($has_teams) {
/dports/www/ilias/ILIAS-5.4.25/Modules/Exercise/classes/
H A Dclass.ilExAssignmentEditorGUI.php267 … $has_teams = (bool) count(ilExAssignmentTeam::getAssignmentTeamMap($this->assignment->getId()));
269 $has_teams = false;
288 if (!$has_teams) {
367 if ($has_teams) {
/dports/www/ilias6/ILIAS-6.14/Modules/Exercise/classes/
H A Dclass.ilExAssignmentEditorGUI.php271 … $has_teams = (bool) count(ilExAssignmentTeam::getAssignmentTeamMap($this->assignment->getId()));
273 $has_teams = false;
292 if (!$has_teams) {
371 if ($has_teams) {
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/states_screens/
H A Drace_gui.cpp675 bool has_teams = (ctf_world || soccer_world); in drawGlobalMiniMap() local
678 if ((has_teams || is_local) && m_icons_frame != NULL) in drawGlobalMiniMap()
682 if (has_teams) in drawGlobalMiniMap()