Searched refs:doc (Results 201 - 225 of 1205) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/doc/examples/
H A Dparse4.c47 xmlDocPtr doc; /* the resulting document tree */ local
92 doc = ctxt->myDoc;
103 xmlFreeDoc(doc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A Dtstxpath.py24 doc = libxml2.parseFile("tst.xml") variable
25 ctxt = doc.xpathNewContext()
30 if res[0].name != "doc" or res[1].name != "foo":
49 doc.freeDoc()
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/
H A DMakefile.am25 doc/faq.txt \
26 doc/history.txt \
27 doc/xz-file-format.txt \
28 doc/lzma-file-format.txt
32 doc/examples/xz_pipe_comp.c \
33 doc/examples/xz_pipe_decomp.c
69 dest="$(distdir)/doc/man" && \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/python/tests/
H A Dtstxpath.py24 doc = libxml2.parseFile("tst.xml") variable
25 ctxt = doc.xpathNewContext()
30 if res[0].name != "doc" or res[1].name != "foo":
49 doc.freeDoc()
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/
H A DMakefile.am25 doc/faq.txt \
26 doc/history.txt \
27 doc/xz-file-format.txt \
28 doc/lzma-file-format.txt
32 doc/examples/xz_pipe_comp.c \
33 doc/examples/xz_pipe_decomp.c
69 dest="$(distdir)/doc/man" && \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A Dtree.h223 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlAttribute
316 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlElement
376 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlDtd
404 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlAttr
424 struct _xmlDoc *doc; /* The document holding the ID */ member in struct:_xmlID
459 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlNode
521 struct _xmlDoc *doc; /* autoreference to itself */ member in struct:_xmlDoc
707 xmlCreateIntSubset (xmlDocPtr doc,
712 xmlNewDtd (xmlDocPtr doc,
717 xmlGetIntSubset (xmlDocPtr doc);
[all...]
H A DdebugXML.h53 xmlDocPtr doc);
56 xmlDocPtr doc);
62 xmlDocPtr doc);
72 xmlDocPtr doc);
115 xmlDocPtr doc; member in struct:_xmlShellCtxt
205 xmlShell (xmlDocPtr doc,
/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.h223 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlAttribute
316 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlElement
376 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlDtd
404 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlAttr
424 struct _xmlDoc *doc; /* The document holding the ID */ member in struct:_xmlID
459 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlNode
521 struct _xmlDoc *doc; /* autoreference to itself */ member in struct:_xmlDoc
707 xmlCreateIntSubset (xmlDocPtr doc,
712 xmlNewDtd (xmlDocPtr doc,
717 xmlGetIntSubset (xmlDocPtr doc);
[all...]
H A DdebugXML.h53 xmlDocPtr doc);
56 xmlDocPtr doc);
62 xmlDocPtr doc);
72 xmlDocPtr doc);
115 xmlDocPtr doc; member in struct:_xmlShellCtxt
205 xmlShell (xmlDocPtr doc,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dtree.in.h221 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlAttribute
314 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlElement
374 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlDtd
402 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlAttr
422 struct _xmlDoc *doc; /* The document holding the ID */ member in struct:_xmlID
457 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlNode
502 struct _xmlDoc *doc; /* autoreference to itself */ member in struct:_xmlDoc
679 xmlCreateIntSubset (xmlDocPtr doc,
684 xmlNewDtd (xmlDocPtr doc,
689 xmlGetIntSubset (xmlDocPtr doc);
[all...]
H A DdebugXML.c45 xmlDocPtr doc; /* current document */ member in struct:_xmlDebugCtxt
47 xmlDictPtr dict; /* the doc dictionnary */
65 ctxt->doc = NULL;
272 xmlDocPtr doc; local
275 doc = node->doc;
280 if (node->doc == NULL) {
282 "Node has no doc\n");
285 dict = doc->dict;
289 if (doc
1094 xmlCtxtDumpDocHead(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) argument
1170 xmlCtxtDumpDocumentHead(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) argument
1210 xmlCtxtDumpDocument(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) argument
1278 xmlCtxtDumpEntities(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) argument
1394 xmlDebugDumpEntities(FILE * output, xmlDocPtr doc) argument
1499 xmlDebugDumpDocumentHead(FILE * output, xmlDocPtr doc) argument
1520 xmlDebugDumpDocument(FILE * output, xmlDocPtr doc) argument
1571 xmlDebugCheckDocument(FILE * output, xmlDocPtr doc) argument
2453 xmlDocPtr doc; local
2798 xmlShell(xmlDocPtr doc, char *filename, xmlShellReadlineFunc input, FILE * output) argument
[all...]
H A DdebugXML.in.h53 xmlDocPtr doc);
56 xmlDocPtr doc);
62 xmlDocPtr doc);
72 xmlDocPtr doc);
115 xmlDocPtr doc; member in struct:_xmlShellCtxt
205 xmlShell (xmlDocPtr doc,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dtree.h223 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlAttribute
316 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlElement
376 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlDtd
404 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlAttr
424 struct _xmlDoc *doc; /* The document holding the ID */ member in struct:_xmlID
459 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlNode
521 struct _xmlDoc *doc; /* autoreference to itself */ member in struct:_xmlDoc
707 xmlCreateIntSubset (xmlDocPtr doc,
712 xmlNewDtd (xmlDocPtr doc,
717 xmlGetIntSubset (xmlDocPtr doc);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dtree.in.h221 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlAttribute
314 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlElement
374 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlDtd
402 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlAttr
422 struct _xmlDoc *doc; /* The document holding the ID */ member in struct:_xmlID
457 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlNode
502 struct _xmlDoc *doc; /* autoreference to itself */ member in struct:_xmlDoc
679 xmlCreateIntSubset (xmlDocPtr doc,
684 xmlNewDtd (xmlDocPtr doc,
689 xmlGetIntSubset (xmlDocPtr doc);
[all...]
H A DdebugXML.c45 xmlDocPtr doc; /* current document */ member in struct:_xmlDebugCtxt
47 xmlDictPtr dict; /* the doc dictionnary */
65 ctxt->doc = NULL;
272 xmlDocPtr doc; local
275 doc = node->doc;
280 if (node->doc == NULL) {
282 "Node has no doc\n");
285 dict = doc->dict;
289 if (doc
1094 xmlCtxtDumpDocHead(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) argument
1170 xmlCtxtDumpDocumentHead(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) argument
1210 xmlCtxtDumpDocument(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) argument
1278 xmlCtxtDumpEntities(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) argument
1394 xmlDebugDumpEntities(FILE * output, xmlDocPtr doc) argument
1499 xmlDebugDumpDocumentHead(FILE * output, xmlDocPtr doc) argument
1520 xmlDebugDumpDocument(FILE * output, xmlDocPtr doc) argument
1571 xmlDebugCheckDocument(FILE * output, xmlDocPtr doc) argument
2453 xmlDocPtr doc; local
2798 xmlShell(xmlDocPtr doc, char *filename, xmlShellReadlineFunc input, FILE * output) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/doc/
H A DMakefile.am10 # A file in win32 depends upon one of the doc files
47 $(XSLTPROC) --nonet --html $(top_srcdir)/doc/site.xsl $(top_srcdir)/doc/xml.html > index.html ; fi );
52 $(top_builddir)/NEWS: $(top_srcdir)/doc/news.xsl $(top_srcdir)/doc/news.html
54 $(XSLTPROC) --nonet $(top_srcdir)/doc/news.xsl $(top_srcdir)/doc/news.html > $(top_builddir)/NEWS ; fi );
56 libxml2.xsa: $(top_srcdir)/doc/xsa.xsl $(top_srcdir)/doc/news.html
59 $(XSLTPROC) --nonet $(top_srcdir)/doc/xs
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/ogledit/
H A Ddoc.cpp2 // Name: contrib/samples/ogl/ogledit/doc.cpp
7 // RCS-ID: $Id: doc.cpp 38810 2006-04-18 22:26:26Z PC $
30 #include "doc.h"
137 doc = ddoc;
154 doc = ddoc;
171 doc = ddoc;
210 doc->GetDiagram()->RemoveShape(shape);
219 doc->Modify(true);
220 doc->UpdateAllViews();
241 doc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/doc/
H A DMakefile.am10 # A file in win32 depends upon one of the doc files
47 $(XSLTPROC) --nonet --html $(top_srcdir)/doc/site.xsl $(top_srcdir)/doc/xml.html > index.html ; fi );
52 $(top_builddir)/NEWS: $(top_srcdir)/doc/news.xsl $(top_srcdir)/doc/news.html
54 $(XSLTPROC) --nonet $(top_srcdir)/doc/news.xsl $(top_srcdir)/doc/news.html > $(top_builddir)/NEWS ; fi );
56 libxml2.xsa: $(top_srcdir)/doc/xsa.xsl $(top_srcdir)/doc/news.html
59 $(XSLTPROC) --nonet $(top_srcdir)/doc/xs
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dcheck-xsddata-test-suite.py72 doc = libxml2.parseDoc(instance)
74 doc = None
76 if doc == None:
88 ret = doc.relaxNGValidateDoc(ctxt)
93 doc.freeDoc()
126 doc = libxml2.parseDoc(instance)
128 doc = None
130 if doc == None:
141 ret = doc.relaxNGValidateDoc(ctxt)
147 doc
[all...]
H A DdebugXML.c45 xmlDocPtr doc; /* current document */ member in struct:_xmlDebugCtxt
47 xmlDictPtr dict; /* the doc dictionnary */
65 ctxt->doc = NULL;
272 xmlDocPtr doc; local
275 doc = node->doc;
280 if (node->doc == NULL) {
282 "Node has no doc\n");
285 dict = doc->dict;
289 if (doc
1095 xmlCtxtDumpDocHead(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) argument
1171 xmlCtxtDumpDocumentHead(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) argument
1211 xmlCtxtDumpDocument(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) argument
1279 xmlCtxtDumpEntities(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) argument
1395 xmlDebugDumpEntities(FILE * output, xmlDocPtr doc) argument
1500 xmlDebugDumpDocumentHead(FILE * output, xmlDocPtr doc) argument
1521 xmlDebugDumpDocument(FILE * output, xmlDocPtr doc) argument
1572 xmlDebugCheckDocument(FILE * output, xmlDocPtr doc) argument
2454 xmlDocPtr doc; local
2799 xmlShell(xmlDocPtr doc, char *filename, xmlShellReadlineFunc input, FILE * output) argument
[all...]
H A Dcheck-xinclude-test-suite.py109 doc = libxml2.parseFile(URI)
111 doc = None
112 if doc != None:
113 res = doc.xincludeProcess()
115 result = doc.serialize()
121 doc.freeDoc()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dcheck-xsddata-test-suite.py72 doc = libxml2.parseDoc(instance)
74 doc = None
76 if doc == None:
88 ret = doc.relaxNGValidateDoc(ctxt)
93 doc.freeDoc()
126 doc = libxml2.parseDoc(instance)
128 doc = None
130 if doc == None:
141 ret = doc.relaxNGValidateDoc(ctxt)
147 doc
[all...]
H A DdebugXML.c45 xmlDocPtr doc; /* current document */ member in struct:_xmlDebugCtxt
47 xmlDictPtr dict; /* the doc dictionnary */
65 ctxt->doc = NULL;
272 xmlDocPtr doc; local
275 doc = node->doc;
280 if (node->doc == NULL) {
282 "Node has no doc\n");
285 dict = doc->dict;
289 if (doc
1095 xmlCtxtDumpDocHead(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) argument
1171 xmlCtxtDumpDocumentHead(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) argument
1211 xmlCtxtDumpDocument(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) argument
1279 xmlCtxtDumpEntities(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) argument
1395 xmlDebugDumpEntities(FILE * output, xmlDocPtr doc) argument
1500 xmlDebugDumpDocumentHead(FILE * output, xmlDocPtr doc) argument
1521 xmlDebugDumpDocument(FILE * output, xmlDocPtr doc) argument
1572 xmlDebugCheckDocument(FILE * output, xmlDocPtr doc) argument
2454 xmlDocPtr doc; local
2799 xmlShell(xmlDocPtr doc, char *filename, xmlShellReadlineFunc input, FILE * output) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/help/
H A Dmakefile.bcc258 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)
261 if not exist $(OBJS)\doc mkdir $(OBJS)\doc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/docvwmdi/
H A Dview.cpp28 #include "doc.h"
43 bool DrawingView::OnCreate(wxDocument *doc, long WXUNUSED(flags) ) argument
45 frame = wxGetApp().CreateChildFrame(doc, this, true);
127 DrawingDocument *doc = (DrawingDocument *)GetDocument(); local
128 doc->GetCommandProcessor()->Submit(new DrawingCommand(_T("Cut Last Segment"), DOODLE_CUT, doc, (DoodleSegment *) NULL));
133 bool TextEditView::OnCreate(wxDocument *doc, long WXUNUSED(flags) ) argument
135 frame = wxGetApp().CreateChildFrame(doc, this, false);
227 DrawingDocument *doc = (DrawingDocument *)view->GetDocument(); local
229 doc
[all...]

Completed in 336 milliseconds

1234567891011>>