Searched refs:is (Results 151 - 175 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 Ddatostrm.tex10 The << operator is overloaded and you can use this class like a standard
33 be available. The second form is only available in Unicode build of wxWidgets.
43 {\it conv} before you destroy this wxDataOutputStream instance! It is
56 If {\it be\_order} is true, all data will be written in big-endian
69 Writes an array of bytes to the stream. The amount of bytes to write is
81 16 bit unsigned integer to write is specified with the {\it size} variable.
92 32 bit unsigned integer to write is specified with the {\it size} variable.
103 64 bit unsigned integer to write is specified with the {\it size} variable.
113 Writes an array of double to the stream. The amount of double to write is
123 In ANSI build of wxWidgets, the string is writte
[all...]
H A Dhtmlhand.tex4 Tag handler is class that understands particular HTML tag (or tags) and is
9 object is constructed all modules are scanned and handlers are added
11 is non-static).
43 The handler is derived from \helpref{wxHtmlWinTagHandler}{wxhtmlwintaghandler}
54 Starts handler definition. {\it name} is handler identifier (in fact
55 part of class name), {\it tags} is string containing list of tags
57 wxHtmlWinTagHandler and implements it is
75 This macro is used only in rare cases.
79 This macro supplies object constructor. {\it name} is sam
[all...]
H A Dtfontenc.tex16 letters. Probably the most well-known encoding is (7 bit) ASCII one which is
18 and some other common characters. However, it is not enough to represent the
23 Font encoding support is ensured by several classes:
26 \helpref{wxFontMapper}{wxfontmapper}. wxFont encoding support is reflected by
36 program startup, the applications default encoding is the same as
53 The situation is particularly complicated with Cyrillic encodings for which
59 encodings is less easy than it might seem. The problems arise both from the
60 fact that the standard encodings for the given language (say Russian, which is
62 fonts in the given encoding might just not be installed (this is especiall
[all...]
H A Darray.tex14 This section describes the so called {\it dynamic arrays}. This is a C
15 array-like data structure i.e. the member access time is constant (and not
18 memory if there is not enough of it for adding a new element. They also perform
29 array item access is, of course, constant (independent of the number of elements)
31 Adding items to the arrays is also implemented in more or less constant time -
32 but the price is preallocating the memory in advance. In the \helpref{memory management}{wxarraymemorymanagement} section
47 wxArray is suitable for storing integer types and pointers which it does not
48 treat as objects in any way, i.e. the element pointed to by the pointer is not
49 deleted when the element is removed from the array. It should be noted that
52 speed) as long as at least one of them is define
[all...]
H A Dfileconf.tex20 This class is used by default for wxConfig on Unix platforms but may also be
37 \func{}{wxFileConfig}{\param{wxInputStream\& }{is}, \param{wxMBConv\& }{conv = wxConvUTF8}}
55 data is saved unconditionally, i.e. even if the object is not dirty. However
56 after saving it successfully, the dirty flag is reset so no changes will be
57 written back to the file this object is associated with until you change its
70 create a config file which is not readable by other users (useful if it stores
H A Dhtcell.tex16 It is used by \helpref{wxHtmlWindow}{wxhtmlwindow} and
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}
75 \docparam{view\_y1}{y-coord of the first line visible in window. This is
78 \docparam{view\_y2}{y-coord of the last line visible in window. This is
85 This method is called instead of \helpref{Draw}{wxhtmlcelldraw} when the
86 cell is certainly out of the screen (and thus invisible). This is not
92 \docparam{dc}{Device context to which the cell is t
[all...]
H A Dscreendc.tex39 By using the first form of this function, an application is specifying that
43 which is to be drawn on. If NULL is passed, the whole screen is available.
45 It is recommended that an area of the screen is specified because with large regions,
54 This function is probably obsolete since the X implementations
H A Dtcommdlg.tex17 uses the standard colour selector. There is also an equivalent called wxGenericColourDialog
31 Under Windows, the native colour selector common dialog is used. This
33 palette of 48 commonly-used colours is shown. Under this, there is a
41 Under non-MS Windows platforms, the colour selector is a simulation of
47 or the first one in the palette if none is selected. The RGB colour sliders
49 selector is also available under MS Windows; use the name
54 In the samples/dialogs directory, there is an example of using
55 the wxColourDialog class. Here is an excerpt, which
92 Under Windows, the native font selector common dialog is use
[all...]
H A Dtcpclint.tex4 It emulates a DDE-style protocol, but uses TCP/IP which is available on most platforms.
6 A DDE-based implementation for Windows is available using \helpref{wxDDEClient}{wxddeclient}.
11 a `conversation' with a server, and the custom wxTCPServer is required
13 a wxTCPConnection of the required class, when a connection is made.
56 object is returned.
58 The advantage of deriving your own connection class is that it will
67 Returns true if this is a valid host name, false otherwise.
H A Dfontmap.tex17 user-defined values override the default logic and there is no way to
19 never true, the config file is never created anyhow.
21 In case everything else fails (i.e. there is no record in config file
22 and "interactive" is false or user denied to choose any replacement),
28 If you need to display text in encoding which is not available at
79 The preferred way of creating a wxFontMapper instance is to call
100 time than a simple function call. For these reasons, it is almost always a bad
109 Get the current font mapper object. If there is no current object, creates
121 Returns the array of all possible names for the given encoding. The array is
122 \NULL-terminated. IF it isn't empty, the first name in it is th
[all...]
H A Darrstrng.tex3 wxArrayString is an efficient container for storing
6 are added to it (so it is as easy to use as a linked list), but the access
7 time to the elements is constant, instead of being linear in number of
8 elements as in the case of linked lists. It is also very size efficient and
12 This class is used in the same way as other dynamic \helpref{arrays}{wxarray},
13 except that no {\it WX\_DEFINE\_ARRAY} declaration is needed for it. When a
14 string is added or inserted in the array, a copy of the string is created, so
17 general, there is no need to worry about string memory deallocation when using
29 There is als
[all...]
H A Dfiletype.tex3 This class holds information about a given {\it file type}. File type is the same as
16 But it is your responsibility to delete the returned pointer when you're done
21 information): basically, it is just a pair category/type (for example,
22 "text/plain") where the category is a basic indication of what a file is.
24 type is a precise definition of the document format: "plain" in the example
25 above means just ASCII text without any formatting, while "text/html" is the
48 One of the most common usages of MIME is to encode an e-mail message. The MIME
49 type of the encoded message is an example of a {\it message parameter}. These
95 // the full command for opening the text documents is i
[all...]
H A Dlocale.tex3 wxLocale class encapsulates all language-dependent settings and is a
28 each one is a long task ( that is why \_( ) was introduced ), so just choose
75 This is the default constructor and it does nothing to initialize the object:
88 understand: first of all, the application locale is changed - note that this
101 set locale is restored and so the changes described in
111 Add a catalog for use with the current locale: it is searched for in standard
120 mean that the catalog is not found or that it isn't in the correct format).
128 \helpref{\_()}{underscore} macro). It is used if AddCatalog cannot find any
129 catalog for current language: if the language is sam
[all...]
H A Dcmdevent.tex27 which is generated by a wxButton control.}
29 which is generated by a wxCheckBox control.}
31 which is generated by a wxChoice control.}
33 which is generated by a wxComboBox control.}
35 which is generated by a wxListBox control.}
37 which is generated by a wxListBox control.}
39 which is generated by a menu item.}
41 which is generated by a range of menu items.}
46 which is generated by a wxRadioBox control.}
48 which is generate
[all...]
H A Ddebugcxt.tex5 currently allocated) is only present in a debugging build of wxWidgets,
6 i.e. if the \_\_WXDEBUG\_\_ symbol is defined. wxDebugContext
8 wxUSE\_DEBUG\_CONTEXT to 0 is setup.h
54 By default, this is false since it slows down execution considerably.
64 Returns true if debug mode is on. If debug mode is on, the wxObject new and delete
76 Gets the debug level (default 1). The debug level is used by the wxTraceLevel function and
77 the WXTRACELEVEL macro to specify how detailed the trace information is; setting
81 This is obsolete, replaced by \helpref{wxLog}{wxlog} functionality.
93 This is obsolet
[all...]
H A Dchoice.tex14 A choice item is used to select one of a list of strings. Unlike a
15 listbox, only the selection is visible until the user pulls down the
41 when an item on the list is selected.}
78 \docparam{size}{Window size. If the default size (-1, -1) is specified then the choice is sized
96 and {\tt choices} arguments are to a single argument, which is
99 \perlnote{In wxPerl there is just an array reference in place of {\tt n}
135 This is implemented for Motif only and always returns $1$ for the other
146 That is, while the dropdown list is show
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/sys/solaris/
H A Dtpi.c256 struct ioc_state *is; local
423 is = (struct ioc_state *)m0->b_rptr;
432 is->is_state = M_COPYIN;
433 is->is_addr = *(caddr_t *)m->b_cont->b_rptr;
434 ioc_copyin( q, m, m0, is->is_addr, sizeof( struct rtentry ));
445 is->is_state = M_COPYIN;
446 is->is_addr = *(caddr_t *)m->b_cont->b_rptr;
447 ioc_copyin( q, m, m0, is->is_addr, sizeof( struct ifreq ));
451 is->is_state = M_COPYIN;
452 is
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dscale.S6 | the source operand is (>= 2^14) an overflow or underflow
7 | is returned.
9 | The entry point sscale is called from do_func to emulate
41 | This entry point is used by the unimplemented instruction exception
62 | The source input is below 1, so we check for denormalized numbers
82 | Source is within 2^14 range. To perform the int operation,
93 | Source is positive. Add the src to the dest exponent.
101 beqs denorm |if zero, result is denorm
142 | Source is negative. Add the src to the dest exponent.
148 beqs denorm |if zero, result is denor
[all...]
H A Dx_operr.S9 | If the dest is a fp reg, then an extended precision non_signaling
10 | NAN is stored in the dest reg. If the dest format is b, w, or l and
11 | the source op is a NAN, then garbage is stored as the result (actually
13 | the dest format is integer (b, w, l) and the operr is caused by
14 | integer overflow, or the source op is inf, then the result stored is
16 | There are three cases in which operr is incorrectl
[all...]
H A Dbindec.S23 | The k-factor is saved for use in d7. Clear the
25 | input. If input is unnormalized or denormalized,
31 | ILOG is the log base 10 of the input value. It is
33 | value is viewed as 2^^e * 1.f in extended precision.
34 | This value is stored in d6.
40 | ICTR is a flag used in A13. It must be set before the
44 | LEN is the number of digits to be displayed. The
46 | if it is a positive number, or the number of digits
49 | If LEN is compute
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/Test/
H A DMore.pm26 is isnt like unlike is_deeply
70 is ($this, $that, $test_name);
87 is( foo(42), 23, $test_name );
94 is( foo(42), 23, $test_name );
118 Test::Simple first. This is a drop in replacement for Test::Simple
121 The purpose of this module is to provide a wide range of testing
131 how many tests your script is going to run to protect against premature
134 The preferred way to do this is to declare a plan when you C<use Test::More>.
139 your script is going to run. In this case, you can declare that you
232 By convention, each test is assigne
361 sub is ($$;$) { subroutine
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/src/
H A Dfplsp.S9 THE SOFTWARE is provided on an "AS IS" basis and without warranty.
24 so long as this entire notice is retained without alteration in any modified and/or
31 # This file is appended to the top of the 060ILSP package
588 bsr.l ssin # operand is a NORM
591 cmpi.b %d1,&ZERO # is operand a ZERO?
596 cmpi.b %d1,&INF # is operand an INF?
601 cmpi.b %d1,&QNAN # is operand a QNAN?
606 bsr.l ssind # operand is a DENORM
610 # Result is now in FP0
646 bsr.l ssin # operand is
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/tcl/
H A Dm4.tcl45 dnl $1: auto if -auto_commit is a flag
49 If the operation is part of an application-specified transaction, the
50 m4_arg(txnid) parameter is a transaction handle returned from
51 m4_tcl_txn. If no transaction handle is specified, but the
52 ifelse([$1], auto, [-auto_commit flag is specified],
59 define(m4_tcl_ret_error, [m4_p([In the case of error, a Tcl error is thrown.])])
66 a Tcl error is thrown.])])
73 is thrown.])])
76 Set the size of the database's shared memory buffer pool (that is, the
80 (Note: The working set is no
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/doc/
H A Dip-tunnels.tex32 A: You are right, it does not work. The command written above is split to two commands.
57 this particular route is {\em abnormal}:
62 Note keyword \verb|onlink|, it is the magic key that orders kernel
74 that between \verb|route add| and \verb|route del| host 193.233.7.65 is
90 packets to another endpoint is not hidden. If you dislike this, or if you
122 but address of peering host, which is directly reachable
133 kinds and gateway is required to be directly reachable via this tunnel,
162 The \verb|<NAME>| is an arbitrary string. Particularly,
187 This restriction is relaxed for keyed GRE tunnels.}
197 After tunnel device is create
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D09-helper.tex22 2) if ( [x] is greater than zero ) {
50 "float32_unpack(x)" is intended to translate the packed binary
60 4) if ( [sign] is nonzero ) then negate [mantissa]
68 "lookup1_values(codebook_entries,codebook_dimensions)" is used to
74 The return value for this function is defined to be 'the greatest
76 \varname{[codebook_dimensions]} is less than or equal to
84 the greatest value scalar element for which \varname{n} is less than
85 \varname{[x]} and vector \varname{[v]} element \varname{n} is less
91 the lowest value scalar element for which \varname{n} is less than
92 \varname{[x]} and vector \varname{[v]} element \varname{n} is greate
[all...]

Completed in 228 milliseconds

1234567891011>>