Home
last modified time | relevance | path

Searched refs:XMLAttributes (Results 1 – 25 of 1413) sorted by relevance

12345678910>>...57

/dports/games/flightgear/flightgear-2020.3.11/src/FDM/YASim/
H A DFGFDM.hpp52 void parseAirplane(const XMLAttributes* a);
55 void parseCockpit(const XMLAttributes* a);
64 void parseWeight(const XMLAttributes* a);
65 void parseStall(const XMLAttributes* a);
73 void parseJet(const XMLAttributes* a);
74 void parseHitch(const XMLAttributes* a);
75 void parseTow(const XMLAttributes* a);
76 void parseWinch(const XMLAttributes* a);
77 void parseGear(const XMLAttributes* a);
78 void parseHook(const XMLAttributes* a);
[all …]
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/falagard/
H A DXMLHandler.h198 const XMLAttributes& attributes);
247 void elementChildStart(const XMLAttributes& attributes);
265 void elementLayerStart(const XMLAttributes& attributes);
271 void elementSectionStart(const XMLAttributes& attributes);
295 void elementAreaStart(const XMLAttributes& attributes);
301 void elementImageStart(const XMLAttributes& attributes);
307 void elementColoursStart(const XMLAttributes& attributes);
343 void elementDimStart(const XMLAttributes& attributes);
379 void elementFontDimStart(const XMLAttributes& attributes);
391 void elementTextStart(const XMLAttributes& attributes);
[all …]
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Python/bindings/output/CEGUI/
H A DXMLAttributes.pypp.cpp12 typedef bp::class_< CEGUI::XMLAttributes > XMLAttributes_exposer_t; in register_XMLAttributes_class()
24 , add_function_type( &::CEGUI::XMLAttributes::add ) in register_XMLAttributes_class()
49 , exists_function_type( &::CEGUI::XMLAttributes::exists ) in register_XMLAttributes_class()
66 typedef ::size_t ( ::CEGUI::XMLAttributes::*getCount_function_type )( ) const; in register_XMLAttributes_class()
70 , getCount_function_type( &::CEGUI::XMLAttributes::getCount ) in register_XMLAttributes_class()
86 , getName_function_type( &::CEGUI::XMLAttributes::getName ) in register_XMLAttributes_class()
114 , getValue_function_type( &::CEGUI::XMLAttributes::getValue ) in register_XMLAttributes_class()
143 , getValue_function_type( &::CEGUI::XMLAttributes::getValue ) in register_XMLAttributes_class()
167 , getValueAsBool_function_type( &::CEGUI::XMLAttributes::getValueAsBool ) in register_XMLAttributes_class()
198 , getValueAsFloat_function_type( &::CEGUI::XMLAttributes::getValueAsFloat ) in register_XMLAttributes_class()
[all …]
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/
H A DScheme_xmlHandler.h107 void elementGUISchemeStart(const XMLAttributes& attributes);
109 void elementImagesetStart(const XMLAttributes& attributes);
111 void elementImagesetFromImageStart(const XMLAttributes& attributes);
113 void elementFontStart(const XMLAttributes& attributes);
115 void elementWindowSetStart(const XMLAttributes& attributes);
117 void elementWindowFactoryStart(const XMLAttributes& attributes);
119 void elementWindowRendererSetStart(const XMLAttributes& attributes);
123 void elementWindowAliasStart(const XMLAttributes& attributes);
125 void elementFalagardMappingStart(const XMLAttributes& attributes);
127 void elementLookNFeelStart(const XMLAttributes& attributes);
[all …]
H A DConfig_xmlHandler.h148 void handleCEGUIConfigElement(const XMLAttributes& attr);
149 void handleLoggingElement(const XMLAttributes& attr);
150 void handleAutoLoadElement(const XMLAttributes& attr);
151 void handleResourceDirectoryElement(const XMLAttributes& attr);
152 void handleDefaultResourceGroupElement(const XMLAttributes& attr);
153 void handleScriptingElement(const XMLAttributes& attr);
154 void handleXMLParserElement(const XMLAttributes& attr);
155 void handleImageCodecElement(const XMLAttributes& attr);
156 void handleDefaultTooltipElement(const XMLAttributes& attr);
157 void handleDefaultFontElement(const XMLAttributes& attr);
[all …]
H A DGUILayout_xmlHandler.h80 virtual void elementStart(const String& element, const XMLAttributes& attributes);
118 void elementGUILayoutStart(const XMLAttributes& attributes);
124 void elementWindowStart(const XMLAttributes& attributes);
130 void elementAutoWindowStart(const XMLAttributes& attributes);
136 void elementUserStringStart(const XMLAttributes& attributes);
142 void elementPropertyStart(const XMLAttributes& attributes);
148 void elementLayoutImportStart(const XMLAttributes& attributes);
154 void elementEventStart(const XMLAttributes& attributes);
H A DAnimation_xmlHandler.h53 const XMLAttributes& attributes);
75 AnimationDefinitionHandler(const XMLAttributes& attributes,
82 const XMLAttributes& attributes);
105 AnimationAffectorHandler(const XMLAttributes& attributes,
112 const XMLAttributes& attributes);
137 AnimationKeyFrameHandler(const XMLAttributes& attributes,
144 const XMLAttributes& attributes);
159 AnimationSubscriptionHandler(const XMLAttributes& attributes,
166 const XMLAttributes& attributes);
/dports/graphics/cegui/cegui-0.8.7/cegui/src/
H A DXMLAttributes.cpp35 XMLAttributes::XMLAttributes(void) in XMLAttributes() function in CEGUI::XMLAttributes
38 XMLAttributes::~XMLAttributes(void) in ~XMLAttributes()
41 void XMLAttributes::add(const String& attrName, const String& attrValue) in add()
46 void XMLAttributes::remove(const String& attrName) in remove()
54 bool XMLAttributes::exists(const String& attrName) const in exists()
59 size_t XMLAttributes::getCount(void) const in getCount()
64 const String& XMLAttributes::getName(size_t index) const in getName()
78 const String& XMLAttributes::getValue(size_t index) const in getValue()
92 const String& XMLAttributes::getValue(const String& attrName) const in getValue()
113 bool XMLAttributes::getValueAsBool(const String& attrName, bool def) const in getValueAsBool()
[all …]
H A DScheme_xmlHandler.cpp122 const XMLAttributes& attributes) in elementStart()
160 void Scheme_xmlHandler::elementGUISchemeStart(const XMLAttributes& attributes) in elementGUISchemeStart()
174 void Scheme_xmlHandler::validateSchemeFileVersion(const XMLAttributes& attrs) in validateSchemeFileVersion()
190 void Scheme_xmlHandler::elementImagesetStart(const XMLAttributes& attributes) in elementImagesetStart()
203 const XMLAttributes& attributes) in elementImagesetFromImageStart()
215 void Scheme_xmlHandler::elementFontStart(const XMLAttributes& attributes) in elementFontStart()
227 void Scheme_xmlHandler::elementWindowSetStart(const XMLAttributes& attributes) in elementWindowSetStart()
239 const XMLAttributes& attributes) in elementWindowFactoryStart()
248 const XMLAttributes& attributes) in elementWindowRendererSetStart()
260 const XMLAttributes& attributes) in elementWindowRendererFactoryStart()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/xml/
H A DXMLAttributes.cpp80 XMLAttributes::XMLAttributes () : mLog( NULL ) in XMLAttributes() function in XMLAttributes
88 XMLAttributes::~XMLAttributes () in ~XMLAttributes()
95 XMLAttributes::XMLAttributes(const XMLAttributes& orig) in XMLAttributes() function in XMLAttributes
107 XMLAttributes&
108 XMLAttributes::operator=(const XMLAttributes& rhs) in operator =()
126 XMLAttributes*
127 XMLAttributes::clone () const in clone()
129 return new XMLAttributes(*this); in clone()
224 XMLAttributes::remove (int n) in remove()
255 XMLAttributes::clear() in clear()
[all …]
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/xml/
H A DXMLAttributes.cpp80 XMLAttributes::XMLAttributes () : mLog( NULL ) in XMLAttributes() function in XMLAttributes
88 XMLAttributes::~XMLAttributes () in ~XMLAttributes()
95 XMLAttributes::XMLAttributes(const XMLAttributes& orig) in XMLAttributes() function in XMLAttributes
107 XMLAttributes&
108 XMLAttributes::operator=(const XMLAttributes& rhs) in operator =()
126 XMLAttributes*
127 XMLAttributes::clone () const in clone()
129 return new XMLAttributes(*this); in clone()
224 XMLAttributes::remove (int n) in remove()
255 XMLAttributes::clear() in clear()
[all …]
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/csharp/test/xml/
H A DTestXMLAttributes.cs152 XMLAttributes attrs = new XMLAttributes(); in test_XMLAttributes_add_get()
174 XMLAttributes att1 = new XMLAttributes(); in test_XMLAttributes_assignment()
181 XMLAttributes att2 = new XMLAttributes(); in test_XMLAttributes_assignment()
194 XMLAttributes att1 = new XMLAttributes(); in test_XMLAttributes_clone()
201 XMLAttributes att2 = (XMLAttributes) att1.clone(); in test_XMLAttributes_clone()
213 XMLAttributes att1 = new XMLAttributes(); in test_XMLAttributes_copy()
220 XMLAttributes att2 = new XMLAttributes(att1); in test_XMLAttributes_copy()
H A DTestXMLToken_newSetters.cs134 XMLAttributes attr = new XMLAttributes(); in test_XMLToken_newSetters_addAttributes1()
190 XMLAttributes attr = new XMLAttributes(); in test_XMLToken_newSetters_addNamespaces1()
220 XMLAttributes attr = new XMLAttributes(); in test_XMLToken_newSetters_clearAttributes1()
222 XMLAttributes nattr = new XMLAttributes(); in test_XMLToken_newSetters_clearAttributes1()
241 XMLAttributes attr = new XMLAttributes(); in test_XMLToken_newSetters_clearNamespaces1()
264 XMLAttributes attr = new XMLAttributes(); in test_XMLToken_newSetters_removeAttributes1()
304 XMLAttributes attr = new XMLAttributes(); in test_XMLToken_newSetters_removeNamespaces()
322 XMLAttributes attr = new XMLAttributes(); in test_XMLToken_newSetters_removeNamespaces1()
340 XMLAttributes attr = new XMLAttributes(); in test_XMLToken_newSetters_setAttributes1()
342 XMLAttributes nattr = new XMLAttributes(); in test_XMLToken_newSetters_setAttributes1()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/csharp/test/xml/
H A DTestXMLAttributes.cs152 XMLAttributes attrs = new XMLAttributes(); in test_XMLAttributes_add_get()
174 XMLAttributes att1 = new XMLAttributes(); in test_XMLAttributes_assignment()
181 XMLAttributes att2 = new XMLAttributes(); in test_XMLAttributes_assignment()
194 XMLAttributes att1 = new XMLAttributes(); in test_XMLAttributes_clone()
201 XMLAttributes att2 = (XMLAttributes) att1.clone(); in test_XMLAttributes_clone()
213 XMLAttributes att1 = new XMLAttributes(); in test_XMLAttributes_copy()
220 XMLAttributes att2 = new XMLAttributes(att1); in test_XMLAttributes_copy()
H A DTestXMLToken_newSetters.cs134 XMLAttributes attr = new XMLAttributes(); in test_XMLToken_newSetters_addAttributes1()
190 XMLAttributes attr = new XMLAttributes(); in test_XMLToken_newSetters_addNamespaces1()
220 XMLAttributes attr = new XMLAttributes(); in test_XMLToken_newSetters_clearAttributes1()
222 XMLAttributes nattr = new XMLAttributes(); in test_XMLToken_newSetters_clearAttributes1()
241 XMLAttributes attr = new XMLAttributes(); in test_XMLToken_newSetters_clearNamespaces1()
264 XMLAttributes attr = new XMLAttributes(); in test_XMLToken_newSetters_removeAttributes1()
304 XMLAttributes attr = new XMLAttributes(); in test_XMLToken_newSetters_removeNamespaces()
322 XMLAttributes attr = new XMLAttributes(); in test_XMLToken_newSetters_removeNamespaces1()
340 XMLAttributes attr = new XMLAttributes(); in test_XMLToken_newSetters_setAttributes1()
342 XMLAttributes nattr = new XMLAttributes(); in test_XMLToken_newSetters_setAttributes1()
[all …]
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/csharp/csharp-files-win/
H A DXMLAttributes.cs66 public class XMLAttributes : global::System.IDisposable { class
70 internal XMLAttributes(IntPtr cPtr, bool cMemoryOwn) in XMLAttributes() method in libsbml.XMLAttributes
76 internal static HandleRef getCPtr(XMLAttributes obj) in getCPtr()
94 ~XMLAttributes() { in ~XMLAttributes()
115 public static bool operator==(XMLAttributes lhs, XMLAttributes rhs) in operator ==()
130 public static bool operator!=(XMLAttributes lhs, XMLAttributes rhs) in operator !=()
137 if ( ! (sb is XMLAttributes) ) in Equals()
142 return this == (XMLAttributes)sb; in Equals()
164XMLAttributes(XMLAttributes orig) : this(libsbmlPINVOKE.new_XMLAttributes__SWIG_1(XMLAttributes.ge… in XMLAttributes() method in libsbml.XMLAttributes
174 XMLAttributes clone() { in clone()
[all …]
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/csharp/csharp-files/
H A DXMLAttributes.cs69 public class XMLAttributes : global::System.IDisposable { class
73 internal XMLAttributes(IntPtr cPtr, bool cMemoryOwn) in XMLAttributes() method in libsbmlcs.XMLAttributes
79 internal static HandleRef getCPtr(XMLAttributes obj) in getCPtr()
97 ~XMLAttributes() { in ~XMLAttributes()
118 public static bool operator==(XMLAttributes lhs, XMLAttributes rhs) in operator ==()
133 public static bool operator!=(XMLAttributes lhs, XMLAttributes rhs) in operator !=()
140 if ( ! (sb is XMLAttributes) ) in Equals()
145 return this == (XMLAttributes)sb; in Equals()
167XMLAttributes(XMLAttributes orig) : this(libsbmlPINVOKE.new_XMLAttributes__SWIG_1(XMLAttributes.ge… in XMLAttributes() method in libsbmlcs.XMLAttributes
177 XMLAttributes clone() { in clone()
[all …]
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/java/test/org/sbml/libsbml/test/xml/
H A DTestXMLAttributes.java147 XMLAttributes attrs = new XMLAttributes(); in test_XMLAttributes_add_get()
169 XMLAttributes att1 = new XMLAttributes(); in test_XMLAttributes_assignment()
176 XMLAttributes att2 = new XMLAttributes(); in test_XMLAttributes_assignment()
189 XMLAttributes att1 = new XMLAttributes(); in test_XMLAttributes_clone()
196 XMLAttributes att2 = (XMLAttributes) att1.cloneObject(); in test_XMLAttributes_clone()
208 XMLAttributes att1 = new XMLAttributes(); in test_XMLAttributes_copy()
215 XMLAttributes att2 = new XMLAttributes(att1); in test_XMLAttributes_copy()
H A DTestXMLToken_newSetters.java129 XMLAttributes attr = new XMLAttributes(); in test_XMLToken_newSetters_addAttributes1()
185 XMLAttributes attr = new XMLAttributes(); in test_XMLToken_newSetters_addNamespaces1()
215 XMLAttributes attr = new XMLAttributes(); in test_XMLToken_newSetters_clearAttributes1()
217 XMLAttributes nattr = new XMLAttributes(); in test_XMLToken_newSetters_clearAttributes1()
236 XMLAttributes attr = new XMLAttributes(); in test_XMLToken_newSetters_clearNamespaces1()
259 XMLAttributes attr = new XMLAttributes(); in test_XMLToken_newSetters_removeAttributes1()
299 XMLAttributes attr = new XMLAttributes(); in test_XMLToken_newSetters_removeNamespaces()
317 XMLAttributes attr = new XMLAttributes(); in test_XMLToken_newSetters_removeNamespaces1()
335 XMLAttributes attr = new XMLAttributes(); in test_XMLToken_newSetters_setAttributes1()
337 XMLAttributes nattr = new XMLAttributes(); in test_XMLToken_newSetters_setAttributes1()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/java/test/org/sbml/libsbml/test/xml/
H A DTestXMLAttributes.java147 XMLAttributes attrs = new XMLAttributes(); in test_XMLAttributes_add_get()
169 XMLAttributes att1 = new XMLAttributes(); in test_XMLAttributes_assignment()
176 XMLAttributes att2 = new XMLAttributes(); in test_XMLAttributes_assignment()
189 XMLAttributes att1 = new XMLAttributes(); in test_XMLAttributes_clone()
196 XMLAttributes att2 = (XMLAttributes) att1.cloneObject(); in test_XMLAttributes_clone()
208 XMLAttributes att1 = new XMLAttributes(); in test_XMLAttributes_copy()
215 XMLAttributes att2 = new XMLAttributes(att1); in test_XMLAttributes_copy()
H A DTestXMLToken_newSetters.java129 XMLAttributes attr = new XMLAttributes(); in test_XMLToken_newSetters_addAttributes1()
185 XMLAttributes attr = new XMLAttributes(); in test_XMLToken_newSetters_addNamespaces1()
215 XMLAttributes attr = new XMLAttributes(); in test_XMLToken_newSetters_clearAttributes1()
217 XMLAttributes nattr = new XMLAttributes(); in test_XMLToken_newSetters_clearAttributes1()
236 XMLAttributes attr = new XMLAttributes(); in test_XMLToken_newSetters_clearNamespaces1()
259 XMLAttributes attr = new XMLAttributes(); in test_XMLToken_newSetters_removeAttributes1()
299 XMLAttributes attr = new XMLAttributes(); in test_XMLToken_newSetters_removeNamespaces()
317 XMLAttributes attr = new XMLAttributes(); in test_XMLToken_newSetters_removeNamespaces1()
335 XMLAttributes attr = new XMLAttributes(); in test_XMLToken_newSetters_setAttributes1()
337 XMLAttributes nattr = new XMLAttributes(); in test_XMLToken_newSetters_setAttributes1()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/xml/test/
H A DTestXMLAttributes.cpp64 XMLAttributes attrs; in START_TEST()
97 XMLAttributes attrs; in START_TEST()
151 XMLAttributes attrs; in START_TEST()
211 XMLAttributes attrs; in START_TEST()
259 XMLAttributes *att1 = new XMLAttributes; in START_TEST()
269 XMLAttributes *att2 = new XMLAttributes(*att1); in START_TEST()
286 XMLAttributes *att1 = new XMLAttributes; in START_TEST()
295 XMLAttributes *att2 = new XMLAttributes(); in START_TEST()
313 XMLAttributes *att1 = new XMLAttributes; in START_TEST()
322 XMLAttributes* att2 = static_cast<XMLAttributes*>(att1->clone()); in START_TEST()
[all …]
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/xml/test/
H A DTestXMLAttributes.cpp64 XMLAttributes attrs; in START_TEST()
97 XMLAttributes attrs; in START_TEST()
151 XMLAttributes attrs; in START_TEST()
211 XMLAttributes attrs; in START_TEST()
259 XMLAttributes *att1 = new XMLAttributes; in START_TEST()
269 XMLAttributes *att2 = new XMLAttributes(*att1); in START_TEST()
286 XMLAttributes *att1 = new XMLAttributes; in START_TEST()
295 XMLAttributes *att2 = new XMLAttributes(); in START_TEST()
313 XMLAttributes *att1 = new XMLAttributes; in START_TEST()
322 XMLAttributes* att2 = static_cast<XMLAttributes*>(att1->clone()); in START_TEST()
[all …]
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/java/java-files/org/sbml/libsbml/
H A DXMLAttributes.java65 public class XMLAttributes { class
69 protected XMLAttributes(long cPtr, boolean cMemoryOwn) in XMLAttributes() method in XMLAttributes
75 protected static long getCPtr(XMLAttributes obj) in getCPtr()
80 protected static long getCPtrAndDisown (XMLAttributes obj) in getCPtrAndDisown()
146 return swigCPtr == getCPtr((XMLAttributes)(sb)); in equals()
163 XMLAttributes() throws org.sbml.libsbml.XMLConstructorException { in XMLAttributes() method in XMLAttributes
173 XMLAttributes(XMLAttributes orig) throws org.sbml.libsbml.XMLConstructorException { in XMLAttributes() method in XMLAttributes
174 this(libsbmlJNI.new_XMLAttributes__SWIG_1(XMLAttributes.getCPtr(orig), orig), true); in XMLAttributes()
183 XMLAttributes cloneObject() { in cloneObject()
185 return (cPtr == 0) ? null : new XMLAttributes(cPtr, true); in cloneObject()
/dports/textproc/R-cran-XML/XML/man/
H A DXMLAttributes-class.Rd1 \name{XMLAttributes-class}
4 \alias{XMLAttributes-class}
5 \alias{[,XMLAttributes-method}
6 \alias{show,XMLAttributes-method}
8 \title{Class \code{"XMLAttributes"}}
13 Objects can be created by calls of the form \code{new("XMLAttributes", ...)}.
29 \item{[}{\code{signature(x = "XMLAttributes")}: ... }
30 \item{show}{\code{signature(object = "XMLAttributes")}: ... }

12345678910>>...57