Searched refs:hidden (Results 1 - 25 of 248) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dread-properties.c465 bool hidden; local
473 hidden = false;
484 hidden = true;
541 force_fuzzy = (hidden && msgid[0] != '\0' && msgstr[0] != '\0');
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/vdso32/
H A Ddatapage.S25 .hidden __get_datapage
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/vdso64/
H A Ddatapage.S25 .hidden __get_datapage
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmformat.c734 if(!dev->hidden) {
735 int hidden; local
736 hidden = geom.start % sect_per_track;
737 if(hidden && hidden != sectors) {
740 hidden, sectors);
743 dev->hidden = hidden;
748 dev->tracks = (size + dev->hidden) / sect_per_track;
749 size = dev->tracks * dev->heads * dev->sectors + dev->hidden;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/build_farm/template/
H A Dbasicsmb.smb.conf23 map hidden = yes
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/
H A Dconfig.inc37 cflags="$cflags -fvisibility=hidden"
H A Dconfig.mk9 CFLAGS=-fpic -Wall -Werror -std=c99 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -g -O2 -fvisibility=hidden
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dx86cpuid.pl384 &hidden("OPENSSL_cpuid_setup");
385 &hidden("OPENSSL_ia32cap_P");
H A Dx86_64cpuid.pl22 .hidden OPENSSL_cpuid_setup
26 .hidden OPENSSL_ia32cap_P
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dx86cpuid.pl384 &hidden("OPENSSL_cpuid_setup");
385 &hidden("OPENSSL_ia32cap_P");
H A Dx86_64cpuid.pl22 .hidden OPENSSL_cpuid_setup
26 .hidden OPENSSL_ia32cap_P
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dsizeritem.tex164 item is a sizer and not all its elements are hidden. In other words, for sizer
165 items, all of the child elements must be hidden for the sizer itself to be
166 considered hidden.
254 window then it is shown or hidden as needed.
H A Dtfile.tex30 given template mask or only non-hidden files.
H A Dcaret.tex124 hidden (if it is is blinking and not shown currently but will be after the
163 Shows or hides the caret. Notice that if the caret was hidden $N$ times, it
H A Dpantabv.tex46 Adds a window to the view. The window is associated with the tab identifier, and will be shown or hidden as the tab
H A Dcollpane.tex73 \twocolitem{{\bf EVT\_COLLAPSIBLEPANE\_CHANGED(id, func)}}{The user showed or hidden the collapsible pane. }
139 Returns \true if the pane window is currently hidden.
199 \twocolitem{{\bf EVT\_COLLAPSIBLEPANE\_CHANGED(id, func)}}{The user showed or hidden the collapsible pane.}
H A Ddir.tex62 wxDIR_HIDDEN = 0x0004, // include hidden files
184 case, even hidden files are taken into account.
193 The hidden subdirectories are taken into account as well.
H A Ddataviewcolumn.tex22 wxDATAVIEW_COL_HIDDEN = 4 // column is hidden
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-csharp-348 // Verify that a comma inside braces is hidden.
166 #. Verify that a comma inside braces is hidden.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-l2tp.c458 int hidden = FALSE; local
487 hidden = TRUE;
505 if (hidden) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hpfs/
H A Dhpfs.h284 unsigned hidden: 1; /* dos attrib */ member in struct:hpfs_dirent
H A Dnamei.c40 dee.hidden = name[0] == '.';
87 /*de->hidden = de->system = 0;*/
143 dee.hidden = name[0] == '.';
235 dee.hidden = name[0] == '.';
313 dee.hidden = name[0] == '.';
591 de.hidden = new_name[0] == '.';
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmsdos_fs.h34 #define ATTR_HIDDEN 2 /* hidden */
119 __le32 hidden; /* hidden sectors (unused) */ member in struct:fat_boot_sector
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSearchDlg.cpp588 size_t hidden = page->GetHiddenItemCount(); local
590 if (hidden) {
591 searchtxt += CFormat(wxT(" (%u/%u)")) % shown % (shown + hidden);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/script/tests/
H A Dselftest.sh143 map hidden = yes

Completed in 253 milliseconds

12345678910