代码搜索:validate
找到约 3,608 项符合「validate」的源代码
代码结果 3,608
www.eeworm.com/read/288095/4011558
cpp validate.cpp
/////////////////////////////////////////////////////////////////////////////
// Name: validate.cpp
// Purpose: wxValidator
// Author: Julian Smart
// Modified by:
// Created:
www.eeworm.com/read/287980/4013743
c validate.c
/****************************************************************************
*
* Realmode X86 Emulator Library
*
* Copyright (C) 1996-1999 SciTech Software, Inc.
* Copyright
www.eeworm.com/read/287636/4019524
c validate.c
/****************************************************************************
*
* Realmode X86 Emulator Library
*
* Copyright (C) 1996-1999 SciTech Software, Inc.
* Copyright
www.eeworm.com/read/287506/4021174
js validate.js
/**
* $Id: validate.js 65 2006-08-24 15:54:55Z spocke $
*
* Various form validation methods.
*
* @author Moxiecode
* @copyright Copyright
www.eeworm.com/read/285908/4044167
m validate.m
function [gl,ff,o] = validate(gLength,fitness,o)
%VALIDATE validates the contents of the fitness function, genome length and options struct.
% [gLength,fitness, OUT] = VALIDATE(GenomeLength,Fitne
www.eeworm.com/read/284678/4060349
js validate.js
/*
Javascript fundation function library
@aothor: liuliang
@version:1.0
*/
/*
whether string is a valid mail address
@param str input
@return true if valid
*/
function isMail(str){
va
www.eeworm.com/read/282708/4088872
c validate.c
/**************************************************************************
* Name : validate.c
* Author : BCB
* Created : 08/05/2003
*
* Copyright : 2003 by Imaginatio
www.eeworm.com/read/278720/4141828
js validate.js
function validateIsInt(strObj) {
var tmp = strObj.value;
reg = /^[1-9][0-9]{0,}$/;
if(reg.test(strObj.value)) {
tip.style.display="none";
return true;
}else{
tip.style.display="bloc