Home
last modified time | relevance | path

Searched defs:applyLabel (Results 1 – 5 of 5) sorted by relevance

/dports/x11-toolkits/viewklass/ViewKlass-0.7.2/
H A DVkGenericDialog.C59 XmString applyLabel = XmStringCreateLocalized(const_cast<char*>("Apply")); in createDialog() local
H A DVkDialogManager.C611 const char* applyLabel) in setButtonLabels()
/dports/irc/quassel-core/quassel-0.14-rc2/src/qtui/
H A Dchatitem.cpp301 auto applyLabel = [&labelFmtList](quint16 start, quint16 end, Label label) { in additionalFormats() local
/dports/irc/quassel/quassel-0.14-rc2/src/qtui/
H A Dchatitem.cpp301 auto applyLabel = [&labelFmtList](quint16 start, quint16 end, Label label) { in additionalFormats() local
/dports/math/cvc4/CVC4-1.7/src/theory/sep/
H A Dtheory_sep.cpp1265 Node TheorySep::applyLabel( Node n, Node lbl, std::map< Node, Node >& visited ) { in applyLabel() function in CVC4::theory::sep::TheorySep