Home
last modified time | relevance | path

Searched refs:highlight (Results 1 – 25 of 56) sorted by relevance

123

/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gedit/gedit/
H A D0001-fix-for-clang-18.patch5 ../plugins/quickhighlight/gedit-quick-highlight-plugin.c: In function ‘gedit_quick_highlight_plugin…
6 ../plugins/quickhighlight/gedit-quick-highlight-plugin.c:96:47: error: implicit declaration of func…
11 ../plugins/quickhighlight/gedit-quick-highlight-plugin.c:96:47: warning: nested extern declaration …
12 ../plugins/quickhighlight/gedit-quick-highlight-plugin.c:96:45: error: assignment to ‘GtkSourceStyl…
16 --- a/plugins/quickhighlight/gedit-quick-highlight-plugin.c 2024-02-20 08:11:47.925749255 +0100
17 +++ b/plugins/quickhighlight/gedit-quick-highlight-plugin.c 2024-02-20 08:12:16.218594067 +0100
21 style = gtk_source_style_scheme_get_style (style_scheme, "quick-highlight-match");
/openbmc/linux/drivers/tty/vt/
H A Dselection.c55 static inline void highlight(const int s, const int e) in highlight() function
85 highlight(vc_sel.start, vc_sel.end); in clear_selection()
289 highlight(new_sel_start, new_sel_end); in vc_do_selection()
295 highlight(vc_sel.end + 2, new_sel_end); in vc_do_selection()
297 highlight(new_sel_end + 2, vc_sel.end); in vc_do_selection()
302 highlight(new_sel_start, vc_sel.start - 2); in vc_do_selection()
304 highlight(vc_sel.start, new_sel_start - 2); in vc_do_selection()
309 highlight(new_sel_start, new_sel_end); in vc_do_selection()
/openbmc/openbmc/poky/scripts/
H A Dbuildstats-summary73 highlight = datetime.timedelta(seconds=args.highlight)
78 if args.highlight and t.duration >= highlight:
/openbmc/qemu/docs/sphinx-static/
H A Dtheme_overrides.css51 div[class^="highlight"] pre {
73 div[class^="highlight"] pre {
76 .rst-content .highlight > pre {
106 .rst-content .admonition-example > div[class^="highlight"] {
117 .rst-content .admonition-example > div[class^="highlight"]:nth-child(2) {
125 .rst-content .admonition-example > div[class^="highlight"]:last-child {
133 .rst-content .admonition-example .highlight {
/openbmc/linux/drivers/s390/char/
H A Dcon3270.c51 unsigned char highlight:3; /* Blink/reverse/underscore */ member
316 unsigned char f_color, b_color, highlight; in tty3270_required_length() local
321 highlight = 0; in tty3270_required_length()
326 if (cell->attributes.highlight != highlight) { in tty3270_required_length()
328 highlight = cell->attributes.highlight; in tty3270_required_length()
341 if (highlight) in tty3270_required_length()
356 if (attr->highlight) in tty3270_add_reset_attributes()
424 if (cell->attributes.highlight != attr->highlight) { in tty3270_add_attributes()
425 attr->highlight = cell->attributes.highlight; in tty3270_add_attributes()
426 cp = tty3270_add_sa(tp, cp, TAT_EXTHI, highlights[attr->highlight]); in tty3270_add_attributes()
[all …]
/openbmc/linux/Documentation/sphinx-static/
H A Dtheme_overrides.css19 div[class^="highlight"] pre {
40 div[class^="highlight"] pre {
43 .rst-content .highlight > pre {
H A Dtheme_rtd_colors.css21 div[class^="highlight"] pre {
/openbmc/linux/tools/perf/Documentation/
H A Dperf-timechart.txt64 --highlight=<duration_nsecs|task_name>::
114 then generate timechart and highlight 'gcc' tasks:
116 $ perf timechart --highlight gcc
/openbmc/u-boot/Documentation/sphinx-static/
H A Dtheme_overrides.css11 div[class^="highlight"] pre {
14 .rst-content .highlight > pre {
/openbmc/linux/Documentation/admin-guide/
H A Dvga-softcursor.rst10 make it inverse background of the character it's over or to highlight
40 on highlight (or sometimes blinking -- it depends on the configuration
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Djquery-ui.theme.min.css5highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px …
H A Djquery-ui.min.css7highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px …
/openbmc/linux/scripts/kconfig/
H A Dnconf.gui.c32 { .attr = &(_at), .has_color = true, .color_fg = _fg, .color_bg = _bg, .highlight = _hl }
34 { .attr = &(_at), .has_color = false, .highlight = _hl }
42 int highlight; member
107 int attr = p->highlight; in set_colors()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dtable.js178 var highlight = $("table a[name="+window.location.hash.replace('#',''));
179 if (highlight.length > 0){
180 highlight.parents("tr").addClass('highlight');
181 window.scroll(0, highlight.position().top - 50);
H A Dtypeahead.jquery.js167 highlight: "tt-highlight" property in AnonymousFunctionc6d3f3560900.defaultClassNames
379 var highlight = function(doc) {
668 this.highlight = !!o.highlight;
755 this.highlight && highlight({
756 className: this.classes.highlight,
1340 d.highlight = !!o.highlight;
/openbmc/openbmc/poky/documentation/toaster-manual/
H A Dstart.rst3 .. highlight:: shell
/openbmc/linux/tools/perf/tests/shell/
H A Dtest_task_analyzer.sh86 perf script report task-analyzer --ms --filter-tasks perf --highlight-tasks perf \
/openbmc/u-boot/doc/device-tree-bindings/clock/
H A Dnvidia,tegra20-car.txt20 this case, those clocks are assigned IDs above 95 in order to highlight
/openbmc/linux/Documentation/translations/zh_CN/dev-tools/
H A Dgdb-kernel-debugging.rst1 .. highlight:: none
/openbmc/qemu/docs/devel/migration/
H A Dqatzip-compression.rst129 <https://intel.github.io/quickassist/PG/infrastructure_debugability.html?highlight=memory>`_
/openbmc/linux/Documentation/admin-guide/media/
H A Dvisl.rst133 highlight errors as broken clients may fail to fill the buffers properly.
/openbmc/linux/Documentation/dev-tools/
H A Dgdb-kernel-debugging.rst1 .. highlight:: none
/openbmc/u-boot/doc/
H A DREADME.coccinelle5 .. highlight:: none
417 intent of the ``context`` mode is to highlight the important lines
/openbmc/openbmc/poky/documentation/test-manual/
H A Dyocto-project-compatible.rst75 are designed to highlight known issues which are often easy to solve. This
/openbmc/docs/designs/
H A Dboot-progress.md13 represent it. The goal of this design document is to highlight these different

123