代码搜索:Check
找到约 10,000 项符合「Check」的源代码
代码结果 10,000
www.eeworm.com/read/457109/1600373
js check.js
function checkLength(strTemp)
{
var i,sum;
sum = 0;
for(i=0;i=0) && (strTemp.charCodeAt(i)
www.eeworm.com/read/457053/1601770
tcl check.tcl
# check.tcl --
#
# This demonstration script creates a toplevel window containing
# several checkbuttons.
#
# RCS: @(#) $Id: check.tcl,v 1.2 1998/09/14 18:23:27 stanton Exp $
if {![info exists widget
www.eeworm.com/read/456423/1606113
po check.po
check.o check.o: check.c util.h ../../lib/mydnsutil.h ../../config.h \
/usr/include/unistd.h /usr/include/features.h /usr/include/sys/cdefs.h \
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.
www.eeworm.com/read/456423/1606123
c check.c
/**************************************************************************************************
$Id: check.c,v 1.36 2005/05/04 16:49:59 bboy Exp $
check.c: Check for problems with the data in t
www.eeworm.com/read/455525/1613149
js check.js
// Description: Valid check for JavaScript
// Usage:
// Function Listing:
// function chkdate(yearStr, monthStr, dayStr)
// function chkdatestr(c
www.eeworm.com/read/454151/1632918
js check.js
function checkValid()
{
if(document.myform.txt1.value=="")
{
alert("请输入姓名!");
}
else
{
alert("姓名:"+document.myform.txt1.value );
for(i=0;i
www.eeworm.com/read/453571/1640652
java check.java
package edu.sccp.chat.tools;
public class Check {
/**
* @param args
*/
//检测一个字符串长度是否在一个范围之内,另外检测是否为数字。
public static boolean checkMsg(String str,int minLength,int maxLength,boolean is
www.eeworm.com/read/251463/4419616
js check.js
/*
Copyright (c) 2004-2006, The Dojo Foundation
All Rights Reserved.
Licensed under the Academic Free License version 2.1 or above OR the
modified BSD license. For more information on Dojo licens