Searched refs:doc (Results 426 - 450 of 1041) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/ruby-104/ruby/test/psych/
H A Dtest_merge_keys.rb33 doc = Psych.load yaml
34 refute doc['baz'].key? 'hello'
/macosx-10.9.5/ruby-104/ruby/test/rdoc/
H A Dtest_rdoc_tom_doc.rb70 doc(
118 doc(
147 doc(
167 doc(
186 doc(
205 doc(
231 doc(
262 doc(
/macosx-10.9.5/ruby-104/ruby/test/rexml/
H A Dtest_light.rb21 doc = Node.new
22 foo = doc.add_element( 'foo' )
/macosx-10.9.5/screen-22/screen/
H A DMakefile.in17 # don't forget to change mandir and infodir in doc/Makefile.
86 cd doc ; $(MAKE) install
99 cd doc ; $(MAKE) installdirs
106 cd doc; $(MAKE) uninstall
110 cd shadow; ln -s ../*.[ch] ../*.in ../*.sh ../configure ../doc ../terminfo ../etc .
131 cd doc; $(MAKE) dvi screen.info
134 -cd doc; $(MAKE) $@
149 # rm -f osdef.h doc/Makefile
160 rm -f config.status Makefile doc/Makefile
201 mkdir dist/$(SCREEN)/doc
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/
H A DMakefile.in75 install-doc:
/macosx-10.9.5/libxml2-26/libxml2/
H A Dcatalog.c532 * @doc: the containing document
540 xmlDocPtr doc, xmlNsPtr ns, xmlCatalogEntryPtr cgroup) {
560 node = xmlNewDocNode(doc, ns, BAD_CAST "nextCatalog", NULL);
567 node = xmlNewDocNode(doc, ns, BAD_CAST "group", NULL);
571 xns = xmlSearchNsByHref(doc, node, XML_XML_NAMESPACE);
586 xmlDumpXMLCatalogNode(cur->next, node, doc, ns, cur);
590 node = xmlNewDocNode(doc, ns, BAD_CAST "public", NULL);
596 node = xmlNewDocNode(doc, ns, BAD_CAST "system", NULL);
602 node = xmlNewDocNode(doc, ns, BAD_CAST "rewriteSystem", NULL);
608 node = xmlNewDocNode(doc, n
539 xmlDumpXMLCatalogNode(xmlCatalogEntryPtr catal, xmlNodePtr catalog, xmlDocPtr doc, xmlNsPtr ns, xmlCatalogEntryPtr cgroup) argument
659 xmlDocPtr doc; local
1337 xmlDocPtr doc; local
1405 xmlCatalogEntryPtr doc; local
[all...]
H A Druntest.c1738 xmlDocPtr doc; local
1747 doc = xmlParseFile(filename);
1749 doc = xmlReadFile(filename, NULL, 0);
1751 if (doc == NULL)
1758 xmlSaveFile(temp, doc);
1762 xmlFreeDoc(doc);
1768 doc = xmlParseFile(temp);
1770 doc = xmlReadFile(temp, NULL, 0);
1772 if (doc == NULL)
1774 xmlSaveFile(temp, doc);
1804 xmlDocPtr doc; local
1902 xmlDocPtr doc; local
1949 xmlDocPtr doc; local
2003 xmlDocPtr doc; local
2210 xmlDocPtr doc; local
2834 xmlDocPtr doc; local
2903 xmlDocPtr doc; local
3079 xmlDocPtr doc; local
3420 xmlDocPtr doc; local
3553 xmlDocPtr doc; local
3700 xmlDocPtr doc; local
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dcatalog.c528 * @doc: the containing document
536 xmlDocPtr doc, xmlNsPtr ns, xmlCatalogEntryPtr cgroup) {
556 node = xmlNewDocNode(doc, ns, BAD_CAST "nextCatalog", NULL);
563 node = xmlNewDocNode(doc, ns, BAD_CAST "group", NULL);
567 xns = xmlSearchNsByHref(doc, node, XML_XML_NAMESPACE);
582 xmlDumpXMLCatalogNode(cur->next, node, doc, ns, cur);
586 node = xmlNewDocNode(doc, ns, BAD_CAST "public", NULL);
592 node = xmlNewDocNode(doc, ns, BAD_CAST "system", NULL);
598 node = xmlNewDocNode(doc, ns, BAD_CAST "rewriteSystem", NULL);
604 node = xmlNewDocNode(doc, n
535 xmlDumpXMLCatalogNode(xmlCatalogEntryPtr catal, xmlNodePtr catalog, xmlDocPtr doc, xmlNsPtr ns, xmlCatalogEntryPtr cgroup) argument
655 xmlDocPtr doc; local
1339 xmlDocPtr doc; local
1407 xmlCatalogEntryPtr doc; local
[all...]
H A Druntest.c1742 xmlDocPtr doc; local
1751 doc = xmlParseFile(filename);
1753 doc = xmlReadFile(filename, NULL, 0);
1755 if (doc == NULL)
1762 xmlSaveFile(temp, doc);
1766 xmlFreeDoc(doc);
1772 doc = xmlParseFile(temp);
1774 doc = xmlReadFile(temp, NULL, 0);
1776 if (doc == NULL)
1778 xmlSaveFile(temp, doc);
1808 xmlDocPtr doc; local
1906 xmlDocPtr doc; local
1953 xmlDocPtr doc; local
2007 xmlDocPtr doc; local
2214 xmlDocPtr doc; local
2838 xmlDocPtr doc; local
2907 xmlDocPtr doc; local
3083 xmlDocPtr doc; local
3422 xmlDocPtr doc; local
3555 xmlDocPtr doc; local
3702 xmlDocPtr doc; local
[all...]
/macosx-10.9.5/libxslt-13/libxslt/libxslt/
H A Dvariables.c99 container->doc = container;
248 xmlDocPtr doc; local
275 doc = cur->doc;
280 "Cannot retrieve the doc of a namespace node.\n");
284 doc = cur->doc;
286 if (doc == NULL) {
290 "Cannot retrieve the doc of a node.\n");
293 if (doc
[all...]
H A Dtransform.c460 * @doc: the input document
467 xsltNewTransformContext(xsltStylesheetPtr style, xmlDocPtr doc) { argument
476 xsltTransformError(NULL, NULL, (xmlNodePtr)doc,
502 xsltTransformError(NULL, NULL, (xmlNodePtr) doc,
537 cur->xpathCtxt = xmlXPathNewContext(doc);
539 xsltTransformError(NULL, NULL, (xmlNodePtr) doc,
584 xmlXPathOrderDocElems(doc);
590 docu = xsltNewDocument(cur, doc);
592 xsltTransformError(cur, NULL, (xmlNodePtr)doc,
853 * @interned: the string is in the target doc dictionar
5949 xsltApplyStylesheetInternal(xsltStylesheetPtr style, xmlDocPtr doc, const char **params, const char *output, FILE * profile, xsltTransformContextPtr userCtxt) argument
6349 xsltApplyStylesheet(xsltStylesheetPtr style, xmlDocPtr doc, const char **params) argument
6368 xsltProfileStylesheet(xsltStylesheetPtr style, xmlDocPtr doc, const char **params, FILE * output) argument
6392 xsltApplyStylesheetUser(xsltStylesheetPtr style, xmlDocPtr doc, const char **params, const char *output, FILE * profile, xsltTransformContextPtr userCtxt) argument
6430 xsltRunStylesheetUser(xsltStylesheetPtr style, xmlDocPtr doc, const char **params, const char *output, xmlSAXHandlerPtr SAX, xmlOutputBufferPtr IObuf, FILE * profile, xsltTransformContextPtr userCtxt) argument
6491 xsltRunStylesheet(xsltStylesheetPtr style, xmlDocPtr doc, const char **params, const char *output, xmlSAXHandlerPtr SAX, xmlOutputBufferPtr IObuf) argument
[all...]
/macosx-10.9.5/postfix-252/
H A DMakefile91 sample_directory=/usr/share/doc/postfix/examples \
92 html_directory=/usr/share/doc/postfix/html \
94 readme_directory=/usr/share/doc/postfix
133 sample_directory=$(DSTROOT)/usr/share/doc/postfix/examples \
134 html_directory=$(DSTROOT)/usr/share/doc/postfix/html \
136 readme_directory=$(DSTROOT)/usr/share/doc/postfix
147 install -d -m 755 $(DSTROOT)/usr/share/doc/postfix/html
148 install -d -m 755 $(DSTROOT)/usr/share/doc/postfix/examples
193 $(DSTROOT)/usr/sbin/postconf -c $(DSTROOT)/private/etc/postfix -e sample_directory=/usr/share/doc/postfix/examples
194 $(DSTROOT)/usr/sbin/postconf -c $(DSTROOT)/private/etc/postfix -e html_directory=/usr/share/doc/postfi
[all...]
/macosx-10.9.5/CPANInternal-140/XML-LibXML/
H A DLibXML.pm166 my $doc = XML::LibXML::Document-> new;
167 my $el = $doc->createElementNS(shift, shift);
168 $doc->setDocumentElement($el);
169 $doc->setExternalSubset(shift) if @_;
170 return $doc;
659 my $doc = shift;
667 $rv = $self->_processXIncludes($doc || " ", $options);
684 my $doc = shift;
691 $rv = $self->_processXIncludes($doc || " ", $options);
944 my ( $self, $doc )
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dcustom.el135 (defun custom-declare-variable (symbol default doc &rest args)
147 (when doc
148 (put symbol 'variable-documentation doc))
192 (defmacro defcustom (symbol value doc &rest args)
303 (declare (doc-string 3))
310 doc)
315 (defmacro defface (face spec doc &rest args)
383 (declare (doc-string 3))
387 (nconc (list 'custom-declare-face (list 'quote face) spec doc) args))
394 (defun custom-declare-group (symbol members doc
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dprint.c563 doc: /* Output character CHARACTER to stream PRINTCHARFUN.
678 doc: /* Bind `standard-output' to buffer BUFNAME, eval BODY, then show that buffer.
728 doc: /* Output a newline to stream PRINTCHARFUN.
744 doc: /* Output the printed representation of OBJECT, any Lisp object.
786 doc: /* Return a string containing the printed representation of OBJECT.
844 doc: /* Output the printed representation of OBJECT, any Lisp object.
879 doc: /* Output the printed representation of OBJECT, with newlines around it.
932 doc: /* Write CHARACTER to stderr.
975 doc: /* Redirect debugging output (stderr stream) to file FILE.
1042 doc
[all...]
H A Dlread.c130 /* Nonzero means load should forcibly load all dynamic doc strings. */
571 doc: /* Read a character from the command input (keyboard or macro).
597 doc: /* Read an event object from the input stream.
615 doc: /* Read a character from the command input (keyboard or macro).
635 doc: /* Don't use this yourself. */)
705 doc: /* Return the suffixes that `load' should try if a suffix is \
727 doc: /* Execute a file of Lisp code named FILE.
1110 doc: /* Search for FILENAME through PATH.
1571 doc: /* Execute the current buffer as Lisp code.
1619 doc
[all...]
/macosx-10.9.5/CPANInternal-140/XML-Writer/t/
H A D01_main.t469 $w->emptyTag([$ns, 'doc']);
471 checkResult("<foo:doc xmlns:foo=\"$ns\" />\n", 'Basic namespace processing');
479 $w->startTag([$ns, 'doc']);
480 $w->endTag([$ns, 'doc']);
482 checkResult("<foo:doc xmlns:foo=\"$ns\"></foo:doc>\n", 'Basic namespace processing');
489 $w->startTag([$ns, 'doc']);
490 $w->endTag([$ns, 'doc']);
492 checkResult("<__NS1:doc xmlns:__NS1=\"$ns\"></__NS1:doc>\
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dpython3complete.vim139 def _cleanstr(self,doc):
140 return doc.replace('"',' ').replace("'",' ')
174 # The doc string sometimes contains the function signature
177 doc = func_obj.__doc__
178 if doc:
179 doc = doc.lstrip()
180 pos = doc.find('\n')
182 sigline = doc[:pos]
201 doc
[all...]
H A Dpythoncomplete.vim156 def _cleanstr(self,doc):
157 return doc.replace('"',' ').replace("'",' ')
192 # The doc string sometimes contains the function signature
195 doc = func_obj.__doc__
196 if doc:
197 doc = doc.lstrip()
198 pos = doc.find('\n')
200 sigline = doc[:pos]
219 doc
[all...]
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXSLStyleSheetLibxslt.cpp51 SOFT_LINK(libxslt, xsltParseStylesheetDoc, xsltStylesheetPtr, (xmlDocPtr doc), (doc))
52 SOFT_LINK(libxslt, xsltLoadStylesheetPI, xsltStylesheetPtr, (xmlDocPtr doc), (doc))
287 // Check the URI of the child stylesheet against the doc URI.
/macosx-10.9.5/bash-92/bash-3.2/
H A DMANIFEST11 doc d
28 lib/glob/doc d
32 lib/readline/doc d
236 lib/glob/doc/Makefile f
237 lib/glob/doc/glob.texi f
358 lib/readline/doc/Makefile f
359 lib/readline/doc/version.texi f
360 lib/readline/doc/rlman.texi f
361 lib/readline/doc/rltech.texi f
362 lib/readline/doc/rluse
[all...]
/macosx-10.9.5/cups-372.4/cups/man/
H A DMakefile205 ./mantohtml `basename $$file .$(MAN1EXT)`.man >../doc/help/man-`basename $$file .$(MAN1EXT)`.html; \
209 ./mantohtml `basename $$file .$(MAN5EXT)`.man >../doc/help/man-`basename $$file .$(MAN5EXT)`.html; \
213 ./mantohtml `basename $$file .$(MAN7EXT)`.man >../doc/help/man-`basename $$file .$(MAN7EXT)`.html; \
217 ./mantohtml `basename $$file .$(MAN8EXT)`.man >../doc/help/man-`basename $$file .$(MAN8EXT)`.html; \
/macosx-10.9.5/libedit-39/xcodescripts/
H A Dinstall_misc.sh33 install -m 0644 $SRCROOT/doc/editrc.5 $DSTROOT/usr/share/man/man5
34 install -m 0644 $SRCROOT/doc/editline.3 $DSTROOT/usr/share/man/man3
/macosx-10.9.5/libxml2-26/libxml2/include/libxml/
H A Dschematron.h78 xmlSchematronNewDocParserCtxt(xmlDocPtr doc);
H A Dxlink.h180 xlinkIsLink (xmlDocPtr doc,

Completed in 162 milliseconds

<<11121314151617181920>>