代码搜索:Validator
找到约 3,126 项符合「Validator」的源代码
代码结果 3,126
www.eeworm.com/read/491019/1193808
c validator.c
// Berkeley Open Infrastructure for Network Computing
// http://boinc.berkeley.edu
// Copyright (C) 2005 University of California
//
// This is free software; you can redistribute it and/or
// modify
www.eeworm.com/read/489985/1209699
js validator.js
/*************************************************
Validator v1.01
code by 我佛山人
wfsr@cunite.com
http://www.cunite.com
*************************************************/
Validator = {
Require :
www.eeworm.com/read/475609/1384352
js validator.js
Validator = {
Require : /.+/,
Email : /^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/,
Phone :/^[0-9]\d{2,13}$/,
SubPhone : /^\d{1,8}$/,
Position : /^\d{1,8}$/,
Mobile : /^((\(\d{3}\))|(\d{3}\-)
www.eeworm.com/read/470930/1438206
js validator.js
/* *
* ECSHOP 表单验证类
* ============================================================================
* 版权所有 (C) 2005-2007 康盛创想(北京)科技有限公司,并保留所有权利。
* 网站地址 : http : // www.ecshop.com
* ----------
www.eeworm.com/read/470319/1475168
js validator.js
function getVal()
{
return parent.query.document.getElementById(arguments[0]).value;
}
function getObj(elementName)
{
return parent.query.document.getElementById(arguments[0]);
}
//单
www.eeworm.com/read/470319/1475204
js validator.js
function getVal()
{
return parent.query.document.getElementById(arguments[0]).value;
}
function getObj(elementName)
{
return parent.query.document.getElementById(arguments[0]);
}
//单