Searched refs:more (Results 126 - 150 of 841) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dclidgram.c16 GNU General Public License for more details.
60 dgram->header.flags.more = False;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A DVorbis_I_spec.tex70 % Fake some more DocBook elements
76 % Redefine \~ to generate something that looks more appropriate when used in text.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddroptrgt.tex9 to give visual feedback or react in a more fine-tuned way, e.g. by not accepting data on
15 for more information.
H A Dfilehist.tex6 wxFileHistory can manage one or more file menus. More than one menu may be required
63 idBase (To one of your own defined IDs) when using more than one wxFileHistory
H A Dlibs.tex88 contains \helpref{wxMediaCtrl}{wxmediactrl} but more classes will be added in
116 but more will be added to it in the future.
H A Dsnglinst.tex36 ... more initializations ...
85 Note that you can't call Create() more than once, so calling it if the
H A Dtchanges.tex26 \helpref{wxEvent}{wxevent} and its \helpref{derivatives}{eventhandlingoverview} do not have their public variable members public any more.
31 Windows are no longer fully repainted when resized; use the new style \windowstyle{wxFULL\_REPAINT\_ON\_RESIZE} to force this (\windowstyle{wxNO\_FULL\_REPAINT\_ON\_RESIZE} still exists but doesn't do anything any more, this behaviour is default now).
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:
92 \item wxColourDatabase is not a \helpref{wxList}{wxlist} any more, use AddColour to add new colours
95 \item wxMouseEvent::Moving() doesn't return true if mouse is being dragged any more
105 \item non-const wxDC methods GetBackground(), GetBrush(), GetFont() and GetPen() as well as wxWindow methods GetFont() and GetCursor() don't exist any more, please fix your code -- it never worked correctly anyhow if you modified the objects returned by these methods so you should simply switch to using const methods.
110 \item \helpref{wxFile}{wxfile} methods now return either wxFileOffset or wxFileSize\_t which may be a 64 bit integer type, even on 32 bit platforms, instead of off\_t and so the return value of \helpref{wxFile::Length()}{wxfilelength}, for example, shouldn't be assigned to off\_t variable any more (the compiler might warn you about this)
122 \item wxSizer::Remove(wxWindow *), use Detach() instead (it is more clear)
H A Dtexcept.tex17 it is not very surprising that it is not built around using them as some more
24 Starting from the version 2.5.1 wxWidgets becomes more exception-friendly. It
H A Dtfontenc.tex51 versions of Windows) and there are more of them for other encodings.
54 (more than) three incompatible encodings exist: KOI8 (the old standard, widely
H A Dtthreads.tex32 that no more than one thread calls GUI functions. The thread sample shows that
37 more robust and will undoubtedly save you countless problems (example: under
H A Dttips.tex6 quite helpful for the novices and so more and more programs now do this.
H A Durl.tex4 Please look at \helpref{wxURI}{wxuri} documentation for more info about the functions
169 if it's valid (see \helpref{GetError}{wxurlgeterror} for more info).
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dgen-rc16 # See the GNU Lesser General Public License for more details.
82 * Lesser General Public License for more details.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dhead.S8 * for more details.
34 * (see setup.c for more details)
167 1: beq a2, a3, 3f # no more entries?
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/lib/
H A Dchecksum.S76 ;; see if we have one odd byte more
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Ddeflate.c19 * is preferable to spend more time in matches to allow very fast string
25 * A previous version of this file used a more sophisticated algorithm
27 * time, but has a larger average cost, uses more memory and is patented.
67 need_more, /* block not completed, need more input or more output */
69 finish_started, /* finish started, need only more output at next deflate */
70 finish_done /* finish done, accept no more input or output */
561 * This function could be more sophisticated to provide closer upper bounds for
874 * more output space, but possibly with both pending and
892 /* User must not provide more inpu
1395 unsigned more; /* Amount of free space at the end of the window. */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Ddeflate.c19 * is preferable to spend more time in matches to allow very fast string
25 * A previous version of this file used a more sophisticated algorithm
27 * time, but has a larger average cost, uses more memory and is patented.
67 need_more, /* block not completed, need more input or more output */
69 finish_started, /* finish started, need only more output at next deflate */
70 finish_done /* finish done, accept no more input or output */
484 * This function could be more sophisticated to provide closer upper bounds
761 * more output space, but possibly with both pending and
779 /* User must not provide more inpu
1271 unsigned more; /* Amount of free space at the end of the window. */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Ddeflate.c19 * is preferable to spend more time in matches to allow very fast string
25 * A previous version of this file used a more sophisticated algorithm
27 * time, but has a larger average cost, uses more memory and is patented.
67 need_more, /* block not completed, need more input or more output */
69 finish_started, /* finish started, need only more output at next deflate */
70 finish_done /* finish done, accept no more input or output */
484 * This function could be more sophisticated to provide closer upper bounds
761 * more output space, but possibly with both pending and
779 /* User must not provide more inpu
1271 unsigned more; /* Amount of free space at the end of the window. */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Ddeflate.c19 * is preferable to spend more time in matches to allow very fast string
25 * A previous version of this file used a more sophisticated algorithm
27 * time, but has a larger average cost, uses more memory and is patented.
67 need_more, /* block not completed, need more input or more output */
69 finish_started, /* finish started, need only more output at next deflate */
70 finish_done /* finish done, accept no more input or output */
484 * This function could be more sophisticated to provide closer upper bounds
761 * more output space, but possibly with both pending and
779 /* User must not provide more inpu
1271 unsigned more; /* Amount of free space at the end of the window. */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Ddeflate.c19 * is preferable to spend more time in matches to allow very fast string
25 * A previous version of this file used a more sophisticated algorithm
27 * time, but has a larger average cost, uses more memory and is patented.
67 need_more, /* block not completed, need more input or more output */
69 finish_started, /* finish started, need only more output at next deflate */
70 finish_done /* finish done, accept no more input or output */
559 * This function could be more sophisticated to provide closer upper bounds for
872 * more output space, but possibly with both pending and
890 /* User must not provide more inpu
1393 unsigned more; /* Amount of free space at the end of the window. */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dblockdsp.asm17 ;* Lesser General Public License for more details.
H A Ddeinterlace.asm16 ;* Lesser General Public License for more details.
H A Dflacdsp.asm16 ;* Lesser General Public License for more details.
H A Dfpel.asm17 ;* Lesser General Public License for more details.
H A Didctdsp.asm17 ;* Lesser General Public License for more details.

Completed in 193 milliseconds

1234567891011>>