Searched refs:is (Results 326 - 350 of 2313) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/src/router/bridge-1.x/libbridge/
H A Dlibbridge_private.h4 * This program is free software; you can redistribute it and/or
9 * This program is distributed in the hope that it will be useful, but
39 #error Using wrong kernel headers if_bridge.h is out of date.
43 #error Using wrong kernel headers sockios.h is out of date.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/sparc32v8/
H A Dmpih-mul3.S7 * This file is part of Libgcrypt.
9 * Libgcrypt is free software; you can redistribute it and/or modify
14 * Libgcrypt is distributed in the hope that it will be useful,
23 * Note: This code is heavily based on the GNU MP Library.
25 * way the data is stored; this is to support the abstraction
45 sub %o1,%o2,%o1 ! o1 is offset s1_ptr
46 sub %o0,%o2,%g1 ! g1 is offset res_ptr
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/lib/
H A Dcsumcpfruser.S20 Note that the errptr argument is only set if we encounter an error.
21 It is conveniently located on the stack, so the normal function body
35 ;; r12 is already decremented. Add back chunk_size-2.
38 ;; Here from the word loop; r12 is off by 2; add it back.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/lib/
H A Dcsumcpfruser.S20 Note that the errptr argument is only set if we encounter an error.
21 It is conveniently located on the stack, so the normal function body
35 ;; r12 is already decremented. Add back chunk_size-2.
38 ;; Here from the word loop; r12 is off by 2; add it back.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/sparc32v8/
H A Dmpih-mul3.S7 * This file is part of Libgcrypt.
9 * Libgcrypt is free software; you can redistribute it and/or modify
14 * Libgcrypt is distributed in the hope that it will be useful,
23 * Note: This code is heavily based on the GNU MP Library.
25 * way the data is stored; this is to support the abstraction
45 sub %o1,%o2,%o1 ! o1 is offset s1_ptr
46 sub %o0,%o2,%g1 ! g1 is offset res_ptr
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dmanual.tex103 % NB: this is exact copy of docs/licence.txt file. DO NOT modify this
110 Everyone is permitted to copy and distribute verbatim copies
111 of this licence document, but changing it is not allowed.
118 This library is free software; you can redistribute it and/or modify it
123 This library is distributed in the hope that it will be useful, but
142 2. The exception is that you may use, copy, link, modify and distribute
154 4. If you write modifications of your own for this library, it is your
165 Everyone is permitted to copy and distribute verbatim copies
166 of this license document, but changing it is not allowed.
168 [This is th
[all...]
H A Dmanual2e.tex107 % NB: this is exact copy of docs/licence.txt file. DO NOT modify this
114 Everyone is permitted to copy and distribute verbatim copies
115 of this licence document, but changing it is not allowed.
122 This library is free software; you can redistribute it and/or modify it
127 This library is distributed in the hope that it will be useful, but
146 2. The exception is that you may use, copy, link, modify and distribute
158 4. If you write modifications of your own for this library, it is your
168 Everyone is permitted to copy and distribute verbatim copies
169 of this license document, but changing it is not allowed.
171 [This is th
[all...]
H A Dapp.tex3 The {\bf wxApp} class represents the application itself. It is used
48 object is created on the stack.
120 This function is called before processing any event and allows the application
122 is processed normally, otherwise either {\tt true} or {\tt false} should be
124 had been already processed (for the former return value) or that it is not
156 Returns true if the application will exit when the top-level window is deleted, false
170 Usually \texttt{wxTheApp} is usead instead.
227 Returns \true if the application is active, i.e. if one of its windows is
238 Returns \true if the main event loop is currentl
[all...]
H A Dclientdat.tex5 can hold arbitrary data which is here referred to as "client data".
6 This is useful e.g. for scripting languages which need to handle
11 or it is of type wxClientData or its derivatives. In that case the
17 additionally hold client data for each item. This is the case for
52 This class is a mixin that provides storage and management of "client
55 or it is of type wxClientData or its derivatives. In that case the
60 NOTE: This functionality is currently duplicated in wxEvtHandler in
H A Dddeclint.tex9 a `conversation' with a server, and the custom wxDDEServer is required
11 a wxDDEConnection of the required class, when a connection is made.
13 This DDE-based implementation is
15 of this API is available using \helpref{wxTCPClient}{wxtcpclient}.
58 object is returned.
60 The advantage of deriving your own connection class is that it will
69 Returns \true if this is a valid host name, \false otherwise. This always
H A Ddirtrav.tex14 wxDirTraverser is an abstract interface which must be implemented by objects
79 This function is called for each directory. It may return {\tt wxSIR\_STOP}
84 This is a pure virtual function and must be implemented in the derived class.
91 This function is called for each file. It may return {\tt wxDIR\_STOP} to abort
92 traversing (for example, if the file being searched is found) or
95 This is a pure virtual function and must be implemented in the derived class.
102 This function is called for each directory which we failed to open for
H A Dglcontext.tex6 Although it is possible to have multiple rendering contexts share display lists in order to save resources,
7 this method is hardly used today any more, because display lists are only a tiny fraction of the overall state.
9 Therefore, one rendering context is usually used with or bound to multiple output windows in turn,
39 \docparam{win}{The canvas that is used to initialize this context. This parameter is needed only temporarily,
52 Makes the OpenGL state that is represented by this rendering context current with the wxGLCanvas {\it win}.
54 If { \it RC } is an object of type wxGLContext, the statements {\it RC.SetCurrent(win);} and {\it win.SetCurrent(RC);} are equivalent,
H A Dhelpevt.tex3 A help event is sent when the user has requested context-sensitive help.
9 A help event is sent to the window that the user clicked on, and is propagated up the
10 window hierarchy until the event is processed or there are no more event handlers.
12 and then either show some suitable help or call wxEvent::Skip if the identifier is unrecognised.
13 Calling Skip is important because it allows wxWidgets to generate further events for ancestors
57 Returns the origin of the help event which is one of the following values:
H A Dhthelpct.tex9 application (see {\it test} sample). The help system is based on {\bf books}
10 (see \helpref{AddBook}{wxhtmlhelpcontrolleraddbook}). A book is a logical
17 is recommended that you use the enhanced capabilities of wxHtmlHelpController's API.
20 native format. The file format is described \helpref{here}{helpformat}.
28 It is strongly recommended to use preprocessed {\bf .hhp.cached} version of
61 {\it style} is a combination of these flags:
76 have a book icon. This is how Microsoft's HTML help viewer behaves.}
78 a book icon, book's sections have a folder icon. This is the default.}
83 should not be destroyed when the controller is destroyed.}
85 \twocolitem{\windowstyle{wxHF\_FRAME}}{Specifies that the help controller should create a frame containing the help window. This is th
[all...]
H A Dmenuevt.tex3 This class is used for a variety of menu-related events. Note that
27 \twocolitem{{\bf EVT\_MENU\_OPEN(func)}}{A menu is about to be opened. On Windows,
28 this is only sent once for each navigation of the menubar (up until all menus have closed).}
56 Returns the menu which is being opened or closed. This method should only be
73 Returns {\tt true} if the menu which is being opened or closed is a popup menu,
74 {\tt false} if it is a normal one.
H A Dnoteevt.tex4 there are two of them. The PAGE\_CHANGING event is sent before the current
5 page is changed. It allows the program to examine the current page (which
11 The second event - PAGE\_CHANGED - is sent after the page has been changed and
14 To summarize, if the program is interested in validating the page values
16 event, otherwise PAGE\_CHANGED is probably enough. In any case, it is probably
62 {\tt EVT\_NOTEBOOK\_PAGE\_CHANGING} handler and not the page which is going to
H A Dsashevt.tex3 A sash event is sent when the sash of a \helpref{wxSashWindow}{wxsashwindow} has been
26 when the user has finished dragging a sash. The event handler is called when windows with ids in the
44 When a sash belonging to a sash window is dragged by the user, and then released,
45 this event is sent to the window, where it may be processed by an event table
49 event handler to do that. This is because the application may have to handle other consequences
73 Returns the dragged edge. The return value is one of wxSASH\_TOP, wxSASH\_RIGHT, wxSASH\_BOTTOM, wxSASH\_LEFT.
79 Returns the rectangle representing the new size the window would be if the resize was applied. It is
H A Dtipwin.tex3 Shows simple text in a popup tip window on creation. This is used by
30 Constructor. The tip is shown immediately after the window is constructed.
57 \arg{it windowPtr}. This is helpful to avoid dereferencing the tip window which
70 Additionally, if a non-empty \arg{rectBound} is provided, the tip window will
71 also automatically close if the mouse leaves this area. This is useful to
72 dismiss the tip mouse when the mouse leaves the object it is associated with.
H A Dtunicode.tex18 \subsection{What is Unicode?}\label{whatisunicode}
21 on the platforms which support it. Unicode is a standard for character
24 allows to have at least 65536 characters (what is called the BMP, or basic
26 is sufficient to encode all of the world languages at once. More details about
31 As this solution is obviously preferable to the previous ones (think of
33 modern operating systems support it. The probably first example is Windows NT
36 Writing internationalized programs is much easier with Unicode and, as the
41 each time a system call is made.
46 many cases it is unwise to write a program which can only work in Unicode
47 environment. A better solution is t
[all...]
H A Dvscroll.tex15 used for scrolling lines of variable heights; "virtual" because it is not
21 In any case, this is a generalization of the
24 however, notably there is currently no support for horizontal scrolling; it
32 moment on the scrolling is handled entirely by wxVScrolledWindow, you only
36 select the lines to display. Note that the device context origin is not shifted
59 This is the normal constructor, no need to call Create() after using this one.
61 Note that {\tt wxVSCROLL} is always automatically added to our style, there is
92 Just as with the ctor above, {\tt wxVSCROLL} style is always used, there is n
[all...]
H A Dbmphand.tex5 This is the base class for implementing bitmap file loading/saving, and bitmap creation from data.
6 It is used within wxBitmap and is not normally seen by the application.
43 Creates a bitmap from the given data, which can be of arbitrary type. The wxBitmap object {\it bitmap} is
54 \docparam{depth}{The depth of the bitmap in pixels. If this is -1, the screen depth is used.}
91 \docparam{bitmap}{The bitmap object which is to be affected by this operation.}
94 The meaning of {\it name} is determined by the {\it type} parameter.}
116 \docparam{bitmap}{The bitmap object which is to be affected by this operation.}
118 \docparam{name}{A filename. The meaning of {\it name} is determine
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Dexamples.t67 is(docat_del($redirect), <<'EOM') ;
118 is(docat_del($redirect), <<'EOM') ;
155 # Note it is not necessary to sort the keys as
165 is(docat_del($redirect), <<'EOM') ;
201 # Note it is not necessary to sort the keys as
211 is(docat_del($redirect), <<'EOM') ;
261 is(docat_del($redirect), <<"EOM") ;
305 is(docat_del($redirect), <<"EOM") ;
395 is(docat_del($redirect), <<"EOM") ;
H A Dexamples.t.T69 is(docat_del($redirect), <<'EOM') ;
122 is(docat_del($redirect), <<'EOM') ;
160 # Note it is not necessary to sort the keys as
171 is(docat_del($redirect), <<'EOM') ;
208 # Note it is not necessary to sort the keys as
219 is(docat_del($redirect), <<'EOM') ;
271 is(docat_del($redirect), <<"EOM") ;
317 is(docat_del($redirect), <<"EOM") ;
409 is(docat_del($redirect), <<"EOM") ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/build/
H A Dlib.mk4 # This file is part the FLAC project. FLAC is comprised of several
9 # is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
13 # Since this particular file is relevant to all components of FLAC,
14 # it may be distributed under the Xiph.Org license, which is the least
80 echo Not building dynamic lib, command is: $(LINKD) -o $@ $(DEBUG_OBJS) $(LFLAGS) $(LIBS) -lc
87 echo Not building dynamic lib, command is: $(LINKD) -o $@ $(RELEASE_OBJS) $(LFLAGS) $(LIBS) -lc
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lsync/source/examples/
H A Dlpostcmd.lua14 -- for this config it is important to keep maxProcesses at 1, so
18 -- called whenever something is to be done
22 -- if the event is a blanket event and not the startup,
33 -- this is the startup, forwards it to default routine.
38 -- for any other event, a blanket event is created that
42 -- the original event is simply forwarded to the normal action handler
49 -- for the ssh commands 255 is network error -> try again

Completed in 263 milliseconds

<<11121314151617181920>>