Searched refs:docu (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/libxml2-26/libxml2/
H A Drelaxng.c675 * @docu: a document structure
680 xmlRelaxNGFreeDocument(xmlRelaxNGDocumentPtr docu) argument
682 if (docu == NULL)
685 if (docu->href != NULL)
686 xmlFree(docu->href);
687 if (docu->doc != NULL)
688 xmlFreeDoc(docu->doc);
689 if (docu->schema != NULL)
690 xmlRelaxNGFreeInnerSchema(docu->schema);
691 xmlFree(docu);
701 xmlRelaxNGFreeDocumentList(xmlRelaxNGDocumentPtr docu) argument
4731 xmlRelaxNGDocumentPtr docu; local
7029 xmlRelaxNGDocumentPtr docu; local
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Drelaxng.c674 * @docu: a document structure
679 xmlRelaxNGFreeDocument(xmlRelaxNGDocumentPtr docu) argument
681 if (docu == NULL)
684 if (docu->href != NULL)
685 xmlFree(docu->href);
686 if (docu->doc != NULL)
687 xmlFreeDoc(docu->doc);
688 if (docu->schema != NULL)
689 xmlRelaxNGFreeInnerSchema(docu->schema);
690 xmlFree(docu);
700 xmlRelaxNGFreeDocumentList(xmlRelaxNGDocumentPtr docu) argument
4730 xmlRelaxNGDocumentPtr docu; local
7028 xmlRelaxNGDocumentPtr docu; local
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/support/
H A Dtexi2html2295 $docu = shift(@ARGV);
2296 if ($docu =~ /.*\//) {
2301 $docu_name = $docu;
2467 print "# reading from $docu\n" if $T2H_VERBOSE;
5008 &open($docu);
/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A Dtransform.c469 xsltDocumentPtr docu; local
590 docu = xsltNewDocument(cur, doc);
591 if (docu == NULL) {
596 docu->main = 1;
597 cur->document = docu;
/macosx-10.10.1/vim-55/runtime/syntax/
H A Daml.vim28 syn keyword amlArcCmd contained countvertices cpw cr create create2[dindex] createa[ttributes] createca[talog] createco[go] createcogo createf[eature] createind[ex] createinf[otable] createlab[els] createlay[er] createli[brary] createn[etindex] creater[emap] creates[ystables] createta[blespace] createti[n] createw[orkspace] createworkspace cs culdesac curs[or] curv[ature] curve3pt cut[fill] cutoff cw cx[or] da dar[cyflow] dat[aset] dba[seinfo] dbmsc dbmsc[ursor] dbmscursor dbmse[xecute] dbmsi[nfo] dbmss[et] de delete deletea[rrows] deletet[ic] deletew[orkspace] deleteworkspace demg[rid] deml[attice] dend[rogram] densify densifya[rc] describe describea[rchive] describel[attice] describeti[n] describetr[ans] describetrans dev df[adarc] dg dif[f] digi[tizer] digt[est] dim[earc] dir dir[ectory] directory disa[blepanzoom] disconnect disconnectu[ser] disp disp[lay] display dissolve dissolvee[vents] dissolveevents dista[nce] distr[ibutebuild] div dl[garc] do doce[ll] docu[ment] document dogroup drag

Completed in 283 milliseconds