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

1234567891011

/macosx-10.9.5/vim-53/runtime/colors/
H A Dtorte.vim19 highlight Normal guifg=Grey80 guibg=Black
20 highlight Search guifg=Black guibg=Red gui=bold
21 highlight Visual guifg=#404040 gui=bold
22 highlight Cursor guifg=Black guibg=Green gui=bold
23 highlight Special guifg=Orange
24 highlight Comment guifg=#80a0ff
25 highlight StatusLine guifg=blue guibg=white
26 highlight Statement guifg=Yellow gui=NONE
27 highlight Type gui=NONE
30 highlight Norma
[all...]
H A Dpablo.vim14 highlight Comment ctermfg=8 guifg=#808080
15 highlight Constant ctermfg=14 cterm=none guifg=#00ffff gui=none
16 highlight Identifier ctermfg=6 guifg=#00c0c0
17 highlight Statement ctermfg=3 cterm=bold guifg=#c0c000 gui=bold
18 highlight PreProc ctermfg=10 guifg=#00ff00
19 highlight Type ctermfg=2 guifg=#00c000
20 highlight Special ctermfg=12 guifg=#0000ff
21 highlight Error ctermbg=9 guibg=#ff0000
22 highlight Todo ctermfg=4 ctermbg=3 guifg=#000080 guibg=#c0c000
23 highlight Director
[all...]
/macosx-10.9.5/WebKit-7537.78.2/mac/WebInspector/
H A DWebNodeHighlighter.mm57 - (void)highlight
62 return; // Skip the highlight if we have no window (e.g. hidden tab).
83 - (void)didAttachWebNodeHighlight:(WebNodeHighlight *)highlight
85 [_inspectedWebView setCurrentNodeHighlight:highlight];
88 - (void)willDetachWebNodeHighlight:(WebNodeHighlight *)highlight
H A DWebNodeHighlight.h59 - (void)didAttachWebNodeHighlight:(WebNodeHighlight *)highlight;
60 - (void)willDetachWebNodeHighlight:(WebNodeHighlight *)highlight;
H A DWebNodeHighlighter.h39 - (void)highlight;
/macosx-10.9.5/vim-53/runtime/syntax/
H A Desmtprc.vim28 :highlight link esmtprcOptions Label
29 :highlight link esmtprcString String
30 :highlight link esmtprcAddress Type
31 :highlight link esmtprcIdentifier Identifier
32 :highlight link esmtprcFulladd Include
H A Dicemenu.vim32 highlight link _rules Underlined
33 highlight link _ids Type
34 highlight link _icon Special
H A Dada.vim51 " We'll highlight the standard exceptions, similar to vim's Python mode.
60 " We don't normally highlight types in package Standard
213 " highlight them differently.
307 highlight def link adaCharacter Character
308 highlight def link adaComment Comment
309 highlight def link adaConditional Conditional
310 highlight def link adaKeyword Keyword
311 highlight def link adaLabel Label
312 highlight def link adaNumber Number
313 highlight de
[all...]
H A Dhitest.vim7 " To see your current highlight settings, do
23 " print current highlight settings into register a
25 highlight
40 " insert highlight settings
76 let b:various = &highlight.',:Normal,:Cursor,:,'
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorOverlay.cpp104 static void buildNodeHighlight(Node* node, const HighlightConfig& highlightConfig, Highlight* highlight) argument
112 highlight->setDataFromConfig(highlightConfig);
127 highlight->type = HighlightTypeRects;
128 renderer->absoluteQuads(highlight->quads);
129 for (size_t i = 0; i < highlight->quads.size(); ++i)
130 contentsQuadToPage(mainView, containingView, highlight->quads[i]);
177 highlight->type = HighlightTypeNode;
178 highlight->quads.append(absMarginQuad);
179 highlight->quads.append(absBorderQuad);
180 highlight
185 buildQuadHighlight(Page* page, const FloatQuad& quad, const HighlightConfig& highlightConfig, Highlight *highlight) argument
330 buildObjectForHighlight(FrameView* mainView, const Highlight& highlight) argument
[all...]
H A DInspectorClient.h53 virtual void highlight() = 0;
/macosx-10.9.5/WebCore-7537.78.1/Resources/blackberry/
H A DtimeControlBlackBerry.css35 .row-highlight-container {
48 .row-highlight-filler {
53 .row-highlight {
73 .row-highlight {
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/ctext/
H A Dctext_test_ws.tcl7 {.t blah} highlight 1.0 end
/macosx-10.9.5/vim-53/runtime/
H A Dgvimrc_example.vim52 highlight Normal guibg=grey90
53 highlight Cursor guibg=Green guifg=NONE
54 highlight lCursor guibg=Cyan guifg=NONE
55 highlight NonText guibg=grey80
56 highlight Constant gui=NONE guibg=grey95
57 highlight Special gui=NONE guibg=grey95
/macosx-10.9.5/WebKit-7537.78.2/wince/WebCoreSupport/
H A DInspectorClientWinCE.cpp69 void InspectorClientWinCE::highlight() function in class:WebKit::InspectorClientWinCE
H A DInspectorClientWinCE.h46 virtual void highlight();
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itk/tests/
H A Dwidget.test31 option add *TestWidget.highlight white
51 rename -activebackground -highlight highlight Foreground
77 } {{-background background Background linen linen} {-borderwidth borderWidth BorderWidth 2 2} {-clientdata clientData ClientData {} {}} {-command command Command {} {}} {-cursor cursor Cursor {} {}} {-foreground foreground Foreground navy navy} {-highlight highlight Foreground white white} {-normal normal Background ivory ivory} {-status status Status {} {}} {-text text Text {} {}}}
87 {-highlight {-highlight highlight Foreground white white}}
108 {-highlight MistyRose}
255 } {{hull test1 test2} {{-background background Background linen linen} {-borderwidth borderWidth BorderWidth 2 2} {-clientdata clientData ClientData {} {}} {-command command Command {} {}} {-cursor cursor Cursor {} {}} {-foreground foreground Foreground navy navy} {-highlight highligh
[all...]
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DInspectorClientBlackBerry.cpp46 void InspectorClientBlackBerry::highlight() function in class:WebCore::InspectorClientBlackBerry
H A DInspectorClientBlackBerry.h43 virtual void highlight();
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DInspectorClientEfl.h57 virtual void highlight();
/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DInspectorClientGtk.h62 virtual void highlight();
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebInspectorClient.h61 virtual void highlight() OVERRIDE;
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DTapHighlightController.h50 void highlight(WebCore::Node*);
/macosx-10.9.5/emacs-92/emacs/lwlib/
H A DxlwmenuP.h67 XtCallbackList select, highlight; member in struct:_XlwMenu_part
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderSnapshottedPlugIn.cpp128 if (style()->highlight() != nullAtom && !context->paintingDisabled())
129 paintCustomHighlight(toPoint(paintOffset - location()), style()->highlight(), true);

Completed in 217 milliseconds

1234567891011