代码搜索结果
找到约 10,000 项符合
G 的代码
tt.g
server := shell("./testcl",async = T)
print $value
whenever server->stdout do
{
print $value
server->stdin("hello")
}
server->stdin("Hello")
server->stdin("hello")
ssqrt.g
# Create a "shell" client using the program "shell_sqrt". The "async=T"
# means that this shell program should run *asynchronously*; i.e., Glish
# should not wait for it to produce a value and exit b
popup.g
func popup(msg, title = '')
{
local p := client("tkclient gbutton.tk popup.tk")
local result :=
request p->TclN( [
paste('popup .p {', msg, '}'),
'pack .p',
paste('wm title . {', tit
filechooser.g
# Creates a file chooser for the given directory, starting with the
# given title. Returns the name of the file chosen, or an empty (0-length)
# string if "cancel" was selected.
func filechooser(dir
tt.g
server := shell("./testcl",async = T)
print $value
whenever server->stdout do
{
print $value
server->stdin("hello")
}
server->stdin("Hello")
server->stdin("hello")
ssqrt.g
# Create a "shell" client using the program "shell_sqrt". The "async=T"
# means that this shell program should run *asynchronously*; i.e., Glish
# should not wait for it to produce a value and exit b
popup.g
func popup(msg, title = '')
{
local p := client("tkclient gbutton.tk popup.tk")
local result :=
request p->TclN( [
paste('popup .p {', msg, '}'),
'pack .p',
paste('wm title . {', tit
filechooser.g
# Creates a file chooser for the given directory, starting with the
# given title. Returns the name of the file chosen, or an empty (0-length)
# string if "cancel" was selected.
func filechooser(dir
defs.g++
# defs.g++
#
# modification history
# --------------------
# 01d,21may02,sn Rename OBJS_$(TOOLENV) to OBJS_CPLUS_$(TOOLENV) to avoid clash
# with ../../common/Makefile
# 01c,20may02
defs.g++
# defs.g++
#
# modification history
# --------------------
# 01d,21may02,sn Rename OBJS_$(TOOLENV) to OBJS_CPLUS_$(TOOLENV) to avoid clash
# with ../../common/Makefile
# 01c,20may02