代码搜索:FAQ
找到约 5,223 项符合「FAQ」的源代码
代码结果 5,223
www.eeworm.com/read/491684/1188318
sh fixwug.sh
#!/bin/sh
# file: fixwug.sh G. Moody 24 June 2002
# Last revised: 4 August 2002
cd $1
R=`grep -l "Frequently Asked Questions" *.htm`
if [ "x$R" != "x" ]; then ln -s $R wave-faq.htm
www.eeworm.com/read/210178/4951844
sh fixwug.sh
#!/bin/sh
# file: fixwug.sh G. Moody 24 June 2002
# Last revised: 4 August 2002
cd $1
R=`grep -l "Frequently Asked Questions" *.htm`
if [ "x$R" != "x" ]; then ln -s $R wave-faq.htm
www.eeworm.com/read/339586/3297040
am makefile.am
EXTRA_DIST = $(doxygen_input) $(static_pages)
doxygen_input = cookbook.dox other_documentation.dox header.html footer.html Money.dox
static_pages = FAQ
# DOC is defined if installer requests doc ge