Home
last modified time | relevance | path

Searched refs:highlight_set (Results 1 – 9 of 9) sorted by relevance

/dports/games/iagno/iagno-3.38.1/src/
H A Dreversi-view.vala38 private bool highlight_set = false;
117 highlight_set = false;
122 highlight_set = true;
804 highlight_set = true;
1237 highlight_set = true;
1370 highlight_set = true;
1412 if (highlight_set)
1542 if (!highlight_set && game.current_color == Player.LIGHT)
1547 // requires (!highlight_set)
/dports/x11-toolkits/vte/vte-0.28.2/src/
H A Dvteapp.c557 icon_title = FALSE, shell = TRUE, highlight_set = FALSE, in main() local
638 G_OPTION_ARG_NONE, &highlight_set, in main()
910 if (highlight_set) { in main()
/dports/cad/openroad/OpenROAD-2.0/src/gui/src/
H A DmainWindow.cpp461 for (auto& highlight_set : highlighted_) { in anyObjectInSet() local
462 for (auto& selected_obj : highlight_set) { in anyObjectInSet()
H A DlayoutViewer.cpp726 for (auto& highlight_set : highlighted_) { in drawHighlighted() local
727 for (auto& highlighted : highlight_set) in drawHighlighted()
/dports/games/gnome-tetravex/gnome-tetravex-3.38.2/src/
H A Dpuzzle-view.vala914 private bool highlight_set = false;
945 … if (highlight_set && show_highlight && (key == "space" || key == "Return" || key == "KP_Enter"))
1093 highlight_set = true;
1114 if (highlight_set)
1132 highlight_set = false;
/dports/editors/neovim/neovim-0.6.1/src/nvim/api/
H A Dui_events.in.h62 void highlight_set(HlAttrs attrs)
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1923 self.highlight_set = set()
1949 if child in self.highlight_set:
1954 if child in self.highlight_set:
1975 def Highlight(self, highlight_set): argument
1978 if child in self.highlight_set:
1979 if child not in highlight_set:
1981 elif child in highlight_set:
1983 self.highlight_set = highlight_set
2017 def Highlight(self, highlight_set): argument
2018 self.data_model.Highlight(highlight_set)
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1923 self.highlight_set = set()
1949 if child in self.highlight_set:
1954 if child in self.highlight_set:
1975 def Highlight(self, highlight_set): argument
1978 if child in self.highlight_set:
1979 if child not in highlight_set:
1981 elif child in highlight_set:
1983 self.highlight_set = highlight_set
2017 def Highlight(self, highlight_set): argument
2018 self.data_model.Highlight(highlight_set)
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1923 self.highlight_set = set()
1949 if child in self.highlight_set:
1954 if child in self.highlight_set:
1975 def Highlight(self, highlight_set): argument
1978 if child in self.highlight_set:
1979 if child not in highlight_set:
1981 elif child in highlight_set:
1983 self.highlight_set = highlight_set
2017 def Highlight(self, highlight_set): argument
2018 self.data_model.Highlight(highlight_set)