Home
last modified time | relevance | path

Searched defs:AttributeInformation (Results 1 – 4 of 4) sorted by relevance

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/core/model/
H A Dtype-id.h77 struct AttributeInformation struct
80 std::string name;
82 std::string help;
84 uint32_t flags;
86 Ptr<const AttributeValue> originalInitialValue;
88 Ptr<const AttributeValue> initialValue;
90 Ptr<const AttributeAccessor> accessor;
92 Ptr<const AttributeChecker> checker;
94 TypeId::SupportLevel supportLevel;
96 std::string supportMsg;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/
H A DCssTextWriter.cs478 private struct AttributeInformation { struct in System.Web.UI.CssTextWriter
479 public string name;
480 public bool isUrl;
481 public bool encode;
483 public AttributeInformation(string name, bool encode, bool isUrl) { in AttributeInformation() argument
H A DHTMLTextWriter.cs1387 private struct AttributeInformation { struct in System.Web.UI.HtmlTextWriter
1388 public string name;
1389 public bool isUrl;
1390 public bool encode;
1392 public AttributeInformation(string name, bool encode, bool isUrl) { in AttributeInformation() argument
/dports/x11-wm/herbstluftwm/herbstluftwm-0.9.2/doc/
H A Dgendoc.py318 class AttributeInformation: class in ObjectInformation