代码搜索:Label
找到约 10,000 项符合「Label」的源代码
代码结果 10,000
www.eeworm.com/read/104260/6205456
java label.java
/**
* class Label -
*
* Copyright (c) 1998
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file "license.terms" for information on usage and redistribution
* of this f
www.eeworm.com/read/104260/6205508
java label.java
package java.awt;
/**
* class Label -
*
* Copyright (c) 1999
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file "license.terms" for information on usage and redistr
www.eeworm.com/read/103308/6219975
sh label.sh
#!/bin/bash
cd $1
if test -z "$6"
then
p4 -c $2 -p $3 -u $4 label -i < $5
else
p4 -c $2 -p $3 -u $4 -P $6 label -i < $5
fi
www.eeworm.com/read/103308/6220000
sh label.sh
#!/bin/bash
if test -z "$3"
then
echo "Executing label without password"
stcmd label -p $1 -x -stop -nl $2 -b
else
echo "Executing label with password"
stcmd label -p $1 -x -stop -pwdfile $3 -nl $2 -b
www.eeworm.com/read/103308/6220014
sh label.sh
#!/bin/bash
echo "1 is: $1"
echo "2 is: $2"
echo "3 is: $3"
echo "4 is: $4"
cd $1
cvs -d $2 tag $3