Home
last modified time | relevance | path

Searched refs:selectheading (Results 1 – 8 of 8) sorted by relevance

/dports/www/moodle310/moodle/admin/roles/
H A Dcheck.php163 $selectheading = get_string('selectanotheruser', 'core_role'); variable
165 $selectheading = get_string('selectauser', 'core_role'); variable
173 echo $OUTPUT->heading('<label for="reportuser">' . $selectheading . '</label>', 3);
/dports/www/moodle311/moodle/admin/roles/
H A Dcheck.php163 $selectheading = get_string('selectanotheruser', 'core_role'); variable
165 $selectheading = get_string('selectauser', 'core_role'); variable
173 echo $OUTPUT->heading('<label for="reportuser">' . $selectheading . '</label>', 3);
/dports/www/moodle39/moodle/admin/roles/
H A Dcheck.php163 $selectheading = get_string('selectanotheruser', 'core_role'); variable
165 $selectheading = get_string('selectauser', 'core_role'); variable
173 echo $OUTPUT->heading('<label for="reportuser">' . $selectheading . '</label>', 3);
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Ddoomstat.h333 char selectheading[22]; ///< Level select heading. Allows for controllable grouping. member
H A Ddeh_soc.c1347 …strlcpy(mapheaderinfo[num-1]->selectheading, word2, sizeof(mapheaderinfo[num-1]->selectheading)); … in readlevelheader()
1491 deh_strlcpy(mapheaderinfo[num-1]->selectheading, word2, in readlevelheader()
1492 sizeof(mapheaderinfo[num-1]->selectheading), va("Level header %d: selectheading", num)); in readlevelheader()
H A Dm_menu.c5182 || !(fastcmp(mapheaderinfo[mapnum]->selectheading, mapheaderinfo[prevmapnum]->selectheading))) in M_CountRowsToShowOnPlatter()
5259 …const boolean headingisname = (fastcmp(mapheaderinfo[mapnum]->selectheading, mapheaderinfo[mapnum]… in M_PrepareLevelPlatter()
5268 …|| !(fastcmp(mapheaderinfo[mapnum]->selectheading, mapheaderinfo[prevmapnum]->selectheading))) // … in M_PrepareLevelPlatter()
5328 …|| !(fastcmp(mapheaderinfo[mapnum]->selectheading, mapheaderinfo[levelselect.rows[row-1].maplist[0… in M_PrepareLevelPlatter()
5334 sprintf(levelselect.rows[row].header, "%s", mapheaderinfo[mapnum]->selectheading); in M_PrepareLevelPlatter()
H A Dlua_maplib.c2196 lua_pushstring(L, header->selectheading); in mapheaderinfo_get()
H A Dp_setup.c344 mapheaderinfo[num]->selectheading[0] = '\0'; in P_ClearSingleMapHeaderInfo()