Searched refs:to (Results 176 - 200 of 3425) 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 Dcommand.tex5 a toolbar button or any other means provided by the application to
26 Constructor. wxCommand is an abstract class, so you will need to derive
33 {\it name} must be supplied for the command processor to display the command name
52 Override this member function to execute the appropriate action when called.
53 Return true to indicate that the action has taken place, false otherwise.
54 Returning false will indicate to the command processor that the action is
55 not undoable and should not be added to the command history.
67 Override this member function to un-execute a previous Do.
68 Return true to indicate that the action has taken place, false otherwise.
69 Returning false will indicate to th
[all...]
H A Dmembuf.tex33 is not a copy-on-write structure so changes made to one buffer effect
46 Return a pointer to the data in the buffer.
79 Ensure the buffer is big enough and return a pointer to the
80 buffer which can be used to directly write into the buffer
81 up to {\it sizeNeeded} bytes.
88 you must have used GetWriteBuf() to initialise.
90 \docparam{sizeUsed}{The amount of data written in to buffer
97 Ensure that the buffer is big enough and return a pointer to the start
98 of the empty space in the buffer. This pointer can be used to directly
99 write data into the buffer, this new data will be appended to
[all...]
H A Dmutexlck.tex3 This is a small helper class to be used with \helpref{wxMutex}{wxmutex}
5 (or unlocks) the mutex in the destructor making it much more difficult to
6 forget to release a mutex (which, in general, will promptly lead to serious
29 Call \helpref{IsOk}{wxmutexlockerisok} to check if the mutex was
H A Dti18n.tex4 more than just translating its text messages to another message - date, time and
5 currency formats need changing too, some languages are written left to right
6 and others right to left, character encoding may differ and many other things
10 languages. Please consult wxWidgets home page for the most up-to-date
15 The wxWidgets approach to i18n closely follows the GNU gettext package. wxWidgets uses the
17 allows to use all of the programs in this package to work with them. But note
19 have only the message catalogs to distribute and nothing else.
23 to be buggy, so you should find a later version of it!
36 \item Extracting the strings to b
[all...]
H A Dlayalgor.tex5 to children of the frame, asking them for information about
7 the remaining space to the MDI client window (which contains the MDI child frames).
11 Because the event system is used, this technique can be applied to any windows,
13 in wxWindow refer to wxLayoutAlgorithm or its events). However, you
14 may wish to use \helpref{wxSashLayoutWindow}{wxsashlayoutwindow} for your subwindows
16 to specify the desired size of the window. The sash behaviour in the base class
17 can be used, optionally, to make the windows user-resizable.
20 where there are several resizable windows in addition to the MDI client window, or
25 the given event object, to be the old supplied rectangle minus whatever space the
28 which it sends to itsel
[all...]
H A Dbmpdatob.tex4 be used without change to paste data into the
6 user may wish to derive a new class from this class for providing a bitmap
7 on-demand in order to minimize memory consumption when offering data in several
10 \pythonnote{If you wish to create a derived wxBitmapDataObject class in
12 in order to get Python-aware capabilities for the various virtual
15 \wxheading{Virtual functions to override}
18 \helpref{GetBitmap}{wxbitmapdataobjectgetbitmap} may be overridden to increase
48 Returns the bitmap associated with the data object. You may wish to override
50 wxWidgets' internals. Use this method to get data in bitmap form from
58 data object receives data. Usually there will be no reason to overrid
[all...]
H A Dupduievt.tex4 to give an application the chance to update various user interface elements.
18 To process an update event, use these event handler macros to direct input to member
29 Without update UI events, an application has to work hard to check/uncheck, enable/disable,
31 The code for doing this has to be mixed up with the code that is invoked when
34 With update UI events, you define an event handler to look at the state of
36 member functions in idle time, so you don't have to worry where to cal
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/vms/
H A Dbuild_libxml.com20 $! - added /DEF and /INCLUDE options to cc_opts to tell
21 $! config.h is available, and where to find it
25 $! added xmlreader.c and relaxng.c to source list
27 $! updated to work with current sources
28 $! miscellaneous enhancements to build process
45 $!- list of sources to be built into the LIBXML library. Compare this list
46 $! to the definition of "libxml2_la_SOURCES" in the file MAKEFILE.IN.
59 $!- list of main modules to compile and link. Compare this list to th
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Ddev_addr_lists.c258 * and set dev_addr pointer to this location.
271 * @addr: address to add
274 * Add a device address to the device or increase the reference count if
296 * @addr: address to delete
299 * Release reference to a device address and remove it from the device
300 * if the reference count drops to zero.
314 * dev->dev_addr points to that.
331 * @to_dev: device to which addresses will be added
335 * Add device addresses of the one device to another.
363 * Deletes addresses in to devic
442 dev_uc_sync(struct net_device *to, struct net_device *from) argument
467 dev_uc_unsync(struct net_device *to, struct net_device *from) argument
605 dev_mc_sync(struct net_device *to, struct net_device *from) argument
630 dev_mc_unsync(struct net_device *to, struct net_device *from) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dchecksum.h97 static inline void csum_replace4(__sum16 *sum, __be32 from, __be32 to) argument
99 __be32 diff[] = { ~from, to };
104 static inline void csum_replace2(__sum16 *sum, __be16 from, __be16 to) argument
106 csum_replace4(sum, (__force __be32)from, (__force __be32)to);
111 __be32 from, __be32 to, int pseudohdr);
114 __be16 from, __be16 to,
118 (__force __be32)to, pseudohdr);
113 inet_proto_csum_replace2(__sum16 *sum, struct sk_buff *skb, __be16 from, __be16 to, int pseudohdr) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/vms/
H A Dbuild_libxml.com20 $! - added /DEF and /INCLUDE options to cc_opts to tell
21 $! config.h is available, and where to find it
25 $! added xmlreader.c and relaxng.c to source list
27 $! updated to work with current sources
28 $! miscellaneous enhancements to build process
45 $!- list of sources to be built into the LIBXML library. Compare this list
46 $! to the definition of "libxml2_la_SOURCES" in the file MAKEFILE.IN.
59 $!- list of main modules to compile and link. Compare this list to th
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_connbytes.c16 " [!] --connbytes from:[to]\n"
40 sinfo->count.to = cb->val.u64_range[0];
42 sinfo->count.to = cb->val.u64_range[1];
45 sinfo->count.from = sinfo->count.to;
46 sinfo->count.to = i;
115 if (sinfo->count.from > sinfo->count.to)
117 (unsigned long long)sinfo->count.to,
122 (unsigned long long)sinfo->count.to);
135 if (sinfo->count.from > sinfo->count.to)
137 (unsigned long long)sinfo->count.to,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/SGI/
H A Dinst.msg8 echo been modified to automatically start the
10 echo connect with a web browser to
17 echo If you do not wish SWAT to be enabled you may
23 echo connecting to SWAT or editing the file
25 echo the smbd and nmbd daemons to complete the
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Duaccess.h36 * Careful to not
45 * doing multiple accesses to the same area (the user has to do the
105 __kernel_size_t __copy_user(void *to, const void *from, __kernel_size_t n);
108 __copy_from_user(void *to, const void __user *from, unsigned long n) argument
110 return __copy_user(to, (__force void *)from, n);
114 __copy_to_user(void __user *to, const void *from, unsigned long n) argument
116 return __copy_user((__force void *)to, from, n);
145 * @count: Maximum number of bytes to copy, including the trailing NUL.
147 * Copies a NUL-terminated string from userspace to kerne
172 copy_from_user(void *to, const void __user *from, unsigned long n) argument
184 copy_to_user(void __user *to, const void *from, unsigned long n) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/lib/
H A Duaccess_with_memcpy.c54 __copy_to_user_memcpy(void __user *to, const void *from, unsigned long n) argument
59 memcpy((void *)to, from, n);
73 while (!pin_page_for_write(to, &pte, &ptl)) {
76 if (__put_user(0, (char __user *)to))
82 tocopy = (~(unsigned long)to & ~PAGE_MASK) + 1;
86 memcpy((void *)to, from, tocopy);
87 to += tocopy;
101 __copy_to_user(void __user *to, const void *from, unsigned long n) argument
104 * This test is stubbed out of the main function above to keep
106 * register dump on the stack just to reloa
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dsndfile.tex33 audio data to the specified sound stream.
34 The {\it stream} is the input stream to be decoded. The
39 You will have access to the playback functions.
44 data to be recorded from the specified sound stream.
60 codec returns to a {\bf stopped} state when it reaches the
68 to the output stream. You have to precise the recording length in
69 parameter. This length is expressed in seconds. If you want to
71 you can set it to wxSOUND\_INFINITE\_TIME.
88 The file codec tries to paus
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dfbcmap.c9 * This file is subject to the terms and conditions of the GNU General Public
144 * @to: frame buffer colormap structure
146 * Copy contents of colormap from @from to @to.
149 int fb_copy_cmap(const struct fb_cmap *from, struct fb_cmap *to) argument
154 if (to->start > from->start)
155 fromoff = to->start - from->start;
157 tooff = from->start - to->start;
158 size = to->len - tooff;
165 memcpy(to
173 fb_cmap_to_user(const struct fb_cmap *from, struct fb_cmap_user *to) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dpage.h9 #error need to prove a real asm/page.h
31 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE)
34 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from)
37 * These are used to make use of C type-checking..
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rsa/
H A Drsa.h7 * The implementation was written so as to conform with Netscapes SSL.
10 * the following conditions are aheared to. The following conditions
11 * apply to all code found in this distribution, be it the RC4, RSA,
17 * the code are not to be removed.
89 unsigned char *to,
92 unsigned char *to,
95 unsigned char *to,
98 unsigned char *to,
109 * to be signed/verified: this allows them to b
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Drsa.h7 * The implementation was written so as to conform with Netscapes SSL.
10 * the following conditions are aheared to. The following conditions
11 * apply to all code found in this distribution, be it the RC4, RSA,
17 * the code are not to be removed.
89 unsigned char *to,
92 unsigned char *to,
95 unsigned char *to,
98 unsigned char *to,
109 * to be signed/verified: this allows them to b
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/human68k/
H A Dflate.s16 ; Where __GPRO__ expands to "Uz_Globs *G," if REENTRANT is defined,
17 ; otherwise to nothing. In the latter case G is a global variable.
21 ; Define AZTEC to use the Aztec C macro version of getc() instead of the
24 ; Define NO_CHECK_EOF to not use the fancy paranoid version of NEEDBITS --
25 ; this is equivalent to removing the #define CHECK_EOF from inflate.c.
59 ; (either array of unsigned char, or pointer to unsigned char) redirslide
88 ; struct huft *t; /* pointer to next level of table */
102 G_PUSH MACRO ; this macro passes "__G__" to functions
145 WSIZE equ $10000 ; 64K... be careful not to treat as short!
147 WSIZE equ $08000 ; 32K... be careful not to trea
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-x86_64/
H A Dsyscalls.c22 * With ARCH_SET_FS (and ARCH_SET_GS is treated similarly to
23 * be safe), we need to call arch_prctl on the host because
29 * So, the saved registers are stored to the process (this
30 * needed because a stub may have been the last thing to run),
44 * With these two, we read to a local pointer and
45 * put_user it to the userspace pointer that we were
47 * faulted in or is just bogus), we want put_user to
96 void arch_switch_to(struct task_struct *to) argument
98 if ((to->thread.arch.fs == 0) || (to
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/sys/netatalk/
H A Dddp_input.c140 struct sockaddr_at from, to; local
166 to.sat_addr.s_net = 0;
167 to.sat_addr.s_node = elh->el_dnode;
168 to.sat_port = ddps.dsh_dport;
175 ( AA_SAT( aa )->sat_addr.s_node == to.sat_addr.s_node ||
176 to.sat_addr.s_node == ATADDR_BCAST )) {
205 to.sat_addr.s_net = ddpe.deh_dnet;
206 to.sat_addr.s_node = ddpe.deh_dnode;
207 to.sat_port = ddpe.deh_dport;
209 if ( to
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A DtestAutomata.c80 int from, to; local
91 to = scanNumber(&ptr);
97 if (states[to] == NULL)
98 states[to] = xmlAutomataNewState(am);
100 xmlAutomataNewTransition(am, states[from], states[to],
104 int from, to; local
115 to = scanNumber(&ptr);
116 if (states[to] == NULL)
117 states[to] = xmlAutomataNewState(am);
118 xmlAutomataNewEpsilon(am, states[from], states[to]);
132 int from, to; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Duaccess_64.h23 * We use the secondary ASI to address user memory, which references a
28 * the kernel that expect to be able to manipulate, erum, "segments".
63 * address of an instruction that is allowed to fault, and the second is
65 * modified, so it is entirely up to the continuation code to figure out
66 * what to do.
70 * we don't even have to jump over them. Further, they do not intrude
85 * This gets kind of ugly. We want to return _two_ values in "get_user()"
86 * and yet we don't want to d
214 copy_from_user(void *to, const void __user *from, unsigned long size) argument
231 copy_to_user(void __user *to, const void *from, unsigned long size) argument
247 copy_in_user(void __user *to, void __user *from, unsigned long size) argument
[all...]

Completed in 138 milliseconds

1234567891011>>