Searched refs:how (Results 51 - 75 of 279) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddocmdipr.tex62 Since understanding how document/view clean-up takes place can be difficult,
H A Ddocprfrm.tex71 Since understanding how document/view clean-up takes place can be difficult,
H A Dflexsizr.tex24 it needs to be decided how the sizer should grow in the other ("non-flexible")
105 Returns the value that specifies how the sizer grows in the "non-flexible"
161 Specifies how the sizer should grow in the non-flexible direction if
H A Dtwinsizes.tex7 size-related attributes of a \helpref{wxWindow}{wxwindow}, how they
8 relate to each other, and how they interact with sizers. This document
15 how many items it has, up to a certain limit, or a
H A Dtsizer.tex18 The following sections briefly describe how to program with individual sizer classes.
46 be discussed one by one in the text below. For more detailed information on how to use sizers
53 of the sizer. Independent of how the individual sizers lay out their children, all children
97 more space than its children and their borders need, the question arises how to
139 stretch factor determines how much the child can be stretched horizontally.
270 Here's how you'd do the previous example with wxSizerFlags:
H A Ddebugcxt.tex77 the WXTRACELEVEL macro to specify how detailed the trace information is; setting
143 \docparam{detailed}{If true, the function will also print how many
206 the WXTRACELEVEL macro to specify how detailed the trace information is; setting
H A Dipcclint.tex18 an example of how to do this.
H A Dipcservr.tex16 an example of how to do this.
H A Dtprint.tex24 A brief description of each class's role and how they work together follows.
36 (from the printing sample) shows how easy it is to initiate printing, previewing
39 user interface functionality is taken care of by wxWidgets. For more details on how
83 screen and printer PPI and scaling. See the printing sample for examples of how
H A Dsashlayw.tex5 application to use simple accessors to specify how the window should be
121 how much space this window takes up. For further details,
H A Dtokenizr.tex91 and the mode specifying how the string should be tokenized.
154 and the mode specifying how the string should be tokenized.
H A Dtscroll.tex55 up to you how you actually show the contents of the window.
75 You can determine how many lines are currently visible by dividing the current view
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/usb/
H A Dwusb-cbaf35 get-cdid to see how does this device report itself to us.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Daf_inet.c775 int inet_shutdown(struct socket *sock, int how) argument
783 how++; /* maps 0->1 has the advantage of making bit 1 rcvs and
786 if ((how & ~SHUTDOWN_MASK) || !how) /* MAXINT->0 */
804 sk->sk_shutdown |= how;
806 sk->sk_prot->shutdown(sk, how);
814 if (!(how & RCV_SHUTDOWN))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/Test/
H A DMore.pm131 how many tests your script is going to run to protect against premature
138 There are rare cases when you will not know beforehand how many tests
479 No matter how many @methods you check, a single can_ok() call counts
923 how much work is left to be done, you're aware of what bugs there are,
1273 # doesn't matter how we sort them, as long as both arrays are sorted
1294 If you simply want to do a little tweaking of how the tests behave,
1318 normal). If anything failed it will exit with how many failed. If
1329 any other number how many failed (including missing or extras)
1388 figure out how to easily wedge test names into Test's interface (along
1407 L<Test::Harness> for details on how you
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/iucv/
H A Daf_iucv.c1306 static int iucv_sock_shutdown(struct socket *sock, int how) argument
1313 how++;
1315 if ((how & ~SHUTDOWN_MASK) || !how)
1328 sk->sk_shutdown |= how;
1332 if (how == SEND_SHUTDOWN || how == SHUTDOWN_MASK) {
1352 if (how == RCV_SHUTDOWN || how == SHUTDOWN_MASK) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dserver.c714 static void exit_server_common(enum server_exit_reason how,
717 static void exit_server_common(enum server_exit_reason how, argument
752 if (how != SERVER_EXIT_NORMAL) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dmenu.cpp173 // how did we perform this operation?
204 bool ActivateItem(wxMenuItem *item, InputMethod how = WithKeyboard);
210 void OpenSubmenu(wxMenuItem *item, InputMethod how = WithKeyboard);
653 void wxPopupMenuWindow::OpenSubmenu(wxMenuItem *item, InputMethod how) argument
663 how == WithKeyboard /* preselect first item then */);
668 bool wxPopupMenuWindow::ActivateItem(wxMenuItem *item, InputMethod how) argument
680 OpenSubmenu(item, how);
2187 wxFAIL_MSG( _T("how did we manage to lose current item?") );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dgzlib.c82 state->how = LOOK; /* look for gzip header */
394 if (state->mode == GZ_READ && state->how == COPY &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dsocketft.cpp204 void Socket::ShutDown(int how) argument
207 int result = shutdown(m_s, how);
H A Dsocketft.h83 void ShutDown(int how = SD_SEND);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/
H A Dtre.spec48 Limits can be set on how many errors of each kind are allowed, or
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dgzlib.c82 state->how = LOOK; /* look for gzip header */
384 if (state->mode == GZ_READ && state->how == COPY &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dncr53c8xx.h1159 #define SCR_LOAD_R(reg, how, n) \
1160 (0xe1000000 | how | (SCR_REG_OFS2(REG(reg))) | (n))
1162 #define SCR_STORE_R(reg, how, n) \
1163 (0xe0000000 | how | (SCR_REG_OFS2(REG(reg))) | (n))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/include/event2/
H A Dbuffer.h46 - if you already know how much data you are going to add as a result
269 @param size how much space to make available, at minimum. The
431 @param datlen how memory to reference
458 @param length how much data to read
576 Defines how to adjust an evbuffer_ptr by evbuffer_ptr_set()
596 @param how determines how the pointer should be manipulated.
601 size_t position, enum evbuffer_ptr_how how);
641 @param n_vec the length of vec_out. If 0, we only count how many
684 @param info a structure describing how th
[all...]

Completed in 271 milliseconds

1234567891011>>