代码搜索:Check
找到约 10,000 项符合「Check」的源代码
代码结果 10,000
www.eeworm.com/read/474929/1387989
jsp check.jsp
//判断用户的输入是否合法
function check(){
if (myform.username.value==""){
alert("请输入用户名!");myform.username.focus();return;
}
if (myform.truename.value==""){
alert("请输入真实姓名!");myform.truename.focus(
www.eeworm.com/read/474814/1390173
tcl check.tcl
# check.tcl --
#
# This demonstration script creates a toplevel window containing
# several checkbuttons.
#
# RCS: @(#) $Id: check.tcl 144 2003-02-05 10:56:26Z mdejong $
if {![info exists widgetDemo]
www.eeworm.com/read/474375/1394183
js check.js
function checkuserinfo()
{
if(checkspace(document.userinfo.username.value)) {
document.userinfo.username.focus();
alert("对不起,请填写用户名!");
return false;
}
if(checkspace(document.use
www.eeworm.com/read/473367/1399582
js check.js
/*
Copyright (c) 2004-2006, The Dojo Foundation
All Rights Reserved.
Licensed under the Academic Free License version 2.1 or above OR the
modified BSD license. For more information on Dojo licens
www.eeworm.com/read/472568/1409037
h check.h
/*
*----------------------------------------------------------------------
* T-Kernel
*
* Copyright (C) 2004 by Ken Sakamura. All rights reserved.
* T-Kernel is distributed under the T-L
www.eeworm.com/read/470930/1438176
js check.js
window.onload = function () {
setInputCheckedStatus();
$("js-pre-step").onclick = function() {
location.href="./index.php?lang=" + getAddressLang() + "&step=welcome";
};
www.eeworm.com/read/470917/1439525
import_check
#!/bin/sh
objdir="$1"
num_errors=0
check_syms() {
global_count=0
entry_count=0
while read value type name; do
if [ $value = "U" ]; then
name=$type
# undefined symbols must st
www.eeworm.com/read/470319/1475178
js check.js
/**************************************************************************
1 给String 类型添加trim方法 trim() 入口参数
2 判断EMAIL的格式 IsEmail(