Searched refs:recursive (Results 301 - 325 of 449) sorted by relevance

<<1112131415161718

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dsizer.tex311 \func{wxSizerItem *}{GetItem}{\param{wxWindow* }{window}, \param{bool }{recursive = false}}
313 \func{wxSizerItem *}{GetItem}{\param{wxSizer* }{sizer}, \param{bool }{recursive = false}}
319 Use parameter \arg{recursive} to search in subsizers too.
356 \func{bool}{Hide}{\param{wxWindow* }{window}, \param{bool }{recursive = false}}
358 \func{bool}{Hide}{\param{wxSizer* }{sizer}, \param{bool }{recursive = false}}
364 Use parameter \arg{recursive} to hide elements found in subsizers.
501 \func{bool}{Replace}{\param{wxWindow* }{oldwin}, \param{wxWindow* }{newwin}, \param{bool }{recursive = false}}
503 \func{bool}{Replace}{\param{wxSizer* }{oldsz}, \param{wxSizer* }{newsz}, \param{bool }{recursive = false}}
513 Use parameter \arg{recursive} to search the given element recursively in subsizers.
587 \func{bool}{Show}{\param{wxWindow* }{window}, \param{bool }{show = true}, \param{bool }{recursive
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A DMakefile93 dbus-marshal-byteswap.h dbus-marshal-recursive.c \
94 dbus-marshal-recursive.h dbus-marshal-validate.c \
133 libdbus_1_la-dbus-marshal-recursive.lo \
185 dbus-marshal-recursive.c dbus-marshal-recursive.h \
218 dbus-marshal-recursive-util.c dbus-marshal-validate-util.c \
238 libdbus_internal_la-dbus-marshal-recursive.lo \
299 libdbus_internal_la-dbus-marshal-recursive-util.lo \
680 dbus-marshal-recursive.c \
681 dbus-marshal-recursive
[all...]
H A DMakefile.in93 dbus-marshal-byteswap.h dbus-marshal-recursive.c \
94 dbus-marshal-recursive.h dbus-marshal-validate.c \
133 libdbus_1_la-dbus-marshal-recursive.lo \
185 dbus-marshal-recursive.c dbus-marshal-recursive.h \
218 dbus-marshal-recursive-util.c dbus-marshal-validate-util.c \
238 libdbus_internal_la-dbus-marshal-recursive.lo \
299 libdbus_internal_la-dbus-marshal-recursive-util.lo \
682 dbus-marshal-recursive.c \
683 dbus-marshal-recursive
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dsmbget.c2 smbget: a wget-like utility with support for recursive downloading and
53 static int smb_download_file(const char *base, const char *name, int recursive, int resume, char *outfile);
247 static int smb_download_file(const char *base, const char *name, int recursive, int resume, char *outfile) { argument
264 if(!recursive) {
528 {"recursive", 'R', POPT_ARG_NONE, &_recursive, 0, "Recursively download files" },
/netgear-R7000-V1.0.7.12_1.2.5/src/makefiles/
H A DRelPath.mk29 # ----relpath(): Self-recursive function which compares the first element
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/ogl/
H A Ddrawn.h154 void SetSize(double w, double h, bool recursive = true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dftp.c1654 If opt.recursive is set, after all files have been retrieved,
1820 if (!opt.recursive)
1885 if (opt.recursive &&
1888 else if (opt.recursive)
2126 ftp_loop (struct url *u, int *dt, struct url *proxy, bool recursive, bool glob) argument
2144 if (!*u->file && !recursive)
2196 if (ispattern || recursive || opt.timestamping)
H A Dinit.c224 { "recursive", NULL, cmd_spec_recursive },
1200 /* Set the "mirror" mode. It means: recursive download, timestamping,
1212 opt.recursive = true;
1261 /* Set opt.recursive to VAL as with cmd_boolean. If opt.recursive is
1268 if (!cmd_boolean (com, val, &opt.recursive))
1272 if (opt.recursive && !opt.no_dirstruct)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/tomoyo/
H A Dutil.c676 goto recursive;
692 recursive:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lsync/source/
H A Ddefault-direct.lua168 -- Spawns the recursive startup sync
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A Dtree.h776 int recursive);
840 int recursive);
844 int recursive);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A Dtree.h776 int recursive);
840 int recursive);
844 int recursive);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dtree.in.h748 int recursive);
812 int recursive);
816 int recursive);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dtree.h776 int recursive);
840 int recursive);
844 int recursive);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dtree.in.h748 int recursive);
812 int recursive);
816 int recursive);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A DMakefile.in3268 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
3269 html-recursive info-recursive install-data-recursive \
3270 install-dvi-recursive install-exec-recursive \
3271 install-html-recursive install-info-recursive \
[all...]
H A DMakefile3268 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
3269 html-recursive info-recursive install-data-recursive \
3270 install-dvi-recursive install-exec-recursive \
3271 install-html-recursive install-info-recursive \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dcomposit.cpp252 void wxCompositeShape::SetSize(double w, double h, bool recursive) argument
262 if (!recursive) return;
947 void wxDivisionShape::SetSize(double w, double h, bool recursive) argument
951 wxRectangleShape::SetSize(w, h, recursive);
H A Dbasic2.cpp319 void wxPolygonShape::SetSize(double new_width, double new_height, bool WXUNUSED(recursive))
905 void wxRectangleShape::SetSize(double x, double y, bool WXUNUSED(recursive))
1062 void wxEllipseShape::SetSize(double x, double y, bool WXUNUSED(recursive))
H A Ddivided.cpp136 void wxDividedShape::SetSize(double w, double h, bool WXUNUSED(recursive))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxmlres.cpp534 bool recursive)
567 if ( recursive )
585 bool recursive)
596 name, classname, recursive);
531 DoFindResource(wxXmlNode *parent, const wxString& name, const wxString& classname, bool recursive) argument
583 FindResource(const wxString& name, const wxString& classname, bool recursive) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dnttrans.c1947 BOOL recursive; local
1955 recursive = (SVAL(setup, 6) != 0) ? True : False;
1971 "called on %s, filter = %s, recursive = %d\n",
1972 fsp->fsp_name, filter_string, recursive));
1983 status = change_notify_create(fsp, filter, recursive);
2016 status = change_notify_add_request(inbuf, filter, recursive, fsp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DMakefile.in346 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
347 html-recursive info-recursive install-data-recursive \
348 install-dvi-recursive install-exec-recursive \
349 install-html-recursive install-info-recursive \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/
H A Dconfigure771 ac_init_help=recursive ;;
1139 --help=recursive display the short help of all the included packages
1194 if test "$ac_init_help" = "recursive"; then
1236 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1239 $SHELL "$ac_srcdir/configure" --help=recursive
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/doc/
H A Dconfigure774 ac_init_help=recursive ;;
1142 --help=recursive display the short help of all the included packages
1197 if test "$ac_init_help" = "recursive"; then
1239 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1242 $SHELL "$ac_srcdir/configure" --help=recursive

Completed in 321 milliseconds

<<1112131415161718