Home
last modified time | relevance | path

Searched refs:roottag (Results 1 – 8 of 8) sorted by relevance

/dports/devel/gettext-lint/gettext-lint-0.4/src/
H A Dutil.py7 def __init__(self, roottag, output = sys.stdout): argument
8 self.roottag = roottag
15 self.output.write('<%s>\n' % self.roottag)
38 self.output.write('</%s>\n' % self. roottag)
40 self.output.write('<%s/>\n' % self. roottag)
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Common/Model/
H A DDTD.pm25 my ($class, $model, $roottag, $publicid, $systemid) = @_;
26 …my $self = { model => $model, roottag => $roottag, public_id => $publicid, system_id => $systemid …
59 $model->addTagContent('#Document', $$self{roottag}) if $$self{roottag};
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Post/
H A DCollector.pm59 my $roottag = $doc->getQName($root);
71 : $doc->newDocument([$roottag, { 'xml:id' => $ids[$i][0], role => $rootrole }],
80 $subdoc->addNodes($subdoc->findnode('//' . $roottag),
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/doc/formats/
H A Dxml-struct.rst14 <roottag>
26 </roottag>
30 ``roottag``
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Common/
H A DModel.pm39 my ($self, $roottag, $publicid, $systemid) = @_;
40 $$self{schemadata} = ['DTD', $roottag, $publicid, $systemid];
66 my ($roottag, $publicid, $systemid) = @data;
69 $$self{schema} = LaTeXML::Common::Model::DTD->new($self, $roottag, $publicid, $systemid); }
/dports/devel/indi/indi-1.9.1/
H A Dindiserver.c1200 char *roottag = tagXMLEle(root); in readFromClient() local
1230 else if (!strcmp(roottag, "getProperties") && !cp->nprops && cp->allprops != 2) in readFromClient()
1234 if (!strcmp(roottag, "enableBLOB")) in readFromClient()
1247 if (!strncmp(roottag, "set", 3)) in readFromClient()
1251 if (!strncmp(roottag, "new", 3)) in readFromClient()
1323 char *roottag = tagXMLEle(root); in readFromDriver() local
1342 if (!strcmp(roottag, "getProperties")) in readFromDriver()
1363 if (!strcmp(roottag, "enableBLOB")) in readFromDriver()
1578 char *roottag = tagXMLEle(root); in q2RDrivers() local
1604 if (isRemote == 0 && !strcmp(roottag, "enableBLOB")) in q2RDrivers()
/dports/astro/stellarium/stellarium-0.21.3/src/external/libindi/
H A Dindiserver.c1183 char *roottag = tagXMLEle(root); in readFromClient() local
1206 else if (!strcmp(roottag, "getProperties") && !cp->nprops) in readFromClient()
1210 if (!strcmp(roottag, "enableBLOB")) in readFromClient()
1223 if (!strncmp(roottag, "set", 3)) in readFromClient()
1227 if (!strncmp(roottag, "new", 3)) in readFromClient()
1299 char *roottag = tagXMLEle(root); in readFromDriver() local
1318 if (!strcmp(roottag, "getProperties")) in readFromDriver()
1339 if (!strcmp(roottag, "enableBLOB")) in readFromDriver()
1554 char *roottag = tagXMLEle(root); in q2RDrivers() local
1580 if (isRemote == 0 && !strcmp(roottag, "enableBLOB")) in q2RDrivers()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/obb/
H A Dobb_tree_tool.cpp290 Tag roottag; in build_tree() local
291 …rval = interface->tag_get_handle( root_tag, 1, MB_TYPE_HANDLE, roottag, MB_TAG_CREAT|MB_TAG_SPARSE… in build_tree()
297 rval = interface->tag_set_data( roottag, &mesh, 1, &root ); in build_tree()