Home
last modified time | relevance | path

Searched refs:HIGHLIGHT_NONE (Results 1 – 25 of 32) sorted by relevance

12

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/
H A DConfigurationBlock.java32 private static final int HIGHLIGHT_NONE = SWT.NONE; field in ConfigurationBlock
38 highlight(parent, labelControl, comboBox, HIGHLIGHT_NONE); in addHighlight()
54 highlight(parent, labelControl, comboBox, HIGHLIGHT_NONE); in addHighlight()
64 highlight(parent, labelControl, comboBox, HIGHLIGHT_NONE); in addHighlight()
68 … comboBox.isFocusControl() ? HIGHLIGHT_FOCUS : isAroundLabel(e) ? HIGHLIGHT_MOUSE : HIGHLIGHT_NONE; in addHighlight()
138 if (color != HIGHLIGHT_NONE) {
146 if (color == HIGHLIGHT_NONE) {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.releng/bundles/org.eclipse.releng.tools/src/org/eclipse/releng/tools/preferences/
H A DConfigurationBlock.java42 private static final int HIGHLIGHT_NONE = SWT.NONE; field in ConfigurationBlock
48 highlight(parent, labelControl, comboBox, HIGHLIGHT_NONE); in addHighlight()
64 highlight(parent, labelControl, comboBox, HIGHLIGHT_NONE); in addHighlight()
74 highlight(parent, labelControl, comboBox, HIGHLIGHT_NONE); in addHighlight()
78 … comboBox.isFocusControl() ? HIGHLIGHT_FOCUS : isAroundLabel(e) ? HIGHLIGHT_MOUSE : HIGHLIGHT_NONE; in addHighlight()
148 if (color != HIGHLIGHT_NONE) {
156 if (color == HIGHLIGHT_NONE) {
/dports/multimedia/sabbu/sabbu-0.3.0/Source/
H A DkrySSACommandHighlighter.h22 HIGHLIGHT_NONE, enumerator
75 …g(kryString &str, gboolean is_command = TRUE, enum highlight_type highlight_type = HIGHLIGHT_NONE);
/dports/games/spring/spring_98.0/rts/Rendering/
H A DTeamHighlight.h11 …enum { HIGHLIGHT_FIRST = 0, HIGHLIGHT_NONE = 0, HIGHLIGHT_PLAYERS, HIGHLIGHT_ALL, HIGHLIGHT_SIZE, … enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/toolbar/
H A Dtoolbar_actions_bar.h80 HIGHLIGHT_NONE, enumerator
209 : ToolbarActionsModel::HIGHLIGHT_NONE; in highlight_type()
H A Dtoolbar_actions_model.h54 HIGHLIGHT_NONE, enumerator
160 bool is_highlighting() const { return highlight_type_ != HIGHLIGHT_NONE; } in is_highlighting()
H A Dtoolbar_actions_model.cc57 highlight_type_(HIGHLIGHT_NONE), in ToolbarActionsModel()
806 highlight_type_ = HIGHLIGHT_NONE; in StopHighlighting()
/dports/devel/godot/godot-3.2.3-stable/scene/gui/
H A Dscroll_bar.h41 HIGHLIGHT_NONE, enumerator
H A Dscroll_bar.cpp412 highlight = HIGHLIGHT_NONE; in _notification()
672 highlight = HIGHLIGHT_NONE; in ScrollBar()
/dports/devel/godot-tools/godot-3.2.3-stable/scene/gui/
H A Dscroll_bar.h41 HIGHLIGHT_NONE, enumerator
H A Dscroll_bar.cpp412 highlight = HIGHLIGHT_NONE; in _notification()
672 highlight = HIGHLIGHT_NONE; in ScrollBar()
/dports/lang/eisl/eisl-2.35/
H A Dsyn_highlight.c155 return HIGHLIGHT_NONE; in maybe_match()
H A Dterm.h221 enum HighlightToken { HIGHLIGHT_NONE, HIGHLIGHT_SYNTAX, HIGHLIGHT_BUILTIN, enumerator
H A Dedit.c230 return HIGHLIGHT_NONE; in check_token_buffer()
H A Dedlis.c1801 return HIGHLIGHT_NONE; in check_token()
/dports/devel/upp/upp/uppsrc/CodeEditor/
H A DCSyntax.h76 HIGHLIGHT_NONE = -1, HIGHLIGHT_CPP = 0, HIGHLIGHT_USC, HIGHLIGHT_JAVA, HIGHLIGHT_T, enumerator
/dports/games/minetest/minetest-5.4.1/src/client/
H A Dhud.h132 HIGHLIGHT_NONE enumerator
H A Dhud.cpp93 m_mode = HIGHLIGHT_NONE; in Hud()
/dports/editors/textadept/textadept_11.1.linux/modules/textadept/
H A Dediting.lua43 M.HIGHLIGHT_NONE, M.HIGHLIGHT_CURRENT, M.HIGHLIGHT_SELECTED = 1, 2, 3
44 M.highlight_words = M.HIGHLIGHT_NONE
/dports/editors/textadept/textadept-textadept_11.1/modules/textadept/
H A Dediting.lua43 M.HIGHLIGHT_NONE, M.HIGHLIGHT_CURRENT, M.HIGHLIGHT_SELECTED = 1, 2, 3
44 M.highlight_words = M.HIGHLIGHT_NONE
/dports/print/pdftk/pdftk-7d2ac3c1fa858f2c247c809fc6ef43f71f241098/java/com/gitlab/pdftk_java/com/lowagie/text/pdf/
H A DPdfAnnotation.java71 public static final PdfName HIGHLIGHT_NONE = PdfName.N; field in PdfAnnotation
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/
H A DPdfAnnotation.java66 public static final PdfName HIGHLIGHT_NONE = PdfName.N; field in PdfAnnotation
/dports/editors/the/THE-3.3RC4/
H A Dthe.h1842 #define HIGHLIGHT_NONE 0 macro
H A Ddefault.c479 viewp->highlight = HIGHLIGHT_NONE;
H A Dcommset1.c5098 CURRENT_VIEW->highlight = HIGHLIGHT_NONE;

12