Searched refs:doc (Results 326 - 350 of 1041) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A DHTMLtree.c41 * @doc: the document
48 htmlGetMetaEncoding(htmlDocPtr doc) { argument
53 if (doc == NULL)
55 cur = doc->children;
152 * @doc: the document
162 htmlSetMetaEncoding(htmlDocPtr doc, const xmlChar *encoding) { argument
168 if (doc == NULL)
181 cur = doc->children;
272 meta = xmlNewDocNode(doc, NULL, BAD_CAST"meta", NULL);
389 htmlNodeDumpFormat(xmlBufferPtr buf, xmlDocPtr doc, xmlNodePt
404 htmlNodeDumpFormat(xmlBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, int format) argument
448 htmlNodeDump(xmlBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur) argument
469 htmlNodeDumpFileFormat(FILE *out, xmlDocPtr doc, xmlNodePtr cur, const char *encoding, int format) argument
518 htmlNodeDumpFile(FILE *out, xmlDocPtr doc, xmlNodePtr cur) argument
637 htmlDtdDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, const char *encoding ATTRIBUTE_UNUSED) argument
671 htmlAttrDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlAttrPtr cur, const char *encoding ATTRIBUTE_UNUSED) argument
733 htmlAttrListDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlAttrPtr cur, const char *encoding) argument
756 htmlNodeListDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, const char *encoding, int format) argument
778 htmlNodeDumpFormatOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, const char *encoding, int format) argument
967 htmlNodeDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, const char *encoding) argument
[all...]
H A DtestRelax.c135 xmlDocPtr doc; local
137 doc = xmlReadFile(argv[i],NULL,0);
139 if (doc == NULL) {
150 ret = xmlRelaxNGValidateDoc(ctxt, doc);
160 xmlFreeDoc(doc);
H A DtestSchemas.c126 xmlDocPtr doc; local
128 doc = xmlReadFile(argv[i],NULL,0);
130 if (doc == NULL) {
141 ret = xmlSchemaValidateDoc(ctxt, doc);
151 xmlFreeDoc(doc);
/macosx-10.9.5/ruby-104/ruby/test/rdoc/
H A Dtest_rdoc_markup.rb64 doc = RDoc::Markup::Parser.parse <<-STR
79 out = m.convert doc, tt
/macosx-10.9.5/ruby-104/ruby/test/rexml/
H A Dtest_martin_fowler.rb20 @doc = REXML::Document.new(DOC)
21 @figs = REXML::XPath.match(@doc,'//figure')
/macosx-10.9.5/swig-10/Lib/guile/
H A Dports.i26 %typemap(in, doc="$NAME is a file port or a FILE * pointer") FILE *
/macosx-10.9.5/tcl-102/tcl_ext/expect/
H A DMakefile25 GnuAfterInstall = lipo_ppc strip install-doc fix-perms
32 install-doc:
/macosx-10.9.5/vim-53/runtime/indent/
H A Ddtrace.vim3 " http://docs.sun.com/app/docs/doc/817-6223
/macosx-10.9.5/vim-53/xcodescripts/
H A Dinstall-man-pages.sh12 for X in `find "$SRCROOT"/runtime/doc -name \*.1 -a \! -name \*-\*.1` ; do
/macosx-10.9.5/libxml2-26/libxml2/include/libxml/
H A Drelaxng.h129 xmlRelaxNGNewDocParserCtxt (xmlDocPtr doc);
186 xmlDocPtr doc);
192 xmlDocPtr doc,
200 xmlDocPtr doc,
204 xmlDocPtr doc,
/macosx-10.9.5/libxml2-26/libxml2/
H A DtestRelax.c135 xmlDocPtr doc; local
137 doc = xmlReadFile(argv[i],NULL,0);
139 if (doc == NULL) {
150 ret = xmlRelaxNGValidateDoc(ctxt, doc);
160 xmlFreeDoc(doc);
H A DtestSchemas.c126 xmlDocPtr doc; local
128 doc = xmlReadFile(argv[i],NULL,0);
130 if (doc == NULL) {
141 ret = xmlSchemaValidateDoc(ctxt, doc);
151 xmlFreeDoc(doc);
H A DHTMLtree.c43 * @doc: the document
50 htmlGetMetaEncoding(htmlDocPtr doc) { argument
55 if (doc == NULL)
57 cur = doc->children;
154 * @doc: the document
164 htmlSetMetaEncoding(htmlDocPtr doc, const xmlChar *encoding) { argument
171 if (doc == NULL)
184 cur = doc->children;
275 meta = xmlNewDocNode(doc, NULL, BAD_CAST"meta", NULL);
399 * @doc
408 htmlBufNodeDumpFormat(xmlBufPtr buf, xmlDocPtr doc, xmlNodePtr cur, int format) argument
452 htmlNodeDump(xmlBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur) argument
488 htmlNodeDumpFileFormat(FILE *out, xmlDocPtr doc, xmlNodePtr cur, const char *encoding, int format) argument
537 htmlNodeDumpFile(FILE *out, xmlDocPtr doc, xmlNodePtr cur) argument
654 htmlDtdDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, const char *encoding ATTRIBUTE_UNUSED) argument
688 htmlAttrDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlAttrPtr cur, const char *encoding ATTRIBUTE_UNUSED) argument
755 htmlAttrListDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlAttrPtr cur, const char *encoding) argument
778 htmlNodeListDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, const char *encoding, int format) argument
800 htmlNodeDumpFormatOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, const char *encoding, int format) argument
989 htmlNodeDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, const char *encoding) argument
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dfunction.m21 PyObject* doc;
50 offsetof(func_object, doc),
261 Py_XDECREF(self->doc); self->doc = NULL;
337 result->doc = NULL;
355 PyObjCFunc_New(PyObject* name, void* func, const char* signature, PyObject* doc, PyObject* meta)
364 result->doc = NULL;
376 result->doc = doc;
377 Py_XINCREF(doc);
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-SearchKit/PyObjCTest/
H A Dtest_sksearch.py32 doc = SKDocumentCreateWithURL(
40 SKIndexAddDocumentWithText(index, doc, "copyright and licenses", True)
52 def callback(idx, doc, ctx):
53 l.append([idx, doc, ctx])
63 grp, [doc], 10, ctx, callback)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/
H A Dfunction.m21 PyObject* doc;
50 offsetof(func_object, doc),
271 Py_XDECREF(self->doc); self->doc = NULL;
346 result->doc = NULL;
364 PyObjCFunc_New(PyObject* name, void* func, const char* signature, PyObject* doc, PyObject* meta)
373 result->doc = NULL;
385 result->doc = doc;
386 Py_XINCREF(doc);
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Drelaxng.h129 xmlRelaxNGNewDocParserCtxt (xmlDocPtr doc);
186 xmlDocPtr doc);
192 xmlDocPtr doc,
200 xmlDocPtr doc,
204 xmlDocPtr doc,
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-SearchKit/PyObjCTest/
H A Dtest_sksearch.py32 doc = SKDocumentCreateWithURL(
40 SKIndexAddDocumentWithText(index, doc, "copyright and licenses", True)
52 def callback(idx, doc, ctx):
53 l.append([idx, doc, ctx])
63 grp, [doc], 10, ctx, callback)
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_install_update_options.rb35 @cmd.handle_options %w[--doc]
41 @cmd.handle_options %w[--doc=rdoc]
45 @cmd.handle_options %w[--doc ri]
51 @cmd.handle_options %w[--doc=rdoc,ri]
57 @cmd.handle_options %w[--no-doc]
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tcldom/examples/
H A Dbrowser.tcl29 global tree text doc view
42 catch {dom::destroy $doc}
44 set doc $newdoc
46 $tree configure -rootnode $doc
49 $text configure -rootnode $doc
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDOMImplementation.cpp287 RefPtr<Document> doc; local
290 doc = SVGDocument::create(0, KURL());
294 doc = Document::createXHTML(0, KURL());
296 doc = Document::create(0, KURL());
298 doc->setSecurityOrigin(m_document->securityOrigin());
299 doc->setContextFeatures(m_document->contextFeatures());
303 documentElement = doc->createElementNS(namespaceURI, qualifiedName, ec);
319 doc->appendChild(doctype);
321 doc->appendChild(documentElement.release());
323 return doc
[all...]
/macosx-10.9.5/libarchive-29/libarchive/build/
H A Dclean.sh66 rm -f doc/html/*
67 rm -f doc/man/*
68 rm -f doc/pdf/*
69 rm -f doc/text/*
70 rm -f doc/wiki/*
/macosx-10.9.5/libxslt-13/libxslt/libxslt/
H A Dimports.c106 base = xmlNodeGetBase(style->doc, cur);
116 if (res->doc == NULL)
118 if (xmlStrEqual(res->doc->URL, URI)) {
205 base = xmlNodeGetBase(style->doc, cur);
219 if (xmlStrEqual(docptr->doc->URL, URI)) {
243 oldDoc = style->doc;
244 style->doc = include->doc;
256 result = xsltParseStylesheetProcess(style, include->doc);
260 style->doc
[all...]
/macosx-10.9.5/tidy-15.12/tidy/src/
H A Dtags.c409 Bool TY_(FindTag)( TidyDocImpl* doc, Node *node ) argument
412 if ( cfgBool(doc, TidyXmlTags) )
414 node->tag = doc->tags.xml_tags;
418 if ( node->element && (np = lookup(&doc->tags, node->element)) )
438 Parser* TY_(FindParser)( TidyDocImpl* doc, Node *node ) argument
440 const Dict* np = lookup( &doc->tags, node->element );
446 void TY_(DefineTag)( TidyDocImpl* doc, UserTagType tagType, ctmbstr name ) argument
478 declare( &doc->tags, name, vers, cm, parser, NULL );
481 TidyIterator TY_(GetDeclaredTagList)( TidyDocImpl* doc )
483 return (TidyIterator) doc
547 FreeDeclaredTags( TidyDocImpl* doc, UserTagType tagType ) argument
613 CheckAttributes( TidyDocImpl* doc, Node *node ) argument
626 CheckIMG( TidyDocImpl* doc, Node *node ) argument
658 CheckCaption(TidyDocImpl* doc, Node *node) argument
677 CheckHTML( TidyDocImpl* doc, Node *node ) argument
682 CheckAREA( TidyDocImpl* doc, Node *node ) argument
703 CheckTABLE( TidyDocImpl* doc, Node *node ) argument
730 CheckSCRIPT( TidyDocImpl* doc, Node *node ) argument
781 CheckSTYLE( TidyDocImpl* doc, Node *node ) argument
795 CheckLINK( TidyDocImpl* doc, Node *node ) argument
815 CheckFORM( TidyDocImpl* doc, Node *node ) argument
826 CheckMETA( TidyDocImpl* doc, Node *node ) argument
843 nodeHasText( TidyDocImpl* doc, Node* node ) argument
[all...]
/macosx-10.9.5/libxml2-26/libxml2/doc/
H A Dindex.py30 # Then run the script in the doc subdir, it will create the symbols and
675 doc = libxml2.parseFile(filename)
677 return doc
701 print "unexpected element %s in API doc <file name='%s'>" % (name)
716 print "unexpected element %s in API doc <files>" % (cur.name)
914 print "unexpected element %s in API doc <files>" % (cur.name)
918 def analyzeAPI(doc):
920 if doc == None:
922 root = doc.getRootElement()
937 print "unexpected element %s in API doc"
[all...]

Completed in 283 milliseconds

<<11121314151617181920>>