Searched refs:highlight (Results 1 - 25 of 28) sorted by relevance

12

/haiku-fatelf/src/tools/checkstyle/
H A Dutils.py54 # insert highlight tags in a temp buffer
59 temp += escape(slice) + '<span class="highlight tooltip">'
65 temp += "</span>" # close the superfluous last highlight
84 # highlight overlap check
90 # splits the string in three parts before, between and after the highlight
91 def splitByHighlight(string, highlight):
92 return (string[:highlight[0]], string[highlight[0]:highlight[1]], \
93 string[highlight[
[all...]
/haiku-fatelf/src/servers/app/stackandtile/
H A DTiling.h55 bool highlight = true);
59 Decorator::Region region, bool highlight);
61 Decorator::Region region, bool highlight);
H A DSATDecorator.cpp61 SATDecorator::GetComponentColors(Component component, uint8 highlight, argument
66 if (highlight != HIGHLIGHT_STACK_AND_TILE) {
67 DefaultDecorator::GetComponentColors(component, highlight,
75 DefaultDecorator::GetComponentColors(component, highlight,
H A DSATDecorator.h30 uint8 highlight, ComponentColors _colors,
H A DStacking.h41 void _HighlightWindows(bool highlight = true);
H A DTiling.cpp463 SATTiling::_HighlightWindows(SATGroup* group, bool highlight) argument
470 Decorator::REGION_RIGHT_BORDER, highlight);
474 Decorator::REGION_BOTTOM_BORDER, highlight);
478 Decorator::REGION_LEFT_BORDER, highlight);
482 Decorator::REGION_TOP_BORDER, highlight);
485 fSATWindow->HighlightBorders(Decorator::REGION_LEFT_BORDER, highlight);
487 fSATWindow->HighlightBorders(Decorator::REGION_TOP_BORDER, highlight);
489 fSATWindow->HighlightBorders(Decorator::REGION_RIGHT_BORDER, highlight);
492 highlight);
500 Decorator::Region region, bool highlight)
498 _SearchHighlightWindow(Tab* tab, Tab* firstOrthTab, Tab* secondOrthTab, const TabList* orthTabs, Corner::position_t areaCorner, Decorator::Region region, bool highlight) argument
545 _HighlightWindows(WindowArea* area, Decorator::Region region, bool highlight) argument
[all...]
H A DSATWindow.cpp422 uint8 highlight = active ? SATDecorator::HIGHLIGHT_STACK_AND_TILE : 0; local
423 decorator->SetRegionHighlight(Decorator::REGION_TAB, highlight, &dirty,
425 decorator->SetRegionHighlight(Decorator::REGION_CLOSE_BUTTON, highlight,
427 decorator->SetRegionHighlight(Decorator::REGION_ZOOM_BUTTON, highlight,
443 uint8 highlight = active ? SATDecorator::HIGHLIGHT_STACK_AND_TILE : 0; local
444 decorator->SetRegionHighlight(region, highlight, &dirty);
H A DStacking.cpp322 SATStacking::_HighlightWindows(bool highlight) argument
327 fStackingParent->HighlightTab(highlight);
328 fSATWindow->HighlightTab(highlight);
/haiku-fatelf/src/bin/debug/time_stats/
H A Dtiming_analysis.cpp182 bool highlight = info.thread == child && isatty(STDOUT_FILENO); local
184 if (highlight)
192 if (highlight)
/haiku-fatelf/src/bin/gdb/gdb/tui/
H A Dtui-data.h182 int highlight; member in struct:tui_data_element
233 int highlight; member in struct:tui_win_element
295 int highlight);
H A Dtui-regs.c192 win->which_element.data.highlight = FALSE;
282 data->highlight = FALSE;
505 was_hilighted = data->highlight;
508 data->item_no, &data->highlight);
510 if (data->highlight || was_hilighted)
529 if (data->highlight)
539 if (data->highlight)
H A Dtui-data.c90 tui_set_win_highlight (struct tui_win_info *win_info, int highlight) argument
93 win_info->is_highlighted = highlight;
483 element->highlight = FALSE;
509 element->which_element.data.highlight = FALSE;
/haiku-fatelf/src/servers/app/decorator/
H A DDefaultWindowBehaviour.cpp663 // update the highlight, if necessary
981 uint8 highlight = active local
990 highlight, &dirtyRegion);
994 Decorator::REGION_RIGHT_BORDER, highlight,
1002 highlight, &dirtyRegion);
1006 Decorator::REGION_BOTTOM_BORDER, highlight,
1016 Decorator::REGION_LEFT_TOP_CORNER, highlight,
1020 Decorator::REGION_LEFT_BOTTOM_CORNER, highlight,
1026 Decorator::REGION_RIGHT_TOP_CORNER, highlight,
1030 Decorator::REGION_RIGHT_BOTTOM_CORNER, highlight,
[all...]
H A DDefaultDecorator.h63 uint8 highlight, BRegion* dirty,
162 uint8 highlight, ComponentColors _colors,
H A DDecorator.cpp574 /*! \brief Sets a specific highlight for a decorator region.
577 called, if the highlight shall be applied.
580 \param highlight The value identifying the kind of highlight.
581 \param dirty The dirty region to be extended, if the highlight changes. Can
583 \return \c true, if the highlight could be applied.
586 Decorator::SetRegionHighlight(Region region, uint8 highlight, BRegion* dirty, argument
593 if (fRegionHighlights[index] == highlight)
595 fRegionHighlights[index] = highlight;
H A DDefaultDecorator.cpp258 DefaultDecorator::SetRegionHighlight(Region region, uint8 highlight, argument
263 tab->isHighlighted = highlight != 0;
265 // highlight changes.
268 if (highlight != RegionHighlight(region))
272 if (highlight != RegionHighlight(region))
280 return Decorator::SetRegionHighlight(region, highlight, dirty, tabIndex);
1483 \param highlight The highlight set for the component.
1487 DefaultDecorator::GetComponentColors(Component component, uint8 highlight, argument
1551 // for the resize-border highlight dy
[all...]
H A DDecorator.h149 virtual bool SetRegionHighlight(Region region, uint8 highlight,
/haiku-fatelf/src/libs/ncurses/include/
H A DCaps.hpux11765 enter_horizontal_hl_mode ehhlm str Xh - - ----- Enter horizontal highlight mode
766 enter_left_hl_mode elhlm str Xl - - ----- Enter left highlight mode
767 enter_low_hl_mode elohlm str Xo - - ----- Enter low highlight mode
768 enter_right_hl_mode erhlm str Xr - - ----- Enter right highlight mode
769 enter_top_hl_mode ethlm str Xt - - ----- Enter top highlight mode
770 enter_vertical_hl_mode evhlm str Xv - - ----- Enter vertical highlight mode
772 exit_horizontal_hl_mode rhhlm str XH - - ----K Exit horizontal highlight mode
773 exit_left_hl_mode rlhlm str XL - - ----K Exit left highlight mode
774 exit_low_hl_mode rlohlm str XO - - ----K Exit low highlight mode
775 exit_right_hl_mode rrhlm str XR - - ----K Exit right highlight mod
[all...]
H A DCaps.osf1r5773 enter_horizontal_hl_mode ehhlm str Xh - - ----- Enter horizontal highlight mode
774 enter_left_hl_mode elhlm str Xl - - ----- Enter left highlight mode
775 enter_low_hl_mode elohlm str Xo - - ----- Enter low highlight mode
776 enter_right_hl_mode erhlm str Xr - - ----- Enter right highlight mode
777 enter_top_hl_mode ethlm str Xt - - ----- Enter top highlight mode
778 enter_vertical_hl_mode evhlm str Xv - - ----- Enter vertical highlight mode
H A DCaps756 enter_horizontal_hl_mode ehhlm str Xh - - ----- Enter horizontal highlight mode
757 enter_left_hl_mode elhlm str Xl - - ----- Enter left highlight mode
758 enter_low_hl_mode elohlm str Xo - - ----- Enter low highlight mode
759 enter_right_hl_mode erhlm str Xr - - ----- Enter right highlight mode
760 enter_top_hl_mode ethlm str Xt - - ----- Enter top highlight mode
761 enter_vertical_hl_mode evhlm str Xv - - ----- Enter vertical highlight mode
H A DCaps.aix4858 enter_horizontal_hl_mode ehhlm str Xh - - ----- Enter horizontal highlight mode
859 enter_left_hl_mode elhlm str Xl - - ----- Enter left highlight mode
860 enter_low_hl_mode elohlm str Xo - - ----- Enter low highlight mode
861 enter_right_hl_mode erhlm str Xr - - ----- Enter right highlight mode
862 enter_top_hl_mode ethlm str Xt - - ----- Enter top highlight mode
863 enter_vertical_hl_mode evhlm str Xv - - ----- Enter vertical highlight mode
H A DCaps.keys846 enter_horizontal_hl_mode ehhlm str Xh - - ----- Enter horizontal highlight mode
847 enter_left_hl_mode elhlm str Xl - - ----- Enter left highlight mode
848 enter_low_hl_mode elohlm str Xo - - ----- Enter low highlight mode
849 enter_right_hl_mode erhlm str Xr - - ----- Enter right highlight mode
850 enter_top_hl_mode ethlm str Xt - - ----- Enter top highlight mode
851 enter_vertical_hl_mode evhlm str Xv - - ----- Enter vertical highlight mode
/haiku-fatelf/src/bin/gdb/gdb/mi/
H A Dgdb-mi.el418 '(mouse-face highlight
483 '(mouse-face highlight
/haiku-fatelf/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp336 bool highlight = fCurrentPathPoint == i; local
350 if (highlight && (fMode == MOVE_POINT ||
366 if (highlight && (fMode == MOVE_POINT_IN ||
386 if (highlight && (fMode == MOVE_POINT_OUT ||
1674 // invalidate path display (to highlight the respective point)
/haiku-fatelf/src/bin/network/wget/
H A Dmaint.mk741 --highlight --frames --legend \

Completed in 224 milliseconds

12