代码搜索结果

找到约 10,000 项符合 7 的代码

a7.htm

             &nbs

7.htm

CTerm非常精华下载

checklist7

#! /bin/sh # $Id: checklist7,v 1.2 2003/08/15 19:40:37 tom Exp $ # "checklist6" with --separate-output : ${DIALOG=dialog} tempfile=`tempfile 2>/dev/null` || tempfile=/tmp/test$$ trap "rm -f $tempfile

menubox7

#!/bin/sh # $Id: menubox7,v 1.2 2003/08/15 19:40:37 tom Exp $ # example with --extra-button : ${DIALOG=dialog} tempfile=`tempfile 2>/dev/null` || tempfile=/tmp/test$$ trap "rm -f $tempfile" 0 1 2 5 1

inputbox7

#!/bin/sh # $Id: inputbox7,v 1.2 2003/08/15 19:34:18 tom Exp $ # An example which produces two widget outputs. : ${DIALOG=dialog} MSG='Hi, this is an input dialog box. You can use \n this to ask ques