Searched refs:doc (Results 1 - 25 of 1205) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/doc/
H A DMakefile1 MANPAGES = $(PROGS-yes:%=doc/%.1)
2 PODPAGES = $(PROGS-yes:%=doc/%.pod)
3 HTMLPAGES = $(PROGS-yes:%=doc/%.html) \
4 doc/developer.html \
5 doc/faq.html \
6 doc/fate.html \
7 doc/general.html \
8 doc/git-howto.html \
9 doc/libavfilter.html \
10 doc/platfor
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A Dpush.py10 doc = ctxt.doc() variable
12 if doc.name != "test.xml":
15 root = doc.children
19 doc.freeDoc()
24 doc = ctxt.doc() variable
25 doc.freeDoc()
H A Dvalidate.py11 doc = ctxt.doc() variable
14 if doc.name != "valid.xml":
15 print "doc.name failed"
17 root = doc.children
18 if root.name != "doc":
24 doc.freeDoc()
31 doc = ctxt.doc() variable
33 doc
48 doc = ctxt.doc() variable
[all...]
H A Dresolver.py14 doc = libxml2.parseFile("doesnotexist.xml") variable
15 root = doc.children
19 doc.freeDoc()
23 doc = libxml2.parseFile("doesnotexist.xml")
24 root = doc.children
28 doc.freeDoc()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/python/tests/
H A Dpush.py10 doc = ctxt.doc() variable
12 if doc.name != "test.xml":
15 root = doc.children
19 doc.freeDoc()
24 doc = ctxt.doc() variable
25 doc.freeDoc()
H A Dvalidate.py11 doc = ctxt.doc() variable
14 if doc.name != "valid.xml":
15 print "doc.name failed"
17 root = doc.children
18 if root.name != "doc":
24 doc.freeDoc()
31 doc = ctxt.doc() variable
33 doc
48 doc = ctxt.doc() variable
[all...]
H A Dresolver.py14 doc = libxml2.parseFile("doesnotexist.xml") variable
15 root = doc.children
19 doc.freeDoc()
23 doc = libxml2.parseFile("doesnotexist.xml")
24 root = doc.children
28 doc.freeDoc()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dapihelp.c92 static int function_help OF((__GPRO__ APIDocStruct *doc, char *fname));
96 static int function_help(__G__ doc, fname)
98 APIDocStruct *doc; variable
103 while (doc->compare && STRNICMP(doc->compare,slide,strlen(fname)))
104 doc++;
105 if (!doc->compare)
110 doc->function, doc->syntax, doc
123 struct APIDocStruct *doc; variable in typeref:struct:APIDocStruct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/
H A DMakefile17 MANPAGES1 = $(AVPROGS-yes:%=doc/%.1) $(AVPROGS-yes:%=doc/%-all.1) $(COMPONENTS-yes:%=doc/%.1)
18 MANPAGES3 = $(LIBRARIES-yes:%=doc/%.3)
20 PODPAGES = $(AVPROGS-yes:%=doc/%.pod) $(AVPROGS-yes:%=doc/%-all.pod) $(COMPONENTS-yes:%=doc/%.pod) $(LIBRARIES-yes:%=doc/%.pod)
21 HTMLPAGES = $(AVPROGS-yes:%=doc/%.html) $(AVPROGS-yes:%=doc/
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/doc/examples/
H A Dparse1.c24 xmlDocPtr doc; /* the resulting document tree */ local
26 doc = xmlReadFile(filename, NULL, 0);
27 if (doc == NULL) {
31 xmlFreeDoc(doc);
H A Dparse3.c16 static const char *document = "<doc/>";
27 xmlDocPtr doc; /* the resulting document tree */ local
33 doc = xmlReadMemory(content, length, "noname.xml", NULL, 0);
34 if (doc == NULL) {
38 xmlFreeDoc(doc);
H A Dio2.c20 xmlDocPtr doc; local
27 doc = xmlNewDoc(BAD_CAST "1.0");
30 xmlDocSetRootElement(doc, n);
36 xmlDocDumpFormatMemory(doc, &xmlbuff, &buffersize, 1);
43 xmlFreeDoc(doc);
/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/html/
H A Dparse1.c24 xmlDocPtr doc; /* the resulting document tree */ local
26 doc = xmlReadFile(filename, NULL, 0);
27 if (doc == NULL) {
31 xmlFreeDoc(doc);
H A Dparse3.c16 static const char *document = "<doc/>";
27 xmlDocPtr doc; /* the resulting document tree */ local
33 doc = xmlReadMemory(content, length, "noname.xml", NULL, 0);
34 if (doc == NULL) {
38 xmlFreeDoc(doc);
H A Dio2.c20 xmlDocPtr doc; local
27 doc = xmlNewDoc(BAD_CAST "1.0");
30 xmlDocSetRootElement(doc, n);
36 xmlDocDumpFormatMemory(doc, &xmlbuff, &buffersize, 1);
43 xmlFreeDoc(doc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/doc/examples/
H A Dparse1.c24 xmlDocPtr doc; /* the resulting document tree */ local
26 doc = xmlReadFile(filename, NULL, 0);
27 if (doc == NULL) {
31 xmlFreeDoc(doc);
H A Dparse3.c16 static const char *document = "<doc/>";
27 xmlDocPtr doc; /* the resulting document tree */ local
33 doc = xmlReadMemory(content, length, "noname.xml", NULL, 0);
34 if (doc == NULL) {
38 xmlFreeDoc(doc);
H A Dio2.c20 xmlDocPtr doc; local
27 doc = xmlNewDoc(BAD_CAST "1.0");
30 xmlDocSetRootElement(doc, n);
36 xmlDocDumpFormatMemory(doc, &xmlbuff, &buffersize, 1);
43 xmlFreeDoc(doc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/doc/tutorial/
H A Dincludeaddkeyword.c9 parseStory (xmlDocPtr doc, xmlNodePtr cur, char *keyword) {
18 xmlDocPtr doc;
21 doc = xmlParseFile(docname);
23 if (doc == NULL ) {
28 cur = xmlDocGetRootElement(doc);
32 xmlFreeDoc(doc);
38 xmlFreeDoc(doc);
45 parseStory (doc, cur, keyword);
50 return(doc);
58 xmlDocPtr doc;
[all...]
H A Dincludeaddattribute.c12 xmlDocPtr doc;
17 doc = xmlParseFile(docname);
19 if (doc == NULL ) {
24 cur = xmlDocGetRootElement(doc);
28 xmlFreeDoc(doc);
34 xmlFreeDoc(doc);
40 return(doc);
48 xmlDocPtr doc;
57 doc = parseDoc (docname, uri);
58 if (doc !
[all...]
/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/html/tutorial/
H A Dincludeaddkeyword.c9 parseStory (xmlDocPtr doc, xmlNodePtr cur, char *keyword) {
18 xmlDocPtr doc;
21 doc = xmlParseFile(docname);
23 if (doc == NULL ) {
28 cur = xmlDocGetRootElement(doc);
32 xmlFreeDoc(doc);
38 xmlFreeDoc(doc);
45 parseStory (doc, cur, keyword);
50 return(doc);
58 xmlDocPtr doc;
[all...]
H A Dincludeaddattribute.c12 xmlDocPtr doc;
17 doc = xmlParseFile(docname);
19 if (doc == NULL ) {
24 cur = xmlDocGetRootElement(doc);
28 xmlFreeDoc(doc);
34 xmlFreeDoc(doc);
40 return(doc);
48 xmlDocPtr doc;
57 doc = parseDoc (docname, uri);
58 if (doc !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/doc/tutorial/
H A Dincludeaddkeyword.c9 parseStory (xmlDocPtr doc, xmlNodePtr cur, char *keyword) {
18 xmlDocPtr doc;
21 doc = xmlParseFile(docname);
23 if (doc == NULL ) {
28 cur = xmlDocGetRootElement(doc);
32 xmlFreeDoc(doc);
38 xmlFreeDoc(doc);
45 parseStory (doc, cur, keyword);
50 return(doc);
58 xmlDocPtr doc;
[all...]
H A Dincludeaddattribute.c12 xmlDocPtr doc;
17 doc = xmlParseFile(docname);
19 if (doc == NULL ) {
24 cur = xmlDocGetRootElement(doc);
28 xmlFreeDoc(doc);
34 xmlFreeDoc(doc);
40 return(doc);
48 xmlDocPtr doc;
57 doc = parseDoc (docname, uri);
58 if (doc !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/doc/
H A DMakefile.am7 doc:
11 doc-pack: doc
12 -chmod a+r $(top_srcdir)/doc/doxygen/html/*
13 -chmod a-w $(top_srcdir)/doc/doxygen/html/*
15 $(AMTAR) --create --directory=$(top_srcdir)/doc/doxygen/html --verbose --file=- . | bzip2 -c -9 > $(top_srcdir)/../alsa-lib-doc.tar.bz2 ; \
17 $(TAR) --create --directory=$(top_srcdir)/doc/doxygen/html --verbose --file=- . | bzip2 -c -9 > $(top_srcdir)/../alsa-lib-doc.tar.bz2 ; \
19 rm -rf $(top_srcdir)/doc/doxyge
[all...]

Completed in 281 milliseconds

1234567891011>>