代码搜索:Check
找到约 10,000 项符合「Check」的源代码
代码结果 10,000
www.eeworm.com/read/127550/6004329
js check.js
//下面函数检查输入是否是一个合法的实数
function isValidDouble(str)
{
flag=true;
dotNum=0;
for (i=0;i1)
{
www.eeworm.com/read/127087/6007742
h check.h
/*
* Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
*
www.eeworm.com/read/124745/6040631
gdb check.gdb
file ../../main/radeapclient
set args -x localhost auth testing123
www.eeworm.com/read/124745/6040655
gdb check.gdb
file ../../main/radeapclient
set args -x localhost auth testing123
www.eeworm.com/read/124745/6040664
gdb check.gdb
# $Id: check.gdb,v 1.1 2003/10/31 22:36:47 mcr Exp $
file ./eapsimlibtest
set args
www.eeworm.com/read/124745/6040704
gdb check.gdb
file ../../modules/rlm_eap/radeapclient
set args -x localhost auth testing123
www.eeworm.com/read/124347/6052737
h check.h
#define CHECK(a) { \
if (!(a)) \
{ \
printf ("Failed " #a " in at line %d\n", __FILE__, __LINE__); \
abort(); \
} \
}
www.eeworm.com/read/120487/6072679
check_guc
#!/bin/sh
## currently, this script makes a lot of assumptions:
## in postgresql.conf.sample:
## 1) the valid config settings may be preceded by a '#', but NOT '# '
## (we use this to skip com