Searched refs:to (Results 251 - 275 of 3425) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcmdproc.tex28 {\it maxCommands} may be set to a positive integer to limit the number of
29 commands stored to it, otherwise (and by default) the list of commands can grow
51 Deletes all commands in the list and sets the current command pointer to \NULL.
86 Returns the string that will be appended to the Redo menu item.
100 Returns the string that will be appended to the Undo menu item.
114 Initializes the command processor, setting the current command to the
133 You must call this method whenever the project is saved if you plan to use
141 Tells the command processor to update the Undo and Redo items on this
142 menu as appropriate. Set this to NUL
[all...]
H A Dtfont.tex6 when drawing text to a window or device context. A font is determined by
7 the following parameters (not all of them have to be specified, of course):
10 \twocolitem{Point size}{This is the standard way of referring to text size.}
17 \twocolitem{Face name}{An optional string specifying the actual typeface to be used. If NULL,
26 given font family, however it doesn't allow to choose a font precisely as the
27 parameters above don't suffice, in general, to identify all the available fonts
32 system. Since the choice of fonts differs from system to system, either choose
33 standard Windows fonts, or if allowing the user to specify a face name, store
34 the family name with any file that might be transported to a different Windows
40 Windows, the unit for text is points but the text is scaled according to th
[all...]
H A Dtruntime.tex5 One of the failings of C++ used to be that no run-time information was provided
9 storage hard to implement.
13 addition of RTTI to the C++ standard and as support for it is still missing from
18 to use whenever possible the \helpref{wxDynamicCast()}{wxdynamiccast} macro which,
20 uses wxWidgets RTTI for all the others. This macro is limited to wxWidgets
24 Each class that you wish to be known to the type system should have
27 Note that these are entirely optional; use them if you wish to check object
29 it is good to get into the habit of adding these macros for all classes.
42 dynamic object of the class in question. A pointer to thi
[all...]
H A Dtstring.tex16 This class has all the standard operations you can expect to find in a string class:
17 dynamic memory management (string extends to accommodate new characters),
19 access to individual characters, string concatenation and comparison, substring
25 \subsection{Comparison of wxString to other string classes}\label{otherstringclasses}
29 The most important advantage is the need to always
30 remember to allocate/free memory for C strings; working with fixed size buffers almost
31 inevitably leads to buffer overflows. At last, C++ has a standard string class
37 \item {\bf Efficiency} This class was made to be as efficient as possible: both
41 which may be enabled to fine tune the memory allocation strategy for your
43 \item {\bf Compatibility} This class tries to combin
[all...]
H A Dttips.tex4 presenting the user tips at program startup. While this is probably useless to
9 show a tip, it is enough to just call \helpref{wxShowTip}{wxshowtip} function
21 Of course, you need to get the text of the tips from somewhere - in the example
22 above, the text is supposed to be in the file tips.txt from where it is read by
24 from \helpref{wxTipProvider}{wxtipprovider}. It has to implement one pure
30 If you want to implement your own tip provider (for example, if you wish to
31 hardcode the tips inside your program), you just have to derive another class
32 from wxTipProvider and pass a pointer to the object of this class to wxShowTi
[all...]
H A Dhtcell.tex17 \helpref{wxHtmlWinParser}{wxhtmlwinparser} to represent HTML page in memory.
48 This method is used to adjust pagebreak position. The parameter is
69 \docparam{dc}{Device context to which the cell is to be drawn}
72 add this to m\_PosX,m\_PosY when passing coordinates to dc's methods
76 used to optimize rendering speed}
79 used to optimize rendering speed}
92 \docparam{dc}{Device context to which the cell is to b
[all...]
H A Dprocess.tex4 \helpref{wxExecute}{wxexecute} function. When a wxProcess object is passed to
6 is called when the process terminates. This allows the program to be
18 to call its \helpref{Redirect}{wxprocessredirect} method before passing it to
22 \helpref{GetErrorStream}{wxprocessgeterrorstream} can then be used to retrieve
23 the streams corresponding to the child process standard output, input and
50 Constructs a process object. {\it id} is only used in the case you want to
56 macro in the event table of the parent to handle it) with the given {\it id}.
59 hence no id neither) but allows to specify the {\it flags} which can have the
62 to callin
[all...]
H A Dwizard.tex15 dialogs are mostly familiar to Windows users and are nothing other than a
17 buttons to navigate to the next (and previous) pages.
19 The wizards are typically used to decompose a complex dialog into several
20 simple steps and are mainly useful to the novice users, hence it is important
21 to keep them as simple as possible.
24 using either the non-default constructor or a default one followed by call to the
26 want the wizard to show and call \helpref{RunWizard}{wxwizardrunwizard}.
27 Finally, don't forget to call {\tt wizard->Destroy()}, otherwise your application will hang on exit due to a
[all...]
H A Dmanual.tex4 % BTW, style MUST be report for it to work for Tex2RTF.
65 \helpref{Guide to wxWidgets}{wxwinchapters}
104 % section, it MUST be identical to docs/licence.txt!
110 Everyone is permitted to copy and distribute verbatim copies
130 write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
149 apply to the code that you add in this way. To avoid misleading anyone as
150 to the status of such modified files, you must delete this exception
155 choice whether to permit this exception to apply to you
[all...]
H A Dmanual2e.tex9 % BTW, style MUST be report for it to work for Tex2RTF.
70 \helpref{Guide to wxWidgets}{wxwinchapters}
108 % section, it MUST be identical to docs/licence.txt!
114 Everyone is permitted to copy and distribute verbatim copies
134 write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
153 apply to the code that you add in this way. To avoid misleading anyone as
154 to the status of such modified files, you must delete this exception
159 choice whether to permit this exception to apply to you
[all...]
H A Dsocket.tex17 Note: (Workaround for implementation limitation for wxWidgets up to 2.5.x)
18 If you want to use sockets or derived classes such as wxFTP in a secondary thread,
39 \twocolitem{{\bf wxSOCKET\_INVADDR}}{Invalid address passed to wxSocket.}
53 \twocolitem{{\bf wxSOCKET\_OUTPUT}}{The socket is ready to be written to.}
58 A brief note on how to use these events:
64 does not need to read all available data in response to a
74 can write data to the socket until an {\bf wxSOCKET\_WOULDBLOCK}
91 handler macro to direc
[all...]
H A Dapp.tex4 to:
15 file to tell wxWidgets how to create an instance of your application class.
18 a reference to your application object) to be visible to other files.
69 Creates a wxLog class for the application to use for logging errors. The default
111 Call this to explicitly exit the main message (event) loop.
121 to preempt the processing of some events. If this method returns $-1$ the event
125 going to b
[all...]
H A Dbufferdc.tex14 This class provides a simple way to avoid flicker: when drawing on it,
16 \helpref{wxBitmap}{wxbitmap}) and then copied to the screen, using the
18 is typically associated with \helpref{wxClientDC}{wxclientdc}, if you want to
23 while the \arg{buffer} bitmap doesn't have to be explicitly provided, by
29 There is another possible use for wxBufferedDC is to use it to maintain a
35 to determine whether you need to use buffering or not, or use
36 \helpref{wxAutoBufferedPaintDC}{wxautobufferedpaintdc} to avoid needless double
68 \helpref{Init}{wxbuffereddcinit} methods later in order to us
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Derror.c65 * @msg: the message to display/transmit
87 * to the builtin error function.
103 * Function to reset the handler and the error context for out of
107 * be passed as first argument to @handler
108 * One can simply force messages to be emitted to another FILE * than
109 * stderr by setting @ctx to this file handle and @handler to NULL.
126 * Function to reset the handler and the error context for out of
130 * be passed as first argument to
452 xmlErrorPtr to = &xmlLastError; local
945 xmlCopyError(xmlErrorPtr from, xmlErrorPtr to) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Derror.c65 * @msg: the message to display/transmit
87 * to the builtin error function.
103 * Function to reset the handler and the error context for out of
107 * be passed as first argument to @handler
108 * One can simply force messages to be emitted to another FILE * than
109 * stderr by setting @ctx to this file handle and @handler to NULL.
126 * Function to reset the handler and the error context for out of
130 * be passed as first argument to
452 xmlErrorPtr to = &xmlLastError; local
945 xmlCopyError(xmlErrorPtr from, xmlErrorPtr to) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Derror.c65 * @msg: the message to display/transmit
87 * to the builtin error function.
103 * Function to reset the handler and the error context for out of
107 * be passed as first argument to @handler
108 * One can simply force messages to be emitted to another FILE * than
109 * stderr by setting @ctx to this file handle and @handler to NULL.
126 * Function to reset the handler and the error context for out of
130 * be passed as first argument to
452 xmlErrorPtr to = &xmlLastError; local
945 xmlCopyError(xmlErrorPtr from, xmlErrorPtr to) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Derror.c65 * @msg: the message to display/transmit
87 * to the builtin error function.
103 * Function to reset the handler and the error context for out of
107 * be passed as first argument to @handler
108 * One can simply force messages to be emitted to another FILE * than
109 * stderr by setting @ctx to this file handle and @handler to NULL.
126 * Function to reset the handler and the error context for out of
130 * be passed as first argument to
452 xmlErrorPtr to = &xmlLastError; local
945 xmlCopyError(xmlErrorPtr from, xmlErrorPtr to) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/contrib/dnslist/
H A Ddnslist.pl3 # dnslist - Read state file from dnsmasq and create a nice web page to display
19 # along with this program*; if not, write to the Free Software
31 # v. 0.0: Too ugly to publish, thrown out.
48 # Location of template. (Assumed to be in current directory.)
51 # File to write HTML page to. (This is where Slackware puts WWW pages. It may
55 # Time to wait after each page update. (The state file is checked for changes
78 # Check for a change to the state file.
118 # Copy data to master list.
125 # all of the extra stuff to d
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/dnsmasq/contrib/dnslist/
H A Ddnslist.pl3 # dnslist - Read state file from dnsmasq and create a nice web page to display
19 # along with this program*; if not, write to the Free Software
31 # v. 0.0: Too ugly to publish, thrown out.
48 # Location of template. (Assumed to be in current directory.)
51 # File to write HTML page to. (This is where Slackware puts WWW pages. It may
55 # Time to wait after each page update. (The state file is checked for changes
78 # Check for a change to the state file.
118 # Copy data to master list.
125 # all of the extra stuff to d
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dsint.S6 | the integer rounded to zero of the input argument.
9 | to emulate the fint and fintrz unimplemented instructions,
16 | location pointed to by the address register a0.
28 | If exp(X) < 0, return +/- 0 or +/- 1, according to
32 | result to the exponent $403e.
35 | sintrz, force round-to-zero mode.
122 | Input: a0 points to an IEEE extended format operand
141 bclrb #sign_bit,LOCAL_EX(%a0) |convert to internal extended
195 bfclr LOCAL_SGN(%a0){#0:#8} |change back to IEEE ext format
202 | ;then return X to th
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Duaccess.h27 * address of an instruction that is allowed to fault, and the second is
29 * modified, so it is entirely up to the continuation code to figure out
30 * what to do.
34 * we don't even have to jump over them. Further, they do not intrude
47 * code generates any references to them, that's a bug.
92 * which read from user space (*get_*) need to take care not to leak
93 * kernel data even if the calling code is buggy and fails to check
97 * main code path. When we only write to use
404 copy_from_user(void *to, const void __user *from, unsigned long n) argument
413 copy_to_user(void __user *to, const void *from, unsigned long n) argument
423 clear_user(void __user *to, unsigned long n) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dev6-memchr.S9 * - uses cmpbge to compare 8 bytes in parallel
10 * - does binary search to find 0 byte in last
11 * quadword (HAKMEM needed 12 instructions to
28 * Try not to change the actual algorithm if possible for consistency.
41 # Hack -- if someone passes in (size_t)-1, hoping to just
45 # the length is the easiest way to avoid trouble.
64 ldq_u $6, -1($5) # L : L U U L : eight or less bytes to search Latency=3
71 # Deal with the case where at most 8 bytes remain to be searched
89 * Since we are guaranteed to have set one of the bits, we don't
90 * have to worr
[all...]
H A Dmemchr.S17 write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23 - uses cmpbge to compare 8 bytes in parallel
24 - does binary search to find 0 byte in last
25 quadword (HAKMEM needed 12 instructions to
44 # Hack -- if someone passes in (size_t)-1, hoping to just
48 # the length is the easiest way to avoid trouble.
67 ldq_u $6, -1($5) #-e1 : eight or less bytes to search
72 # Deal with the case where at most 8 bytes remain to be searched
103 # Deal with the case where $18 > 8 bytes remain to be
114 # At least one byte left to proces
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/sysv/
H A Dinode.c42 * If we are going to write out the super block,
122 unsigned char * from, unsigned char * to)
125 to[0] = from[0];
126 to[1] = 0;
127 to[2] = from[1];
128 to[3] = from[2];
130 to[0] = from[0];
131 to[1] = from[1];
132 to[2] = from[2];
133 to[
121 read3byte(struct sysv_sb_info *sbi, unsigned char * from, unsigned char * to) argument
142 write3byte(struct sysv_sb_info *sbi, unsigned char * from, unsigned char * to) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex23 these bits to two fields: 8 bits of traffic class (or DS field, if you
25 no well-defined API to manage IPv6 flow information. In this document
26 I describe an attempt to design the API for Linux-2.2 IPv6 stack.
34 \item To allow user to set traffic class bits.
36 \item To allow user to read traffic class bits of received packets.
38 necessary f.e.\ to implement ECN [RFC2481] for datagram oriented services
39 or to implement receiver side of SRP or another end-to-end protocol
42 \item To assign flow labels to packets sent by user.
46 want to us
[all...]

Completed in 214 milliseconds

<<11121314151617181920>>