Home
last modified time | relevance | path

Searched refs:show_view (Results 1 – 25 of 98) sorted by relevance

1234

/dports/audio/gmpc/gmpc-11.8.16/remote/
H A Dmain.c46 gboolean show_view = FALSE; in main() local
99 "show-view", 'k', 0, G_OPTION_ARG_NONE, &show_view, in main()
160 if(show_view) in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/assistant/ui/main_stage/
H A Dassistant_footer_view.cc115 views::View* show_view = in OnAssistantConsentStatusChanged() local
121 show_view->SetVisible(true); in OnAssistantConsentStatusChanged()
133 show_view->layer()->GetAnimator(), in OnAssistantConsentStatusChanged()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/html/user/
H A Dbolt_course.php54 function show_view($view) { function
94 show_view($view);
/dports/games/iagno/iagno-3.38.1/src/
H A Dgame-window.vala85 show_view ();
128 show_view ();
146 private void show_view ()
148 bool grabs_focus = headerbar.show_view (game_finished);
316 show_view ();
/dports/games/gnome-taquin/gnome-taquin-3.38.1/src/
H A Dgame-window.vala85 show_view ();
138 show_view ();
163 private void show_view ()
165 bool grabs_focus = headerbar.show_view (game_finished);
313 show_view ();
/dports/www/tikiwiki/tiki-21.2/
H A Dtiki-user_tasks.php298 $show_view = true; variable
299 $smarty->assign('show_view', $show_view);
316 $show_view = true; variable
317 $smarty->assign('show_view', $show_view);
622 $show_view = true; variable
623 $smarty->assign('show_view', $show_view);
/dports/devel/py-pyface/pyface-7.2.0/pyface/workbench/
H A Di_workbench_window_layout.py174 def show_view(self, view): member in IWorkbenchWindowLayout
328 def show_view(self, view): member in MWorkbenchWindowLayout
H A Di_view.py129 self.window.show_view(self)
H A Dworkbench_window.py515 def show_view(self, view): member in WorkbenchWindow
525 self.layout.show_view(view)
/dports/devel/p5-Debug-Client/Debug-Client-0.31/t/
H A D02-exports.t20 set_breakpoint set_option show_breakpoints show_line show_view show_line step_in step_over
H A D11-add.t84 my $out = $debugger->show_view;
/dports/audio/lollypop/lollypop-5b2d95f4f8509d80fa86ab7d65b118326dc82a95/lollypop/
H A Dcontainer.py220 self.show_view(self.sidebar.selected_ids)
229 App().window.container.show_view([Type.SEARCH], search)
H A Dwidgets_device.py117 App().window.container.show_view([Type.DEVICE_ALBUMS], index)
128 App().window.container.show_view([Type.DEVICE_PLAYLISTS], index)
H A Dapplication_actions.py191 App().window.container.show_view([Type.SEARCH], search)
208 App().window.container.show_view([Type.EQUALIZER])
H A Dview_genres_box.py97 App().window.container.show_view([Type.GENRES], child.data)
H A Dmenu_artist.py119 App().window.container.show_view([Type.ARTISTS],
H A Dview_albums_box.py241 App().window.container.show_view([Type.ALBUM], child.data,
245 App().window.container.show_view([Type.ALBUM], child.data)
H A Dview_decades_box.py110 App().window.container.show_view([Type.YEARS], child.data)
H A Dview_artists_rounded.py113 App().window.container.show_view([Type.ARTISTS], [child.data],
/dports/games/four-in-a-row/four-in-a-row-3.38.1/src/
H A Dgame-window.vala135 show_view ();
306 private void show_view ()
365 show_view ();
376 show_view ();
/dports/devel/thonny/thonny-3.3.14/thonny/plugins/help/
H A D__init__.py76 get_workbench().show_view("HelpView")
/dports/devel/thonny/thonny-3.3.14/thonny/plugins/
H A Dshell_macro.py89 shell = get_workbench().show_view("ShellView")
H A Dcells.py75 shell = get_workbench().show_view("ShellView", False)
/dports/lang/gambit-c/gambit-4.9.3/contrib/GambitREPL/
H A DViewController.m466 NSLog(@"keyboardWillShow view=%d %@",view,inShowView?@"":@"***NOT-IN-show_view***");
541 show_view(view, YES);
545 ^(void){ show_view(theViewController.currentView, YES); });
560 NSLog(@"keyboardWillHide view=%d %@",view,inShowView?@"":@"***NOT-IN-show_view***");
605 show_view(view, NO);
609 ^(void){ show_view(theViewController.currentView, NO); });
832 void show_view(int view, BOOL become_first_responder) {
927 show_view(view, YES);
934 show_view(view+NB_WEBVIEWS, YES);
941 show_view(view+NB_WEBVIEWS+NB_IMAGEVIEWS, YES);
[all …]
/dports/devel/thonny/thonny-3.3.14/thonny/
H A Dworkbench.py1156 self.show_view(view_id, True)
1470 self.show_view(view_id, False)
1634 def show_view(self, view_id: str, set_focus: bool = True) -> Union[bool, tk.Widget]: member in Workbench
2124 self.show_view("ShellView", True)
2377 self.show_view(view_name)
2470 self.show_view("HelpView").load_topic(topic, fragment)
2481 self.show_view("HelpView").load_topic(topic, fragment)
2490 self.show_view("HelpView").load_topic(topic, fragment)

1234