Searched refs:and (Results 226 - 250 of 1963) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/
H A Ddnsmasq-rh.spec22 Dnsmasq is lightweight, easy to configure DNS forwarder and DHCP server. It
23 is designed to provide DNS and, optionally, DHCP, to a small network. It can
25 server integrates with the DNS server and allows machines with DHCP-allocated
27 in a central configuration file. Dnsmasq supports static and dynamic DHCP
28 leases and BOOTP for network booting of diskless machines.
H A Ddnsmasq-suse.spec24 Dnsmasq is lightweight, easy to configure DNS forwarder and DHCP server. It
25 is designed to provide DNS and, optionally, DHCP, to a small network. It can
27 server integrates with the DNS server and allows machines with DHCP-allocated
29 in a central configuration file. Dnsmasq supports static and dynamic DHCP
30 leases and BOOTP for network booting of diskless machines.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddobjcomp.tex17 \helpref{wxDataObjectSimple}{wxdataobjectsimple} objects and supports any
20 parameter of \helpref{Add}{wxdataobjectcompositeadd}) and its format determines
41 \helpref{Clipboard and drag and drop overview}{wxdndoverview},
62 Adds the {\it dataObject} to the list of supported objects and it becomes the
H A Drichtextprintout.tex28 Calculates scaling and text, header and footer rectangles.
34 Returns the header and footer data associated with the printout.
58 Prepares for printing, laying out the buffer and calculating pagination.
70 Sets the header and footer data associated with the printout.
H A Dtipprov.tex4 It must implement \helpref{GetTip}{wxtipprovidergettip} function and return the
9 simple text file, you will want to derive a new class from wxTipProvider and
38 Return the text of the current tip and pass to the next one. This function is
46 and before being check whether it is a comment, an empty string or a string
50 skipped, and the next one is read.
H A Dtreedata.tex5 destroyed automatically by the tree and, as this class has virtual destructor,
6 it means that the memory and any other resources associated with a tree item
10 associated with it and the number of leaves may be quite big.
52 and stores it as client data. You may retrieve this data by calling
53 {\bf GetData()}, and set it by calling {\bf SetData( data ).}
H A Dttab.tex13 The old tab classes are retained for backward compatibility and also to implement
16 \wxheading{The appearance and behaviour of a wxTabbedDialog}
23 the Close and Help buttons remain constant. These two buttons are children of the main dialog box,
24 whereas the other controls are children of panels which are shown and hidden according to
28 offset vertically and horizontally from the previous. Tabs work in
46 You must create both a {\it view} to handle the tabs, and a {\it window} to display the tabs
47 and related information. The wxTabbedDialog and wxTabbedPanel classes are provided for
48 convenience, but you could equally well construct your own window class and derived
54 \item Create a new wxTabbedDialog class, and an
[all...]
H A Dscrolwin.tex4 the coordinates according to the scrollbar positions, and setting the
5 scroll positions, thumb sizes and ranges according to the area in view.
14 and it will be kept for backwards compatibility.
19 or \helpref{wxWindow::FitInside}{wxwindowfitinside}, and setting the
25 The most automatic and newest way is to simply let sizers determine the
28 The scrolling area will be set to the size requested by the sizer and
30 for them and the scrolling increment set by
44 and remove it entirely in future.
58 A wxScrolledWindow will normally scroll itself and therefore its child windows as well. It
68 position (10,10) and scroll
[all...]
H A Dpen.tex15 lines and painting the outline of rectangles, ellipses, etc. It has a
16 colour, a width and a style.
52 define global pointers to objects and create them in {\it OnInit} or
56 characteristics, and there is the consequent danger that a large number
59 wxThePenList}, and calling the member function {\bf FindOrCreatePen}.
62 This class uses \helpref{reference counting and copy-on-write}{trefcount}
80 Default constructor. The pen will be uninitialised, and \helpref{wxPen:IsOk}{wxpenisok} will
85 Constructs a pen from a colour object, pen width and style.
89 Constructs a pen from a colour name, pen width and style.
93 Constructs a stippled pen from a stipple bitmap and
[all...]
H A Dtunicode.tex23 using at least 16 (and possibly 32) bits for encoding each character. This
25 multilingual plane) and possible $2^{32}$ of them instead of the usual 256 and
32 incompatible encodings for the same language, locale chaos and so on), many
36 Writing internationalized programs is much easier with Unicode and, as the
37 support for it improves, it should become more and more so. Moreover, in the
43 \subsection{Unicode and ANSI modes}\label{unicodeandansi}
58 and {\tt \_\_TIME\_\_})
66 Also, the string and character constants should be encoded using wide
69 (and
[all...]
H A Dautoobj.tex5 automation operations, and set and get properties. The class makes heavy use of the \helpref{wxVariant}{wxvariant} class.
8 high-level, and the application can specify multiple properties in a single string. The following example
9 gets the current Excel instance, and if it exists, makes the active cell bold.
56 arguments, and an array of variants. The second form takes a method name and zero to six
58 data types, and C++ provides temporary objects automatically, both of the following lines
94 Retrieves the current object associated with a class id, and attaches the IDispatch pointer
105 Retrieves a property from this object, assumed to be a dispatch pointer, and initialises {\it obj} with it.
124 arguments, and a
[all...]
H A Dconditn.tex7 For example, if a worker thread is doing some long task and another thread has
9 object and the worker thread will signal it on exit (this example is not
15 other thread calls \helpref{Wait()}{wxconditionwait} and, just as with the
16 pthread conditions, the signal is then lost and so if you want to be sure that
18 initially locked and lock it again before calling
26 running and then waits until the main thread signals it to continue:
66 // create and run the thread but notice that it won't be able to
67 // exit (and signal its exit) before we unlock the mutex below
73 // which allows the thread to continue and starts waiting
81 Of course, here it would be much better to simply use a joinable thread and
[all...]
H A Dsize.tex14 It simply contains integer {\it width} and {\it height} members.
20 \pythonnote{wxPython defines aliases for the {\tt x} and {\tt y} members
21 named {\tt width} and {\tt height} since it makes much more sense for
58 Decreases the size in x- and y- directions
61 \item By \arg{size.x} and \arg{size.y} for the first overload
62 \item By \arg{dx} and \arg{dy} for the second one
63 \item By \arg{d} and \arg{d} for the third one
117 Increases the size in x- and y- directions
120 \item By \arg{size.x} and \arg{size.y} for the first overload
121 \item By \arg{dx} and \ar
[all...]
H A Dhelpinst.tex7 or at a particular topic, and shut the help program down on termination.
12 when it starts, and immediately call {\bf Initialize}\rtfsp
16 Most help controller classes actually derive from wxHelpControllerBase and have
36 to 1 in setup.h and have htmlhelp.h header from Microsoft's HTML Help kit (you don't need
37 VC++ specific htmlhelp.lib because wxWidgets loads necessary DLL at runtime and so it
41 {\bf both} CHM and HTB versions of the help file. For 32bit Windows only.
46 a similar style to the Microsoft HTML Help viewer and using some of the same files.
81 wxCHMHelpController, wxWinHelpController and wxHtmlHelpController, as the
97 Initializes the help instance with a help filename, and optionally a server socket
99 This must be called directly after the help instance object is created and befor
[all...]
H A Dregion.tex15 This class uses \helpref{reference counting and copy-on-write}{trefcount}
46 Constructs a rectangular region with the given position and size.
50 Constructs a rectangular region from the top left point and the bottom right point.
112 The return value is one of wxOutRegion, wxPartRegion and wxInRegion.
114 On Windows, only wxOutRegion and wxInRegion are returned; a value wxInRegion then indicates that
122 Convert the region to a black and white bitmap with the white pixels
141 Finds the intersection of this region and another, rectangular region, specified using position and size.
145 Finds the intersection of this region and another, rectangular region.
149 Finds the intersection of this region and anothe
[all...]
H A Ddebugcxt.tex3 A class for performing various debugging and memory tracing
7 and related functions and macros can be compiled out by setting
64 Returns true if debug mode is on. If debug mode is on, the wxObject new and delete
66 a straight malloc and free will be performed by these operators.
76 Gets the debug level (default 1). The debug level is used by the wxTraceLevel function and
127 and whether instances of this class can be dynamically created.
138 to the current debug stream. The number of object and non-object
144 objects of each class have been allocated, and the space taken by
155 Sets the current checkpoint: Dump and PrintStatistic
[all...]
H A Dconfig.tex4 not be used by itself (it is an abstract base class) and you will always use one
15 platform: i.e. wxRegConfig under Win32 and
21 It is highly recommended to use static functions {\it Get()} and/or {\it Set()},
46 // last prompt was found in the config file/registry and its value is now
54 // another example: using default values and the full path instead of just
69 enumerating, testing for existence and deleting the entries and groups of
72 is that using this class is easy and that it should normally do what you
76 "registry hive" for wxRegConfig and, generally speaking, might mean any
86 instead of creating and deletin
[all...]
H A Dfs.tex15 about opened file (name, input stream, mime type and anchor).
17 Its main methods are ChangePathTo() and OpenFile(). This class
20 of virtual file systems mechanism. You can derive your own handler and pass it to
21 the VFS mechanism. You can derive your own handler and pass it to
23 override the OpenFile() and CanOpen() methods.
35 \item {\bf anchor} - an anchor is optional and is usually not present.
51 "reference/fopen.htm", anchor is "syntax" and left location
54 There are {\bf two} protocols used in this example: "zip" and "file".
62 and tar. Include file is <wx/fs\_arc.h>. URLs examples:
H A Dstrmzlib.tex38 The {\it flags} wxZLIB\_ZLIB and wxZLIB\_GZIP specify whether the input data
64 wxZLIB_ZLIB = 1, // zlib header and checksum
65 wxZLIB_GZIP = 2, // gzip header and checksum, requires zlib 1.2.1+
112 compression. It is number between 0 and 9 (including these values) where
113 0 means no compression and 9 best but slowest compression. -1 is default
119 The {\it flags} wxZLIB\_ZLIB and wxZLIB\_GZIP specify whether the output data
127 The following symbols can be use for the compression level and flags:
141 wxZLIB_ZLIB = 1, // zlib header and checksum
142 wxZLIB_GZIP = 2 // gzip header and checksum, requires zlib 1.2.1+
H A Dtchanges.tex18 Listed here are the deprecated and incompatible changes made to wxWidgets.
24 \wxheading{wxEvent and its derivatives losing public variable members}
26 \helpref{wxEvent}{wxevent} and its \helpref{derivatives}{eventhandlingoverview} do not have their public variable members public any more.
35 wxWindow::m\_font and m\_backgroundColour/m\_foregroundColour are no longer always set, use \helpref{GetFont()}{wxwindowgetfont}, \helpref{GetBack}{wxwindowgetbackgroundcolour}/\helpref{ForegroundColour()}{wxwindowgetforegroundcolour} to access them, and they will be dynamically determined if necessary.
39 \helpref{The sizers}{sizeroverview} have had some fundamental internal changes in the 2.5.2 and 2.5.3 releases intended to make them do more of the "Right Thing" but also be as backwards compatible as possible. First a bit about how things used to work:
42 \item The size that a window had when \helpref{Add()}{wxsizeradd}ed to the sizer was assumed to be its minimal size, and that size would always be used by default when calculating layout size and positions, and the sizer itself would keep track of that minimal size.
46 The main thrust of the new sizer changes was to make behaviour like \windowstyle{wxADJUST\_MINSIZE} be the default, and als
[all...]
H A Dtrefcount.tex8 only the reference count on the shared object data is incremented and both objects
17 transparently to the class users and that whether an object is shared or not
23 The $==$ and $!=$ operators of \helpref{wxWidgets COW objects}{refcountlist}
27 identic and not only if they share the same data.
36 \helpref{wxObject}{wxobject}-derived classes, you should not use the $==$ and $!=$ operators
53 and copy constructors since they are reference-counted:
76 and \helpref{wxObjectRefData}{wxobjectrefdata} classes.
78 First, derive a new class from \helpref{wxObjectRefData}{wxobjectrefdata} and
81 Then derive a new class from \helpref{wxObject}{wxobject} and implement there
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D07-floor1.tex4 \section{Floor type 1 setup and decode} \label{vorbis:spec:floor1}
10 mechanically on a linear frequency axis and a logarithmic (dB)
27 from x_0,y_0 to x_1,y_1 where in the base case x_0=0 and x_1=[n], the
31 logical line segment and produces a y_new value at that point computed
32 from the existing line's y value at x_new (as plotted by the line) and
36 x_0,y_0 to x_new,y_new and from x_new,y_new to x_1,y_1. This step is
53 0,16,32,48,64,80,96,112 and 128. In list order, the values interleave
54 as 0, 128, 64, 32, 96, 16, 48, 80 and 112. The corresponding
56 -45, 0, -25, -10, 30 and -10. We compute the floor in the following
64 We now draw new logical lines to reflect the correction to new_Y, and
[all...]
H A D02-bitpacking.tex10 bitstream in which bits are coded one-by-one by the encoder and then
19 \subsubsection{octets, bytes and words}
23 seven, ten, eleven and sixteen bit 'bytes' have been used. For
33 octet (eight bits) and a word to be a group of two, four or eight
56 which the lowest value byte comes first) and less commonly 3-1-2-0 and
59 The Vorbis bitpacking convention specifies storage and bitstream
63 Logically, bytes are always coded and decoded in order from byte zero
81 the next-least significant bit of the source integer and so on up to
84 byte and writin
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Dencrypt.t50 ok 2, $@ =~ /^Must specify Password and Flags with Encrypt parameter at/;
58 ok 3, $@ =~ /^Must specify Password and Flags with Encrypt parameter at/;
66 ok 4, $@ =~ /^Must specify Password and Flags with Encrypt parameter at/;
157 ok 17, $@ =~ /^Must specify Password and Flags with Encrypt parameter at/;
165 ok 18, $@ =~ /^Must specify Password and Flags with Encrypt parameter at/;
173 ok 19, $@ =~ /^Must specify Password and Flags with Encrypt parameter at/;
200 ok 22, $@ =~ /^Must specify Password and Flags with Encrypt parameter at/;
208 ok 23, $@ =~ /^Must specify Password and Flags with Encrypt parameter at/;
216 ok 24, $@ =~ /^Must specify Password and Flags with Encrypt parameter at/;
243 ok 27, $@ =~ /^Must specify Password and Flag
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dslog2.S8 | sLog2 and sLog2d are the base-2 analogues.
16 | ACCURACY and MONOTONICITY: The returned result is within 1.7
24 | the first time (so the instructions and data are not
25 | in cache), and the second one is measured when the
28 | ALGORITHM and IMPLEMENTATION NOTES:
32 | Step 0. If X < 0, create a NaN and raise the invalid operation
35 | traps, and precision control = double extended.
47 | Step 0. If X < 0, create a NaN and raise the invalid operation
50 | traps, and precision control = double extended.
61 | Step 0. If X < 0, create a NaN and rais
[all...]

Completed in 176 milliseconds

1234567891011>>