Searched refs:doc (Results 301 - 325 of 1205) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/
H A Ddnsmasq-suse.spec105 %doc CHANGELOG COPYING FAQ doc.html setup.html UPGRADING_to_2.0 rpm/README.susefirewall
106 %doc contrib
111 %doc %{_mandir}/man8/dnsmasq.8.gz
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/doc/html/images/hw/
H A DMakefile.am20 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/html/images/hw
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/
H A DMakefile.am3 SUBDIRS = lib @ZEBRA@ @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ @VTYSH@ doc
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/
H A DMakefile2 # See doc/readme.html for installation and customization instructions.
9 # Where to install. The installation starts in the src and doc directories,
65 cd doc && $(INSTALL_DATA) $(TO_MAN) $(INSTALL_MAN)
71 cd doc && cd $(INSTALL_MAN) && $(RM) $(TO_MAN)
79 @echo "See doc/readme.html for complete instructions."
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/man/
H A DMakefile.in42 if [ ! -d $(DESTDIR)$(datadir)/doc ] ; then $(mkinstalldirs) $(DESTDIR)$(datadir)/doc ; fi
53 if [ ! -d $(DESTDIR)$(datadir)/doc ] ; then $(mkinstalldirs) $(DESTDIR)$(datadir)/doc ; fi
H A DMakefile.vms11 docdir = $(datadir).doc.libiconv
36 create /directory $(datadir).doc]
49 create /directory $(datadir).doc]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/utils/
H A Dalsa-lib.spec42 - unset key "Docdir" - on some new systems are documentation in /usr/share/doc
66 %doc doc/*.txt
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/doc/devhelp/
H A DMakefile.am1 DEVHELP_DIR=$(datadir)/gtk-doc/html/libxml2
63 libxml2.devhelp $(HTML_FILES): devhelp.xsl html.xsl $(top_srcdir)/doc/libxml2-api.xml
66 $(XSLTPROC) --nonet -o $(srcdir)/libxml2.devhelp devhelp.xsl $(top_srcdir)/doc/libxml2-api.xml ; fi );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/help/
H A Ddoc.tex25 {\tt tex2rtf -winhelp -twice doc.tex doc.hlp}
29 {\tt hc doc}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dxmldocument.tex20 wxXmlDocument doc;
21 if (!doc.Load(wxT("myfile.xml")))
25 if (doc.GetRoot()->GetName() != wxT("myroot-node"))
28 wxXmlNode *child = doc.GetRoot()->GetChildren();
62 wxXmlDocument doc;
63 doc.Load(wxT("myfile.xml"), wxT("UTF-8"), wxXMLDOC_KEEP_WHITESPACE_NODES);
66 doc.Save(wxT("myfile2.xml"), wxXML_NO_INDENTATION);
73 wxXmlDocument doc;
74 doc.Load(wxT("myfile.xml"));
75 doc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/doc/devhelp/
H A DMakefile.am1 DEVHELP_DIR=$(datadir)/gtk-doc/html/libxml2
63 libxml2.devhelp $(HTML_FILES): devhelp.xsl html.xsl $(top_srcdir)/doc/libxml2-api.xml
66 $(XSLTPROC) --nonet -o $(srcdir)/libxml2.devhelp devhelp.xsl $(top_srcdir)/doc/libxml2-api.xml ; fi );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/man/
H A DMakefile.vms11 docdir = $(datadir).doc.libiconv
36 create /directory $(datadir).doc]
49 create /directory $(datadir).doc]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/dnsmasq/contrib/slackware-dnsmasq/
H A Ddnsmasq.SlackBuild46 mkdir -p $PKG/usr/doc/dnsmasq-$VERSION
48 CHANGELOG COPYING FAQ UPGRADING_to_2.0 doc.html setup.html \
49 $PKG/usr/doc/dnsmasq-$VERSION
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlsave.c82 xmlDocPtr doc; member in struct:_xmlSaveCtxt
423 * @doc: the document
437 xmlAttrSerializeTxtContent(buf->buffer, attr->doc,
522 xmlDocPtr doc; local
550 if ((dtd->notations != NULL) && ((dtd->doc == NULL) ||
551 (dtd->doc->intSubset == dtd))) {
556 doc = ctxt->doc;
559 ctxt->doc = dtd->doc;
1622 xmlSaveDoc(xmlSaveCtxtPtr ctxt, xmlDocPtr doc) argument
1739 xmlAttrSerializeTxtContent(xmlBufferPtr buf, xmlDocPtr doc, xmlAttrPtr attr, const xmlChar * string) argument
1873 xmlNodeDump(xmlBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, int level, int format) argument
1925 xmlElemDump(FILE * f, xmlDocPtr doc, xmlNodePtr cur) argument
1979 xmlNodeDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, int level, int format, const char *encoding) argument
[all...]
H A Dc14n.c53 xmlDocPtr doc; member in struct:_xmlC14NCtx
621 tmp = xmlSearchNs(cur->doc, cur, ns->prefix);
751 ns = xmlSearchNs(cur->doc, cur, prefix);
771 ns = xmlSearchNs(cur->doc, cur, NULL);
928 value = xmlNodeListGetString(attr->doc, attr->children, 1);
1455 * @doc: the XML document for canonization
1474 xmlC14NNewCtx(xmlDocPtr doc, argument
1481 if ((doc == NULL) || (buf == NULL)) {
1490 xmlC14NErr(ctx, (xmlNodePtr) doc, XML_C14N_REQUIRES_UTF8,
1498 if (doc
1569 xmlC14NExecute(xmlDocPtr doc, xmlC14NIsVisibleCallback is_visible_callback, void* user_data, int exclusive, xmlChar **inclusive_ns_prefixes, int with_comments, xmlOutputBufferPtr buf) argument
1658 xmlC14NDocSaveTo(xmlDocPtr doc, xmlNodeSetPtr nodes, int exclusive, xmlChar ** inclusive_ns_prefixes, int with_comments, xmlOutputBufferPtr buf) argument
1694 xmlC14NDocDumpMemory(xmlDocPtr doc, xmlNodeSetPtr nodes, int exclusive, xmlChar ** inclusive_ns_prefixes, int with_comments, xmlChar ** doc_txt_ptr) argument
1766 xmlC14NDocSave(xmlDocPtr doc, xmlNodeSetPtr nodes, int exclusive, xmlChar ** inclusive_ns_prefixes, int with_comments, const char *filename, int compression) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlsave.c82 xmlDocPtr doc; member in struct:_xmlSaveCtxt
423 * @doc: the document
437 xmlAttrSerializeTxtContent(buf->buffer, attr->doc,
522 xmlDocPtr doc; local
550 if ((dtd->notations != NULL) && ((dtd->doc == NULL) ||
551 (dtd->doc->intSubset == dtd))) {
556 doc = ctxt->doc;
559 ctxt->doc = dtd->doc;
1622 xmlSaveDoc(xmlSaveCtxtPtr ctxt, xmlDocPtr doc) argument
1739 xmlAttrSerializeTxtContent(xmlBufferPtr buf, xmlDocPtr doc, xmlAttrPtr attr, const xmlChar * string) argument
1873 xmlNodeDump(xmlBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, int level, int format) argument
1925 xmlElemDump(FILE * f, xmlDocPtr doc, xmlNodePtr cur) argument
1979 xmlNodeDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, int level, int format, const char *encoding) argument
[all...]
H A Dc14n.c53 xmlDocPtr doc; member in struct:_xmlC14NCtx
621 tmp = xmlSearchNs(cur->doc, cur, ns->prefix);
751 ns = xmlSearchNs(cur->doc, cur, prefix);
771 ns = xmlSearchNs(cur->doc, cur, NULL);
928 value = xmlNodeListGetString(attr->doc, attr->children, 1);
1455 * @doc: the XML document for canonization
1474 xmlC14NNewCtx(xmlDocPtr doc, argument
1481 if ((doc == NULL) || (buf == NULL)) {
1490 xmlC14NErr(ctx, (xmlNodePtr) doc, XML_C14N_REQUIRES_UTF8,
1498 if (doc
1569 xmlC14NExecute(xmlDocPtr doc, xmlC14NIsVisibleCallback is_visible_callback, void* user_data, int exclusive, xmlChar **inclusive_ns_prefixes, int with_comments, xmlOutputBufferPtr buf) argument
1658 xmlC14NDocSaveTo(xmlDocPtr doc, xmlNodeSetPtr nodes, int exclusive, xmlChar ** inclusive_ns_prefixes, int with_comments, xmlOutputBufferPtr buf) argument
1694 xmlC14NDocDumpMemory(xmlDocPtr doc, xmlNodeSetPtr nodes, int exclusive, xmlChar ** inclusive_ns_prefixes, int with_comments, xmlChar ** doc_txt_ptr) argument
1766 xmlC14NDocSave(xmlDocPtr doc, xmlNodeSetPtr nodes, int exclusive, xmlChar ** inclusive_ns_prefixes, int with_comments, const char *filename, int compression) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dhelpext.cpp141 wxString doc; member in class:wxExtHelpMapEntry
143 { id = iid; url = iurl; doc = idoc; }
204 wxString doc; local
210 doc = p;
213 m_MapList->Append(new wxExtHelpMapEntry(id, url, doc));
416 compB = entry->doc;
429 // choices[idx] = (**i).doc.Contains((**i).doc.Before(WXEXTHELP_COMMENTCHAR));
431 // choices[idx] = (**i).doc;
435 wxChar targetChar = entry->doc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddocview.h189 // wxView(wxDocument *doc = (wxDocument *) NULL);
194 virtual void SetDocument(wxDocument *doc);
211 virtual bool OnCreate(wxDocument *WXUNUSED(doc), long WXUNUSED(flags)) { return true; }
271 virtual wxView *CreateView(wxDocument *doc, long flags = 0);
275 virtual bool InitDocument(wxDocument* doc, const wxString& path, long flags = 0);
369 virtual wxView *CreateView(wxDocument *doc, long flags = 0);
371 virtual bool FlushDoc(wxDocument *doc);
390 void AddDocument(wxDocument *doc);
391 void RemoveDocument(wxDocument *doc);
397 bool CloseDocument(wxDocument* doc, boo
508 SetDocument(wxDocument *doc) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/Documentation/
H A DMakefile32 htmldir?=$(prefix)/share/doc/perf-doc
33 pdfdir?=$(prefix)/share/doc/perf-doc
192 doc.dep : $(wildcard *.txt) build-docdep.perl
197 -include doc.dep
219 $(RM) howto-index.txt howto/*.html doc.dep
297 '$(SHELL_PATH_SQ)' ./install-doc-quick.sh $(DOC_REF) $(DESTDIR)$(mandir)
300 '$(SHELL_PATH_SQ)' ./install-doc-quick.sh $(HTML_REF) $(DESTDIR)$(htmldir)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Dcsprint.cpp32 #include "doc.h"
268 csDiagramDocument* doc = diagram->GetDocument(); local
269 ((csDiagramView*)doc->GetFirstView())->SelectAll(false);
271 m_currentCmd = new csDiagramCommand(_T("Paste"), doc);
283 csDiagramDocument* doc = diagram->GetDocument(); local
293 doc->GetCommandProcessor()->Submit(m_currentCmd);
311 /* csDiagramDocument* doc = */ diagram->GetDocument();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/doc/
H A DMakefile2 # doc/Makefile. Generated from Makefile.in by configure.
34 subdir = doc
103 HTML_DIR = $(datadir)/doc/$(PACKAGE)-$(VERSION)/html
226 abs_builddir = ${TIMEMACHINE_PATH}/libxml2-2.7.2/doc
227 abs_srcdir = ${TIMEMACHINE_PATH}/libxml2-2.7.2/doc
247 docdir = ${datarootdir}/doc/${PACKAGE}
286 # A file in win32 depends upon one of the doc files
316 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
318 $(AUTOMAKE) --gnu doc/Makefile
687 $(XSLTPROC) --nonet --html $(top_srcdir)/doc/sit
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dc14n.c53 xmlDocPtr doc; member in struct:_xmlC14NCtx
621 tmp = xmlSearchNs(cur->doc, cur, ns->prefix);
751 ns = xmlSearchNs(cur->doc, cur, prefix);
771 ns = xmlSearchNs(cur->doc, cur, NULL);
928 value = xmlNodeListGetString(attr->doc, attr->children, 1);
1455 * @doc: the XML document for canonization
1474 xmlC14NNewCtx(xmlDocPtr doc, argument
1481 if ((doc == NULL) || (buf == NULL)) {
1490 xmlC14NErr(ctx, (xmlNodePtr) doc, XML_C14N_REQUIRES_UTF8,
1498 if (doc
1569 xmlC14NExecute(xmlDocPtr doc, xmlC14NIsVisibleCallback is_visible_callback, void* user_data, int exclusive, xmlChar **inclusive_ns_prefixes, int with_comments, xmlOutputBufferPtr buf) argument
1658 xmlC14NDocSaveTo(xmlDocPtr doc, xmlNodeSetPtr nodes, int exclusive, xmlChar ** inclusive_ns_prefixes, int with_comments, xmlOutputBufferPtr buf) argument
1694 xmlC14NDocDumpMemory(xmlDocPtr doc, xmlNodeSetPtr nodes, int exclusive, xmlChar ** inclusive_ns_prefixes, int with_comments, xmlChar ** doc_txt_ptr) argument
1766 xmlC14NDocSave(xmlDocPtr doc, xmlNodeSetPtr nodes, int exclusive, xmlChar ** inclusive_ns_prefixes, int with_comments, const char *filename, int compression) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dc14n.c53 xmlDocPtr doc; member in struct:_xmlC14NCtx
621 tmp = xmlSearchNs(cur->doc, cur, ns->prefix);
751 ns = xmlSearchNs(cur->doc, cur, prefix);
771 ns = xmlSearchNs(cur->doc, cur, NULL);
928 value = xmlNodeListGetString(attr->doc, attr->children, 1);
1455 * @doc: the XML document for canonization
1474 xmlC14NNewCtx(xmlDocPtr doc, argument
1481 if ((doc == NULL) || (buf == NULL)) {
1490 xmlC14NErr(ctx, (xmlNodePtr) doc, XML_C14N_REQUIRES_UTF8,
1498 if (doc
1569 xmlC14NExecute(xmlDocPtr doc, xmlC14NIsVisibleCallback is_visible_callback, void* user_data, int exclusive, xmlChar **inclusive_ns_prefixes, int with_comments, xmlOutputBufferPtr buf) argument
1658 xmlC14NDocSaveTo(xmlDocPtr doc, xmlNodeSetPtr nodes, int exclusive, xmlChar ** inclusive_ns_prefixes, int with_comments, xmlOutputBufferPtr buf) argument
1694 xmlC14NDocDumpMemory(xmlDocPtr doc, xmlNodeSetPtr nodes, int exclusive, xmlChar ** inclusive_ns_prefixes, int with_comments, xmlChar ** doc_txt_ptr) argument
1766 xmlC14NDocSave(xmlDocPtr doc, xmlNodeSetPtr nodes, int exclusive, xmlChar ** inclusive_ns_prefixes, int with_comments, const char *filename, int compression) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/doc/examples/
H A DtestWriter.c628 xmlDocPtr doc; local
632 writer = xmlNewTextWriterDoc(&doc, 0);
863 xmlSaveFileEnc(file, doc, MY_ENCODING);
865 xmlFreeDoc(doc);
879 xmlDocPtr doc; local
885 doc = xmlNewDoc(BAD_CAST XML_DEFAULT_VERSION);
886 if (doc == NULL) {
894 node = xmlNewDocNode(doc, NULL, BAD_CAST "EXAMPLE", NULL);
901 xmlDocSetRootElement(doc, node);
904 writer = xmlNewTextWriterTree(doc, nod
[all...]

Completed in 215 milliseconds

<<11121314151617181920>>