Searched refs:doc (Results 401 - 425 of 1205) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A DMakefile.am1 exampledir = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)/examples
H A Dthread2.py39 doc = libxml2.parseFile("bad.xml")
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/python/
H A Dlibxml.py237 # doc reference, content access and serializing to a string or URI
302 ret = libxml2mod.doc(self._o)
352 elif attr == "doc":
353 ret = libxml2mod.doc(self._o)
371 doc = property(get_doc, None, None, "The document this node belongs to")
431 doc = self.doc
432 if doc == None:
434 ctxt = doc.xpathNewContext()
447 # doc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/python/tests/
H A DMakefile.am1 exampledir = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)/examples
H A Dthread2.py39 doc = libxml2.parseFile("bad.xml")
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dtestrecurse.c684 xmlDocPtr doc; local
696 doc = xmlCtxtReadFile(ctxt, filename, NULL,
698 if ((doc != NULL) || (ctxt->lastError.code != XML_ERR_ENTITY_LOOP)) {
701 xmlFreeDoc(doc);
725 xmlDocPtr doc; local
737 doc = xmlCtxtReadFile(ctxt, filename, NULL,
739 if (doc == NULL) {
744 xmlFreeDoc(doc);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/radvd/redhat/
H A Dradvd.spec85 %doc COPYRIGHT README CHANGES INTRO.html TODO
90 %doc radvd.conf.example
116 - Ship the example config file as %%doc (Red Hat's #159005)
193 - add more flesh to %doc
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/ogledit/
H A Dmakefile.dmc46 $(OBJS)\ogledit_doc.obj : .\doc.cpp
47 $(CXX) -mn -c -cpp -o$@ $(OGLEDIT_CXXFLAGS) .\doc.cpp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/
H A Ddnsmasq-rh.spec124 %doc CHANGELOG COPYING FAQ doc.html setup.html UPGRADING_to_2.0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/docview/
H A Ddoc.h2 // Name: doc.h
7 // RCS-ID: $Id: doc.h 55142 2008-08-21 08:56:50Z SC $
77 DrawingDocument *doc; member in class:DrawingCommand
H A Ddocview.cpp37 #include "doc.h"
172 wxFrame *MyApp::CreateChildFrame(wxDocument *doc, wxView *view, bool isCanvas) argument
175 wxDocChildFrame *subframe = new wxDocChildFrame(doc, view, GetMainFrame(), wxID_ANY, _T("Child Frame"),
209 doc->GetCommandProcessor()->SetEditMenu(edit_menu);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/docvwmdi/
H A Ddoc.h2 // Name: doc.h
7 // RCS-ID: $Id: doc.h 56679 2008-11-04 17:47:07Z VZ $
77 DrawingDocument *doc; member in class:DrawingCommand
H A Ddocview.cpp37 #include "doc.h"
69 frame->SetIcon(wxIcon(_T("doc")));
72 frame->SetIcon(wxIcon(_T("doc.xbm")));
124 wxMDIChildFrame *MyApp::CreateChildFrame(wxDocument *doc, wxView *view, bool isCanvas) argument
128 new wxDocMDIChildFrame(doc, view, GetMainFrame(), wxID_ANY, _T("Child Frame"),
137 subframe->SetIcon(wxIcon(_T("doc.xbm")));
170 doc->GetCommandProcessor()->SetEditMenu(edit_menu);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddocchfrm.tex41 \func{}{wxDocChildFrame}{\param{wxDocument* }{doc}, \param{wxView* }{view}, \param{wxFrame* }{parent},
82 \func{void}{SetDocument}{\param{wxDocument *}{doc}}
H A Ddocmdich.tex42 \func{}{wxDocMDIChildFrame}{\param{wxDocument* }{doc}, \param{wxView* }{view}, \param{wxFrame* }{parent},
83 \func{void}{SetDocument}{\param{wxDocument *}{doc}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A Dxpath.h287 xmlDocPtr doc; /* The current document */ member in struct:_xmlXPathContext
494 xmlXPathNewContext (xmlDocPtr doc);
506 xmlXPathOrderDocElems (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 Dxpath.h287 xmlDocPtr doc; /* The current document */ member in struct:_xmlXPathContext
494 xmlXPathNewContext (xmlDocPtr doc);
506 xmlXPathOrderDocElems (xmlDocPtr doc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/xml/
H A Dxml.h217 wxXmlDocument(const wxXmlDocument& doc);
218 wxXmlDocument& operator=(const wxXmlDocument& doc);
265 void DoCopy(const wxXmlDocument& doc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxpath.in.h284 xmlDocPtr doc; /* The current document */ member in struct:_xmlXPathContext
491 xmlXPathNewContext (xmlDocPtr doc);
503 xmlXPathOrderDocElems (xmlDocPtr doc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxpath.h287 xmlDocPtr doc; /* The current document */ member in struct:_xmlXPathContext
494 xmlXPathNewContext (xmlDocPtr doc);
506 xmlXPathOrderDocElems (xmlDocPtr doc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6_dump.c137 cmd->doc = strdup (helpstring);
148 cmd->doc = strdup (helpstring);
158 cmd->doc = strdup (helpstring);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxpath.in.h284 xmlDocPtr doc; /* The current document */ member in struct:_xmlXPathContext
491 xmlXPathNewContext (xmlDocPtr doc);
503 xmlXPathOrderDocElems (xmlDocPtr doc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl-csharp/
H A DMakefile.in617 all-local: all-dll all-doc
618 install-data-local: install-dll install-doc
619 installdirs-local: installdirs-dll installdirs-doc
620 uninstall-local: uninstall-dll uninstall-doc
655 all-doc: $(srcdir)/csharpdoc/index.html
657 install-doc: all-doc
664 installdirs-doc:
667 uninstall-doc:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Mandrake/
H A Dsamba2.spec455 %package doc
461 Obsoletes: samba3-doc
462 Provides: samba3-doc
464 #Provides: samba-doc
467 %description doc
468 Samba-doc provides documentation files for both the server and client
471 %message_bugzilla samba3-doc
927 # Make a copy of examples so that we have a clean one for doc:
953 #make better doc trees:
955 mkdir -p clean-docs/samba-doc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtestapi.c449 if (no == 1) return(xmlCreateMemoryParserCtxt("<doc/>", 6));
505 if ((val != NULL) && (val != api_doc) && (val->doc != api_doc))
919 if ((val != NULL) && (val != api_doc) && (val->doc != api_doc))
923 if ((val != NULL) && (val != api_doc) && (val->doc != api_doc))
1422 htmlDocPtr doc; /* the HTML document */ local
1433 doc = gen_htmlDocPtr(n_doc, 0);
1437 ret_val = htmlAutoCloseTag(doc, (const xmlChar *)name, elem);
1440 des_htmlDocPtr(n_doc, doc, 0);
2083 htmlDocPtr doc; /* the HTML document */ local
2091 doc
3070 htmlDocPtr doc; /* the document */ local
3222 xmlDocPtr doc; /* the document */ local
3269 xmlDocPtr doc; /* the document */ local
3316 xmlDocPtr doc; /* the document */ local
3377 xmlDocPtr doc; /* the document */ local
3437 xmlDocPtr doc; /* the document */ local
3633 htmlDocPtr doc; /* the document */ local
5344 xmlDocPtr doc; /* the XML document for canonization */ local
5413 xmlDocPtr doc; /* the XML document for canonization */ local
5489 xmlDocPtr doc; /* the XML document for canonization */ local
6956 xmlDocPtr doc; /* the document */ local
7127 xmlDocPtr doc; /* the document */ local
7166 xmlDocPtr doc; /* the document */ local
7205 xmlDocPtr doc; /* the document */ local
9100 xmlDocPtr doc; /* the document */ local
9167 xmlDocPtr doc; /* the document */ local
9373 xmlDocPtr doc; /* the document containing the string */ local
9412 xmlDocPtr doc; /* the document containing the string */ local
9451 xmlDocPtr doc; /* the document referencing the entity */ local
9490 xmlDocPtr doc; /* the document referencing the entity */ local
9529 xmlDocPtr doc; /* the document referencing the entity */ local
9627 xmlDocPtr doc; /* the document */ local
13533 xmlDocPtr doc; /* the document the chunk pertains to */ local
13609 xmlDocPtr doc; /* the document the chunk pertains to */ local
13982 xmlDocPtr doc; /* the document the chunk pertains to */ local
17539 xmlDocPtr doc; /* a preparsed document tree */ local
17710 xmlDocPtr doc; /* a parsed document tree */ local
17751 xmlDocPtr doc; /* a document instance */ local
17799 xmlDocPtr doc; /* a document instance */ local
17895 xmlDocPtr doc; /* a document instance */ local
18374 xmlDocPtr doc; /* the document */ local
19066 xmlDocPtr doc; /* the document */ local
19355 xmlDocPtr doc; /* the document pointer */ local
19622 xmlDocPtr doc; /* the doc */ local
19675 xmlDocPtr doc; /* the document */ local
19719 xmlDocPtr doc; /* the target document */ local
20059 xmlDocPtr doc; /* the document */ local
20092 xmlDocPtr doc; /* the document */ local
20135 xmlDocPtr doc; /* the document */ local
20229 xmlDocPtr doc; /* the document */ local
20261 xmlDocPtr doc; /* the document pointer */ local
20681 xmlDocPtr doc; /* the document */ local
20727 xmlDocPtr doc; /* the document */ local
20887 xmlDocPtr doc; /* the document */ local
20927 xmlDocPtr doc; /* the document owning the fragment */ local
20960 xmlDocPtr doc; /* the document */ local
21013 xmlDocPtr doc; /* the document */ local
21066 xmlDocPtr doc; /* the target document */ local
21112 xmlDocPtr doc; /* the document */ local
21160 xmlDocPtr doc; /* the document */ local
21215 xmlDocPtr doc; /* the document */ local
21254 xmlDocPtr doc; /* the document */ local
21300 xmlDocPtr doc; /* the document pointer */ local
21673 xmlDocPtr doc; /* the document */ local
21963 xmlDocPtr doc; /* the document */ local
22024 xmlDocPtr doc; /* the document */ local
22089 xmlDocPtr doc; /* the document the node pertains to */ local
22257 xmlDocPtr doc; /* the document */ local
22304 xmlDocPtr doc; /* the document */ local
22591 xmlDocPtr doc; /* the document */ local
23010 xmlDocPtr doc; /* the document */ local
23056 xmlDocPtr doc; /* the document */ local
23161 xmlDocPtr doc; /* the document */ local
23417 xmlDocPtr doc; /* the document */ local
23456 xmlDocPtr doc; /* the document */ local
24617 xmlDocPtr doc; /* the document owning the element declaration */ local
25191 xmlDocPtr doc; /* pointer to the document */ local
25240 xmlDocPtr doc; /* the document */ local
25286 xmlDocPtr doc; /* the document */ local
25325 xmlDocPtr doc; /* the document */ local
25371 xmlDocPtr doc; /* the document */ local
25467 xmlDocPtr doc; /* the document */ local
25506 xmlDocPtr doc; /* the document */ local
25688 xmlDocPtr doc; /* the document */ local
25869 xmlDocPtr doc; /* the document */ local
25926 xmlDocPtr doc; /* a document instance */ local
26015 xmlDocPtr doc; /* a document instance */ local
26056 xmlDocPtr doc; /* a document instance */ local
26097 xmlDocPtr doc; /* a document instance */ local
26145 xmlDocPtr doc; /* a document instance */ local
26186 xmlDocPtr doc; /* a document instance */ local
26234 xmlDocPtr doc; /* a document instance */ local
26418 xmlDocPtr doc; /* a document instance */ local
26466 xmlDocPtr doc; /* the document */ local
26514 xmlDocPtr doc; /* a document instance */ local
26576 xmlDocPtr doc; /* a document instance */ local
26624 xmlDocPtr doc; /* a document instance */ local
26693 xmlDocPtr doc; /* a document instance */ local
26796 xmlDocPtr doc; /* a document instance */ local
26851 xmlDocPtr doc; /* a document instance */ local
26971 xmlDocPtr doc; /* an XML document */ local
27005 xmlDocPtr doc; /* an XML document */ local
27046 xmlDocPtr doc; /* an XML document */ local
29968 xmlDocPtr doc; /* a preparsed document */ local
30007 xmlDocPtr doc; /* a preparsed document */ local
33471 xmlDocPtr doc; /* a document */ local
33867 xmlDocPtr doc; /* a preparsed document tree */ local
34211 xmlDocPtr doc; /* a parsed document tree */ local
42768 xmlDocPtr doc; /* xmlDocPtr */ local
46345 xmlDocPtr doc; /* an input document */ local
[all...]

Completed in 222 milliseconds

<<11121314151617181920>>