代码搜索:validation
找到约 7,219 项符合「validation」的源代码
代码结果 7,219
www.eeworm.com/read/363495/2917644
js validation.js
/**
* Branch Tag : BMS 1.1
* Branch Time : 2002-04-19
*
* Change History :
*
* changed by :
* change time :
* change reason :
* change action :
**/
www.eeworm.com/read/255598/4373351
js validation.js
/*
* Really easy field validation with Prototype
* http://tetlaw.id.au/view/javascript/really-easy-field-validation
* Andrew Tetlaw
* Version 1.5.4.1 (2007-01-05)
*
* Copyright (c) 2007 Andrew
www.eeworm.com/read/159905/5579668
aspx validation.aspx
void Command_Click(Object sender , EventArgs e)
{
if (!IsValid )
{
www.eeworm.com/read/159905/5579694
aspx validation.aspx
Sub Command_Click( s As Object, e As EventArgs )
If Not isValid Then
ActiveForm = frmBad
Else
www.eeworm.com/read/106693/15626437
bsh validation.bsh
// Prints out the cycle and the training error
cycle = jMon.getTotCicles()-jMon.getCurrentCicle()+1;
System.out.println("Cycle #"+cycle);
System.out.println(" Training Error: "+jMon.getGlobalErro