Searched +refs:icon +refs:comment +refs:indent (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/css/
H A Dview-source.css117 .webkit-html-comment {
118 /* Keep this in sync with inspector.css (.webkit-html-comment) */
155 text-indent: -20px;
158 .webkit-html-message-icon {
/macosx-10.9.5/vim-53/runtime/
H A Doptwin.vim28 " If on a continued comment line, go back to the first comment line
131 " Reset 'title' and 'icon' to make it work faster.
133 let s:old_icon = &icon
547 let &icon = s:old_icon
548 call append("$", "icon\tset the text of the icon for this window")
549 call <SID>BinOptionG("icon", &icon)
551 call append("$", "iconstring\twhen not empty, text for the icon o
[all...]
H A Dfiletype.vim461 " Look for either an opening comment, '#', or a block start, '{".
470 " Not a blank line, not a comment, and not a block start,
835 au BufNewFile,BufRead *.icn setf icon
861 au BufNewFile,BufRead .indent.pro setf indent
862 au BufNewFile,BufRead indent.pro call s:ProtoCheck('indent')
869 " Cproto files have a comment in the first line and a function prototype in
881 au BufNewFile,BufRead indentrc setf indent
1439 " This function checks for an assembly comment th
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dpine.vim139 syn keyword pineConfig reply-indent-string
262 syn keyword pineOption enable-newmail-in-xterm-icon
265 syn keyword pineOption enable-reply-indent-string-editing
272 syn keyword pineOption enable-tray-icon
319 syn keyword pineOption quell-timezone-comment-when-sending
H A Dvim.vim31 syn keyword vimOption contained aleph ar autoindent backspace ballooneval bg bkc bsdir cb cfu cinkeys cmdwinheight columns completeopt cot cscopepathcomp csprg cursorbind define diffexpr dy ef eol esckeys fcs fdn ff fillchars foldclose foldmarker formatlistpat gcr ghr guicursor guitablabel hi hkmapp icon imcmdline inc indk isfname joinspaces kmp lcs listchars lw mat maxmempattern mis mmt mouse mouseshape mzquantum odev osfiletype patchmode ph preserveindent printheader pvh relativenumber rightleftcmd ru sbr scrolloff selection shellcmdflag shellxquote showcmd sidescroll smartindent sol spellsuggest sr stal sua swf ta taglength tbi termbidi tf title to ts tty ttytype ul updatetime ve viewoptions wak weirdinvert wig wildoptions winheight wm wrapmargin ws
74 syn keyword vimFuncName contained acos argc asin browse buflisted bufnr byteidx changenr clearmatches complete_add copy count deepcopy diff_filler escape executable expand feedkeys filter float2nr fnameescape foldclosedend foldtextresult garbagecollect getbufvar getcmdline getcwd getfsize getline getpid getreg gettabwinvar getwinvar has hasmapto histget hlID indent inputdialog inputsave isdirectory join libcall line2byte log maparg matchadd matchend max mkdir mzeval nr2char pow printf range reltime remote_expr remote_peek remote_send rename resolve round searchdecl searchpairpos server2client setbufvar setline setmatches setqflist settabvar setwinvar simplify sinh soundfold spellsuggest sqrt str2nr strdisplaywidth stridx strlen strridx strwidth substitute synID synIDtrans system tabpagenr tagfiles tan tempname toupper trunc undofile values visualmode wincol winline winrestcmd winsaveview writefile
130 syn keyword vimFTOption contained detect indent off on plugin
286 " Set command and associated set-options (vimOptions) with comment {{{2
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dcsscomplete.vim6 let s:values = split("azimuth background background-attachment background-color background-image background-position background-repeat border bottom border-collapse border-color border-spacing border-style border-top border-right border-bottom border-left border-top-color border-right-color border-bottom-color border-left-color border-top-style border-right-style border-bottom-style border-left-style border-top-width border-right-width border-bottom-width border-left-width border-width caption-side clear clip color content counter-increment counter-reset cue cue-after cue-before cursor display direction elevation empty-cells float font font-family font-size font-style font-variant font-weight height left letter-spacing line-height list-style list-style-image list-style-position list-style-type margin margin-right margin-left margin-top margin-bottom max-height max-width min-height min-width orphans outline outline-color outline-style outline-width overflow padding padding-top padding-right padding-bottom padding-left page-break-after page-break-before page-break-inside pause pause-after pause-before pitch pitch-range play-during position quotes right richness speak speak-header speak-numeral speak-punctuation speech-rate stress table-layout text-align text-decoration text-indent text-transform top unicode-bidi vertical-align visibility voice-family volume white-space width widows word-spacing z-index")
24 " Where ^ is start of line and /* */ are comment borders
204 let values = ["normal", "italic", "oblique", "small-caps", "bold", "bolder", "lighter", "100", "200", "300", "400", "500", "600", "700", "800", "900", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "larger", "smaller", "sans-serif", "serif", "monospace", "cursive", "fantasy", "caption", "icon", "menu", "message-box", "small-caption", "status-bar"]
296 elseif prop == 'text-indent'
H A Dphpcomplete.vim23 \ 'synIDattr(synID(line("."), col("."), 0), "name") =~? "string\|comment"')
25 \ 'synIDattr(synID(line("."), col("."), 0), "name") =~? "string\|comment"')
2203 \ 'iis_add_server(': 'string path, string comment, string server_ip, int port, string host_name, int rights, int start_server | int',
2206 \ 'iis_get_server_by_comment(': 'string comment | int',
3482 \ 'pdf_add_note(': 'resource pdfdoc, float llx, float lly, float urx, float ury, string contents, string title, string icon, int open | bool',
3488 \ 'pdf_attach_file(': 'resource pdfdoc, float llx, float lly, float urx, float ury, string filename, string description, string author, string mimetype, string icon | bool',
3801 \ 'ps_add_note(': 'resource psdoc, float llx, float lly, float urx, float ury, string contents, string title, string icon, int open | bool',
4693 \ 'wddx_packet_start(': '[string comment] | resource',
4694 \ 'wddx_serialize_value(': 'mixed var [, string comment] | string',
4775 \ 'xmlwriter_set_indent(': 'resource xmlwriter, bool indent | boo
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/contrib/
H A Dtklkup1671 -indent => 35,
6162 modifying the tklkup program, in subroutine dirConn comment out
6421 that is selected. If the GUI is icon-ed or exited, the tear
6466 by the GUI. If the GUI is icon-ed or exited, the tear off
6541 by the GUI. If the GUI is icon-ed or exited, the tear off

Completed in 110 milliseconds