Searched refs:doc (Results 276 - 300 of 1041) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/CPANInternal-140/Pod-ProjectDocs/lib/Pod/
H A DProjectDocs.pm103 while ( my $doc = $ite->next ) {
104 my $name = $doc->name;
105 my $path = $doc->get_output_path;
125 while ( my $doc = $ite->next ) {
127 doc => $doc,
131 if ( $self->config->forcegen || $doc->is_modified ) {
132 $doc->copy_src();
133 $doc->publish($html);
155 foreach my $doc (
[all...]
/macosx-10.9.5/CPANInternal-140/Pod-ProjectDocs-0.40/lib/Pod/
H A DProjectDocs.pm103 while ( my $doc = $ite->next ) {
104 my $name = $doc->name;
105 my $path = $doc->get_output_path;
125 while ( my $doc = $ite->next ) {
127 doc => $doc,
131 if ( $self->config->forcegen || $doc->is_modified ) {
132 $doc->copy_src();
133 $doc->publish($html);
155 foreach my $doc (
[all...]
/macosx-10.9.5/libxml2-26/libxml2/
H A DdebugXML.c45 xmlDocPtr doc; /* current document */ member in struct:_xmlDebugCtxt
47 xmlDictPtr dict; /* the doc dictionnary */
65 ctxt->doc = NULL;
263 ((ctxt->doc == NULL) ||
264 ((ctxt->doc->parseFlags & (XML_PARSE_SAX1 | XML_PARSE_NODICT)) == 0))) {
274 xmlDocPtr doc; local
277 doc = node->doc;
282 if (node->doc == NULL) {
284 "Node has no doc\
1096 xmlCtxtDumpDocHead(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) argument
1172 xmlCtxtDumpDocumentHead(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) argument
1212 xmlCtxtDumpDocument(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) argument
1280 xmlCtxtDumpEntities(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) argument
1396 xmlDebugDumpEntities(FILE * output, xmlDocPtr doc) argument
1501 xmlDebugDumpDocumentHead(FILE * output, xmlDocPtr doc) argument
1522 xmlDebugDumpDocument(FILE * output, xmlDocPtr doc) argument
1573 xmlDebugCheckDocument(FILE * output, xmlDocPtr doc) argument
2458 xmlDocPtr doc; local
2805 xmlShell(xmlDocPtr doc, char *filename, xmlShellReadlineFunc input, FILE * output) argument
[all...]
H A Dcheck-xinclude-test-suite.py109 doc = libxml2.parseFile(URI)
111 doc = None
112 if doc != None:
113 res = doc.xincludeProcess()
115 result = doc.serialize()
121 doc.freeDoc()
H A Dcheck-relaxng-test-suite.py83 doc = libxml2.parseDoc(instance)
85 doc = None
87 if doc == None:
96 ret = doc.relaxNGValidateDoc(ctxt)
106 doc.freeDoc()
124 doc = libxml2.parseDoc(instance)
126 doc = None
128 if doc == None:
136 ret = doc.relaxNGValidateDoc(ctxt)
146 doc
[all...]
H A Dcheck-relaxng-test-suite2.py73 doc = libxml2.parseDoc(instance)
75 doc = None
77 if doc == None:
89 ret = doc.relaxNGValidateDoc(ctxt)
94 doc.freeDoc()
127 doc = libxml2.parseDoc(instance)
129 doc = None
131 if doc == None:
142 ret = doc.relaxNGValidateDoc(ctxt)
148 doc
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A DdebugXML.c45 xmlDocPtr doc; /* current document */ member in struct:_xmlDebugCtxt
47 xmlDictPtr dict; /* the doc dictionnary */
65 ctxt->doc = NULL;
263 ((ctxt->doc == NULL) ||
264 ((ctxt->doc->parseFlags & (XML_PARSE_SAX1 | XML_PARSE_NODICT)) == 0))) {
274 xmlDocPtr doc; local
277 doc = node->doc;
282 if (node->doc == NULL) {
284 "Node has no doc\
1097 xmlCtxtDumpDocHead(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) argument
1173 xmlCtxtDumpDocumentHead(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) argument
1213 xmlCtxtDumpDocument(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) argument
1281 xmlCtxtDumpEntities(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) argument
1397 xmlDebugDumpEntities(FILE * output, xmlDocPtr doc) argument
1502 xmlDebugDumpDocumentHead(FILE * output, xmlDocPtr doc) argument
1523 xmlDebugDumpDocument(FILE * output, xmlDocPtr doc) argument
1574 xmlDebugCheckDocument(FILE * output, xmlDocPtr doc) argument
2456 xmlDocPtr doc; local
2801 xmlShell(xmlDocPtr doc, char *filename, xmlShellReadlineFunc input, FILE * output) argument
[all...]
H A Dcheck-xinclude-test-suite.py109 doc = libxml2.parseFile(URI)
111 doc = None
112 if doc != None:
113 res = doc.xincludeProcess()
115 result = doc.serialize()
121 doc.freeDoc()
H A Dcheck-relaxng-test-suite.py83 doc = libxml2.parseDoc(instance)
85 doc = None
87 if doc == None:
96 ret = doc.relaxNGValidateDoc(ctxt)
106 doc.freeDoc()
124 doc = libxml2.parseDoc(instance)
126 doc = None
128 if doc == None:
136 ret = doc.relaxNGValidateDoc(ctxt)
146 doc
[all...]
H A Dcheck-relaxng-test-suite2.py73 doc = libxml2.parseDoc(instance)
75 doc = None
77 if doc == None:
89 ret = doc.relaxNGValidateDoc(ctxt)
94 doc.freeDoc()
127 doc = libxml2.parseDoc(instance)
129 doc = None
131 if doc == None:
142 ret = doc.relaxNGValidateDoc(ctxt)
148 doc
[all...]
/macosx-10.9.5/libxslt-13/libxslt/libxslt/
H A Dfunctions.c111 xmlDocPtr doc; local
148 ((tctxt->style->doc != NULL) &&
149 (xmlStrEqual(tctxt->style->doc->URL, URI))))
152 * This selects the stylesheet's doc itself.
154 doc = tctxt->style->doc;
164 doc = idoc->doc;
167 valuePush(ctxt, xmlXPathNewNodeSet((xmlNodePtr) doc));
173 xptrctxt = xmlXPtrNewContext(doc, NUL
668 xmlDocPtr doc; local
[all...]
H A Dnamespaces.c135 literalNs = xmlSearchNs(node->doc, node, NULL);
137 literalNs = xmlSearchNs(node->doc, node, stylePrefix);
156 targetNs = xmlSearchNs(node->doc, node, NULL);
158 targetNs = xmlSearchNs(node->doc, node, resultPrefix);
235 literalNs = xmlSearchNs(node->doc, node, NULL);
241 literalNs = xmlSearchNs(node->doc, node, stylePrefix);
258 targetNs = xmlSearchNs(node->doc, node, NULL);
264 targetNs = xmlSearchNs(node->doc, node, resultPrefix);
412 ns = xmlSearchNs(target->doc, target->parent,
438 return(xmlSearchNs(target->doc, targe
[all...]
/macosx-10.9.5/CPANInternal-140/XML-LibXML/
H A Ddom.c102 ns = xmlSearchNsByHref(tree->doc, tree, XML_XML_NAMESPACE);
106 ns = xmlSearchNs( tree->doc, tree->parent, attr->ns->prefix );
141 xmlNsPtr ns = xmlSearchNs( tree->doc, tree->parent, tree->ns->prefix );
290 * Synopsis: xmlNodePtr domReadWellBalancedString( xmlDocPtr doc, xmlChar *string )
291 * @doc: the document, the string should belong to
308 domReadWellBalancedString( xmlDocPtr doc, xmlChar* block, int repair ) { argument
314 retCode = xmlParseBalancedChunkMemory( doc,
321 /* retCode = xmlParseBalancedChunkMemoryRecover( doc, */
337 xmlSetListDoc(nodes,doc);
423 || cur->doc !
522 domImportNode( xmlDocPtr doc, xmlNodePtr node, int move, int reconcileNS ) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dfloatfns.c231 doc: /* Return the inverse cosine of ARG. */)
245 doc: /* Return the inverse sine of ARG. */)
259 doc: /* Return the inverse tangent of the arguments.
281 doc: /* Return the cosine of ARG. */)
291 doc: /* Return the sine of ARG. */)
301 doc: /* Return the tangent of ARG. */)
319 doc: /* Return the bessel function j0 of ARG. */)
329 doc: /* Return the bessel function j1 of ARG. */)
339 doc: /* Return the order N bessel function output jn of ARG.
352 doc
[all...]
/macosx-10.9.5/gnuserv-7/gnuserv/
H A Dgnuserv-compat.el189 (defmacro defcustom (var value doc &rest args)
190 (` (defvar (, var) (, value) (, doc))))
191 (defmacro defface (var value doc &rest args)
/macosx-10.9.5/groff-38/groff/arch/djgpp/
H A Dt-groff.bat23 roff\groff\groff -V -e -s -t -p -R -m ttchar -me -Tascii ../doc/meintro.me
26 roff\groff\groff -e -s -t -p -R -m ttchar -me -Tascii ../doc/meintro.me
30 roff\groff\groff -V -e -s -t -p -R -me -Tps ../doc/meintro.me
33 REM roff\groff\groff -e -s -t -p -R -me -Tps ../doc/meintro.me >>prn
37 roff\groff\groff -V -e -s -t -p -R -me -Tlj4 ../doc/meintro.me
40 REM roff\groff\groff -e -s -t -p -R -me -Tlj4 ../doc/meintro.me >>prn
44 roff\groff\groff -V -e -s -t -p -R -me -Tdvi ../doc/meintro.me
46 roff\groff\groff -e -s -t -p -R -me -Tdvi ../doc/meintro.me > meintro.dvi
49 roff\groff\groff -V -e -s -t -p -R -me -Thtml ../doc/meintro.me
51 roff\groff\groff -e -s -t -p -R -me -Thtml ../doc/meintr
[all...]
/macosx-10.9.5/libxml2-26/libxml2/include/libxml/
H A DdebugXML.h53 xmlDocPtr doc);
56 xmlDocPtr doc);
62 xmlDocPtr doc);
72 xmlDocPtr doc);
115 xmlDocPtr doc; member in struct:_xmlShellCtxt
205 xmlShell (xmlDocPtr doc,
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A DdebugXML.h53 xmlDocPtr doc);
56 xmlDocPtr doc);
62 xmlDocPtr doc);
72 xmlDocPtr doc);
115 xmlDocPtr doc; member in struct:_xmlShellCtxt
205 xmlShell (xmlDocPtr doc,
/macosx-10.9.5/tcl-102/tcl_ext/tclsoap/tclsoap/
H A DSOAP.tcl6 # See http://tclsoap.sourceforge.net/ or doc/TclSOAP.html for usage details.
698 set doc [newDocument]
699 set bod [reply_envelope $doc]
718 set r [generateXML $doc]
719 deleteDocument $doc
728 # doc - the document element of a DOM document
732 proc ::SOAP::reply_envelope { doc } {
733 set env [addNode $doc "SOAP-ENV:Envelope"]
752 # doc empty DOM document element
759 proc ::SOAP::reply { doc ur
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/t/
H A Dcontext.t83 my $doc = "this is a document";
84 $doc = bless \$doc, 'Template::Document';
85 $template = $context->template($doc);
86 ok( $template eq $doc );
87 ok( $$doc = 'this is a document' );
100 $context->visit('no doc', $blocks1);
104 $context->visit('no doc', $blocks2);
119 $context->visit('no doc', $blocks1);
123 $context->visit('no doc',
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/t/
H A Dcontext.t83 my $doc = "this is a document";
84 $doc = bless \$doc, 'Template::Document';
85 $template = $context->template($doc);
86 ok( $template eq $doc );
87 ok( $$doc = 'this is a document' );
100 $context->visit('no doc', $blocks1);
104 $context->visit('no doc', $blocks2);
119 $context->visit('no doc', $blocks1);
123 $context->visit('no doc',
[all...]
/macosx-10.9.5/libxml2-26/
H A DMakefile10 GnuAfterInstall = extract-symbols fix-libraries remove-gtk-doc install-plist remove-autom4te-cache
39 remove-gtk-doc:
40 $(RM) -rf $(DSTROOT)/usr/share/gtk-doc/
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/commands/
H A Drdoc_command.rb72 doc = Gem::RDoc.new spec, options[:include_rdoc], options[:include_ri]
74 doc.force = options[:overwrite]
82 doc.generate
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/support/installation/
H A Dmodules.tcl15 proc Module {m pkg doc exa} {
20 set guide($m,doc) $doc
33 # name pkg doc example
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/build/
H A Dmkrelease54 if test -e $RELNAME/doc/guide/admin/guide.sdf ; then
56 ( cd $RELNAME/doc/guide/admin ; make guide.html )

Completed in 430 milliseconds

<<11121314151617181920>>