代码搜索:Check
找到约 10,000 项符合「Check」的源代码
代码结果 10,000
www.eeworm.com/read/440525/1794291
js check.js
/*
字符串操作
1、是否是整数 isInt(str,bEmpty) bEmpty是否为空
2、是否是浮点数 isFloat(str,bEmpty)
3、是否所有字符为数字类型 isNumber(str,bEmpty) bEmpty是否为空
4、是否为空 isNull(str)
5、是否是日期 xxxx-xx-xx xxxx/xx/xx
www.eeworm.com/read/440061/1803011
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
www.eeworm.com/read/439764/1804483
js check.js
function Trim(inputStr)
{
return inputStr.replace(/(^\s*)|(\s*$)/g,"");
}
function checkMobile(fieldName)
{
if((/^2[\d]{7}$/.test(Trim(fieldName.value))))
{
return true;
www.eeworm.com/read/439103/1811276
asp check.asp
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|26 May 2002 09:44:40 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|WORK\\Administrator
vti_modifiedby:SR|WORK\\Administrator
vti_timecreate
www.eeworm.com/read/439103/1811334
asp check.asp
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|17 Jul 2005 22:33:48 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|WORK\\yanyan
vti_modifiedby:SR|WORK\\Administrator
vti_timecreated:TR|27
www.eeworm.com/read/439082/1819585
c check.c
/*
* Code extracted from drivers/block/genhd.c
* Copyright (C) 1991-1998 Linus Torvalds
* Re-organised Feb 1998 Russell King
*
* We now have independent partition support from the
* block
www.eeworm.com/read/439082/1819589
h check.h
/*
* add_partition adds a partitions details to the devices partition
* description.
*/
void add_gd_partition(struct gendisk *hd, int minor, int start, int size);
typedef struct {struct page *v;}
www.eeworm.com/read/437952/1828069
java check.java
//$Id: Check.java 14736 2008-06-04 14:23:42Z hardy.ferentschik $
package org.hibernate.annotations;
import static java.lang.annotation.ElementType.*;
import java.lang.annotation.Retention;
import sta