Searched refs:doc (Results 376 - 400 of 1205) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlsave.in.h63 xmlDocPtr doc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/doc/
H A DMakefile.in36 subdir = doc
239 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
241 $(AUTOMAKE) --foreign doc/Makefile
581 doc:
585 doc-pack: doc
586 -chmod a+r $(top_srcdir)/doc/doxygen/html/*
587 -chmod a-w $(top_srcdir)/doc/doxygen/html/*
589 $(AMTAR) --create --directory=$(top_srcdir)/doc/doxygen/html --verbose --file=- . | bzip2 -c -9 > $(top_srcdir)/../alsa-lib-doc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/
H A DMakefile.msvc46 docdir = $(datadir)\doc\gperf
162 $(INSTALL_DATA) doc\gperf.1 $(man1dir)\gperf.1
163 -mkdir $(datadir)\doc
165 $(INSTALL_DATA) doc\gperf.html $(docdir)\gperf.html
174 -mkdir $(datadir)\doc
H A DMakefile.vms30 docdir = $(datadir).doc.gperf
140 $(INSTALL_DATA) [.doc]gperf.1 $(man1dir)]gperf.1
141 create /directory $(datadir).doc]
143 $(INSTALL_DATA) [.doc]gperf.html $(docdir)]gperf.html
152 create /directory $(datadir).doc]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/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 = /home/ivan/Dev/platforms/R7000-V1.0.2.125_1.0.18_src_old/ap/gpl/libxml2-2.7.2/source/doc
227 abs_srcdir = /home/ivan/Dev/platforms/R7000-V1.0.2.125_1.0.18_src_old/ap/gpl/libxml2-2.7.2/source/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...]
H A DMakefile.in34 subdir = doc
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/site.xsl $(top_srcdir)/doc/xml.html > index.html ; fi );
692 $(top_builddir)/NEWS: $(top_srcdir)/doc/news.xsl $(top_srcdir)/doc/news.html
694 $(XSLTPROC) --nonet $(top_srcdir)/doc/news.xsl $(top_srcdir)/doc/new
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DDocument.h298 virtual void NotifyModifyAttempt(Document *doc, void *userData) = 0;
299 virtual void NotifySavePoint(Document *doc, void *userData, bool atSavePoint) = 0;
300 virtual void NotifyModified(Document *doc, DocModification mh, void *userData) = 0;
301 virtual void NotifyDeleted(Document *doc, void *userData) = 0;
302 virtual void NotifyStyleNeeded(Document *doc, void *userData, int endPos) = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/os2/
H A DMakefile124 $(INST)share/locale/locale.alias $(INST)doc/gettext-$(VERSION)/README.OS2 \
125 $(INST)doc/gettext-$(VERSION)/COPYING $(INST)doc/gettext-$(VERSION)/README \
232 $(INST)doc/gettext-$(VERSION)/%: $(ROOT)%
234 $(INST)doc/gettext-$(VERSION)/% $(INST)include/%: %
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/doc/devhelp/
H A DMakefile2 # doc/devhelp/Makefile. Generated from Makefile.in by configure.
34 subdir = doc/devhelp
87 HTML_DIR = $(datadir)/doc/$(PACKAGE)-$(VERSION)/html
210 abs_builddir = ${TIMEMACHINE_PATH}/libxml2-2.7.2/doc/devhelp
211 abs_srcdir = ${TIMEMACHINE_PATH}/libxml2-2.7.2/doc/devhelp
231 docdir = ${datarootdir}/doc/${PACKAGE}
262 DEVHELP_DIR = $(datadir)/gtk-doc/html/libxml2
333 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/devhelp/Makefile'; \
335 $(AUTOMAKE) --gnu doc/devhelp/Makefile
491 libxml2.devhelp $(HTML_FILES): devhelp.xsl html.xsl $(top_srcdir)/doc/libxml
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Dlibxml.c2263 xmlDocPtr doc = (xmlDocPtr) cur; local
2265 res = doc->URL;
2296 if (!PyArg_ParseTuple(args, (char *) "O:doc", &obj))
2315 res = attr->doc;
2322 res = cur->doc;
2761 xmlDocPtr doc; local
2779 doc = (xmlDocPtr) node;
2783 doc = (xmlDocPtr) node;
2788 doc = NULL;
2790 doc
2836 xmlDocPtr doc; local
3437 xmlDocPtr doc; local
3513 xmlDocPtr doc; local
[all...]
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/
H A Dlibxml.c2263 xmlDocPtr doc = (xmlDocPtr) cur; local
2265 res = doc->URL;
2296 if (!PyArg_ParseTuple(args, (char *) "O:doc", &obj))
2315 res = attr->doc;
2322 res = cur->doc;
2761 xmlDocPtr doc; local
2779 doc = (xmlDocPtr) node;
2783 doc = (xmlDocPtr) node;
2788 doc = NULL;
2790 doc
2836 xmlDocPtr doc; local
3437 xmlDocPtr doc; local
3513 xmlDocPtr doc; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/devices/
H A Ddoc2001plus.c121 static inline void DoC_Address(struct DiskOnChip *doc, int numbytes, argument
125 void __iomem * docptr = doc->virtadr;
128 ofs >>= doc->interleave;
266 static int DoC_IdentChip(struct DiskOnChip *doc, int floor, int chip) argument
270 void __iomem * docptr = doc->virtadr;
287 DoC_Address(doc, 1, 0x00, 0, 0x00);
298 if (doc->interleave)
302 if (doc->interleave)
325 doc->mfr = mfr;
326 doc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/common/
H A Ddoxygen.mk8 # doxygen-doc: Generate all doxygen documentation.
21 # $(man3_MANS): doxygen-doc
161 .PHONY: doxygen-run doxygen-doc $(DX_PS_GOAL) $(DX_PDF_GOAL)
167 doxygen-doc: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/
H A Dedit_config_status.sh29 sed -i 's/\/home\/tab\/r6300\/V1.0.0.88_1.0.14\/ap\/gpl\/iserver/$(SRC_PATH)/g' ./gperf-3.0.4/doc/config.status
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libogg-1.1.4/doc/libogg/
H A DMakefile.am3 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/ogg
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/vorbisfile/
H A DMakefile.am3 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/vorbisfile
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/common/
H A Ddoxygen.mk8 # doxygen-doc: Generate all doxygen documentation.
21 # $(man3_MANS): doxygen-doc
161 .PHONY: doxygen-run doxygen-doc $(DX_PS_GOAL) $(DX_PDF_GOAL)
167 doxygen-doc: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/
H A DMakefile.am23 SUBDIRS = doc intl gnulib-lib libgrep src libgettextpo po projects styles misc man m4 tests gnulib-tests examples
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/doc/
H A DMakefile.am1 ## Makefile for the gettext-tools/doc subdirectory of GNU gettext
22 TEXINCLUDES = -I $(top_srcdir)/../gettext-runtime/doc
38 $(top_srcdir)/../gettext-runtime/doc/rt-gettext.texi \
39 $(top_srcdir)/../gettext-runtime/doc/rt-ngettext.texi \
40 $(top_srcdir)/../gettext-runtime/doc/rt-envsubst.texi
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
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/ap/gpl/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/minidlna/flac-1.2.1/doc/html/
H A DMakefile.am22 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/html
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libexif-0.6.19/
H A DMakefile.am1 SUBDIRS = m4m po libexif test doc binary contrib
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/doc/
H A DMakefile.in34 subdir = doc
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/site.xsl $(top_srcdir)/doc/xml.html > index.html ; fi );
692 $(top_builddir)/NEWS: $(top_srcdir)/doc/news.xsl $(top_srcdir)/doc/news.html
694 $(XSLTPROC) --nonet $(top_srcdir)/doc/news.xsl $(top_srcdir)/doc/new
[all...]

Completed in 107 milliseconds

<<11121314151617181920>>