Home
last modified time | relevance | path

Searched refs:Highlighted (Results 1 – 25 of 2599) sorted by relevance

12345678910>>...104

/dports/astro/merkaartor/merkaartor-0.19.0/src/Docks/
H A DFeaturesDock.cpp102 Highlighted.clear(); in on_FeaturesList_itemSelectionChanged()
106 Highlighted.push_back(F); in on_FeaturesList_itemSelectionChanged()
154 Highlighted.clear(); in on_FeaturesList_delete()
310 Highlighted.clear(); in tabChanged()
375 if (Highlighted.contains(F)) newItem->setSelected(true); in addItem()
382 Highlighted.clear(); in invalidate()
394 Highlighted.removeOne(F); in clearItems()
446 return Highlighted.size(); in highlightedSize()
451 if (idx < Highlighted.size()) in highlighted()
452 return Highlighted[idx]; in highlighted()
[all …]
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogsed/
H A Dui_object.c164 if (o->Parent && o->Parent->Highlighted != o) in UIObjectHighlight()
166 o->Parent->Highlighted = o; in UIObjectHighlight()
188 return o->Parent == NULL || o->Parent->Highlighted == o; in UIObjectIsHighlighted()
194 if (o->Highlighted) in UIObjectUnhighlight()
197 UIObjectUnhighlight(o->Highlighted, unhighlightParents) || changed; in UIObjectUnhighlight()
199 o->Highlighted = NULL; in UIObjectUnhighlight()
223 if (o->Parent->Highlighted == o) in UIObjectUnhighlight()
225 o->Parent->Highlighted = NULL; in UIObjectUnhighlight()
272 const EditorResult childResult = UIObjectAddChar(o->Highlighted, c); in UIObjectAddChar()
320 const EditorResult childResult = UIObjectDelChar(o->Highlighted); in UIObjectDelChar()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_errors/src/
H A Ddiagnostic.rs61 self.0.push(StringPart::Highlighted(t.into())); in push_highlighted()
75 DiagnosticStyledString(vec![StringPart::Highlighted(t.into())]) in highlighted()
86 Highlighted(String), enumerator
92 &StringPart::Normal(ref s) | &StringPart::Highlighted(ref s) => s, in content()
191 StringPart::Highlighted(ref s) => (s.to_owned(), Style::Highlight), in note_unsuccessful_coercion()
196 StringPart::Highlighted(ref s) => (s.to_owned(), Style::Highlight), in note_unsuccessful_coercion()
235 StringPart::Highlighted(ref s) => (s.to_owned(), Style::Highlight), in note_expected_found_extra()
241 StringPart::Highlighted(ref s) => (s.to_owned(), Style::Highlight), in note_expected_found_extra()
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/awt/
H A D_XItemListener.java95 event.Highlighted = 2 ; in _itemStateChanged()
102 itemListener.event.Highlighted == 2 ; in _itemStateChanged()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/awt/
H A D_XItemListener.java95 event.Highlighted = 2 ; in _itemStateChanged()
102 itemListener.event.Highlighted == 2 ; in _itemStateChanged()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_errors-722.0.0/src/
H A Ddiagnostic.rs56 self.0.push(StringPart::Highlighted(t.into())); in push_highlighted()
70 DiagnosticStyledString(vec![StringPart::Highlighted(t.into())]) in highlighted()
77 Highlighted(String), enumerator
166 StringPart::Highlighted(ref s) => (s.to_owned(), Style::Highlight), in note_unsuccessful_coercion()
171 StringPart::Highlighted(ref s) => (s.to_owned(), Style::Highlight), in note_unsuccessful_coercion()
210 StringPart::Highlighted(ref s) => (s.to_owned(), Style::Highlight), in note_expected_found_extra()
216 StringPart::Highlighted(ref s) => (s.to_owned(), Style::Highlight), in note_expected_found_extra()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_errors-718.0.0/src/
H A Ddiagnostic.rs56 self.0.push(StringPart::Highlighted(t.into())); in push_highlighted()
70 DiagnosticStyledString(vec![StringPart::Highlighted(t.into())]) in highlighted()
77 Highlighted(String), enumerator
166 StringPart::Highlighted(ref s) => (s.to_owned(), Style::Highlight), in note_unsuccessful_coercion()
171 StringPart::Highlighted(ref s) => (s.to_owned(), Style::Highlight), in note_unsuccessful_coercion()
210 StringPart::Highlighted(ref s) => (s.to_owned(), Style::Highlight), in note_expected_found_extra()
216 StringPart::Highlighted(ref s) => (s.to_owned(), Style::Highlight), in note_expected_found_extra()
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_errors/src/
H A Ddiagnostic.rs56 self.0.push(StringPart::Highlighted(t.into())); in push_highlighted()
70 DiagnosticStyledString(vec![StringPart::Highlighted(t.into())]) in highlighted()
77 Highlighted(String), enumerator
166 StringPart::Highlighted(ref s) => (s.to_owned(), Style::Highlight), in note_unsuccessful_coercion()
171 StringPart::Highlighted(ref s) => (s.to_owned(), Style::Highlight), in note_unsuccessful_coercion()
210 StringPart::Highlighted(ref s) => (s.to_owned(), Style::Highlight), in note_expected_found_extra()
216 StringPart::Highlighted(ref s) => (s.to_owned(), Style::Highlight), in note_expected_found_extra()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/standalone/source/
H A Dgenericalertbox.cpp26 …TextButton Gradient" gradient-highlighted="Default TextButton Gradient Highlighted" icon-position=…
27 …TextButton Gradient" gradient-highlighted="Default TextButton Gradient Highlighted" icon-position=…
28 …TextButton Gradient" gradient-highlighted="Default TextButton Gradient Highlighted" icon-position=…
51 <gradient name="Default TextButton Gradient Highlighted">
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_infer/src/infer/error_reporting/nice_region_error/
H A Dplaceholder_error.rs319 struct Highlighted<'tcx, T> { in explain_actual_impl_that_was_found() struct
325 impl<'tcx, T> Highlighted<'tcx, T> { in explain_actual_impl_that_was_found() impl
326 fn map<U>(self, f: impl FnOnce(T) -> U) -> Highlighted<'tcx, U> { in explain_actual_impl_that_was_found()
327 Highlighted { tcx: self.tcx, highlight: self.highlight, value: f(self.value) } in explain_actual_impl_that_was_found()
331 impl<'tcx, T> fmt::Display for Highlighted<'tcx, T> in explain_actual_impl_that_was_found() implementation
363 let highlight_trait_ref = |trait_ref| Highlighted { in explain_actual_impl_that_was_found()
/dports/deskutils/maliit-framework/framework-2.1.1/src/maliit/plugins/
H A Dkeyoverride.h42 Highlighted = 0x4, enumerator
44 All = Label | Icon | Highlighted | Enabled
/dports/net-im/chatterino2/chatterino2-2.3.4/src/messages/
H A DSharedMessageBuilder.cpp157 this->message().flags.set(MessageFlag::Highlighted); in parseHighlights()
222 this->message().flags.set(MessageFlag::Highlighted); in parseHighlights()
291 this->message().flags.set(MessageFlag::Highlighted); in parseHighlights()
346 this->message().flags.set(MessageFlag::Highlighted); in parseHighlights()
/dports/irc/quassel/quassel-0.14-rc2/src/qtui/
H A Dchatline.cpp185 quint8 sel = (_selection & Highlighted) | Selected | minColumn; in setSelected()
196 quint8 sel = _selection & Highlighted; in setSelected()
209 _selection |= Highlighted; in setHighlighted()
211 _selection &= ~Highlighted; in setHighlighted()
/dports/irc/quassel-core/quassel-0.14-rc2/src/qtui/
H A Dchatline.cpp185 quint8 sel = (_selection & Highlighted) | Selected | minColumn; in setSelected()
196 quint8 sel = _selection & Highlighted; in setSelected()
209 _selection |= Highlighted; in setHighlighted()
211 _selection &= ~Highlighted; in setHighlighted()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Widgets/
H A DButtonWidget.cs48 public bool Highlighted = false; field in OpenRA.Mods.Common.Widgets.ButtonWidget
89 IsHighlighted = () => Highlighted; in ButtonWidget()
124 Highlighted = other.Highlighted; in ButtonWidget()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/standalone/source/
H A Dgenericalertbox.cpp29 …TextButton Gradient" gradient-highlighted="Default TextButton Gradient Highlighted" icon-position=…
30 …TextButton Gradient" gradient-highlighted="Default TextButton Gradient Highlighted" icon-position=…
31 …TextButton Gradient" gradient-highlighted="Default TextButton Gradient Highlighted" icon-position=…
55 <gradient name="Default TextButton Gradient Highlighted">
/dports/textproc/py-sphinx/Sphinx-3.5.2/tests/roots/test-directive-code/
H A Demphasize.rst1 Literal Includes with Highlighted Lines
/dports/x11-themes/irssi-themes/irssi-themes-2016082001/
H A Dmork.theme75 # Highlighted nick print (eg. join, part, quit)
78 # Highlighted host print (eg. join, part, quit)
87 # Highlighted channel name print
110 # Highlighted channel public message: $0 = highlight colour, $1 = nick mode, $2 = nick
/dports/irc/anope/anope-2.0.9/docs/
H A DNEWS1 Highlighted News in Anope 1.9
/dports/graphics/birdfont/birdfont-2.29.5/libbirdfont/
H A DTheme.vala134 Theme.set_default_color ("Highlighted 1", 159 / 255.0, 165 / 255.0, 192 / 255.0, 1);
136 Theme.set_default_color ("Highlighted Guide", 0, 0, 0.3, 1);
241 Theme.set_default_color ("Highlighted 1", 234 / 255.0, 77 / 255.0, 26 / 255.0, 1);
243 Theme.set_default_color ("Highlighted Guide", 0, 0, 0.3, 1);
345 Theme.set_default_color ("Highlighted 1", 0, 0, 0, 1);
347 Theme.set_default_color ("Highlighted Guide", 0, 0, 0, 1);
443 t_("Highlighted 1");
444 t_("Highlighted Guide");
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/notifier/
H A DNotifierSettings.h73 Highlighted, enumerator
/dports/www/drupal9/drupal-9.2.10/core/profiles/testing_themes_blocks/themes/testing_theme_without_blocks/
H A Dtesting_theme_without_blocks.info.yml10 highlighted: Highlighted
/dports/graphics/art/ART-1.9.3/rtdata/themes/
H A DTooWaGrey - Bright-GTK3-20_.css31 @define-color bg-highlighted-text-color rgb(43,119,196); /*** Highlighted text color background* De…
32 @define-color highlighted-text-color rgb(255,255,255); /*** Highlighted text color * Default: rgb(…
H A DTooWaGrey-GTK3-20_.css31 @define-color bg-highlighted-text-color rgb(35,99,166); /*** Highlighted text color background* Def…
32 @define-color highlighted-text-color rgb(210,210,210); /*** Highlighted text color * Default: rgb(…
H A DTooWaBlue - Bright-GTK3-20_.css31 @define-color bg-highlighted-text-color rgb(43,119,196); /*** Highlighted text color background* De…
32 @define-color highlighted-text-color rgb(255,255,255); /*** Highlighted text color * Default: rgb(…

12345678910>>...104