Home
last modified time | relevance | path

Searched refs:dynamicAttribute (Results 1 – 14 of 14) sorted by relevance

/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/vimode/emulatedcommandbar/
H A Dmatchhighlighter.cpp50 …m_highlightMatchAttribute->dynamicAttribute(KTextEditor::Attribute::ActivateMouseIn)->setBackgroun… in updateMatchHighlightAttrib()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/include/ktexteditor/
H A Dattribute.h350 Attribute::Ptr dynamicAttribute(ActivationType type) const;
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/utils/
H A Dattribute.cpp66 Attribute::Ptr Attribute::dynamicAttribute(ActivationType type) const in dynamicAttribute() function in Attribute
/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/
H A Dschema_prep.c419 static AttributeTypeSchemaCheckFN dynamicAttribute; variable
884 dynamicAttribute, SLAP_AT_MANAGEABLE,
1613 static int dynamicAttribute ( in dynamicAttribute() function
/dports/net/openldap24-server/openldap-2.4.59/servers/slapd/
H A Dschema_prep.c419 static AttributeTypeSchemaCheckFN dynamicAttribute; variable
883 dynamicAttribute, SLAP_AT_MANAGEABLE,
1589 static int dynamicAttribute ( in dynamicAttribute() function
/dports/net/openldap24-client/openldap-2.4.59/servers/slapd/
H A Dschema_prep.c419 static AttributeTypeSchemaCheckFN dynamicAttribute; variable
883 dynamicAttribute, SLAP_AT_MANAGEABLE,
1589 static int dynamicAttribute ( in dynamicAttribute() function
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/
H A Dschema_prep.c419 static AttributeTypeSchemaCheckFN dynamicAttribute; variable
884 dynamicAttribute, SLAP_AT_MANAGEABLE,
1613 static int dynamicAttribute ( in dynamicAttribute() function
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/
H A Dschema_prep.c419 static AttributeTypeSchemaCheckFN dynamicAttribute; variable
884 dynamicAttribute, SLAP_AT_MANAGEABLE,
1613 static int dynamicAttribute ( in dynamicAttribute() function
/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/
H A Dschema_prep.c419 static AttributeTypeSchemaCheckFN dynamicAttribute; variable
884 dynamicAttribute, SLAP_AT_MANAGEABLE,
1613 static int dynamicAttribute ( in dynamicAttribute() function
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/search/
H A Dkatesearchbar.cpp1642 … highlightMatchAttribute->dynamicAttribute(Attribute::ActivateMouseIn)->setBackground(searchColor); in updateHighlightColors()
1643 …highlightMatchAttribute->dynamicAttribute(Attribute::ActivateMouseIn)->setForeground(foregroundCol… in updateHighlightColors()
1644 … highlightMatchAttribute->dynamicAttribute(Attribute::ActivateCaretIn)->setBackground(searchColor); in updateHighlightColors()
1645 …highlightMatchAttribute->dynamicAttribute(Attribute::ActivateCaretIn)->setForeground(foregroundCol… in updateHighlightColors()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/render/
H A Dkaterenderer.cpp408 …if (KTextEditor::Attribute::Ptr attributeMouseIn = attribute->dynamicAttribute(KTextEditor::Attrib… in decorationsForLine()
415 …if (KTextEditor::Attribute::Ptr attributeCaretIn = attribute->dynamicAttribute(KTextEditor::Attrib… in decorationsForLine()
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dktexteditor.py485 def dynamicAttribute(self): member in KTextEditor.Attribute
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/view/
H A Dkateview.cpp3697 … if ((!attribute || !attribute->dynamicAttribute(activationType)) && !range->feedback()) { in updateRangesIn()
3724 if (attribute && attribute->dynamicAttribute(activationType)) { in updateRangesIn()
3748 …e->toRange().isValid() && range->attribute() && range->attribute()->dynamicAttribute(activationTyp… in updateRangesIn()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/vimode/modes/
H A Dnormalvimode.cpp3996 …m_highlightYankAttribute->dynamicAttribute(KTextEditor::Attribute::ActivateMouseIn)->setBackground… in updateYankHighlightAttrib()