代码搜索:Checklist
找到约 425 项符合「Checklist」的源代码
代码结果 425
www.eeworm.com/read/104815/15682703
checklist6
#! /bin/sh
# $Id: checklist6,v 1.2 2003/08/15 19:40:37 tom Exp $
# example showing the --colors option
: ${DIALOG=dialog}
tempfile=`tempfile 2>/dev/null` || tempfile=/tmp/test$$
trap "rm -f $tempfile
www.eeworm.com/read/104815/15682704
checklist4
#! /bin/sh
# $Id: checklist4,v 1.3 2003/08/15 19:40:37 tom Exp $
: ${DIALOG=dialog}
tempfile=`tempfile 2>/dev/null` || tempfile=/tmp/test$$
trap "rm -f $tempfile" 0 1 2 5 15
$DIALOG --help-button --
www.eeworm.com/read/104815/15682758
c checklist.c
/*
* $Id: checklist.c,v 1.67 2003/11/26 18:44:28 tom Exp $
*
* checklist.c -- implements the checklist box
*
* AUTHOR: Savio Lam (lam836@cs.cuhk.hk)
* Stuart Herbert - S.Herbert@sheffield
www.eeworm.com/read/329072/3434695
txt release_checklist.txt
Steps to Release a new FreeTTS Version
======================================
Before you do anything, read this document:
https://sourceforge.net/docman/display_doc.php?docid=6445&group_id=1
Her