Home
last modified time | relevance | path

Searched refs:show_browser (Results 1 – 6 of 6) sorted by relevance

/dports/math/py-matplotlib2/matplotlib-2.2.4/tools/
H A Dvisualize_tests.py48 def run(show_browser=True): argument
120 show_message = not show_browser
121 if show_browser:
137 run(show_browser=not args.no_browser)
/dports/math/py-matplotlib/matplotlib-3.4.3/tools/
H A Dvisualize_tests.py48 def run(show_browser=True): argument
120 show_message = not show_browser
121 if show_browser:
137 run(show_browser=not args.no_browser)
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/actions/
H A Dbrowse_annots.py21 self.qaction.triggered.connect(self.show_browser)
34 def show_browser(self): member in BrowseAnnotationsAction
H A Dview.py106 self.gui.iactions['Browse Annotations'].show_browser()
/dports/audio/ncmpcpp/ncmpcpp-0.9.2/doc/
H A Dbindings271 # show_browser
/dports/audio/quimup/Quimup_1.4.4_source/src/
H A Dqm_player.cpp1771 void qm_player::wakeup_call(bool show_browser) in wakeup_call() argument
1775 if (show_browser) in wakeup_call()