Home
last modified time | relevance | path

Searched defs:GetAttribute (Results 1 – 25 of 761) sorted by relevance

12345678910>>...31

/dports/astro/opencpn/OpenCPN-5.2.4/libs/wxsvg/src/
H A DElements_GetAttribute.cpp113 wxString wxSVGAElement::GetAttribute(const wxString& attrName) const { in GetAttribute() function in wxSVGAElement
183 wxString wxSVGAnimateElement::GetAttribute(const wxString& attrName) const { in GetAttribute() function in wxSVGAnimateElement
303 wxString wxSVGCircleElement::GetAttribute(const wxString& attrName) const { in GetAttribute() function in wxSVGCircleElement
436 wxString wxSVGDefsElement::GetAttribute(const wxString& attrName) const { in GetAttribute() function in wxSVGDefsElement
456 wxString wxSVGDescElement::GetAttribute(const wxString& attrName) const { in GetAttribute() function in wxSVGDescElement
470 wxString wxSVGElement::GetAttribute(const wxString& attrName) const { in GetAttribute() function in wxSVGElement
1161 wxString wxSVGGElement::GetAttribute(const wxString& attrName) const { in GetAttribute() function in wxSVGGElement
1298 wxString wxSVGLangSpace::GetAttribute(const wxString& attrName) const { in GetAttribute() function in wxSVGLangSpace
1687 wxString wxSVGStylable::GetAttribute(const wxString& attrName) const { in GetAttribute() function in wxSVGStylable
1789 wxString wxSVGTests::GetAttribute(const wxString& attrName) const { in GetAttribute() function in wxSVGTests
[all …]
/dports/graphics/wxsvg/wxsvg-1.5.22/src/
H A DElements_GetAttribute.cpp113 wxString wxSVGAElement::GetAttribute(const wxString& attrName) const { in GetAttribute() function in wxSVGAElement
183 wxString wxSVGAnimateElement::GetAttribute(const wxString& attrName) const { in GetAttribute() function in wxSVGAnimateElement
303 wxString wxSVGCircleElement::GetAttribute(const wxString& attrName) const { in GetAttribute() function in wxSVGCircleElement
436 wxString wxSVGDefsElement::GetAttribute(const wxString& attrName) const { in GetAttribute() function in wxSVGDefsElement
456 wxString wxSVGDescElement::GetAttribute(const wxString& attrName) const { in GetAttribute() function in wxSVGDescElement
470 wxString wxSVGElement::GetAttribute(const wxString& attrName) const { in GetAttribute() function in wxSVGElement
1161 wxString wxSVGGElement::GetAttribute(const wxString& attrName) const { in GetAttribute() function in wxSVGGElement
1298 wxString wxSVGLangSpace::GetAttribute(const wxString& attrName) const { in GetAttribute() function in wxSVGLangSpace
1687 wxString wxSVGStylable::GetAttribute(const wxString& attrName) const { in GetAttribute() function in wxSVGStylable
1789 wxString wxSVGTests::GetAttribute(const wxString& attrName) const { in GetAttribute() function in wxSVGTests
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DOgreXmlHelper.hpp23 template<> inline int GetAttribute<int>(XmlReader* Reader, std::string Name) in GetAttribute() function
32 template<> inline unsigned int GetAttribute<unsigned int>(XmlReader* Reader, std::string Name) in GetAttribute() function
41 template<> inline float GetAttribute<float>(XmlReader* Reader, std::string Name) in GetAttribute() function
50 template<> inline std::string GetAttribute<std::string>(XmlReader* Reader, std::string Name) in GetAttribute() function
59 template<> inline bool GetAttribute<bool>(XmlReader* Reader, std::string Name) in GetAttribute() function
/dports/games/spring/spring_98.0/rts/lib/assimp/code/
H A DOgreXmlHelper.hpp23 template<> inline int GetAttribute<int>(XmlReader* Reader, std::string Name) in GetAttribute() function
32 template<> inline float GetAttribute<float>(XmlReader* Reader, std::string Name) in GetAttribute() function
41 template<> inline std::string GetAttribute<std::string>(XmlReader* Reader, std::string Name) in GetAttribute() function
50 template<> inline bool GetAttribute<bool>(XmlReader* Reader, std::string Name) in GetAttribute() function
/dports/sysutils/istio/istio-1.6.7/vendor/istio.io/pkg/attribute/
H A Dfinder.go29 GetAttribute(name string) *configpb.AttributeManifest_AttributeInfo methodSpec
49 func (a finder) GetAttribute(name string) *configpb.AttributeManifest_AttributeInfo { func
97 func (a *chainedFinder) GetAttribute(name string) *configpb.AttributeManifest_AttributeInfo { func
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Services/System/Web/Services/
H A DWebServiceAttribute.cs82 internal static WebServiceAttribute GetAttribute(Type type) { in GetAttribute() method in System.Web.Services.WebServiceReflector
88 internal static WebServiceAttribute GetAttribute(LogicalMethodInfo[] methodInfos) { in GetAttribute() method in System.Web.Services.WebServiceReflector
H A DWebServiceBindingAttribute.cs108 internal static WebServiceBindingAttribute GetAttribute(Type type) { in GetAttribute() method in System.Web.Services.WebServiceBindingReflector
118 …internal static WebServiceBindingAttribute GetAttribute(LogicalMethodInfo methodInfo, string bindi… in GetAttribute() method in System.Web.Services.WebServiceBindingReflector
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/tests/XmlReader/Tests/
H A DDisposeTests.cs22 public override string GetAttribute(int i) { return default(string); } in GetAttribute() method in System.Xml.Tests.MyXmlReader
23 … public override string GetAttribute(string name, string namespaceURI) { return default(string); } in GetAttribute() method in System.Xml.Tests.MyXmlReader
24 public override string GetAttribute(string name) { return default(string); } in GetAttribute() method in System.Xml.Tests.MyXmlReader
/dports/devel/msbuild/msbuild-0.06/src/Build.UnitTests/Construction/
H A DXmlReaderWithoutLocation_Tests.cs61 public override string GetAttribute(int i) in GetAttribute() method in Microsoft.Build.UnitTests.Construction.XmlReaderWithoutLocation_Tests.XmlReaderNoIXmlLineInfo
66 public override string GetAttribute(string name, string namespaceURI) in GetAttribute() method in Microsoft.Build.UnitTests.Construction.XmlReaderWithoutLocation_Tests.XmlReaderNoIXmlLineInfo
71 public override string GetAttribute(string name) in GetAttribute() method in Microsoft.Build.UnitTests.Construction.XmlReaderWithoutLocation_Tests.XmlReaderNoIXmlLineInfo
/dports/lang/mono/mono-5.10.1.57/mcs/class/Commons.Xml.Relaxng/Commons.Xml/
H A DXmlDefaultReader.cs154 public override string GetAttribute (string name) in GetAttribute() method in Commons.Xml.XmlDefaultReader
159 public override string GetAttribute (string localName, string namespaceURI) in GetAttribute() method in Commons.Xml.XmlDefaultReader
164 public override string GetAttribute (int i) in GetAttribute() method in Commons.Xml.XmlDefaultReader
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/Test/System.Xml/
H A DXmlDefaultReader.cs154 public override string GetAttribute (string name) in GetAttribute() method in Commons.Xml.XmlDefaultReader
159 public override string GetAttribute (string localName, string namespaceURI) in GetAttribute() method in Commons.Xml.XmlDefaultReader
164 public override string GetAttribute (int i) in GetAttribute() method in Commons.Xml.XmlDefaultReader
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Core/
H A DXmlWrappingReader.cs64 public override string GetAttribute( string name ) { in GetAttribute() method in System.Xml.XmlWrappingReader
68 public override string GetAttribute( string name, string namespaceURI ) { in GetAttribute() method in System.Xml.XmlWrappingReader
72 public override string GetAttribute( int i ) { in GetAttribute() method in System.Xml.XmlWrappingReader
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Core/
H A DXmlWrappingReader.cs59 public override string GetAttribute(string name) in GetAttribute() method in System.Xml.XmlWrappingReader
64 public override string GetAttribute(string name, string namespaceURI) in GetAttribute() method in System.Xml.XmlWrappingReader
69 public override string GetAttribute(int i) in GetAttribute() method in System.Xml.XmlWrappingReader
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/LabelMap/include/
H A DitkAttributeLabelObject.h108 const AttributeValueType & GetAttribute() const in GetAttribute() function
113 AttributeValueType GetAttribute() in GetAttribute() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/
H A DDelegatingXmlDictionaryReader.cs250 public override string GetAttribute(int i) in GetAttribute() method in System.IdentityModel.DelegatingXmlDictionaryReader
262 public override string GetAttribute(string name) in GetAttribute() method in System.IdentityModel.DelegatingXmlDictionaryReader
275 public override string GetAttribute(string name, string namespaceURI) in GetAttribute() method in System.IdentityModel.DelegatingXmlDictionaryReader
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Packaging/src/System/IO/Packaging/
H A DXmlWrappingReader.cs50 public override string GetAttribute(string name) in GetAttribute() method in System.IO.Packaging.XmlWrappingReader
55 public override string GetAttribute(string name, string namespaceURI) in GetAttribute() method in System.IO.Packaging.XmlWrappingReader
60 public override string GetAttribute(int i) in GetAttribute() method in System.IO.Packaging.XmlWrappingReader
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/Debugger/
H A DXmlWrappingReader.cs183 public override string GetAttribute(string name) in GetAttribute() method in System.Activities.Debugger.XmlWrappingReader
188 public override string GetAttribute(string name, string namespaceURI) in GetAttribute() method in System.Activities.Debugger.XmlWrappingReader
193 public override string GetAttribute(int i) in GetAttribute() method in System.Activities.Debugger.XmlWrappingReader
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.ComponentModel/
H A DDisplayNameAttributeTests.cs85 DisplayNameAttribute GetAttribute (Type type) in GetAttribute() method in MonoTests.System.ComponentModel.DisplayNameAttributeTests
90 DisplayNameAttribute GetAttribute (Type type, string memberName, MemberTypes expectedType) in GetAttribute() method in MonoTests.System.ComponentModel.DisplayNameAttributeTests
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Runtime.Serialization/Test/System.Xml/
H A DXmlDictionaryReaderAbstractTest.cs260 public override string GetAttribute (string name) in GetAttribute() method in MonoTests.System.Xml.SimpleExtReader
265 public override string GetAttribute (string localName, string namespaceURI) in GetAttribute() method in MonoTests.System.Xml.SimpleExtReader
270 public override string GetAttribute (int i) in GetAttribute() method in MonoTests.System.Xml.SimpleExtReader
/dports/math/vtk9/VTK-9.1.0/ThirdParty/fides/vtkfides/fides/predefined/
H A DInternalMetadataSource.h59 std::vector<AttributeType> InternalMetadataSource::GetAttribute(const std::string& attrName) in GetAttribute() function
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json/Serialization/
H A DCachedAttributeGetter.cs36 public static T GetAttribute(object type) in GetAttribute() method in Newtonsoft.Json.Serialization.T
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Services.Client/Client/System/Data/Services/Client/Xml/
H A DXmlWrappingReader.cs295 public override string GetAttribute(int i) in GetAttribute() method in System.Data.Services.Client.Xml.XmlWrappingReader
300 public override string GetAttribute(string name) in GetAttribute() method in System.Data.Services.Client.Xml.XmlWrappingReader
305 public override string GetAttribute(string name, string namespaceURI) in GetAttribute() method in System.Data.Services.Client.Xml.XmlWrappingReader
/dports/lang/mono/mono-5.10.1.57/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Nvdl/
H A DNvdlFilteredXmlReader.cs350 public override string GetAttribute (int i) in GetAttribute() method in Commons.Xml.Nvdl.NvdlFilteredXmlReader
361 public override string GetAttribute (string name) in GetAttribute() method in Commons.Xml.Nvdl.NvdlFilteredXmlReader
376 public override string GetAttribute (string localName, string ns) in GetAttribute() method in Commons.Xml.Nvdl.NvdlFilteredXmlReader
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json/Serialization/
H A DCachedAttributeGetter.cs39 public static T GetAttribute(ICustomAttributeProvider type) in GetAttribute() method in Newtonsoft.Json.Serialization.T
/dports/irc/smuxi/smuxi-1.1/lib/Newtonsoft.Json/Src/Newtonsoft.Json/Serialization/
H A DCachedAttributeGetter.cs39 public static T GetAttribute(ICustomAttributeProvider type) in GetAttribute() method in Newtonsoft.Json.Serialization.T

12345678910>>...31