代码搜索:empty
找到约 10,000 项符合「empty」的源代码
代码结果 10,000
www.eeworm.com/read/374581/2749572
tests quote3.tests
empty=''
echo 'Testing: in ""'
for a in ""; do echo ".$a."; done
echo 'Testing: in '"''"
for a in ''; do echo ".$a."; done
echo 'Testing: in $empty'
for a in $empty; do echo ".$a."; done
echo 'Tes
www.eeworm.com/read/357352/3016196
tests quote3.tests
empty=''
echo 'Testing: in ""'
for a in ""; do echo ".$a."; done
echo 'Testing: in '"''"
for a in ''; do echo ".$a."; done
echo 'Testing: in $empty'
for a in $empty; do echo ".$a."; done
echo 'Tes
www.eeworm.com/read/173141/5376726
properties compilepath.properties
# empty.jar
#
# an empty jar file to prevent Ant from putting the Java Runtime classes into Jikes' classpath
empty=${javatools.dir}/tools/java/empty.jar
# Java2 1.3 paths - for JDBC 2.0/JDK1.3
# ja
www.eeworm.com/read/398719/2371075
properties shoppingaction_en_us.properties
invalid.fieldvalue.quantity=quantity is invalid.
req.quantity= quantity must not empty
req.name =the name should'nt be empty
req.price = price must not empty
req.code = code must not empty
req.ad
www.eeworm.com/read/398719/2371136
properties shoppingaction_en_us.properties
invalid.fieldvalue.quantity=quantity is invalid.
req.quantity= quantity must not empty
req.name =the name should'nt be empty
req.price = price must not empty
req.code = code must not empty
req.ad
www.eeworm.com/read/490530/1197971
tests quote3.tests
if test $# = 0; then
exec "$THIS_SH" quote3.tests abc "d e"
fi
echo 'Testing: in $empty""'
empty=''
for a in $empty""; do echo ".$a."; done
echo Finished
www.eeworm.com/read/453168/1642174
tests quote3.tests
if test $# = 0; then
exec "$THIS_SH" quote3.tests abc "d e"
fi
echo 'Testing: in $empty""'
empty=''
for a in $empty""; do echo ".$a."; done
echo Finished
www.eeworm.com/read/250015/4443129
tests quote3.tests
if test $# = 0; then
exec "$THIS_SH" quote3.tests abc "d e"
fi
echo 'Testing: in $empty""'
empty=''
for a in $empty""; do echo ".$a."; done
echo Finished
www.eeworm.com/read/239230/4604931
tests quote3.tests
if test $# = 0; then
exec "$THIS_SH" quote3.tests abc "d e"
fi
echo 'Testing: in $empty""'
empty=''
for a in $empty""; do echo ".$a."; done
echo Finished
www.eeworm.com/read/223124/4813803
tests quote3.tests
if test $# = 0; then
exec "$THIS_SH" quote3.tests abc "d e"
fi
echo 'Testing: in $empty""'
empty=''
for a in $empty""; do echo ".$a."; done
echo Finished