Searched refs:is (Results 76 - 100 of 2313) 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 Dnode.tex3 wxNodeBase is the node structure used in linked lists (see
6 this is unsafe. Use wxNodeBase-derived classes which are automatically defined
9 although there is a class called wxNode, it is defined for backwards
10 compatibility only and usage of this class is strongly deprecated.
13 ``template'' parameter: this is the type of data stored in the linked list or,
14 in other words, the first argument of WX\_DECLARE\_LIST macro. Also, wxNode is
42 Retrieves the next node or NULL if this node is the last one.
48 Retrieves the previous node or NULL if this node is the first one in the list.
H A Dgraphicsbrush.tex18 A wxGraphicsBrush is a native representation of a brush. It is used for filling a path on a graphics context. The contents are specific an private to the respective renderer. Instances are ref counted and can therefore be assigned as usual. The only way to get a valid instance is via a Create...Brush call on the graphics context or the renderer instance.
H A Dgraphicspen.tex18 A wxGraphicsPen is a native representation of a pen. It is used for stroking a path on a graphics context. The contents are specific and private to the respective renderer. Instances are ref counted and can therefore be assigned as usual. The only way to get a valid instance is via a CreatePen call on the graphics context or the renderer instance.
H A Doutptstr.tex6 wxOutputStream is an abstract base class which may not be used directly.
41 stream is closed implicitly in the destructor if Close() is not
45 as a file, then the underlying resource is closed too if it is owned
54 \helpref{Write()}{wxoutputstreamwrite}. It may return $0$ even if there is no
55 error on the stream if it is only temporarily impossible to write to it.
98 which is currently full) it is even possible that there is n
[all...]
H A Dtstring.tex7 wxString is a class which represents a character string of arbitrary length (limited by
8 {\it MAX\_INT} which is usually 2147483647 on 32 bit machines) and containing
9 arbitrary characters. The ASCII NUL character is allowed, but be aware that
28 C strings are so obvious that there is a huge number of such classes available.
29 The most important advantage is the need to always
52 \item {\bf Unicode} wxString is Unicode friendly: it allows to easily convert
56 \item {\bf Used by wxWidgets} And, of course, this class is used everywhere
57 inside wxWidgets so there is no performance loss which would result from
62 However, there are several problems as well. The most important one is probably
67 all the other functions in lowercase, is st
[all...]
H A Dtvalidat.tex6 The aim of the validator concept is to make dialogs very much easier to write.
7 A validator is an object that can be plugged into a control (such as a wxTextCtrl), and
9 and validating it. It also is able to intercept events generated
19 Here is an example of wxTextValidator usage.
31 the dialog is initialised.
32 \item It transfers the wxTextCtrl data back to this variable when the dialog is dismissed.
36 The validation and filtering of input is accomplished in two ways. When a character is input,
38 the character is inappropriate, it is vetoe
[all...]
H A Dhelpinst.tex3 This is a family of classes by which
18 appropriate class is aliased to the name wxHelpController for each platform, as follows:
21 \item On desktop Windows, wxCHMHelpController is used (MS HTML Help).
22 \item On Windows CE, wxWinceHelpController is used.
23 \item On all other platforms, wxHtmlHelpController is used if wxHTML is
24 compiled into wxWidgets; otherwise wxExtHelpController is used (for invoking an external
39 \item wxBestHelpController, for controlling MS HTML Help or, if Microsoft's runtime is
43 The default browser is Netscape Navigator. The 'help' sample shows its use.
47 Although it has an API compatible with other help controllers, it has more advanced features, so it is
[all...]
H A Dcheckbox.tex3 A checkbox is a labelled box which by default is either on (checkmark is
5 is set) it can have a third state, called the mixed or undetermined state.
6 Often this is used as a "Does Not Apply" state.
23 \twocolitem{\windowstyle{wxCHK\_2STATE}}{Create a 2-state checkbox. This is the default.}
38 when the checkbox is clicked.}
68 \docparam{pos}{Checkbox position. If the position (-1, -1) is specified then a default position is chosen.}
70 \docparam{size}{Checkbox size. If the default size (-1, -1) is specifie
[all...]
H A Ddatectrl.tex14 \helpref{wxCalendarCtrl}{wxcalendarctrl}, which is a relatively big control,
15 wxDatePickerCtrl is implemented as a small window showing the currently selected date.
18 the platform, except PalmOS where date is selected using native dialog.
20 It is only available if \texttt{wxUSE\_DATEPICKCTRL} is set to $1$.
33 (only available if \texttt{wxUSE\_DATEPICKCTRL} is set to $1$)
41 components. This style is not supported by the generic version.}
45 that is best supported for the current platform (currently wxDP\_SPIN
103 default value) is used, the control is se
[all...]
H A Dfltinstr.tex21 The interface of this class is the same as that of wxInputStream. Only a constructor
22 differs and it is documented below.
42 If the parent stream is passed as a pointer then the new filter stream
43 takes ownership of it. If it is passed by reference then it does not.
H A Dfltoutst.tex22 The use of this class is exactly the same as of wxOutputStream. Only a constructor
23 differs and it is documented below.
43 If the parent stream is passed as a pointer then the new filter stream
44 takes ownership of it. If it is passed by reference then it does not.
H A Dhtmlprn.tex5 The easiest way to print an HTML document is to use
7 command and you don't have to worry about deriving from the wxPrintout class at all. It is only a simple wrapper around the
10 And finally there is the low level class \helpref{wxHtmlDCRenderer}{wxhtmldcrenderer} which you can use to
12 width. (The most common use of this is placing one rectangle on each page or printing into two columns.)
H A Dmirrordc.tex14 wxMirrorDC is a simple wrapper class which is always associated with a real
40 \arg{mirror} specifies if we do mirror (if it is \true) or not (if it is
H A Dsnglinst.tex15 program is running. To do it, you should create an object of this class. As
16 long as this object is alive, calls to
31 wxLogError(_("Another program instance is already running, aborting."));
50 allows different user to run the application concurrently which is usually the
54 This class is implemented for Win32 and Unix platforms (supporting {\tt fcntl()}
87 had been used is an error.
91 \docparam{name}{must be given and be as unique as possible. It is used as the
96 \docparam{path}{is optional and is ignored under Win32 and used as the directory to
97 create the lock file in under Unix (default is
[all...]
H A Dtfont.tex5 A font is an object which determines the appearance of text, primarily
6 when drawing text to a window or device context. A font is determined by
10 \twocolitem{Point size}{This is the standard way of referring to text size.}
13 {\bf wxMODERN} is a fixed pitch font; the others are either fixed or variable pitch.}
28 and this is where using the native font descriptions may be helpful - see
37 \normalbox{{\bf Note:} There is currently a difference between the appearance
38 of fonts on the two platforms, if the mapping mode is anything other than
39 wxMM\_TEXT. Under X, font size is always specified in points. Under MS
40 Windows, the unit for text is points but the text is scale
[all...]
H A Dwxx11.tex3 wxX11 is a port of wxWidgets using X11 (The X Window System)
5 using the wxUniversal widget set which is now part of wxWidgets.
6 wxX11 is well-suited for a number of special applications such
19 in the distribution. There is also a page on the use of
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D04-codec.tex10 high-level understanding of the Vorbis decode process, which is
23 comment header is a non-fatal error condition.
36 is type 1, the comment header type 3 and the setup header type 5
38 is an audio packet). The packets must occur in the order of
45 The identification header is a short header of only a few fields used
48 identification header is coded as follows:
62 \varname{[vorbis_version]} is to read '0' in order to be compatible
85 Comment header decode and data specification is covered in
91 Vorbis codec setup is configurable to an extreme degree:
127 \item read \varname{[vorbis_time_count]} 16 bit values; each value should be zero. If any value is nonzer
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dlang-c4 # Assumes an fr_FR locale is installed.
38 printf (_("%s is replaced by %s."), "FF", "EUR");
50 # is found in the build directory, regardless of -I options present in
75 msgid "%s is replaced by %s."
102 msgid "%s is replaced by %s."
156 echo "Skipping test: no french locale is installed"
158 echo "Skipping test: no french locale is supported"
H A Dlang-librep4 # Assumes an fr_FR locale is installed.
20 (format nil (_ "%s is replaced by %s.") "FF" "EUR"))
36 msgid "%s is replaced by %s."
55 msgid "%s is replaced by %s."
105 echo "Skipping test: no french locale is installed"
107 echo "Skipping test: no french locale is supported"
H A Dmsgcmp-229 mc-test2.in2:1: this message is used but not defined...
30 mc-test2.in1:3: ...but this definition is similar
31 mc-test2.in1:4: warning: this message is not used
H A Dmsgcmp-329 mc-test3.in2:1: this message is used but not defined...
30 mc-test3.in1:3: ...but this definition is similar
31 mc-test3.in1:4: warning: this message is not used
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dsndfile.tex13 Base class for file coders/decoders. This class is not constructor (it is an abstract
34 The {\it stream} is the input stream to be decoded. The
35 {\it io\_sound} is the destination sound stream.
45 The {\it stream} is the output wxStream. The {\it io\_sound}
46 is the source sound stream of the audio data. Once
69 parameter. This length is expressed in seconds. If you want to
79 errors), the stream is stopped when the function returns. When you are
81 (ie: if the output stream is seekable).
91 If the file codec is alread
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/script/
H A Dbuild_env.sh28 /* This file is automatically generated with "make include/build_env.h". DO NOT EDIT */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/vms/
H A Dcompare_curl_source.com6 $! differences. It is customized for the vmsports repository layout.
10 $! This is used by me for these purposes:
15 $! 3. Keep a copy directory up to date. The third is needed by
19 $! First the files in the original source directory which is assumed to be
33 $! If UPDATE is given as a second parameter, files missing or different in the
42 $! The copy directory is vms_root:[project_name]
43 $! The UPDATE parameter is ignored.
45 $! This setting is used to make sure that the working vms directory
48 $! If P1 is "SRCBCK" then this
49 $! The source directory tree is
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/amps/langs/
H A Dde.inc5 * Written by �berpenguin, AMPS is an adaptation of BigBob's aStats
7 * This program is free software; you can redistribute it and/or
12 * This program is distributed in the hope that it will be useful,

Completed in 182 milliseconds

1234567891011>>