代码搜索:Configuring
找到约 1,509 项符合「Configuring」的源代码
代码结果 1,509
www.eeworm.com/read/100018/15889134
pl squid-lib.pl
# squid-lib.pl
# Functions for configuring squid.conf
do '../web-lib.pl';
&init_config();
# Get the squid version
if (open(VERSION, "$module_config_directory/version")) {
chop($squid_version =
www.eeworm.com/read/253222/12238385
test f77demo-static.test
#! /bin/sh
# f77demo-conf.test - try configuring the ../f77demo subdirectory
# Test script header.
need_prefix=yes
if test -z "$srcdir"; then
srcdir=`echo "$0" | sed 's%/[^/]*$%%'`
test "$srcdir"