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

1234567

/haiku-fatelf/src/bin/bash/
H A DMANIFEST.doc4 doc d
5 MANIFEST.doc f
6 doc/article.ps f
7 doc/rose94.ps f
8 doc/bash.ps f
9 doc/bashbug.ps f
10 doc/builtins.ps f
11 doc/rbash.ps f
12 doc/bashref.ps f
13 doc/bashre
[all...]
/haiku-fatelf/src/bin/unzip/
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...]
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Ddocuments.c67 xmlDocPtr doc; local
97 doc = pctxt->myDoc;
100 doc = NULL;
106 return(doc);
137 * @doc: a parsed XML document
144 xsltNewDocument(xsltTransformContextPtr ctxt, xmlDocPtr doc) { argument
149 xsltTransformError(ctxt, NULL, (xmlNodePtr) doc,
154 cur->doc = doc;
156 if (! XSLT_IS_RES_TREE_FRAG(doc)) {
188 xsltNewStyleDocument(xsltStylesheetPtr style, xmlDocPtr doc) argument
216 xsltDocumentPtr doc, cur; local
257 xsltDocumentPtr doc, cur; local
292 xmlDocPtr doc; local
366 xmlDocPtr doc; local
418 xsltFindDocument(xsltTransformContextPtr ctxt, xmlDocPtr doc) argument
[all...]
H A Ddocuments.h25 xmlDocPtr doc);
31 xmlDocPtr doc);
40 xmlDocPtr doc);
H A Dkeys.h36 xsltDocumentPtr doc);
40 xsltFreeDocumentKeys (xsltDocumentPtr doc);
/haiku-fatelf/src/documentation/docbook-xsl/slides/browser/
H A DxbDOM.js92 function xbFindElementsByNameAndType(doc, name, type, elmlist)
97 for (i = 0; i < doc[type].length; ++i)
99 if (doc[type][i].name && name == doc[type][i].name)
101 elmlist[elmlist.length] = doc[type][i];
105 if (doc.layers)
107 for (i = 0; i < doc.layers.length; ++i)
109 subdoc = doc.layers[i].document;
118 function (doc, id)
124 for (i = 0; i < doc
[all...]
/haiku-fatelf/src/bin/gdb/readline/
H A DMANIFEST4 doc d
84 doc/Makefile.in f
85 doc/texinfo.tex f
86 doc/manvers.texinfo f
87 doc/rlman.texinfo f
88 doc/rltech.texinfo f
89 doc/rluser.texinfo f
90 doc/rluserman.texinfo f
91 doc/hist.texinfo f
92 doc/hstec
[all...]
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dc14n.h57 xmlC14NDocSaveTo (xmlDocPtr doc,
65 xmlC14NDocDumpMemory (xmlDocPtr doc,
73 xmlC14NDocSave (xmlDocPtr doc,
90 xmlC14NExecute (xmlDocPtr doc,
H A Dentities.h47 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlEntity
78 xmlAddDocEntity (xmlDocPtr doc,
85 xmlAddDtdEntity (xmlDocPtr doc,
94 xmlGetDocEntity (xmlDocPtr doc,
97 xmlGetDtdEntity (xmlDocPtr doc,
100 xmlGetParameterEntity (xmlDocPtr doc,
104 xmlEncodeEntities (xmlDocPtr doc,
108 xmlEncodeEntitiesReentrant(xmlDocPtr doc,
111 xmlEncodeSpecialChars (xmlDocPtr doc,
H A Dxinclude.h93 xmlXIncludeProcess (xmlDocPtr doc);
95 xmlXIncludeProcessFlags (xmlDocPtr doc,
106 xmlXIncludeNewContext (xmlDocPtr doc);
H A Dvalid.h94 xmlDocPtr doc; /* the document */ member in struct:_xmlValidCtxt
183 /* the new versions with doc argument */
185 xmlNewDocElementContent (xmlDocPtr doc,
189 xmlCopyDocElementContent(xmlDocPtr doc,
192 xmlFreeDocElementContent(xmlDocPtr doc,
269 xmlDocPtr doc,
275 xmlGetID (xmlDocPtr doc,
278 xmlIsID (xmlDocPtr doc,
282 xmlRemoveID (xmlDocPtr doc,
288 xmlDocPtr doc,
[all...]
H A DHTMLtree.h69 htmlGetMetaEncoding (htmlDocPtr doc);
71 htmlSetMetaEncoding (htmlDocPtr doc,
91 xmlDocPtr doc,
95 xmlDocPtr doc,
99 xmlDocPtr doc,
115 xmlDocPtr doc,
130 xmlDocPtr doc,
H A Dtree.h212 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlAttribute
305 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlElement
364 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlDtd
392 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlAttr
412 struct _xmlDoc *doc; /* The document holding the ID */ member in struct:_xmlID
447 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlNode
492 struct _xmlDoc *doc; /* autoreference to itself */ member in struct:_xmlDoc
632 xmlCreateIntSubset (xmlDocPtr doc,
637 xmlNewDtd (xmlDocPtr doc,
642 xmlGetIntSubset (xmlDocPtr doc);
[all...]
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxlink.c110 * @doc: the document containing the node
123 xlinkIsLink (xmlDocPtr doc, xmlNodePtr node) { argument
128 if (doc == NULL) doc = node->doc;
129 if ((doc != NULL) && (doc->type == XML_HTML_DOCUMENT_NODE)) {
157 xlink = xmlSearchNs(doc, node, XLINK_NAMESPACE);
H A Dtree.c46 xmlNsPtr xmlNewReconciliedNs(xmlDocPtr doc, xmlNodePtr tree, xmlNsPtr ns);
822 * @doc: the document pointer
833 xmlNewDtd(xmlDocPtr doc, const xmlChar *name, argument
837 if ((doc != NULL) && (doc->extSubset != NULL)) {
841 /* !!! */ (char *) name, doc->name,
842 /* !!! */ (char *)doc->extSubset->name);
864 if (doc != NULL)
865 doc->extSubset = cur;
866 cur->doc
882 xmlGetIntSubset(xmlDocPtr doc) argument
907 xmlCreateIntSubset(xmlDocPtr doc, const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID) argument
1194 xmlStringLenGetNodeList(xmlDocPtr doc, const xmlChar *value, int len) argument
1391 xmlStringGetNodeList(xmlDocPtr doc, const xmlChar *value) argument
1578 xmlNodeListGetString(xmlDocPtr doc, xmlNodePtr list, int inLine) argument
1660 xmlNodeListGetRawString(xmlDocPtr doc, xmlNodePtr list, int inLine) argument
1736 xmlDocPtr doc = NULL; local
1899 xmlNewDocProp(xmlDocPtr doc, const xmlChar *name, const xmlChar *value) argument
2049 xmlNewDocPI(xmlDocPtr doc, const xmlChar *name, const xmlChar *content) argument
2201 xmlNewDocNode(xmlDocPtr doc, xmlNsPtr ns, const xmlChar *name, const xmlChar *content) argument
2238 xmlNewDocNodeEatName(xmlDocPtr doc, xmlNsPtr ns, xmlChar *name, const xmlChar *content) argument
2267 xmlNewDocRawNode(xmlDocPtr doc, xmlNsPtr ns, const xmlChar *name, const xmlChar *content) argument
2290 xmlNewDocFragment(xmlDocPtr doc) argument
2435 xmlNewCharRef(xmlDocPtr doc, const xmlChar *name) argument
2478 xmlNewReference(xmlDocPtr doc, const xmlChar *name) argument
2534 xmlNewDocText(xmlDocPtr doc, const xmlChar *content) argument
2586 xmlNewDocTextLen(xmlDocPtr doc, const xmlChar *content, int len) argument
2636 xmlNewCDataBlock(xmlDocPtr doc, const xmlChar *content, int len) argument
2669 xmlNewDocComment(xmlDocPtr doc, const xmlChar *content) argument
2685 xmlSetTreeDoc(xmlNodePtr tree, xmlDocPtr doc) argument
2713 xmlSetListDoc(xmlNodePtr list, xmlDocPtr doc) argument
3460 xmlDocPtr doc; local
3622 xmlCopyPropInternal(xmlDocPtr doc, xmlNodePtr target, xmlAttrPtr cur) argument
3781 xmlStaticCopyNode(const xmlNodePtr node, xmlDocPtr doc, xmlNodePtr parent, int extended) argument
3930 xmlStaticCopyNodeList(xmlNodePtr node, xmlDocPtr doc, xmlNodePtr parent) argument
4000 xmlDocCopyNode(const xmlNodePtr node, xmlDocPtr doc, int extended) argument
4016 xmlDocCopyNodeList(xmlDocPtr doc, const xmlNodePtr node) argument
4134 xmlCopyDoc(xmlDocPtr doc, int recursive) argument
4468 xmlDocGetRootElement(xmlDocPtr doc) argument
4493 xmlDocSetRootElement(xmlDocPtr doc, xmlNodePtr root) argument
4691 xmlDocPtr doc; local
4779 xmlDocPtr doc = (xmlDocPtr) cur; local
4816 xmlNodeGetBase(xmlDocPtr doc, xmlNodePtr cur) argument
5487 xmlSearchNs(xmlDocPtr doc, xmlNodePtr node, const xmlChar *nameSpace) argument
5625 xmlSearchNsByHref(xmlDocPtr doc, xmlNodePtr node, const xmlChar * href) argument
5726 xmlNewReconciliedNs(xmlDocPtr doc, xmlNodePtr tree, xmlNsPtr ns) argument
5795 xmlReconciliateNs(xmlDocPtr doc, xmlNodePtr tree) argument
6019 xmlDocPtr doc = node->doc; local
6137 xmlDocPtr doc; local
7109 xmlGetDocCompressMode(xmlDocPtr doc) argument
7123 xmlSetDocCompressMode(xmlDocPtr doc, int mode) argument
7355 xmlTreeEnsureXMLDecl(xmlDocPtr doc) argument
7391 xmlDOMWrapStoreNs(xmlDocPtr doc, const xmlChar *nsName, const xmlChar *prefix) argument
7595 xmlDOMWrapRemoveNode(xmlDOMWrapCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr node, int options ATTRIBUTE_UNUSED) argument
7728 xmlSearchNsByNamespaceStrict(xmlDocPtr doc, xmlNodePtr node, const xmlChar* nsName, xmlNsPtr *retNs, int prefixed) argument
7829 xmlSearchNsByPrefixStrict(xmlDocPtr doc, xmlNodePtr node, const xmlChar* prefix, xmlNsPtr *retNs) argument
7894 xmlDOMWrapNSNormDeclareNsForced(xmlDocPtr doc, xmlNodePtr elem, const xmlChar *nsName, const xmlChar *prefix, int checkShadow) argument
7971 xmlDOMWrapNSNormAquireNormalizedNs(xmlDocPtr doc, xmlNodePtr elem, xmlNsPtr ns, xmlNsPtr *retNs, xmlNsMapPtr *nsMap, int depth, int ancestorsOnly, int prefixed) argument
8117 xmlDocPtr doc; local
[all...]
H A Drunsuite.c255 if ((cur == NULL) || (cur->doc == NULL) || (xpath == NULL))
257 ctxtXPath->doc = cur->doc;
283 if ((cur == NULL) || (cur->doc == NULL) || (xpath == NULL))
285 ctxtXPath->doc = cur->doc;
340 xmlNodeDump(buf, test->doc, test, 0, 0);
380 xmlNodeDump(buf, tst->doc, tst, 0, 0);
386 xmlNodeDump(buf, test->doc, test, 0, 0);
434 xmlDocPtr doc local
626 xmlChar *doc = getString(cur, "string(documentation)"); local
644 xmlDocPtr doc; local
683 xmlChar *doc = getString(cur, "string(documentation)"); local
707 xmlDocPtr doc; local
745 xmlDocPtr doc; local
794 xmlDocPtr doc = NULL; local
1009 xmlDocPtr doc; local
[all...]
H A Dxinclude.c55 xmlDocPtr doc; /* the parsed document */ member in struct:_xmlXIncludeRef
59 int count; /* how many refs use that specific doc */
65 xmlDocPtr doc; /* the source document */ member in struct:_xmlXIncludeCtxt
88 xmlXIncludeDoProcess(xmlXIncludeCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr tree);
196 if (ref->doc != NULL) {
198 xmlGenericError(xmlGenericErrorContext, "Freeing doc %s\n", ref->URI);
200 xmlFreeDoc(ref->doc);
240 ret->doc = NULL;
270 * @doc: an XML Document
277 xmlXIncludeNewContext(xmlDocPtr doc) { argument
645 xmlXIncludeRecurseDoc(xmlXIncludeCtxtPtr ctxt, xmlDocPtr doc, const xmlURL url ATTRIBUTE_UNUSED) argument
1220 xmlDocPtr doc; member in struct:_xmlXIncludeMergeData
1236 xmlDocPtr doc; local
1310 xmlXIncludeMergeEntities(xmlXIncludeCtxtPtr ctxt, xmlDocPtr doc, xmlDocPtr from) argument
1372 xmlDocPtr doc; local
2310 xmlXIncludeDoProcess(xmlXIncludeCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr tree) argument
2422 xmlXIncludeProcessFlags(xmlDocPtr doc, int flags) argument
2455 xmlXIncludeProcess(xmlDocPtr doc) argument
[all...]
H A Dvalid.c500 xmlGenericError(xmlGenericErrorContext, "?doc? ");
621 if (doc == NULL) return(0); \
622 else if ((doc->intSubset == NULL) && \
623 (doc->extSubset == NULL)) return(0)
899 * @doc: the document
908 xmlNewDocElementContent(xmlDocPtr doc, const xmlChar *name, argument
913 if (doc != NULL)
914 dict = doc->dict;
987 * @doc: the document owning the element declaration
995 xmlCopyDocElementContent(xmlDocPtr doc, xmlElementContentPt argument
1088 xmlFreeDocElementContent(xmlDocPtr doc, xmlElementContentPtr cur) argument
2607 xmlAddID(xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *value, xmlAttrPtr attr) argument
2705 xmlIsID(xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr) argument
2765 xmlRemoveID(xmlDocPtr doc, xmlAttrPtr attr) argument
2802 xmlGetID(xmlDocPtr doc, const xmlChar *ID) argument
2928 xmlAddRef(xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *value, xmlAttrPtr attr) argument
3030 xmlIsRef(xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr) argument
3070 xmlRemoveRef(xmlDocPtr doc, xmlAttrPtr attr) argument
3127 xmlGetRefs(xmlDocPtr doc, const xmlChar *ID) argument
3367 xmlValidateNotationUse(xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *notationName) argument
3398 xmlIsMixedElement(xmlDocPtr doc, const xmlChar *name) argument
3742 xmlValidateAttributeValue2(xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *name, xmlAttributeType type, const xmlChar *value) argument
3858 xmlValidCtxtNormalizeAttributeValue(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, const xmlChar *name, const xmlChar *value) argument
3944 xmlValidNormalizeAttributeValue(xmlDocPtr doc, xmlNodePtr elem, const xmlChar *name, const xmlChar *value) argument
4021 xmlValidateAttributeDecl(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlAttributePtr attr) argument
4131 xmlValidateElementDecl(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlElementPtr elem) argument
4253 xmlValidateOneAttribute(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr, const xmlChar *value) argument
4430 xmlValidateOneNamespace(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, const xmlChar *prefix, xmlNsPtr ns, const xmlChar *value) argument
5419 xmlValidateOneCdataElement(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem) argument
5553 xmlValidGetElemDecl(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, int *extsubset) argument
5616 xmlValidatePushElement(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, const xmlChar *qname) argument
5844 xmlValidateOneElement(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem) argument
6208 xmlValidateRoot(xmlValidCtxtPtr ctxt, xmlDocPtr doc) argument
6272 xmlValidateElement(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem) argument
6464 xmlValidateDocumentFinal(xmlValidCtxtPtr ctxt, xmlDocPtr doc) argument
6508 xmlValidateDtd(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlDtdPtr dtd) argument
6564 xmlDocPtr doc; local
6648 xmlValidateDtdFinal(xmlValidCtxtPtr ctxt, xmlDocPtr doc) argument
6696 xmlValidateDocument(xmlValidCtxtPtr ctxt, xmlDocPtr doc) argument
[all...]
H A Dentities.c101 if (entity->doc != NULL)
102 dict = entity->doc->dict;
156 if (dtd->doc != NULL)
157 dict = dtd->doc->dict;
218 ret->doc = dtd->doc;
268 * @doc: the document
280 xmlAddDtdEntity(xmlDocPtr doc, const xmlChar *name, int type, argument
286 if (doc == NULL) {
291 if (doc
329 xmlAddDocEntity(xmlDocPtr doc, const xmlChar *name, int type, const xmlChar *ExternalID, const xmlChar *SystemID, const xmlChar *content) argument
391 xmlGetParameterEntity(xmlDocPtr doc, const xmlChar *name) argument
422 xmlGetDtdEntity(xmlDocPtr doc, const xmlChar *name) argument
446 xmlGetDocEntity(xmlDocPtr doc, const xmlChar *name) argument
497 xmlEncodeEntitiesReentrant(xmlDocPtr doc, const xmlChar *input) argument
[all...]
/haiku-fatelf/src/libs/ncurses/
H A Ddist.mk35 ALL = ANNOUNCE doc/html/announce.html doc/ncurses-intro.doc doc/hackguide.doc manhtml adahtml
46 doc/html/announce.html: announce.html.in
49 ANNOUNCE : doc/html/announce.html
50 $(DUMP) doc/html/announce.html > $@
52 doc/ncurses-intro.doc
[all...]
/haiku-fatelf/src/bin/gdb/bfd/doc/
H A DMakefile.am77 s-aoutx: $(MKDOC) $(srcdir)/../aoutx.h $(srcdir)/doc.str
78 ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../aoutx.h >aoutx.tmp
83 s-archive: $(MKDOC) $(srcdir)/../archive.c $(srcdir)/doc.str
84 ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../archive.c >archive.tmp
89 s-archures: $(MKDOC) $(srcdir)/../archures.c $(srcdir)/doc.str
90 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../archures.c >archures.tmp
97 s-bfd: $(MKDOC) $(srcdir)/../bfd.c $(srcdir)/doc.str
98 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../bfd.c >bfd.tmp
103 s-cache: $(MKDOC) $(srcdir)/../cache.c $(srcdir)/doc.str
104 ./$(MKDOC) -f $(srcdir)/doc
[all...]
/haiku-fatelf/src/bin/bash/lib/tilde/
H A DMakefile74 DOCSOURCE = doc/tilde.texi
75 DOCOBJECT = doc/tilde.dvi
76 DOCSUPPORT = doc/Makefile
95 -(cd doc; $(MAKE) $(MFLAGS))
108 -( cd doc && $(MAKE) $(MFLAGS) $@ )
111 -( cd doc && $(MAKE) $(MFLAGS) $@ )
115 -( cd doc && $(MAKE) $(MFLAGS) $@ )
H A DMakefile.in73 DOCSOURCE = doc/tilde.texi
74 DOCOBJECT = doc/tilde.dvi
75 DOCSUPPORT = doc/Makefile
94 -(cd doc; $(MAKE) $(MFLAGS))
107 -( cd doc && $(MAKE) $(MFLAGS) $@ )
110 -( cd doc && $(MAKE) $(MFLAGS) $@ )
114 -( cd doc && $(MAKE) $(MFLAGS) $@ )
/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_pdi.c73 PDF_close_pdi(PDF *p, int doc) argument
79 "(p[%p], %d)\n", (void *) p, doc))
88 PDF_open_pdi_page( PDF *p, int doc, int page, const char *optlist) argument
95 "(p[%p], %d, %d, \"%s\")", (void *) p, doc, page, optlist))
153 int doc,
162 (void *) p, key, doc, page, idx, len))
171 PDF_get_pdi_value(PDF *p, const char *key, int doc, int page, int idx) argument
177 (void *) p, key, doc, page, idx))
186 PDF_process_pdi(PDF *p, int doc, int page, const char *optlist) argument
192 "(p[%p], %d, %d, %s)\n", (void *) p, doc, pag
150 PDF_get_pdi_parameter( PDF *p, const char *key, int doc, int page, int idx, int *len) argument
[all...]
/haiku-fatelf/src/tests/add-ons/index_server/fulltext_search/
H A DBeaconSearcher.cpp79 Document doc ; local
89 doc = hits->doc(j) ;
90 field = doc.getField(_T("path")) ;
104 doc = hits->doc(j) ;
105 field = doc.getField(_T("path")) ;

Completed in 231 milliseconds

1234567