Home
last modified time | relevance | path

Searched refs:GetDefaultAttribute (Results 1 – 25 of 126) sorted by relevance

123456

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DAttributeCollection.cs174 return GetDefaultAttribute(attributeType);
216 return GetDefaultAttribute(attributeType);
257 protected Attribute GetDefaultAttribute(Type attributeType) in GetDefaultAttribute() method in System.ComponentModel.AttributeCollection
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DAttributeCollection.cs223 return GetDefaultAttribute(attributeType);
266 return GetDefaultAttribute(attributeType);
311 protected Attribute GetDefaultAttribute(Type attributeType) in GetDefaultAttribute() method in System.ComponentModel.AttributeCollection
/dports/editors/lazarus-devel/examples/SynEdit/NewHighlighterTutorial/
H A Dsimplehl.pas86 function GetDefaultAttribute(Index: integer): TSynHighlighterAttributes; override; in GetDefaultAttribute() function
221 function TSynDemoHl.GetDefaultAttribute(Index: integer): TSynHighlighterAttributes; in TSynDemoHl.GetDefaultAttribute() function
H A Dfoldhl.pas55 function GetDefaultAttribute(Index: integer): TSynHighlighterAttributes; override; in GetDefaultAttribute() function
271 function TSynDemoHlFoldBase.GetDefaultAttribute(Index: integer): TSynHighlighterAttributes; in GetDefaultAttribute() function
/dports/editors/lazarus/examples/SynEdit/NewHighlighterTutorial/
H A Dsimplehl.pas86 function GetDefaultAttribute(Index: integer): TSynHighlighterAttributes; override; in GetDefaultAttribute() function
221 function TSynDemoHl.GetDefaultAttribute(Index: integer): TSynHighlighterAttributes; in TSynDemoHl.GetDefaultAttribute() function
H A Dfoldhl.pas55 function GetDefaultAttribute(Index: integer): TSynHighlighterAttributes; override; in GetDefaultAttribute() function
271 function TSynDemoHlFoldBase.GetDefaultAttribute(Index: integer): TSynHighlighterAttributes; in GetDefaultAttribute() function
/dports/editors/lazarus-qt5/examples/SynEdit/NewHighlighterTutorial/
H A Dsimplehl.pas86 function GetDefaultAttribute(Index: integer): TSynHighlighterAttributes; override; in GetDefaultAttribute() function
221 function TSynDemoHl.GetDefaultAttribute(Index: integer): TSynHighlighterAttributes; in TSynDemoHl.GetDefaultAttribute() function
H A Dfoldhl.pas55 function GetDefaultAttribute(Index: integer): TSynHighlighterAttributes; override; in GetDefaultAttribute() function
271 function TSynDemoHlFoldBase.GetDefaultAttribute(Index: integer): TSynHighlighterAttributes; in GetDefaultAttribute() function
/dports/editors/lazarus-qt5-devel/examples/SynEdit/NewHighlighterTutorial/
H A Dsimplehl.pas86 function GetDefaultAttribute(Index: integer): TSynHighlighterAttributes; override; in GetDefaultAttribute() function
221 function TSynDemoHl.GetDefaultAttribute(Index: integer): TSynHighlighterAttributes; in TSynDemoHl.GetDefaultAttribute() function
H A Dfoldhl.pas55 function GetDefaultAttribute(Index: integer): TSynHighlighterAttributes; override; in GetDefaultAttribute() function
271 function TSynDemoHlFoldBase.GetDefaultAttribute(Index: integer): TSynHighlighterAttributes; in GetDefaultAttribute() function
/dports/editors/lazarus/lazarus/components/synedit/
H A Dsynhighlightertex.pas97 function GetDefaultAttribute(Index: integer): TSynHighlighterAttributes; in GetDefaultAttribute() function
297 function TSynTeXSyn.GetDefaultAttribute(Index: integer): in TSynTeXSyn.GetDefaultAttribute() function
H A Dsynhighlighterini.pas103 function GetDefaultAttribute(Index: integer): TSynHighlighterAttributes; in GetDefaultAttribute() function
348 function TSynIniSyn.GetDefaultAttribute(Index: integer): TSynHighlighterAttributes; in TSynIniSyn.GetDefaultAttribute() function
H A Dsynhighlighterposition.pas76 function GetDefaultAttribute(Index: integer): TSynHighlighterAttributes; in GetDefaultAttribute() function
148 function TSynPositionHighlighter.GetDefaultAttribute(Index: integer in GetDefaultAttribute() function
H A Dsynhighlighterbat.pas131 function GetDefaultAttribute(Index: integer): TSynHighlighterAttributes; in GetDefaultAttribute() function
530 function TSynBatSyn.GetDefaultAttribute(Index: integer): TSynHighlighterAttributes; in TSynBatSyn.GetDefaultAttribute() function
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/
H A Dsynhighlightertex.pas97 function GetDefaultAttribute(Index: integer): TSynHighlighterAttributes; in GetDefaultAttribute() function
294 function TSynTeXSyn.GetDefaultAttribute(Index: integer): in TSynTeXSyn.GetDefaultAttribute() function
H A Dsynhighlighterini.pas103 function GetDefaultAttribute(Index: integer): TSynHighlighterAttributes; in GetDefaultAttribute() function
345 function TSynIniSyn.GetDefaultAttribute(Index: integer): TSynHighlighterAttributes; in TSynIniSyn.GetDefaultAttribute() function
H A Dsynhighlighterposition.pas76 function GetDefaultAttribute(Index: integer): TSynHighlighterAttributes; in GetDefaultAttribute() function
148 function TSynPositionHighlighter.GetDefaultAttribute(Index: integer in GetDefaultAttribute() function
/dports/editors/lazarus-qt5/lazarus/components/synedit/
H A Dsynhighlightertex.pas97 function GetDefaultAttribute(Index: integer): TSynHighlighterAttributes; in GetDefaultAttribute() function
297 function TSynTeXSyn.GetDefaultAttribute(Index: integer): in TSynTeXSyn.GetDefaultAttribute() function
H A Dsynhighlighterini.pas103 function GetDefaultAttribute(Index: integer): TSynHighlighterAttributes; in GetDefaultAttribute() function
348 function TSynIniSyn.GetDefaultAttribute(Index: integer): TSynHighlighterAttributes; in TSynIniSyn.GetDefaultAttribute() function
H A Dsynhighlighterposition.pas76 function GetDefaultAttribute(Index: integer): TSynHighlighterAttributes; in GetDefaultAttribute() function
148 function TSynPositionHighlighter.GetDefaultAttribute(Index: integer in GetDefaultAttribute() function
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/
H A Dsynhighlightertex.pas97 function GetDefaultAttribute(Index: integer): TSynHighlighterAttributes; in GetDefaultAttribute() function
294 function TSynTeXSyn.GetDefaultAttribute(Index: integer): in TSynTeXSyn.GetDefaultAttribute() function
H A Dsynhighlighterini.pas103 function GetDefaultAttribute(Index: integer): TSynHighlighterAttributes; in GetDefaultAttribute() function
345 function TSynIniSyn.GetDefaultAttribute(Index: integer): TSynHighlighterAttributes; in TSynIniSyn.GetDefaultAttribute() function
H A Dsynhighlighterposition.pas76 function GetDefaultAttribute(Index: integer): TSynHighlighterAttributes; in GetDefaultAttribute() function
148 function TSynPositionHighlighter.GetDefaultAttribute(Index: integer in GetDefaultAttribute() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Core/
H A DXsdValidatingReader.cs888 ValidatingReaderNodeData defaultNode = GetDefaultAttribute(name, false); in GetAttribute()
906 ValidatingReaderNodeData attNode = GetDefaultAttribute(name, namespaceURI, false); in GetAttribute()
939 ValidatingReaderNodeData defaultNode = GetDefaultAttribute(name, true); in MoveToAttribute()
976 ValidatingReaderNodeData defaultNode = GetDefaultAttribute(name, ns, true); in MoveToAttribute()
1760 private ValidatingReaderNodeData GetDefaultAttribute(string name, bool updatePosition) { in GetDefaultAttribute() method in System.Xml.XsdValidatingReader
1775 return GetDefaultAttribute(attrLocalName, ns, updatePosition); in GetDefaultAttribute()
1778 …private ValidatingReaderNodeData GetDefaultAttribute(string attrLocalName, string ns, bool updateP… in GetDefaultAttribute() method in System.Xml.XsdValidatingReader
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Core/
H A DXsdValidatingReader.cs1097 ValidatingReaderNodeData defaultNode = GetDefaultAttribute(name, false); in GetAttribute()
1119 ValidatingReaderNodeData attNode = GetDefaultAttribute(name, namespaceURI, false); in GetAttribute()
1159 ValidatingReaderNodeData defaultNode = GetDefaultAttribute(name, true); in MoveToAttribute()
1204 ValidatingReaderNodeData defaultNode = GetDefaultAttribute(name, ns, true); in MoveToAttribute()
2135 private ValidatingReaderNodeData GetDefaultAttribute(string name, bool updatePosition) in GetDefaultAttribute() method in System.Xml.XsdValidatingReader
2153 return GetDefaultAttribute(attrLocalName, ns, updatePosition); in GetDefaultAttribute()
2156 …private ValidatingReaderNodeData GetDefaultAttribute(string attrLocalName, string ns, bool updateP… in GetDefaultAttribute() method in System.Xml.XsdValidatingReader

123456