Home
last modified time | relevance | path

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

/dports/science/chrono/chrono-7.0.1/src/chrono_irrlicht/
H A DChIrrAppInterface.h82 void SetShowExplorer(bool val) { show_explorer = val; } in SetShowExplorer()
83 bool GetShowExplorer() { return show_explorer; } in GetShowExplorer()
254 bool show_explorer; variable
H A DChIrrAppInterface.cpp535 show_explorer = false; in ChIrrAppInterface()
816 gad_treeview->setVisible(show_explorer); in DrawAll()
817 if (show_explorer) { in DrawAll()
/dports/devel/py-spyder/spyder-3.2.7/spyder/plugins/
H A Dprojects.py233 self.show_explorer()
268 self.show_explorer()
401 def show_explorer(self): member in Projects
/dports/www/tikiwiki/tiki-21.2/templates/
H A Dlist_file_gallery.tpl5 && $fgal_options.show_explorer.value eq 'y'
11 && $fgal_options.show_explorer.value eq 'y' && $tiki_p_view_fgal_explorer eq 'y'}
48 …&& $fgal_options.show_explorer.value eq 'y' && $tiki_p_view_fgal_explorer eq 'y' && $view neq 'pag…
/dports/www/tikiwiki/tiki-21.2/db/
H A Dtiki_1.9to2.0.sql1621 ALTER TABLE tiki_file_galleries ADD show_explorer char(1) default '?';
1623 UPDATE tiki_file_galleries SET show_explorer='y' WHERE show_explorer='?';
1625 ALTER TABLE tiki_file_galleries CHANGE show_explorer show_explorer char(1) default NULL;
H A Dtiki.sql891 `show_explorer` char(1) default NULL,