代码搜索:validate

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

代码结果 3,608
www.eeworm.com/read/467515/1500867

c validate.c

/**************************************************************************** * * Realmode X86 Emulator Library * * Copyright (C) 1996-1999 SciTech Software, Inc. * Copyright
www.eeworm.com/read/466664/1509787

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/465858/1516325

js validate.js

function isIP(strIP) { if (isNull(strIP)) return false; var re=/^(\d+)\.(\d+)\.(\d+)\.(\d+)$/g if(re.test(strIP)) { if( RegExp.$1
www.eeworm.com/read/458196/1586973

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/456138/1607402

js validate.js

function validateRequired(form) { var bValid = true; var focusField = null; var i = 0; var fields = new Array(); oRequired = new required(); for (x in oRequired) { if ((form[oRequired[x
www.eeworm.com/read/455325/1619702

js validate.js

/** * $RCSfile: validate.js,v $ * $Revision: 1.1 $ * $Date: 2006/03/04 15:57:32 $ * * Various form validation methods. * * @author Moxiecode * @copyright Copyright
www.eeworm.com/read/452889/1647525

java validate.java

/* * Validate * 2007 * 验证接口 */ package s2javaoo.xmal.validate; public interface Validate { /** * 验证方法 * @return */ public boolean check(); }
www.eeworm.com/read/452799/1648343

js validate.js

/** * $Id: validate.js 758 2008-03-30 13:53:29Z spocke $ * * Various form validation methods. * * @author Moxiecode * @copyright Copyright
www.eeworm.com/read/251463/4419836

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 licens
www.eeworm.com/read/251463/4419878

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 licens