代码搜索:validate
找到约 3,608 项符合「validate」的源代码
代码结果 3,608
www.eeworm.com/read/410595/11275943
h validate.h
#ifndef VALIDATE_H
#define VALIDATE_H
boolean ValidateAll();
boolean TestEndianess();
boolean ZKValidate();
boolean MD5Validate();
boolean SHSValidate();
boolean DESValidate();
boolean IDEAV
www.eeworm.com/read/158022/11649265
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/261384/11650869
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/260638/11714899
class validate.class
www.eeworm.com/read/260514/11722661
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
www.eeworm.com/read/260514/11722663
h validate.h
#ifndef VALIDATE_H
#define VALIDATE_H
boolean ValidateAll();
boolean TestEndianess();
boolean ZKValidate();
boolean MD5Validate();
boolean SHSValidate();
boolean DESValidate();
boolean IDEAV
www.eeworm.com/read/260219/11739070