Searched refs:is (Results 401 - 425 of 2313) 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 Dtimer.tex4 precision is platform-dependent, but in general will not be better than 1ms nor
19 If the default constructor is used, the timer object will be its
20 own owner object, since it is derived from wxEvtHandler.
61 Destructor. Stops the timer if it is running.
73 Returns {\tt true} if the timer is one shot, i.e.\ if it will stop after firing the
80 Returns {\tt true} if the timer is running, {\tt false} if it is stopped.
89 Perform whatever action which is to be taken periodically here.
95 Associates the timer with the given {\it owner}\/ object. When the timer is
103 (Re)starts the timer. If {\it milliseconds}\/ parameter is
[all...]
H A Dview.tex15 an application's file-based data. It is part of the document/view framework supported by wxWidgets,
53 variable when the view is created. Not currently used by the framework.
72 Call this from your view frame's OnActivate member to tell the framework which view is
85 Closes the view by calling OnClose. If {\it deleteWindow} is true, this function should
104 Gets the frame associated with the view (if any). Note that this ``frame'' is
106 pages instead of the frames and this is why this method returns a wxWindow and
120 Called when a view is activated by means of wxView::Activate. The default implementation does
139 and perhaps clear the window. If {\it deleteWindow} is true, delete the
146 Override this to clean up the view when the document is being
166 If the printing framework is enable
[all...]
H A Dtext.tex26 is either processed internally by the control or used for navigation between
29 wxEVT\_CHAR events for TAB pressed - normally, TAB is used for passing to the
37 style is ignored under other platforms.}
39 under Win32, this style is ignored under other platforms}
41 wxTextUrlEvents when mouse events occur over them. This style is only supported
54 \twocolitem{\windowstyle{wxTE\_BESTWRAP}}{Wrap the lines at word boundaries or at any other character if there are words longer than the window width (this is the default).}
95 wxTE\_RICH} style is required for style support). To use the styles you can
98 change the style of the text already in the control (the first solution is
104 If there is no default style, the attributes of the text control itself are
158 Another commonly requested need is t
[all...]
H A Dlistbox.tex3 A listbox is used to select one or more of a list of strings. The
6 is selected, the previous selection is removed) or multiple selection
45 selection is the default).
54 when an item on the list is selected or the selection changes.}
56 when the listbox is double-clicked.}
92 \docparam{size}{Window size. If the default size (-1, -1) is specified then the window is sized
110 and {\tt choices} arguments are to a single argument, which is
113 \perlnote{In wxPerl there is jus
[all...]
H A Dupduievt.tex3 This class is used for pseudo-events which are called by wxWidgets
31 The code for doing this has to be mixed up with the code that is invoked when
32 an action is invoked for a menu item or button.
39 The same handler can update a menu item and toolbar button, if the identifier is the same.
45 These events will work for popup menus as well as menubars. Just before a menu is popped
46 up, \helpref{wxMenu::UpdateUI}{wxmenuupdateui} is called to process any UI events for
49 If you find that the overhead of UI update processing is affecting
60 points, for example when a dialog is about to be shown, in case the user
66 which is {\bf always} called in idle time.
69 and GTK+, events for menubar items are only sent when the menu is abou
[all...]
H A Devthand.tex9 it is imperative that the wxEvtHandler(-derived) class be the first
37 Destructor. If the handler is part of a chain, the destructor will
54 \helpref{ProcessEvent}{wxevthandlerprocessevent} method) and posting it is
55 that in the first case the event is processed before the function returns,
59 A copy of {\it event} is made by the function, so the original can be deleted
60 as soon as function returns (it is common that the original is created on the
65 This is also the method to call for inter-thread communication---it will
66 post events safely between different threads which means that this method is
72 system is currentl
[all...]
H A Dfilename.tex44 If it is not known wether a string contains a directory name or
73 Many wxFileName methods accept the path format argument which is by\rtfsp
106 or device under VMS), the path which is a sequence of directory names separated
108 filename itself which, in turn, is composed from the base file name and the
110 for example, the volume name is always empty under Unix, but if they are all
111 empty simultaneously, the filename object is considered to be in an invalid
117 The rules for determining whether the file name is absolute or relative also
119 question is to use \helpref{IsAbsolute}{wxfilenameisabsolute} or\rtfsp
125 To ensure that the filename is absolute, you may use\rtfsp
126 \helpref{MakeAbsolute}{wxfilenamemakeabsolute}. There is als
[all...]
H A Dbrush.tex14 A brush is a drawing tool for filling in areas. It is used for painting
49 all brushes as white unless the colour is really black.
57 characteristics dynamically, and there is the consequent danger that a
66 efficiency problems. If an instance of this class is changed it will create
127 If a stipple brush is created, the brush style will be set to wxSTIPPLE.
144 the application should try to clean up all brushes itself. This is because
145 wxWidgets cannot know if a pointer to the brush object is stored in an
146 application data structure, and there is a risk of double deletion.
201 Returns true if the style of the brush is an
[all...]
H A Dffilestr.tex7 two such groups of classes: this one is based on \helpref{wxFFile}{wxffile}
8 whereas \helpref{wxFileInputStream}{wxfileinputstream} is based in
56 Returns true if the stream is initialized and ready.
64 two such groups of classes: this one is based on \helpref{wxFFile}{wxffile}
65 whereas \helpref{wxFileInputStream}{wxffileinputstream} is based in
113 Returns true if the stream is initialized and ready.
H A Dhtmlhlpf.tex34 and index files. Please note that this line is incompatible with
62 You can modify value attributes of param tags. {\it topic name} is name of chapter/topic as is displayed in
63 contents, {\it filename.htm} is HTML page name (relative to .hhp file) and {\it numeric\_id} is optional
64 - it is used only when you use \helpref{wxHtmlHelpController::Display(int)}{wxhtmlhelpcontrollerdisplay}
H A Dmbcnvutf.tex3 This class is used to convert between multibyte encodings and UTF-16 Unicode
6 big or little endian. Hence this class is provided in two versions:
7 wxMBConvUTF16LE and wxMBConvUTF16BE and wxMBConvUTF16 itself is just a typedef
44 This class is used to convert between multibyte encodings and UTF-32 Unicode
47 big or little endian. Hence this class is provided in two versions:
48 wxMBConvUTF32LE and wxMBConvUTF32BE and wxMBConvUTF32 itself is just a typedef
H A Dqylayevt.tex3 This event is sent when \helpref{wxLayoutAlgorithm}{wxlayoutalgorithm} wishes to get
4 the size, orientation and alignment of a window. More precisely, the event is sent
5 by the OnCalculateLayout handler which is itself invoked by wxLayoutAlgorithm.
82 is not yet used.
115 is not yet used.
121 Call this to let the calling code know what the size of the window is.
H A Dstackframe.tex15 stack, and is used exclusively together with
28 Only available if \texttt{wxUSE\_STACKWALKER} is $1$, currently only
51 unavailable (typically because debug info is missing).
54 the file name is available.
61 Get the level of this frame (deepest/innermost one is $0$).
107 This function currently is only implemented under Win32 and requires a PDB
H A Dstatbox.tex3 A static box is a rectangle drawn around other panel items to denote
12 controls is important. Create your wxStaticBox control {\bf before} any
59 \docparam{pos}{Window position. If the position (-1, -1) is specified then a default position is chosen.}
61 \docparam{size}{Checkbox size. If the size (-1, -1) is specified then a default size is chosen.}
H A Dstrmbase.tex6 This class is the base class of most stream related classes in wxWidgets. It must
50 (this is always the case for socket streams for example), returns
77 This function returns the size of the stream. For example, for a file it is the
108 Internal function. It is called when the stream wants to read data of the
116 Internal function. It is called when the stream needs to change the
124 Internal function. Is is called when the stream needs to know the
H A Dtipc.tex23 wxWidgets' DDE-like protocol is a high-level protocol based on
27 and virtually all of the behaviour is the same apart from the
34 DDE-based or socket-based implementation is used and the same
37 By default, the DDE implementation is used under Windows. DDE works
50 \item wxClient. This represents the client application, and is used
52 \item wxServer. This represents the server application, and is used
62 string is a fourth element of some messages. To create a
71 socket is created.
73 {\bf SECURITY NOTE:} Using Internet domain sockets is extremely insecure for
74 IPC as there is absolutel
[all...]
H A Dtprint.tex21 In most cases, the only class you will need to derive from is
22 \helpref{wxPrintout}{wxprintout}; all others will be used as-is.
32 A document's printing ability is represented in an application by a derived
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
40 MyPrintout is defined, please look at the printout sample code.
64 is passed to it. This wxDC could be a \helpref{wxMemoryDC}{wxmemorydc} (for
97 forth. In most cases you will use this class as-is, but you can create your own
103 Class wxPrinterDC is the wxDC that represents the actual printed page under MSW
109 the printable area seen by the application, and under MSW and Mac, it is th
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/sn/
H A Dioc3.c461 void ioc3_enable(struct ioc3_submodule *is, argument
464 write_ireg(idd, irqs & is->irq_mask, IOC3_W_IES);
467 void ioc3_ack(struct ioc3_submodule *is, struct ioc3_driver_data *idd, argument
470 writel(irqs & is->irq_mask, &idd->vma->sio_ir);
473 void ioc3_disable(struct ioc3_submodule *is, argument
476 write_ireg(idd, irqs & is->irq_mask, IOC3_W_IEC);
498 int ioc3_register_submodule(struct ioc3_submodule *is) argument
507 ioc3_submodules[alloc_id] = is;
508 if(is->ethernet) {
510 ioc3_ethernet=is;
541 ioc3_unregister_submodule(struct ioc3_submodule *is) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/
H A Dsmbldap-userinfo280 If none of the options are selected, the command is run
281 in an interactive mode for the current user account. User is
286 entry. If inetOrgPerson objectClass is also present additional
292 if inetOrgPerson is present)
296 if inetOrgPerson is present)
300 if inetOrgPerson is present)
304 if inetOrgPerson is present)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/contrib/dnslist/
H A Ddnslist.pl8 # This program is free software; you can redistribute it and/or modify
13 # This program is distributed in the hope that it will be useful,
22 # * The license is in fact included at the end of this file, and can
35 # Fixed modification detection (a newer modification time is lower.)
45 # Location of state file. (This is the dnsmasq default.)
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
56 # before each update but is not read in each time, in case it is very big. The
57 # page is rewritte
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/dnsmasq/contrib/dnslist/
H A Ddnslist.pl8 # This program is free software; you can redistribute it and/or modify
13 # This program is distributed in the hope that it will be useful,
22 # * The license is in fact included at the end of this file, and can
35 # Fixed modification detection (a newer modification time is lower.)
45 # Location of state file. (This is the dnsmasq default.)
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
56 # before each update but is not read in each time, in case it is very big. The
57 # page is rewritte
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/
H A Daudioconvert.c5 * This file is part of FFmpeg.
7 * FFmpeg is free software; you can redistribute it and/or
12 * FFmpeg is distributed in the hope that it will be useful,
39 static void CONV_FUNC_NAME(ofmt, ifmt)(uint8_t *po, const uint8_t *pi, int is, int os, uint8_t *end)\
43 *(otype*)po = expr; pi += is; po += os;\
44 *(otype*)po = expr; pi += is; po += os;\
45 *(otype*)po = expr; pi += is; po += os;\
46 *(otype*)po = expr; pi += is; po += os;\
49 *(otype*)po = expr; pi += is; po += os;\
215 const int is local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/
H A Dhwt.c8 * This program is free software; you can redistribute it and/or modify
13 * The information in this file is provided "AS IS" without warranty.
41 /* 28-Jun-1994 sw - Note: hwt_restart() is also used in module 'drvfbi.c'. */
167 u_long is ; local
173 is = GET_ISR() ;
175 if ((tr > smc->hw.t_start) || (is & IS_TIMINT)) {
218 * This function returnes after the amount of time is elapsed
224 * NOTE: The fuction will return immediately, if the timer is not
234 * check if timer is running
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dverify_cpu_64.S11 * This source code is licensed under the GNU General Public License,
14 * This is a common code for verification whether CPU supports
15 * long mode and SSE or not. It is not called directly instead this
16 * file is included at various places and compiled in that context.
19 * This file is included by both 16bit and 32bit code.
52 movl $0x0,%eax # See if cpuid 1 is implemented
64 mov $1,%di # cpu is from AMD
73 movl $0x80000000,%eax # See if extended cpuid is implemented
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dsacos.S13 | Accuracy and Monotonicity: The returned result is within 3 ulps in
15 | result is subsequently rounded to double precision. The
16 | result is provably monotonic in double precision.
112 rts |Facos ; of +1 is exact

Completed in 186 milliseconds

<<11121314151617181920>>