Searched +refs:ps +refs:current +refs:bg (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/tcl-102/tcl84/tcl/library/msgcat/
H A Dmsgcat.tcl24 # Records the current locale as passed to mclocale
42 02 bg 0402 bg_BG
144 63 ps
168 # Find the translation for the given string based on the current
190 set ns [uplevel 1 [list ::namespace current]]
212 # Query or set the current locale.
220 # Returns the current locale.
309 set ns [uplevel 1 [list ::namespace current]]
335 set ns [uplevel 1 [list ::namespace current]]
354 # locale The current local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/tcl/
H A Dxs.tcl45 set v(psfilet) {tmp$N.ps}
121 set v(psfilecmd) {cp -f _xspr$n.ps $v(psfile)}
136 set v(psfilecmd) {command.com /c copy _xspr$n.ps $v(psfile)}
148 set v(bg) [. cget -bg]
441 pack [canvas .of.c -width $v(width) -height 30 -bg $v(bg)] -fill x -expand true
455 pack [ canvas .cf.fyc.yc -width $v(yaxisw) -height $v(toth) -highlightthickness 0 -bg $v(bg)]
458 set c [canvas .cf.fc.c -width $v(width) -height $v(toth) -xscrollcommand [list .cf.fc.xscroll set] -yscrollcommand [list .cf.fc.yscroll set] -closeenough 5 -highlightthickness 0 -bg
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/library/msgcat/
H A Dmsgcat.tcl24 # Records the current locale as passed to mclocale
43 02 bg 0402 bg_BG
145 63 ps
169 # Find the translation for the given string based on the current
191 set ns [uplevel 1 [list ::namespace current]]
212 # Query or set the current locale.
220 # Returns the current locale.
314 set ns [uplevel 1 [list ::namespace current]]
350 set ns [uplevel 1 [list ::namespace current]]
376 # locale The current local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkcon/tkcon/
H A Dtkcon.tcl23 # Proxy support for retrieving the current version of Tkcon.
103 # bg == {} will get bg color from the main toplevel (in InitUI)
105 bg {}
740 if {$COLOR(bg) ne ""} {
741 $con configure -background $COLOR(bg)
743 set COLOR(bg) [$con cget -background]
1266 ## ::tkcon::CmdGet - gets the current command from the console widget
1268 # Returns: text which compromises current command line
1418 -background $COLOR(bg) \
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dnetrw.vim331 " Save current settings and current directory
424 " to the current directory as returned by getcwd().
538 " mode: =0 read remote file and insert before current line
539 " =1 read remote file and insert after current line
551 if a:mode == 0 " read remote file before current line
553 elseif a:mode == 1 " read file after current line
1351 " == r : read file after current line
1376 " rename the current buffer to the temp file (ie. tfile)
1418 " read file after current lin
[all...]

Completed in 104 milliseconds