代码搜索:validate

找到约 3,608 项符合「validate」的源代码

代码结果 3,608
www.eeworm.com/read/426274/1994224

js validate.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 l
www.eeworm.com/read/426274/1994226

js validate.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 l
www.eeworm.com/read/426274/1994227

js validate.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 l
www.eeworm.com/read/426274/1994229

js validate.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 l
www.eeworm.com/read/426274/1994303

js validate.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 l
www.eeworm.com/read/426274/1994366

js validate.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 l
www.eeworm.com/read/425457/2007448

java validate.java

package com.mwq.tool; import java.util.regex.Matcher; import java.util.regex.Pattern; public class Validate { public static boolean execute(String rule, String content) { Pattern pattern
www.eeworm.com/read/425422/2008499

js validate.js

/** * $RCSfile: validate.js,v $ * $Revision: 1.3 $ * $Date: 2006/02/06 20:11:09 $ * * Various form validation methods. * * @author Moxiecode * @copyright Copyright
www.eeworm.com/read/422845/2031141

js validate.js

function isEmail(vEMail) { var regInvalid=/(@.*@)|(\.\.)|(@\.)|(\.@)|(^\.)/; var regValid=/^.+\@(\[?)[a-zA-Z0-9\-\.]+\.([a-zA-Z]{2,3}|[0-9]{1,3})(\]?)$/; return (!regInvalid.test(vEMail)&®Va
www.eeworm.com/read/422730/2034555

js validate.js

/** * $RCSfile: validate.js,v $ * $Revision: 1.3 $ * $Date: 2006/02/06 20:11:09 $ * * Various form validation methods. * * @author Moxiecode * @copyright Copyright