Searched refs:doc (Results 276 - 300 of 1205) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/doc/
H A Dindex.py30 # Then run the script in the doc subdir, it will create the symbols and
675 doc = libxml2.parseFile(filename)
677 return doc
701 print "unexpected element %s in API doc <file name='%s'>" % (name)
716 print "unexpected element %s in API doc <files>" % (cur.name)
914 print "unexpected element %s in API doc <files>" % (cur.name)
918 def analyzeAPI(doc):
920 if doc == None:
922 root = doc.getRootElement()
937 print "unexpected element %s in API doc"
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/doc/
H A Dindex.py30 # Then run the script in the doc subdir, it will create the symbols and
675 doc = libxml2.parseFile(filename)
677 return doc
701 print "unexpected element %s in API doc <file name='%s'>" % (name)
716 print "unexpected element %s in API doc <files>" % (cur.name)
914 print "unexpected element %s in API doc <files>" % (cur.name)
918 def analyzeAPI(doc):
920 if doc == None:
922 root = doc.getRootElement()
937 print "unexpected element %s in API doc"
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/jquery/
H A Djquery.form.js362 var doc = frame.contentWindow ? frame.contentWindow.document : frame.contentDocument ? frame.contentDocument : frame.document;
363 return doc;
432 // add iframe to doc and submit the form
461 var data, doc, domCheckCount = 50, callbackProcessed;
468 doc = getDoc(io);
483 if (!doc || doc.location.href == s.iframeSrc) {
499 var isXml = s.dataType == 'xml' || doc.XMLDocument || $.isXMLDoc(doc);
501 if (!isXml && window.opera && (doc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Dhtmltidy.c46 void dumpNode(TidyDoc doc, TidyNode tnod, int indent ) argument
69 tidyNodeGetText(doc, child, &buf);
73 dumpNode( doc, child, indent + 4 ); /* recursive */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/
H A Dsmbldap-tools.spec114 %doc CONTRIBUTORS COPYING ChangeLog FILES INFRA README INSTALL TODO
115 %doc smb.conf smbldap.conf smbldap_bind.conf
116 %doc doc/smbldap-*
117 %doc doc/html
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/
H A Dconfigure.bat38 copy windows\Makefile.doc doc\Makefile > nul
48 copy windows\Makefile.doc doc\Makefile > nul
56 copy windows\Makefile.doc doc\Makefile > nul
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/help/
H A Dmakefile.gcc251 for %%f in (back.gif bullet.bmp contents.gif cshelp.txt doc.chm doc.cnt doc.hhc doc.hhk doc.hhp doc.hlp doc.hpj doc.zip forward.gif up.gif) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
254 if not exist $(OBJS)\doc mkdir $(OBJS)\doc
[all...]
H A Dmakefile.vc364 for %f in (back.gif bullet.bmp contents.gif cshelp.txt doc.chm doc.cnt doc.hhc doc.hhk doc.hhp doc.hlp doc.hpj doc.zip forward.gif up.gif) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
367 if not exist $(OBJS)\doc mkdir $(OBJS)\doc
[all...]
H A Dmakefile.wat289 for %f in (back.gif bullet.bmp contents.gif cshelp.txt doc.chm doc.cnt doc.hhc doc.hhk doc.hhp doc.hlp doc.hpj doc.zip forward.gif up.gif) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
292 if not exist $(OBJS)\doc mkdir $(OBJS)\doc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/iniparser/
H A DMakefile52 @(cd doc ; $(MAKE))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Dmakefile.vc86 DOCS= README install.doc usage.doc cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 \
87 wrjpgcom.1 wizard.doc example.c libjpeg.doc structure.doc \
88 coderules.doc filelist.doc change.log
101 OTHERFILES= jconfig.doc ckconfig.c ansi2knr.c ansi2knr.1 jmemdosa.asm
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddocmdi.cpp116 wxDocMDIChildFrame::wxDocMDIChildFrame(wxDocument *doc, wxView *view, wxMDIParentFrame *frame, wxWindowID id, argument
120 Create(doc, view, frame, id, title, pos, size, style, name);
123 bool wxDocMDIChildFrame::Create(wxDocument *doc, wxView *view, wxMDIParentFrame *frame, wxWindowID id, argument
126 m_childDocument = doc;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/docview/
H A Ddocview.h27 wxFrame *CreateChildFrame(wxDocument *doc, wxView *view, bool isCanvas);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/docvwmdi/
H A Ddocview.h29 wxMDIChildFrame *CreateChildFrame(wxDocument *doc, wxView *view, bool isCanvas);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/python/
H A DMakefile.am12 docsdir = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)
49 API_DESC = $(top_srcdir)/doc/libxml2-api.xml $(srcdir)/libxml2-python-api.xml
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/python/
H A DMakefile.am12 docsdir = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)
49 API_DESC = $(top_srcdir)/doc/libxml2-api.xml $(srcdir)/libxml2-python-api.xml
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/src/
H A DMakefile.src44 # 06nov02 drj Cleaned up echoed message in the doc target.
203 .PHONEY: clean cleanall cleandoc config docclean doc incbuild
232 ${RM} ../doc/man?/*
258 ${RM} ../doc/man?/*
260 doc:
265 @${RM} ../doc/man3/*
267 @${RM} ../doc/manl/*
279 $${mrip} -v 1 -r $${file} -d ../doc/manl -k SUBSYSTEM; \
284 $${mrip} -v 1 -r $${file} -d ../doc/man3 -k SUBROUTINE; \
288 @echo "Look in ../doc/man
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A DMakefile76 $(MAKE) -C doc man
79 $(MAKE) -C doc html
84 @$(MAKE) -C doc clean
103 @$(MAKE) -C doc snapshot
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/share/doc/libxml2-2.7.2/examples/
H A Dxmllint.c1703 fprintf(stderr, "SAX generated a doc !\n");
1967 static void walkDoc(xmlDocPtr doc) { argument
1977 root = xmlDocGetRootElement(doc);
1986 patternc = xmlPatterncompile((const xmlChar *) pattern, doc->dict,
2007 reader = xmlReaderWalker(doc);
2023 endTimer("walking through the doc");
2027 fprintf(stderr, "failed to walk through the doc\n");
2049 xmlDocPtr doc = NULL; local
2063 doc = xmlNewDoc(BAD_CAST "1.0");
2064 n = xmlNewDocNode(doc, NUL
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmllint.c1703 fprintf(stderr, "SAX generated a doc !\n");
1967 static void walkDoc(xmlDocPtr doc) { argument
1977 root = xmlDocGetRootElement(doc);
1986 patternc = xmlPatterncompile((const xmlChar *) pattern, doc->dict,
2007 reader = xmlReaderWalker(doc);
2023 endTimer("walking through the doc");
2027 fprintf(stderr, "failed to walk through the doc\n");
2049 xmlDocPtr doc = NULL; local
2063 doc = xmlNewDoc(BAD_CAST "1.0");
2064 n = xmlNewDocNode(doc, NUL
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmllint.c1703 fprintf(stderr, "SAX generated a doc !\n");
1967 static void walkDoc(xmlDocPtr doc) { argument
1977 root = xmlDocGetRootElement(doc);
1986 patternc = xmlPatterncompile((const xmlChar *) pattern, doc->dict,
2007 reader = xmlReaderWalker(doc);
2023 endTimer("walking through the doc");
2027 fprintf(stderr, "failed to walk through the doc\n");
2049 xmlDocPtr doc = NULL; local
2063 doc = xmlNewDoc(BAD_CAST "1.0");
2064 n = xmlNewDocNode(doc, NUL
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/
H A DMakefile7 DOCDIR=/usr/share/doc/iproute2
59 #@for i in $(SUBDIRS) doc; do $(MAKE) -C $$i install; done
70 @for i in $(SUBDIRS) doc; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/
H A DMakefile.am1 SUBDIRS=dbus bus tools test doc
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libogg-1.1.4/
H A DMakefile.am5 SUBDIRS = src include doc
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/IGMP-PROXY/
H A DMakefile85 @ echo " mrproper : same as clean + remove $(EXEC) + remove files generated by ./configure + remove doc.\
90 @ echo " doc : run doxygen to generate HTML n TeX doc of the code."
93 doc:
113 -rm -rf $(TOP_DIR)/doc

Completed in 299 milliseconds

<<11121314151617181920>>