代码搜索:validation
找到约 7,219 项符合「validation」的源代码
代码结果 7,219
www.eeworm.com/read/168845/5432260
cpp validation.cpp
// (C) Copyright Gennadiy Rozental 2005.
// Use, modification, and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at
www.eeworm.com/read/348226/3158135
js validation.js
/*
* Really easy field validation with Prototype
* http://tetlaw.id.au/view/blog/really-easy-field-validation-with-prototype
* Andrew Tetlaw
* Version 1.5.3 (2006-07-15)
*
* Copyright (c)
www.eeworm.com/read/347918/3161803
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
www.eeworm.com/read/344727/3205347
properties validation.properties
# -- category
category.name=category name
# -- validation
errors.invalid={0} is invalid.
errors.maxlength={0} can not be greater than {1} characters.
errors.minlength={0} can not be less than
www.eeworm.com/read/342639/3231636
js validation.js
/**
* @version $Id: validation.js 10389 2008-06-03 11:27:38Z pasamio $
* @package Joomla
* @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
* @license http://www.gnu.o
www.eeworm.com/read/336662/3349045
java validation.java
/* Copyright 2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo
www.eeworm.com/read/330522/3422693
js validation.js
function clearErrorMessages(form) {
var table = form.childNodes[1];
if( typeof table == "undefined" ) {
table = form.childNodes[0];
}
// clear out any rows with an "er
www.eeworm.com/read/330522/3422841
js validation.js
function clearErrorMessages(form) {
var table = form.childNodes[1];
if( typeof table == "undefined" ) {
table = form.childNodes[0];
}
// clear out any rows with an "er