Searched +refs:inf +refs:ruby +refs:keys (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/
H A Dtk.rb522 def _symbolkey2str(keys)
524 keys.each{|key,value| h[key.to_s] = value}
533 # def hash_kv(keys, enc_mode = nil, conf = [], flat = false)
534 def hash_kv(keys, enc_mode = nil, conf = nil)
538 if keys and keys != None
539 keys.each{|k, v|
1291 ruby {TkCore::INTERP_THREAD[:interp] = TkCore::INTERP_THREAD.instance_variable_get('@interp')}
1555 if {[set st [catch {ruby [format "TkCore.callback %%Q!%s!" $args]} ret]] != 0} {
1805 # appsend(interp, async, 'ruby "(', *arg
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dvim.vim33 syn keyword vimOption contained altkeymap arabic autowrite backupcopy bdir bin bomb bt ccv charconvert cinoptions cms comments conceallevel cpo cscopequickfix cst cursorline dex digraph ead ei equalalways eventignore fde fdt fileencoding fkmap foldenable foldminlines formatprg gdefault gp guifontset helpfile hidden hl ignorecase imdisable includeexpr inf isident key langmap lines lmap ma matchtime mco ml modeline mousefocus mousetime nrformats ofu para pdev pi previewwindow printmbfont qe report rlc ruler scb scs sessionoptions shellquote shiftwidth showmatch siso smc spc spl ss statusline suffixesadd sws
75 syn keyword vimFuncName contained add argidx atan browsedir bufloaded bufwinnr call char2nr col complete_check cos cscope_connection delete diff_hlID eval exists expr8 filereadable finddir floor fnamemodify foldlevel foreground get getchar getcmdpos getfontname getftime getloclist getpos getregtype getwinposx glob has_key histadd histnr hostname index inputlist inputsecret islocked keys libcallnr lispindent log10 mapcheck matcharg matchlist
534 " Scripts : perl,ruby : Benoit Cerrina {{{2
539 " they want: (perl/python/ruby/tcl support)
545 " g:vimsyn_embed ~= 'r' : embed ruby (but only if vim supports it)
595 " [-- ruby --] {{{3
596 let s:rubypath= expand("<sfile>:p:h")."/ruby.vim"
598 let s:rubypath= globpath(&rtp,"syntax/ruby.vim")
600 if (g:vimsyn_embed =~ 'r' && has("ruby")) && filereadable(s:rubypath)

Completed in 110 milliseconds