Home
last modified time | relevance | path

Searched refs:hidden_tabs (Results 1 – 10 of 10) sorted by relevance

/dports/www/R-cran-shiny/shiny/man/
H A DtabsetPanel.Rd67 id = "hidden_tabs",
81 updateTabsetPanel(session, "hidden_tabs", selected = paste0("panel", input$controller))
/dports/comms/flrig/flrig-1.3.54/src/support/
H A Dsupport.cxx4177 if (hidden_tabs) { in initTabs()
4183 hidden_tabs->add(genericCW); in initTabs()
4184 hidden_tabs->add(genericQSK); in initTabs()
4185 hidden_tabs->add(genericVOX); in initTabs()
4186 hidden_tabs->add(genericSpeech); in initTabs()
4187 hidden_tabs->add(genericRx); in initTabs()
4188 hidden_tabs->add(genericMisc); in initTabs()
4189 hidden_tabs->add(genericUser_1); in initTabs()
4190 hidden_tabs->add(genericUser_2); in initTabs()
4191 hidden_tabs->add(genericUser_3); in initTabs()
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/Survey/classes/
H A Dclass.ilSurveyEditorGUI.php159 $hidden_tabs = array();
164 $hidden_tabs = $template->getHiddenTabs();
173 if (!in_array("survey_question_editor", $hidden_tabs)) {
H A Dclass.ilObjSurveyGUI.php369 $hidden_tabs = array();
374 $hidden_tabs = $template->getHiddenTabs();
417 !in_array("constraints", $hidden_tabs) &&
499 if (!in_array("meta_data", $hidden_tabs)) {
513 if (!in_array("export", $hidden_tabs)) {
H A Dclass.ilSurveyParticipantsGUI.php316 $hidden_tabs = array();
321 $hidden_tabs = $template->getHiddenTabs();
325 if (!in_array("invitation", $hidden_tabs)) {
/dports/www/ilias6/ILIAS-6.14/Modules/Survey/Editing/
H A Dclass.ilSurveyEditorGUI.php157 $hidden_tabs = array();
161 $hidden_tabs = $template->getHiddenTabs();
170 if (!in_array("survey_question_editor", $hidden_tabs)) {
/dports/www/ilias6/ILIAS-6.14/Modules/Survey/classes/
H A Dclass.ilObjSurveyGUI.php361 $hidden_tabs = array();
365 $hidden_tabs = $template->getHiddenTabs();
408 !in_array("constraints", $hidden_tabs) &&
486 if (!in_array("meta_data", $hidden_tabs)) {
499 if (!in_array("export", $hidden_tabs)) {
/dports/comms/flrig/flrig-1.3.54/src/include/
H A Drigpanel.h167 extern Fl_Group *hidden_tabs;
/dports/comms/flrig/flrig-1.3.54/src/UI/
H A Dui_touch.cxx2045 hidden_tabs = new Fl_Group(0,0,small_mainW, small_mainH); in touch_rig_window()
2046 hidden_tabs->hide(); in touch_rig_window()
2047 hidden_tabs->end(); in touch_rig_window()
H A Drigpanel.cxx120 Fl_Group *hidden_tabs = (Fl_Group *)0; variable