Searched defs:hidden (Results 1 - 10 of 10) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/contrib/rom-o-matic/ |
H A D | utils.php | 185 * Return html code to create hidden form input fields 190 * @return string html code for given hidden form input field 192 function hidden ( $flag, $value ) function 195 return "<input type=\"hidden\" value=\"$value\" name=\"$flag\"></input>"; 204 * @return string html code for given hidden form input field 425 // Hidden flags cannot not be set by the user. We use hidden form 428 echo hidden ( $flag, $value );
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | ewmhints.c | 217 RD_BOOL maximized_vert, maximized_horz, hidden; local 219 maximized_vert = maximized_horz = hidden = False; 233 hidden = True; 239 if (hidden)
|
H A D | xwin.c | 104 static RD_BOOL g_seamless_hidden = False; /* Desktop is hidden on server */ 3839 ui_seamless_begin(RD_BOOL hidden) argument 3848 g_seamless_hidden = hidden; 3850 if (!hidden)
|
/vbox/src/libs/xpcom18a4/xpcom/obsolete/ |
H A D | nsFileSpecBeOS.cpp | 140 PRBool hidden = PR_TRUE; local 146 hidden = PR_FALSE; 150 return hidden;
|
H A D | nsFileSpecOS2.cpp | 313 PRBool hidden = PR_FALSE; local 325 hidden = fs3.attrFile & FILE_HIDDEN ? PR_TRUE : PR_FALSE; 329 hidden = PR_TRUE; 332 return hidden;
|
H A D | nsFileSpecUnix.cpp | 205 PRBool hidden = PR_FALSE; local 214 hidden = PR_TRUE; 218 return hidden;
|
H A D | nsFileSpecWin.cpp | 273 PRBool hidden = PR_FALSE; local 278 hidden = PR_TRUE; 280 return hidden;
|
H A D | nsFileSpecMac.cpp | 813 PRBool hidden = PR_FALSE; local 817 hidden = PR_TRUE; 819 return hidden; 827 PRBool hidden = PR_FALSE; local 831 hidden = PR_TRUE; 833 return hidden;
|
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/ |
H A D | xpidl_typelib.c | 1016 gboolean getter, gboolean hidden) 1022 methflags |= hidden ? XPT_MD_HIDDEN : 0; 1057 /* If it's marked [noscript], mark it as hidden in the typelib. */ 1058 gboolean hidden = (IDL_tree_property_get(ident, "noscript") != NULL); local 1069 return typelib_attr_accessor(state, meth, TRUE, hidden) && 1070 (read_only || typelib_attr_accessor(state, meth + 1, FALSE, hidden)); 1015 typelib_attr_accessor(TreeState *state, XPTMethodDescriptor *meth, gboolean getter, gboolean hidden) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Enquire/ |
H A D | Enquire.c | 2782 hidden, normal, f_min_10_exp, f_max_10_exp; local 3220 hidden=0; 3223 hidden=1; 3224 Vprintf("%sArithmetic uses a hidden bit%s\n", co, oc); 3226 Vprintf("%sArithmetic doesn't use a hidden bit%s\n", 3249 if (hidden && f_radix == 2 && f_max_exp+f_min_exp==3) {
|
Completed in 369 milliseconds