Home
last modified time | relevance | path

Searched defs:hide (Results 1 – 25 of 3712) sorted by relevance

12345678910>>...149

/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/src/java/org/scilab/modules/gui/ged/actions/
H A DShowHide.java109 public static void action(boolean hide) { in action()
125 public static void arc(boolean hide) { in arc()
134 public static void axes(boolean hide) { in axes()
147 public static void champ(boolean hide) { in champ()
155 public static void datatip(boolean hide) { in datatip()
165 public static void fec(boolean hide) { in fec()
173 public static void figure(boolean hide) { in figure()
191 public static void label(boolean hide) { in label()
201 public static void legend(boolean hide) { in legend()
232 public static void segs(boolean hide) { in segs()
[all …]
/dports/textproc/stardict3/stardict-3.0.6/dict/src/sigc++/
H A Dhide.h17 hide(const SigC::Slot0<T_return>& _A_slot) in hide() function
23 hide(const SigC::Slot1<T_return, T_arg1>& _A_slot) in hide() function
29 hide(const SigC::Slot2<T_return, T_arg1,T_arg2>& _A_slot) in hide() function
35 hide(const SigC::Slot3<T_return, T_arg1,T_arg2,T_arg3>& _A_slot) in hide() function
41 hide(const SigC::Slot4<T_return, T_arg1,T_arg2,T_arg3,T_arg4>& _A_slot) in hide() function
47 hide(const SigC::Slot5<T_return, T_arg1,T_arg2,T_arg3,T_arg4,T_arg5>& _A_slot) in hide() function
60 hide(const SigC::Slot0<T_return>& _A_slot) in hide() function
67 hide(const SigC::Slot1<T_return, T_arg1>& _A_slot) in hide() function
74 hide(const SigC::Slot2<T_return, T_arg1,T_arg2>& _A_slot) in hide() function
81 hide(const SigC::Slot3<T_return, T_arg1,T_arg2,T_arg3>& _A_slot) in hide() function
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/tpl/
H A Dbloc_showhide.tpl.php26 $hide = true; // Hide by default variable
28 $hide = (empty($parameters['showblocbydefault']) ? true : false); variable
31 $hide = (empty($object->extraparams[$blocname]['showhide']) ? true : false); variable
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/tpl/
H A Dbloc_showhide.tpl.php27 $hide = true; // Hide by default variable
28 if (isset($parameters['showblocbydefault'])) $hide = (empty($parameters['showblocbydefault']) ? tru… variable
29 if (isset($object->extraparams[$blocname]['showhide'])) $hide = (empty($object->extraparams[$blocna… variable
/dports/games/libretro-gw/gw-libretro-2be30ba/gwlua/lua/
H A Dsystem.lua213 hide = function( self ) function
259 hide = function( self ) function
300 hide = function( self ) function
351 hide = function( self ) function
383 menu.hide = function( self ) function
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/examples/
H A Drev-list.c43 static int push_commit(git_revwalk *walk, const git_oid *oid, int hide) in push_commit()
51 static int push_spec(git_repository *repo, git_revwalk *walk, const char *spec, int hide) in push_spec()
64 static int push_range(git_repository *repo, git_revwalk *walk, const char *range, int hide) in push_range()
90 int hide, i, error; in revwalk_parseopts() local
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/examples/
H A Drev-list.c38 static int push_commit(git_revwalk *walk, const git_oid *oid, int hide) in push_commit()
46 static int push_spec(git_repository *repo, git_revwalk *walk, const char *spec, int hide) in push_spec()
59 static int push_range(git_repository *repo, git_revwalk *walk, const char *range, int hide) in push_range()
85 int hide, i, error; in revwalk_parseopts() local
/dports/databases/pgfouine/pgfouine-1.2/include/reporting/artichow/php4/inc/
H A DTick.class.php72 var $hide = FALSE; variable in awTick
213 function hide($hide) { function in awTick
222 function hideFirst($hide) {
231 function hideLast($hide) {
H A DGrid.class.php36 var $hide = FALSE; variable in awGrid
103 function hide($hide = TRUE) { function in awGrid
112 function hideHorizontal($hide = TRUE) {
121 function hideVertical($hide = TRUE) {
H A DBorder.class.php29 var $hide = FALSE; variable in awBorder
81 function hide($hide = TRUE) { function in awBorder
/dports/cad/gmsh/gmsh-4.9.2-source/Fltk/
H A DcontextWindow.h35 void hide() { win->hide(); } in hide() function
60 void hide() { win->hide(); } in hide() function
76 void hide() { win->hide(); } in hide() function
90 void hide() { win->hide(); } in hide() function
/dports/databases/pgfouine/pgfouine-1.2/include/reporting/artichow/php5/inc/
H A DGrid.class.php36 private $hide = FALSE; variable in awGrid
103 public function hide($hide = TRUE) { argument
112 public function hideHorizontal($hide = TRUE) {
121 public function hideVertical($hide = TRUE) {
H A DTick.class.php72 protected $hide = FALSE; variable in awTick
216 public function hide($hide) { argument
225 public function hideFirst($hide) {
234 public function hideLast($hide) {
H A DBorder.class.php29 protected $hide = FALSE; variable in awBorder
81 public function hide($hide = TRUE) { function in awBorder
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/examples/
H A Drev-list.c47 static int push_commit(git_revwalk *walk, const git_oid *oid, int hide) in push_commit()
55 static int push_spec(git_repository *repo, git_revwalk *walk, const char *spec, int hide) in push_spec()
68 static int push_range(git_repository *repo, git_revwalk *walk, const char *range, int hide) in push_range()
124 int hide, error; in revwalk_parse_revs() local
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/examples/
H A Drev-list.c47 static int push_commit(git_revwalk *walk, const git_oid *oid, int hide) in push_commit()
55 static int push_spec(git_repository *repo, git_revwalk *walk, const char *spec, int hide) in push_spec()
68 static int push_range(git_repository *repo, git_revwalk *walk, const char *range, int hide) in push_range()
124 int hide, error; in revwalk_parse_revs() local
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/examples/
H A Drev-list.c47 static int push_commit(git_revwalk *walk, const git_oid *oid, int hide) in push_commit()
55 static int push_spec(git_repository *repo, git_revwalk *walk, const char *spec, int hide) in push_spec()
68 static int push_range(git_repository *repo, git_revwalk *walk, const char *range, int hide) in push_range()
124 int hide, error; in revwalk_parse_revs() local
/dports/devel/libgit2/libgit2-1.3.0/examples/
H A Drev-list.c47 static int push_commit(git_revwalk *walk, const git_oid *oid, int hide) in push_commit()
55 static int push_spec(git_repository *repo, git_revwalk *walk, const char *spec, int hide) in push_spec()
68 static int push_range(git_repository *repo, git_revwalk *walk, const char *range, int hide) in push_range()
124 int hide, error; in revwalk_parse_revs() local
/dports/www/moodle310/moodle/question/classes/bank/search/
H A Dhidden_condition.php37 protected $hide; variable in core_question\\bank\\search\\hidden_condition
46 public function __construct($hide = true) {
/dports/www/moodle311/moodle/question/classes/bank/search/
H A Dhidden_condition.php37 protected $hide; variable in core_question\\bank\\search\\hidden_condition
46 public function __construct($hide = true) {
/dports/www/moodle39/moodle/question/classes/bank/search/
H A Dhidden_condition.php37 protected $hide; variable in core_question\\bank\\search\\hidden_condition
46 public function __construct($hide = true) {
/dports/net/libkgapi/libkgapi-21.12.3/src/drive/
H A Ddriveshidejob.cpp28 bool hide = false; member in DrivesHideJob::Private
59 bool hide, in DrivesHideJob()
70 bool hide, in DrivesHideJob()
/dports/devel/ois/ois/src/linux/
H A DLinuxMouse.cpp31 LinuxMouse::LinuxMouse(InputManager* creator, bool buffered, bool grab, bool hide) in LinuxMouse()
271 void LinuxMouse::hide(bool hide) in hide() function in LinuxMouse
/dports/www/grafana8/grafana-8.3.6/public/app/features/dashboard/components/DashboardSettings/__mocks__/
H A Dversions.ts123 hide: true, constant
166 hide: true, constant
/dports/audio/rezound/rezound-0.13.1beta/src/frontend_fox/
H A DCNewSoundDialog.cpp139 void CNewSoundDialog::hideFilename(bool hide) in hideFilename()
154 void CNewSoundDialog::hideLength(bool hide) in hideLength()
169 void CNewSoundDialog::hideSampleRate(bool hide) in hideSampleRate()

12345678910>>...149