Home
last modified time | relevance | path

Searched refs:highlightMode (Results 1 – 25 of 51) sorted by relevance

123

/dports/irc/quassel-core/quassel-0.14-rc2/src/common/
H A Dnickhighlightmatcher.h59 NickHighlightMatcher(HighlightNickType highlightMode, bool isCaseSensitive) in NickHighlightMatcher() argument
60 : _highlightMode(highlightMode) in NickHighlightMatcher()
69 inline HighlightNickType highlightMode() const { return _highlightMode; } in highlightMode() function
76 void setHighlightMode(HighlightNickType highlightMode) in setHighlightMode() argument
78 if (_highlightMode != highlightMode) { in setHighlightMode()
79 _highlightMode = highlightMode; in setHighlightMode()
/dports/irc/quassel/quassel-0.14-rc2/src/common/
H A Dnickhighlightmatcher.h59 NickHighlightMatcher(HighlightNickType highlightMode, bool isCaseSensitive) in NickHighlightMatcher() argument
60 : _highlightMode(highlightMode) in NickHighlightMatcher()
69 inline HighlightNickType highlightMode() const { return _highlightMode; } in highlightMode() function
76 void setHighlightMode(HighlightNickType highlightMode) in setHighlightMode() argument
78 if (_highlightMode != highlightMode) { in setHighlightMode()
79 _highlightMode = highlightMode; in setHighlightMode()
/dports/misc/usd/USD-21.11/pxr/imaging/hdx/
H A DunitTestUtils.cpp104 HdSelection::HighlightMode highlightMode, in _ProcessHit() argument
114 selection->AddInstance(highlightMode, hit.objectId, in _ProcessHit()
120 selection->AddRprim(highlightMode, hit.objectId); in _ProcessHit()
128 selection->AddElements(highlightMode, hit.objectId, elements); in _ProcessHit()
139 selection->AddEdges(highlightMode, hit.objectId, edges); in _ProcessHit()
151 selection->AddPoints(highlightMode, hit.objectId, points); in _ProcessHit()
171 HdSelection::HighlightMode highlightMode, in TranslateHitsToSelection() argument
178 _ProcessHit(pair.second, pickTarget, highlightMode, selection); in TranslateHitsToSelection()
H A DunitTestUtils.h49 HdSelection::HighlightMode highlightMode,
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/
H A DNSStatusItem.java38 public void setHighlightMode(boolean highlightMode) { in setHighlightMode() argument
39 OS.objc_msgSend(this.id, OS.sel_setHighlightMode_, highlightMode); in setHighlightMode()
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/appkit/
H A DNSStatusItem.inc24 highlightMode: 0..1;
69 function highlightMode: ObjCBOOL; message 'highlightMode';
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/interfaces/
H A Disourceformatter.cpp121 result << item.mimeType + QLatin1Char('|') + item.highlightMode; in mimeTypesVariant()
129 if ( item.highlightMode == language ) { in supportsLanguage()
141 return item.highlightMode; in modeForMimetype()
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Headers/AppKit/
H A DNSStatusItem.h62 - (BOOL) highlightMode;
73 - (void) setHighlightMode: (BOOL)highlightMode;
/dports/editors/textadept/cdk-5.0-20200923/include/
H A Dbutton.h102 #define setCDKButtonHighlight(button, highlightMode) \ argument
103 (CDKButtonHighlightOf(button) = (highlightMode))
/dports/editors/textadept/textadept-textadept_11.1/src/cdk/
H A Dbutton.h102 #define setCDKButtonHighlight(button, highlightMode) \ argument
103 (CDKButtonHighlightOf(button) = (highlightMode))
/dports/devel/cdk/cdk-5.0-20161210/include/
H A Dbutton.h102 #define setCDKButtonHighlight(button, highlightMode) \ argument
103 (CDKButtonHighlightOf(button) = (highlightMode))
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/
H A DNSStatusItem.m87 - (BOOL) highlightMode
143 - (void) setHighlightMode: (BOOL)highlightMode
145 _highlightMode = highlightMode;
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sherlock/tattoo/
H A Dwidget_talk.cpp369 void WidgetTalk::render(Highlight highlightMode) { in render() argument
372 if (highlightMode != HL_SCROLLBAR_ONLY) { in render()
388 if (highlightMode == HL_NO_HIGHLIGHTING || _statementLines[idx]._num == _selector || in render()
397 if (_statementLines[idx]._num == _selector && highlightMode == HL_CHANGED_HIGHLIGHTS) in render()
418 if (_scroll && highlightMode != HL_CHANGED_HIGHLIGHTS) in render()
H A Dwidget_talk.h63 void render(Highlight highlightMode);
/dports/games/scummvm/scummvm-2.5.1/engines/sherlock/tattoo/
H A Dwidget_talk.cpp369 void WidgetTalk::render(Highlight highlightMode) { in render() argument
372 if (highlightMode != HL_SCROLLBAR_ONLY) { in render()
388 if (highlightMode == HL_NO_HIGHLIGHTING || _statementLines[idx]._num == _selector || in render()
397 if (_statementLines[idx]._num == _selector && highlightMode == HL_CHANGED_HIGHLIGHTS) in render()
418 if (_scroll && highlightMode != HL_CHANGED_HIGHLIGHTS) in render()
H A Dwidget_talk.h63 void render(Highlight highlightMode);
/dports/editors/yudit/yudit-3.0.7/swidget/
H A DSTextView.h107 return highlightMode; in getHighlightName()
119 SString highlightMode; variable
H A DSTextView.cpp76 highlightMode = ""; in STextView()
101 highlightMode = ""; in STextView()
650 highlightMode = hlm; in setSyntax()
668 return highlightMode; in getSyntax()
724 if (highlightMode == "simple") in syntaxHighlight()
745 else if (highlightMode == "simple-dark") in syntaxHighlight()
766 else if (highlightMode != "none" && highlightMode != "") in syntaxHighlight()
/dports/editors/lazarus/lazarus/lcl/interfaces/carbon/pascocoa/appkit/
H A DNSStatusItem.inc65 function highlightMode: LongBool;
106 StrNSStatusItem_highlightMode = 'highlightMode';
305 function NSStatusItem.highlightMode: LongBool;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/carbon/pascocoa/appkit/
H A DNSStatusItem.inc65 function highlightMode: LongBool;
106 StrNSStatusItem_highlightMode = 'highlightMode';
305 function NSStatusItem.highlightMode: LongBool;
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/carbon/pascocoa/appkit/
H A DNSStatusItem.inc65 function highlightMode: LongBool;
106 StrNSStatusItem_highlightMode = 'highlightMode';
305 function NSStatusItem.highlightMode: LongBool;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/carbon/pascocoa/appkit/
H A DNSStatusItem.inc65 function highlightMode: LongBool;
106 StrNSStatusItem_highlightMode = 'highlightMode';
305 function NSStatusItem.highlightMode: LongBool;
/dports/security/keybase/client-v5.7.1/shared/chat/conversation/search/
H A Dcontainer.tsx25 …dispatch(Chat2Gen.createLoadMessagesCentered({conversationIDKey, highlightMode: 'always', messageI…
/dports/japanese/uim-mozc/macuim-0.6.16.2.1/Sources/
H A DSystemUIPlugin.h73 - (BOOL)highlightMode;
/dports/mail/thunderbird/thunderbird-91.8.0/widget/cocoa/
H A DnsSystemStatusBarCocoa.mm47 mStatusItem.highlightMode = YES;

123