代码搜索:validate
找到约 3,608 项符合「validate」的源代码
代码结果 3,608
www.eeworm.com/read/492528/6415308
js validate.js
var emailexp = /^[a-z][a-z_0-9\-\.]+@[a-z_0-9\.\-]+\.[a-z]{2,3}$/i
var phoneexp = /^\d{10}$/
function CRLF () {
return String.fromCharCode(10) + String.fromCharCode(13);
}
function TAB(howM
www.eeworm.com/read/490005/6465428
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/486736/6526169
h validate.h
#ifndef CRYPTOPP_VALIDATE_H
#define CRYPTOPP_VALIDATE_H
#include "cryptlib.h"
#include "randpool.h"
bool ValidateAll(bool thorough);
bool TestSettings();
bool TestOS_RNG();
bool ValidateC
www.eeworm.com/read/484033/6589590
js validate.js
var KeyWord=new Array(199);
KeyWord[0]="xinhuawang";
KeyWord[1]="zhonghua99";
KeyWord[2]="newav";
KeyWord[3]="0www";
KeyWord[4]="flash88";
KeyWord[5]="focus88";
KeyWord[6]="xinsheng";
KeyWord[7]="强奸";
www.eeworm.com/read/482371/6623585
js validate.js
function checkstring(name,data,allowednull)
{
var datastr = data;
var lefttrim = datastr.search(/\S/gi);
if (lefttrim == -1) {
if (allowednull) {
return 1;
} else {
alert
www.eeworm.com/read/480720/6660294
h validate.h
#ifndef VALIDATE_H
#define VALIDATE_H
bool ValidateAll();
bool TestSettings();
bool ZKValidate();
bool MD2Validate();
bool MD5Validate();
bool SHAValidate();
bool HAVALValidate();
bool
www.eeworm.com/read/479166/6699955
cpp validate.cpp
// Fig. 21.4: Validate.cpp
// Validating user input with regular expressions.
#include
using std::cin;
using std::cout;
using std::endl;
#include
using std::string;
#in
www.eeworm.com/read/410595/11275941
cpp validate.cpp
#include "md5.h"
#include "shs.h"
#include "idea.h"
#include "des.h"
#include "rc4.h"
#include "rc5.h"
#include "blowfish.h"
#include "diamond.h"
#include "wake.h"
#include "blumshub.h"
#i