Searched +refs:org +refs:remove +refs:tabs (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tkcon/tkcon/
H A Dtkcon.tcl16 ## Copyright (c) 1995-2009 Jeffrey Hobbs, jeff(a)hobbs(.)org
189 email {jeff(a)hobbs(.)org}
192 tabs {}
614 set PRIV(tabframe) [frame $sbar.tabs]
683 grid remove $sbar
803 lappend PRIV(tabs) $con
811 set numtabs [llength $PRIV(tabs)]
815 set curtab [lsearch -exact $PRIV(tabs) $PRIV(console)]
822 set con [lindex $PRIV(tabs) $nexttab]
876 set numtabs [llength $PRIV(tabs)]
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A D2html.vim7 " Original by Bram Moolenaar <Bram@vim.org>
14 " http://www.vim.org/scripts/script.php?script_id=2006
337 " TODO: IE7 doesn't *actually* support XHTML, maybe we should remove this.
734 call remove(s:foldstack, 0)
791 call insert(s:foldstack, remove(s:allfolds,0))
874 " Expand tabs
935 call remove(s:foldstack, 0)
1006 let s:id = remove(s:idlist, 0)
1049 exe "normal! gg$a\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">"
1051 exe "normal! gg0i<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\" \"http://www.w3.org/T
[all...]

Completed in 137 milliseconds