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

<<11121314151617181920>>

/macosx-10.9.5/tidy-15.12/tidy/src/
H A Dtags.h23 typedef void (Parser)( TidyDocImpl* doc, Node *node, GetTokenMode mode );
24 typedef void (CheckAttribs)( TidyDocImpl* doc, Node *node );
84 Bool TY_(FindTag)( TidyDocImpl* doc, Node *node );
85 Parser* TY_(FindParser)( TidyDocImpl* doc, Node *node );
86 void TY_(DefineTag)( TidyDocImpl* doc, UserTagType tagType, ctmbstr name );
87 void TY_(FreeDeclaredTags)( TidyDocImpl* doc, UserTagType tagType ); /* tagtype_null to free all */
89 TidyIterator TY_(GetDeclaredTagList)( TidyDocImpl* doc );
90 ctmbstr TY_(GetNextDeclaredTag)( TidyDocImpl* doc, UserTagType tagType,
93 void TY_(InitTags)( TidyDocImpl* doc );
94 void TY_(FreeTags)( TidyDocImpl* doc );
[all...]
/macosx-10.9.5/Chess-310.5/Sources/
H A DMBCDocument.h73 document:(MBCDocument *)doc;
99 void MBCAbort(NSString * message, MBCDocument * doc);
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/CGPDFViewer/
H A DMyDocument.rb25 doc = CGPDFDocumentCreateWithURL(@documentURL)
29 @pdfView.setPDFDocument(doc)
/macosx-10.9.5/apr-30/apr/apr/
H A Dapr.spec72 %doc CHANGES LICENSE NOTICE
77 %doc docs/APRDesign.html docs/canonical_filenames.html
78 %doc docs/incomplete_types docs/non_apr_programs
79 %doc --parents html
/macosx-10.9.5/bc-21/bc/
H A DMakefile.am3 SUBDIRS = lib bc dc doc
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Ddisass.el77 (doc 'nil)
118 (let ((doc (if (consp obj)
120 ;; Use documentation to get lazy-loaded doc string
122 (if (and doc (stringp doc))
125 (princ " doc: " (current-buffer))
126 (if (string-match "\n" doc)
127 (setq doc (concat (substring doc 0 (match-beginning 0))
129 (insert doc "\
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dsunfns.c113 doc: /* One time setup for using Sun Windows with mouse.
155 doc: /* Like sit-for, but ARG is milliseconds.
187 doc: /* Pause, without updating display, for ARG milliseconds. */)
200 doc: /* Perform redisplay. */)
215 doc: /* Change the Sun mouse cursor icon.
328 doc: /* Set the current sunwindow selection to STRING. */)
349 doc: /* Return the current sunwindows selection as a string. */)
434 doc: /* Set up a SunView pop-up menu and return the user's choice.
H A Deval.c331 doc: /* Eval args until one of them yields non-nil, then return that value.
356 doc: /* Eval args until one of them yields nil, then return nil.
381 doc: /* If COND yields non-nil, do THEN, else do ELSE...
402 doc: /* Try each clause until one succeeds.
437 doc: /* Eval BODY forms sequentially and return value of last one.
458 doc: /* Eval FIRST and BODY sequentially; value from FIRST.
492 doc: /* Eval FORM1, FORM2 and BODY sequentially; value from FORM2.
528 doc: /* Set each SYM to the value of its VAL.
563 doc: /* Return the argument, without evaluating it. `(quote x)' yields `x'.
572 doc
718 Lisp_Object lambda_list, doc, tail; variable
[all...]
H A Dcharset.c649 doc: /* Define CHARSET-ID as the identification number of CHARSET with INFO-VECTOR.
732 doc: /* Return a list of all possible generic characters.
741 doc: /* Return an unused ISO's final char for a charset of DIMENSION and CHARS.
771 doc: /* Declare an equivalent charset for ISO-2022 decoding.
882 doc: /* Return a list of charsets in the region between BEG and END.
939 doc: /* Return a list of charsets in STR.
974 doc: /* Return a character made from arguments.
1040 doc: /* Return list of charset and one or two position-codes of CH.
1060 doc: /* Return charset of CH. */)
1070 doc
[all...]
H A Deditfns.c201 doc: /* Convert arg CHAR to a string containing that character.
218 doc: /* Convert arg STRING to a character, the first character of that string.
249 doc: /* Return value of point, as an integer.
259 doc: /* Return value of point, as a marker object. */)
278 doc: /* Set point to POSITION, a number or marker.
335 doc: /* Return position of beginning of region, as an integer. */)
342 doc: /* Return position of end of region, as an integer. */)
349 doc: /* Return this buffer's mark, as a marker object.
636 doc: /* Delete the field surrounding POS.
650 doc
[all...]
H A Dminibuf.c213 doc: /* Specify which minibuffer window to use for the minibuffer.
348 doc: /* Return t if BUFFER is a minibuffer.
369 doc: /* Return the buffer position of the end of the minibuffer prompt.
391 doc: /* Return the user input in a minibuffer as a string.
401 doc: /* Return the user input in a minibuffer as a string, without text-properties.
411 doc: /* Return the user input in a minibuffer before point as a string.
424 doc: /* Delete all user input in a minibuffer.
973 doc: /* Read a string from the minibuffer, prompting with string PROMPT.
1050 doc: /* Return a Lisp object read using the minibuffer, unevaluated.
1065 doc
[all...]
H A Dw32proc.c1669 doc: /* Test for presence of the Windows socket library `winsock'.
1705 doc: /* Unload the Windows socket library `winsock' if loaded.
1728 doc: /* Return the short file name version (8.3) of the full path of FILENAME.
1753 doc: /* Return the long file name version of the full path of FILENAME.
1776 doc: /* Set the priority of PROCESS to PRIORITY.
1893 doc: /* Return information about the Windows locale LCID.
1949 doc: /* Return Windows locale id for current locale setting.
1987 doc: /* Return list of all valid Windows locale ids.
2002 doc: /* Return Windows locale id for default locale setting.
2017 doc
[all...]
/macosx-10.9.5/libxml2-26/libxml2/
H A Dxmlsave.c86 xmlDocPtr doc; member in struct:_xmlSaveCtxt
429 * @doc: the document
443 xmlBufAttrSerializeTxtContent(buf->buffer, attr->doc,
710 xmlDocPtr doc; local
738 if ((dtd->notations != NULL) && ((dtd->doc == NULL) ||
739 (dtd->doc->intSubset == dtd))) {
745 doc = ctxt->doc;
748 ctxt->doc = dtd->doc;
847 xmlDocPtr doc; local
1931 xmlSaveDoc(xmlSaveCtxtPtr ctxt, xmlDocPtr doc) argument
2049 xmlBufAttrSerializeTxtContent(xmlBufPtr buf, xmlDocPtr doc, xmlAttrPtr attr, const xmlChar * string) argument
2178 xmlAttrSerializeTxtContent(xmlBufferPtr buf, xmlDocPtr doc, xmlAttrPtr attr, const xmlChar * string) argument
2209 xmlNodeDump(xmlBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, int level, int format) argument
2244 xmlBufNodeDump(xmlBufPtr buf, xmlDocPtr doc, xmlNodePtr cur, int level, int format) argument
2300 xmlElemDump(FILE * f, xmlDocPtr doc, xmlNodePtr cur) argument
2354 xmlNodeDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, int level, int format, const char *encoding) argument
[all...]
H A Dc14n.c55 xmlDocPtr doc; member in struct:_xmlC14NCtx
626 tmp = xmlSearchNs(cur->doc, cur, ns->prefix);
756 ns = xmlSearchNs(cur->doc, cur, prefix);
776 ns = xmlSearchNs(cur->doc, cur, NULL);
952 value = xmlNodeListGetString(ctx->doc, attr->children, 1);
1015 res = xmlNodeListGetString(ctx->doc, xml_base_attr->children, 1);
1027 tmp_str = xmlNodeListGetString(ctx->doc, attr->children, 1);
1753 * @doc: the XML document for canonization
1773 xmlC14NNewCtx(xmlDocPtr doc, argument
1780 if ((doc
1867 xmlC14NExecute(xmlDocPtr doc, xmlC14NIsVisibleCallback is_visible_callback, void* user_data, int mode, xmlChar **inclusive_ns_prefixes, int with_comments, xmlOutputBufferPtr buf) argument
1969 xmlC14NDocSaveTo(xmlDocPtr doc, xmlNodeSetPtr nodes, int mode, xmlChar ** inclusive_ns_prefixes, int with_comments, xmlOutputBufferPtr buf) argument
2004 xmlC14NDocDumpMemory(xmlDocPtr doc, xmlNodeSetPtr nodes, int mode, xmlChar ** inclusive_ns_prefixes, int with_comments, xmlChar ** doc_txt_ptr) argument
2075 xmlC14NDocSave(xmlDocPtr doc, xmlNodeSetPtr nodes, int mode, xmlChar ** inclusive_ns_prefixes, int with_comments, const char *filename, int compression) argument
[all...]
/macosx-10.9.5/libxslt-13/libxslt/libxslt/
H A Dtransform.h37 xmlDocPtr doc);
44 xmlDocPtr doc,
61 xmlDocPtr doc,
65 xmlDocPtr doc,
70 xmlDocPtr doc,
77 xmlDocPtr doc,
H A Dxslt.c481 xmlDocPtr doc,
487 if ((cctxt == NULL) || (doc == NULL) || (ns == NULL))
498 ret->doc = doc;
867 * @doc: the document-node
876 xsltCleanupStylesheetTree(xmlDocPtr doc ATTRIBUTE_UNUSED,
882 if ((doc == NULL) || (rootElem == NULL) ||
884 (doc != rootElem->doc))
938 * Start with a cleanup of the main stylesheet's doc
480 xsltNewNamespaceMapItem(xsltCompilerCtxtPtr cctxt, xmlDocPtr doc, xmlNsPtr ns, xmlNodePtr elem) argument
1765 xsltTreeEnsureXMLDecl(xmlDocPtr doc) argument
1814 xsltTreeAcquireStoredNs(xmlDocPtr doc, const xmlChar *nsName, const xmlChar *prefix) argument
2995 xmlDocPtr doc; local
6205 xsltParseSimplifiedStylesheetTree(xsltCompilerCtxtPtr cctxt, xmlDocPtr doc, xmlNodePtr node) argument
6280 xsltRestoreDocumentNamespaces(xsltNsMapPtr ns, xmlDocPtr doc) argument
6314 xsltParseStylesheetProcess(xsltStylesheetPtr style, xmlDocPtr doc) argument
6387 xsltParseStylesheetProcess(xsltStylesheetPtr ret, xmlDocPtr doc) argument
6494 xsltParseStylesheetImportedDoc(xmlDocPtr doc, xsltStylesheetPtr parentStyle) argument
6675 xsltParseStylesheetDoc(xmlDocPtr doc) argument
6712 xmlDocPtr doc; local
6870 xsltLoadStylesheetPI(xmlDocPtr doc) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tcldom/src/
H A DMakefile.in76 .PHONY: default all package clean distclean doc install installdirs test
85 all: binaries libraries # doc
89 install: all install-package # install-doc
107 doc:
136 install-doc:
162 # Also: 'make doc' outputs, others @@
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/ace/
H A Dmode_javascript.js55 this.toggleCommentLines = function(state, doc, startRow, endRow) {
60 if (!re.test(doc.getLine(i))) {
70 var line = doc.getLine(i);
75 doc.replace(deleteRange, m[1]);
79 doc.indentRows(startRow, endRow, "//");
99 } else if (state == "doc-start") {
119 this.autoOutdent = function(state, doc, row) {
120 this.$outdent.autoOutdent(doc, row);
194 DocCommentHighlightRules.getStartRule("doc-start"),
305 DocCommentHighlightRules.getStartRule("doc
[all...]
/macosx-10.9.5/CPANInternal-140/XML-LibXML/t/
H A D40reader.t107 my $doc;
110 $doc = <$fd>;
113 my $reader = new XML::LibXML::Reader(string => $doc, URI => $file);
182 my $doc = $reader->document;
183 ok($doc, "document");
184 ok($doc->documentElement, "doc root element");
185 is($doc->documentElement->toString,q(<root><EE baz="BAZ"><PP>preserved</PP></EE><x:ZZ xmlns:x="foo"/><QQ/></root>),
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dc14n.c53 xmlDocPtr doc; member in struct:_xmlC14NCtx
624 tmp = xmlSearchNs(cur->doc, cur, ns->prefix);
754 ns = xmlSearchNs(cur->doc, cur, prefix);
774 ns = xmlSearchNs(cur->doc, cur, NULL);
950 value = xmlNodeListGetString(ctx->doc, attr->children, 1);
1013 res = xmlNodeListGetString(ctx->doc, xml_base_attr->children, 1);
1025 tmp_str = xmlNodeListGetString(ctx->doc, attr->children, 1);
1751 * @doc: the XML document for canonization
1771 xmlC14NNewCtx(xmlDocPtr doc, argument
1778 if ((doc
1865 xmlC14NExecute(xmlDocPtr doc, xmlC14NIsVisibleCallback is_visible_callback, void* user_data, int mode, xmlChar **inclusive_ns_prefixes, int with_comments, xmlOutputBufferPtr buf) argument
1967 xmlC14NDocSaveTo(xmlDocPtr doc, xmlNodeSetPtr nodes, int mode, xmlChar ** inclusive_ns_prefixes, int with_comments, xmlOutputBufferPtr buf) argument
2002 xmlC14NDocDumpMemory(xmlDocPtr doc, xmlNodeSetPtr nodes, int mode, xmlChar ** inclusive_ns_prefixes, int with_comments, xmlChar ** doc_txt_ptr) argument
2073 xmlC14NDocSave(xmlDocPtr doc, xmlNodeSetPtr nodes, int mode, xmlChar ** inclusive_ns_prefixes, int with_comments, const char *filename, int compression) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/support/devel/sak/validate/
H A Dmanpages.tcl92 # Per package: Have they doc files claiming them? After that,
93 # are doc files left over (i.e. without a package)?
147 +doc $p
245 proc ::sak::validate::manpages::+doc {pkg} {
377 set doc [F $havedoc]
391 set doc [=red $doc]
394 set doc [=yel $doc]
401 sum "#Documented: $doc (
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclsoap/tclsoap/
H A Dutils.tcl46 proc ::SOAP::Utils::deleteDocument {doc} {
47 $doc delete
57 proc ::SOAP::Utils::generateXML {doc} {
59 append xml [$doc asXML -indent 0]
65 proc ::SOAP::Utils::NamespaceSetup {doc} {
66 $doc selectNodesNamespaces [list \
72 return $doc
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/support/devel/sak/validate/
H A Dmanpages.tcl92 # Per package: Have they doc files claiming them? After that,
93 # are doc files left over (i.e. without a package)?
147 +doc $p
245 proc ::sak::validate::manpages::+doc {pkg} {
377 set doc [F $havedoc]
391 set doc [=red $doc]
394 set doc [=yel $doc]
401 sum "#Documented: $doc (
[all...]
/macosx-10.9.5/ruby-104/ruby/test/rdoc/
H A Dtest_rdoc_ri_driver.rb232 out = doc
237 doc(
255 out = doc
260 doc(
274 out = doc
279 doc(
294 out = doc
299 doc(
315 out = doc()
323 doc(
[all...]
/macosx-10.9.5/apache-786.1/httpd/modules/dav/main/
H A Dmod_dav.c1597 apr_xml_doc *doc; local
1608 if ((result = ap_xml_parse_input(r, &doc)) != OK) {
1611 /* note: doc == NULL if no request body */
1613 if (doc && !dav_validate_root(doc, "options")) {
1815 if (doc == NULL) {
1827 for (elem = doc->root->first_child; elem != NULL; elem = elem->next) {
1890 elem = dav_find_child(ctx->doc->root, "prop");
1912 ** Note: ctx->doc can only be NULL for DAV_PROPFIND_IS_ALLPROP. Since
1920 ctx->doc
1971 apr_xml_doc *doc; local
2243 apr_xml_doc *doc; local
2987 apr_xml_doc *doc; local
3244 apr_xml_doc *doc; local
3430 apr_xml_doc *doc; local
3636 apr_xml_doc *doc; local
3708 apr_xml_doc *doc; local
3916 apr_xml_doc *doc; local
4043 apr_xml_doc *doc; local
4107 apr_xml_doc *doc; local
4245 apr_xml_doc *doc; local
[all...]

Completed in 178 milliseconds

<<11121314151617181920>>