Searched +refs:icon +refs:indent +refs:command (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dhierarchy.itk141 method _drawLevel {node indent}
148 method _iconSelect {node icon}
149 method _iconDblSelect {node icon}
249 # Configure the command on the vertical scroll bar in the base class.
252 -command [itcl::code $itk_component(list) yview]
255 # Configure the command on the horizontal scroll bar in the base class.
258 -command [itcl::code $itk_component(list) xview]
306 # Initialize the widget based on the command line options.
378 # command contains "%n", it is replaced with the name of the desired
427 # Command executed to select an item in the list. If this command
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/demos/
H A Ddemo.tcl36 # original Tcl command "file". Then I got confused.
300 $m2 add command -label "Console" -command {
308 $m2 add command -label "Event Browser" -command ToggleEventsWindow
309 $m2 add command -label "Identify" -command ToggleIdentifyWindow
310 $m2 add command -label "Style Editor" -command ToggleStyleEditorWindow
311 $m2 add command
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dpine.vim41 syn keyword pineConfig download-command
42 syn keyword pineConfig download-command-prefix
118 syn keyword pineConfig personal-print-command
139 syn keyword pineConfig reply-indent-string
143 syn keyword pineConfig rsh-command
158 syn keyword pineConfig ssh-command
179 syn keyword pineConfig upload-command
180 syn keyword pineConfig upload-command-prefix
232 syn keyword pineOption enable-aggregate-command-set
244 syn keyword pineOption enable-exit-via-lessthan-command
[all...]
H A Dcss.vim99 syn keyword cssFontAttr contained icon menu
112 syn match cssTextAttr contained "\<text-indent\>"
209 command -nargs=+ HiLink hi link <args>
211 command -nargs=+ HiLink hi def link <args>
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
202 syn keyword vimUserAttrbCmplt contained augroup buffer command dir environment event expression file function help highlight mapping menu option shellcmd something tag tag_listfiles var
286 " Set command and associated set-options (vimOptions) with comment {{{2
/macosx-10.9.5/vim-53/runtime/
H A Doptwin.vim131 " Reset 'title' and 'icon' to make it work faster.
133 let s:old_icon = &icon
152 " Insert help and a "set" command for each option.
266 call append("$", "incsearch\tshow match for partly typed search command")
301 call append("$", "tagstack\ta :tag command will use the tagstack")
345 call append("$", "cmdheight\tnumber of lines used for the command-line")
547 let &icon = s:old_icon
548 call append("$", "icon\tset the text of the icon for this window")
549 call <SID>BinOptionG("icon",
[all...]
H A Dmakemenu.vim13 " Use the SynMenu command and function to define all menu entries
14 command! -nargs=* SynMenu call <SID>Syn(<q-args>)
215 SynMenu FG.GDB\ command\ file:gdb
256 SynMenu HIJK.Icon:icon
259 SynMenu HIJK.Indent\ profile:indent
H A Dfiletype.vim491 au BufNewFile,BufRead ~/.cmus/{autosave,rc,command-history,*.theme} setf cmusrc
718 " GDB command files
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')
881 au BufNewFile,BufRead indentrc setf indent
1514 " Ratpoison config/command files
1760 " For shell-like file types, check for an "exec" command hidde
[all...]
H A Dsynmenu.vim196 an 50.40.250 &Syntax.FG.GDB\ command\ file :cal SetSyn("gdb")<CR>
236 an 50.50.310 &Syntax.HIJK.Icon :cal SetSyn("icon")<CR>
239 an 50.50.340 &Syntax.HIJK.Indent\ profile :cal SetSyn("indent")<CR>
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A DtablelistConfig.tcl37 lappend configSpecs(-movecolumncursor) icon
637 # then append "-columns" to the list of command line
694 selection own -command \
1021 doCellConfig $row $newTreeCol $win -indent \
1022 [doCellCget $row $oldTreeCol $win -indent]
1023 doCellConfig $row $oldTreeCol $win -indent ""
1046 [doCellCget $row $treeCol $win -indent]
1056 -indent $newImg
2047 set indent [getIndentData $win $key $col indentWidth]
2090 $indent
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dphpcomplete.vim1608 \ 'escapeshellcmd(': 'string command | string',
1610 \ 'exec(': 'string command [, array &#38;output [, int &#38;return_var]] | string',
1617 \ 'expect_popen(': 'string command | resource',
1779 \ 'ftp_exec(': 'resource ftp_stream, string command | bool',
1796 \ 'ftp_raw(': 'resource ftp_stream, string command | array',
1801 \ 'ftp_site(': 'resource ftp_stream, string command | bool',
3461 \ 'passthru(': 'string command [, int &#38;return_var] | void',
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',
3714 \ 'popen(': 'string command, strin
[all...]
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebView.mm270 macro(indent) \
2440 coreFrame->editor().command(name).execute(value);
3879 // If this delegate wants callbacks for icons, fire up the icon database.
6280 // FIXME: This willChangeValueForKey call is too late, because the icon has already changed by now.
6283 // Since we definitely have an icon and are about to send out the delegate call for that, this WebView doesn't need to listen for the general
6290 if (NSImage *icon = webGetNSImage(image, NSMakeSize(16, 16)))
6291 CallFrameLoadDelegate(cache->didReceiveIconForFrameFunc, self, @selector(webView:didReceiveIcon:forFrame:), icon, webFrame);

Completed in 207 milliseconds