代码搜索结果
找到约 60,780 项符合
Smart Home 的代码
root
/home/oc/cvs
root
/home/oc/cvs
root
/home/oc/cvs
smart.java
package error;
import java.io.*;
import java.lang.*;
public class Smart {
String name = "JSP";
public String getName () {
return name;
}
public void setName (String name) {
save_pro.wc
get attributes global output $HOME/.wave_pro_new
save_add_ops output $HOME/.w_add_op.WC
save_menus output $HOME/.w_menus.WC
save_panels output $HOME/.w_panels.WC
save_keymaps output $HOME/.w_keymap.WC
displprof.sh
#!/bin/sh
# @(#)displprof.sh 1.4 7/6/93
tmp=$HOME/.wvtmp_prof$$
send_xwaves $* output $tmp
sleep 1
xtext -F $tmp &
sleep 10
rm $tmp
displglob.wc
get attributes global output $HOME/tmpwavepro
sleep seconds 1
shell xtext -F $HOME/tmpwavepro &
return
# @(#)displglob.WC 1.6 6/23/93
kill_wpanels.sh
#!/bin/sh
# @(#)kill_wpanels.sh 1.4 7/7/93
#kill the existing waves panels
#set -x
panel_tmpa=$HOME/.wvtmpA$$.WC
panel_tmpb=$HOME/.wvtmpB$$.WC
send_xwaves save_panels output $panel_tmpa
# danger!
profile.help
Save profile
------------
Writes $HOME/.wave_pro (including the init_file) so that an xwaves
started with the new profile will reflect the current globals, panels,
and menus. If $HOME/.wave_pro alrea
cust_xw_init.wc
call commandname $HOME/.w_add_op.WC
call commandname $HOME/.w_keymap.WC
call commandname $HOME/.w_menus.WC
call commandname $HOME/.w_panels.WC
return
# @(#)cust_xw_init.WC 1.2 9/9/93