Home
last modified time | relevance | path

Searched refs:toXML (Results 1 – 25 of 1536) sorted by relevance

12345678910>>...62

/dports/print/py-fonttools3/fonttools-3.44.0/Tests/otlLib/
H A Dbuilder_test.py22 assert getXML(anchor.toXML) == [
31 assert getXML(anchor.toXML) == [
46 assert getXML(anchor.toXML) == [
151 assert getXML(rec.toXML) == [
167 assert getXML(caret.toXML) == [
175 assert getXML(caret.toXML) == [
184 assert getXML(rec.toXML) == [
206 assert getXML(cov.toXML) == [
218 assert getXML(pos.toXML) == [
439 assert getXML(lig.toXML) == [
[all …]
/dports/security/fwbuilder/fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/
H A DRuleElement.cpp183 (*j)->toXML(me); in toXML()
226 (*j)->toXML(me); in toXML()
269 (*j)->toXML(me); in toXML()
311 (*j)->toXML(me); in toXML()
423 (*j)->toXML(me); in toXML()
450 (*j)->toXML(me); in toXML()
477 (*j)->toXML(me); in toXML()
506 (*j)->toXML(me); in toXML()
533 (*j)->toXML(me); in toXML()
560 (*j)->toXML(me); in toXML()
[all …]
H A DRuleElement.h112 virtual xmlNodePtr toXML(xmlNodePtr parent) throw(FWException);
126 virtual xmlNodePtr toXML(xmlNodePtr parent) throw(FWException);
140 virtual xmlNodePtr toXML(xmlNodePtr parent) throw(FWException);
155 virtual xmlNodePtr toXML(xmlNodePtr parent) throw(FWException);
186 virtual xmlNodePtr toXML(xmlNodePtr parent) throw(FWException);
198 virtual xmlNodePtr toXML(xmlNodePtr parent) throw(FWException);
210 virtual xmlNodePtr toXML(xmlNodePtr parent) throw(FWException);
222 virtual xmlNodePtr toXML(xmlNodePtr parent) throw(FWException);
234 virtual xmlNodePtr toXML(xmlNodePtr parent) throw(FWException);
246 virtual xmlNodePtr toXML(xmlNodePtr parent) throw(FWException);
[all …]
H A DRule.cpp442 o->toXML(me); in toXML()
445 o->toXML(me); in toXML()
448 o->toXML(me); in toXML()
451 o->toXML(me); in toXML()
454 o->toXML(me); in toXML()
457 o->toXML(me); in toXML()
461 o->toXML(me); in toXML()
882 o->toXML(me); in toXML()
885 o->toXML(me); in toXML()
888 o->toXML(me); in toXML()
[all …]
/dports/print/py-fonttools/fonttools-4.28.2/Tests/otlLib/
H A Dbuilder_test.py24 assert getXML(anchor.toXML) == [
33 assert getXML(anchor.toXML) == [
48 assert getXML(anchor.toXML) == [
153 assert getXML(rec.toXML) == [
169 assert getXML(caret.toXML) == [
177 assert getXML(caret.toXML) == [
186 assert getXML(rec.toXML) == [
208 assert getXML(cov.toXML) == [
220 assert getXML(pos.toXML) == [
441 assert getXML(lig.toXML) == [
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/layout/sbml/test/
H A DTestLayoutFormatter.cpp150 fail_unless( node.equals(l.toXML(), true) ); in START_TEST()
176 fail_unless( node.equals(l.toXML(), true) ); in START_TEST()
210 fail_unless( node.equals(l.toXML(), true) ); in START_TEST()
231 fail_unless( node.equals(l.toXML(), true) ); in START_TEST()
262 fail_unless( node.equals(cg.toXML(), true) ); in START_TEST()
299 fail_unless( node.equals(cg.toXML(), true) ); in START_TEST()
341 fail_unless( node.equals(cg.toXML(), true) ); in START_TEST()
370 fail_unless( node.equals(cg.toXML(), true) ); in START_TEST()
400 fail_unless( node.equals(sg.toXML(), true) ); in START_TEST()
437 fail_unless( node.equals(sg.toXML(), true) ); in START_TEST()
[all …]
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/packages/layout/sbml/test/
H A DTestLayoutFormatter.cpp150 fail_unless( node.equals(l.toXML(), true) ); in START_TEST()
176 fail_unless( node.equals(l.toXML(), true) ); in START_TEST()
210 fail_unless( node.equals(l.toXML(), true) ); in START_TEST()
231 fail_unless( node.equals(l.toXML(), true) ); in START_TEST()
262 fail_unless( node.equals(cg.toXML(), true) ); in START_TEST()
299 fail_unless( node.equals(cg.toXML(), true) ); in START_TEST()
341 fail_unless( node.equals(cg.toXML(), true) ); in START_TEST()
370 fail_unless( node.equals(cg.toXML(), true) ); in START_TEST()
400 fail_unless( node.equals(sg.toXML(), true) ); in START_TEST()
437 fail_unless( node.equals(sg.toXML(), true) ); in START_TEST()
[all …]
/dports/www/moodle310/moodle/lib/plist/classes/CFPropertyList/
H A DCFType.php71 public function toXML(DOMDocument $doc, $nodeName) { function in CFPropertyList\\CFType
110 public function toXML(DOMDocument $doc,$nodeName="") { function in CFPropertyList\\CFString
111 return parent::toXML($doc, 'string');
126 function toXML(DOMDocument $doc,$nodeName="") { function in CFPropertyList\\CFUid
152 public function toXML(DOMDocument $doc,$nodeName="") { function in CFPropertyList\\CFNumber
158 return parent::toXML($doc, $ret);
227 public function toXML(DOMDocument $doc,$nodeName="") { function in CFPropertyList\\CFDate
271 public function toXML(DOMDocument $doc,$nodeName="") { function in CFPropertyList\\CFBoolean
337 public function toXML(DOMDocument $doc,$nodeName="") { function in CFPropertyList\\CFData
338 return parent::toXML($doc, 'data');
[all …]
/dports/www/moodle39/moodle/lib/plist/classes/CFPropertyList/
H A DCFType.php71 public function toXML(DOMDocument $doc, $nodeName) { function in CFPropertyList\\CFType
110 public function toXML(DOMDocument $doc,$nodeName="") { function in CFPropertyList\\CFString
111 return parent::toXML($doc, 'string');
126 function toXML(DOMDocument $doc,$nodeName="") { function in CFPropertyList\\CFUid
152 public function toXML(DOMDocument $doc,$nodeName="") { function in CFPropertyList\\CFNumber
158 return parent::toXML($doc, $ret);
227 public function toXML(DOMDocument $doc,$nodeName="") { function in CFPropertyList\\CFDate
271 public function toXML(DOMDocument $doc,$nodeName="") { function in CFPropertyList\\CFBoolean
337 public function toXML(DOMDocument $doc,$nodeName="") { function in CFPropertyList\\CFData
338 return parent::toXML($doc, 'data');
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/MetaData/classes/
H A Dclass.ilMD.php255 public function toXML(&$writer) function in ilMD
262 $gen->toXML($writer);
268 $gen->toXML($writer);
274 $lif->toXML($writer);
279 $met->toXML($writer);
284 $tec->toXML($writer);
289 $edu->toXML($writer);
294 $rig->toXML($writer);
300 $rel->toXML($writer);
306 $ann->toXML($writer);
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/Migration/DBUpdate_5295/classes/
H A Dclass.ilMD.php255 public function toXML(&$writer) function in ilMD
262 $gen->toXML($writer);
268 $gen->toXML($writer);
274 $lif->toXML($writer);
279 $met->toXML($writer);
284 $tec->toXML($writer);
289 $edu->toXML($writer);
294 $rig->toXML($writer);
300 $rel->toXML($writer);
306 $ann->toXML($writer);
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/Migration/DBUpdate_5295/classes/
H A Dclass.ilMD5295.php255 public function toXML(&$writer) function in ilMD5295
262 $gen->toXML($writer);
268 $gen->toXML($writer);
274 $lif->toXML($writer);
279 $met->toXML($writer);
284 $tec->toXML($writer);
289 $edu->toXML($writer);
294 $rig->toXML($writer);
300 $rel->toXML($writer);
306 $ann->toXML($writer);
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/MetaData/classes/
H A Dclass.ilMD.php255 public function toXML(&$writer) function in ilMD
262 $gen->toXML($writer);
268 $gen->toXML($writer);
274 $lif->toXML($writer);
279 $met->toXML($writer);
284 $tec->toXML($writer);
289 $edu->toXML($writer);
294 $rig->toXML($writer);
300 $rel->toXML($writer);
306 $ann->toXML($writer);
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/Migration/DBUpdate_426/classes/
H A Dclass.ilMD.php256 public function toXML(&$writer) function in ilMD
262 $gen->toXML($writer);
267 $lif->toXML($writer);
272 $met->toXML($writer);
277 $tec->toXML($writer);
282 $edu->toXML($writer);
287 $rig->toXML($writer);
293 $rel->toXML($writer);
299 $ann->toXML($writer);
305 $cla->toXML($writer);
/dports/www/ilias6/ILIAS-6.14/Services/Migration/DBUpdate_426/classes/
H A Dclass.ilMD.php256 public function toXML(&$writer) function in ilMD
262 $gen->toXML($writer);
267 $lif->toXML($writer);
272 $met->toXML($writer);
277 $tec->toXML($writer);
282 $edu->toXML($writer);
287 $rig->toXML($writer);
293 $rel->toXML($writer);
299 $ann->toXML($writer);
305 $cla->toXML($writer);
/dports/graphics/py-OWSLib/OWSLib-0.24.1/owslib/
H A Dfes2.py249 def toXML(self): member in SortProperty
260 def toXML(self): member in SortBy
280 def toXML(self): member in BinaryComparisonOpType
335 def toXML(self): member in PropertyIsLike
352 def toXML(self): member in PropertyIsNull
365 def toXML(self): member in PropertyIsBetween
381 def toXML(self): member in BBox
405 def toXML(self): member in BinaryLogicOpType
408 node0.append(op.toXML())
429 def toXML(self): member in UnaryLogicOpType
[all …]
H A Dfes.py243 def toXML(self): member in SortProperty
254 def toXML(self): member in SortBy
274 def toXML(self): member in BinaryComparisonOpType
329 def toXML(self): member in PropertyIsLike
346 def toXML(self): member in PropertyIsNull
359 def toXML(self): member in PropertyIsBetween
375 def toXML(self): member in BBox
399 def toXML(self): member in BinaryLogicOpType
402 node0.append(op.toXML())
423 def toXML(self): member in UnaryLogicOpType
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/saml2/src/SAML2/XML/md/
H A DIDPSSODescriptor.php108 public function toXML(\DOMElement $parent) function in SAML2\\XML\\md\\IDPSSODescriptor
117 $e = parent::toXML($parent);
126 $ep->toXML($e, 'md:SingleSignOnService');
130 $ep->toXML($e, 'md:NameIDMappingService');
134 $ep->toXML($e, 'md:AssertionIDRequestService');
140 $a->toXML($e);
H A DSSODescriptorType.php88 protected function toXML(\DOMElement $parent) function in SAML2\\XML\\md\\SSODescriptorType
95 $e = parent::toXML($parent);
98 $ep->toXML($e, 'md:ArtifactResolutionService');
102 $ep->toXML($e, 'md:SingleLogoutService');
106 $ep->toXML($e, 'md:ManageNameIDService');
H A DAttributeAuthorityDescriptor.php101 public function toXML(\DOMElement $parent) function in SAML2\\XML\\md\\AttributeAuthorityDescriptor
110 $e = parent::toXML($parent);
113 $ep->toXML($e, 'md:AttributeService');
117 $ep->toXML($e, 'md:AssertionIDRequestService');
125 $a->toXML($e);
/dports/misc/freeguide/freeguide-0.11.1/src/freeguide/common/lib/importexport/
H A DXMLTVExport.java132 " <channel id=\"" + StringHelper.toXML( ch.getID( ) ) + "\">\n" ); in writeChannelInfo()
135 " <display-name>" + StringHelper.toXML( ch.getDisplayName( ) ) in writeChannelInfo()
141 " <icon src=\"" + StringHelper.toXML( ch.getIconURL( ) ) in writeChannelInfo()
158 + StringHelper.toXML( prog.getChannel( ).getID( ) ) + "\">\n" ); in writeProgrammeInfo()
161 " <title>" + StringHelper.toXML( prog.getTitle( ) ) in writeProgrammeInfo()
167 " <desc>" + StringHelper.toXML( prog.getDescription( ) ) in writeProgrammeInfo()
187 StringHelper.toXML( (String)attrs.get( "" ) ) ); in writeProgrammeInfo()
201 out.write( StringHelper.toXML( value ) ); in writeProgrammeInfo()
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/saml2/src/SAML2/XML/md/
H A DIDPSSODescriptor.php303 public function toXML(DOMElement $parent) : DOMElement function in SAML2\\XML\\md\\IDPSSODescriptor
305 $e = parent::toXML($parent);
312 $ep->toXML($e, 'md:SingleSignOnService');
316 $ep->toXML($e, 'md:NameIDMappingService');
320 $ep->toXML($e, 'md:AssertionIDRequestService');
326 $a->toXML($e);
H A DSSODescriptorType.php223 public function toXML(DOMElement $parent) : DOMElement function in SAML2\\XML\\md\\SSODescriptorType
225 $e = parent::toXML($parent);
228 $ep->toXML($e, 'md:ArtifactResolutionService');
232 $ep->toXML($e, 'md:SingleLogoutService');
236 $ep->toXML($e, 'md:ManageNameIDService');
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/openfire/net/
H A DServerSocketReader.java80 Log.debug("IQ rejected: " + packet.toXML(), e); in processIQ()
101 Log.debug("Presence rejected: " + packet.toXML(), e); in processPresence()
122 Log.debug("Message rejected: " + packet.toXML(), e); in processMessage()
163 packet.toXML()); in packetReceived()
166 connection.deliverRawText(error.toXML()); in packetReceived()
174 packet.toXML()); in packetReceived()
177 connection.deliverRawText(error.toXML()); in packetReceived()
/dports/print/py-fonttools3/fonttools-3.44.0/Tests/ttLib/tables/
H A D_n_a_m_e_test.py213 def toXML(self, name): member in NameRecordTest
215 name.toXML(writer, ttFont=None)
225 ], self.toXML(name))
233 ], self.toXML(name))
241 ], self.toXML(name))
249 ], self.toXML(name))
257 ], self.toXML(name))
265 ], self.toXML(name))
273 ], self.toXML(name))
281 ], self.toXML(name))

12345678910>>...62