Home
last modified time | relevance | path

Searched refs:group_xml (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/py-slixmpp/slixmpp-1.7.1/slixmpp/stanza/
H A Droster.py141 group_xml = ET.Element('{%s}group' % self.namespace)
142 group_xml.text = group
143 self.xml.append(group_xml)
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/Format/
H A DPRUS.cpp131 const char *group_xml = strstr(model_xml, group_tag); in extract_model_from_archive() local
134 if (group_xml != nullptr) { in extract_model_from_archive()
135 int group = atoi(group_xml + strlen(group_tag)); in extract_model_from_archive()
/dports/www/ilias/ILIAS-5.4.25/webservice/soap/include/
H A Dinc.soap_functions.php401 public static function addGroup($sid, $target_id, $group_xml) argument
407 return $soa->addGroup($sid, $target_id, $group_xml);
/dports/www/ilias6/ILIAS-6.14/webservice/soap/include/
H A Dinc.soap_functions.php411 public static function addGroup($sid, $target_id, $group_xml) argument
417 return $soa->addGroup($sid, $target_id, $group_xml);