代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/408201/2253251
js en.js
// UK lang variables
tinyMCELang['lang_iespell_desc'] = 'Run spell checking';
tinyMCELang['lang_iespell_download'] = "ieSpell not detected. Click OK to go to download page."
www.eeworm.com/read/393286/2475151
c des_check_key.c
/*
* Cryptographic API.
*
* Function for checking keys for the DES and Tripple DES Encryption
* algorithms.
*
* Originally released as descore by Dana L. How .
* Modified
www.eeworm.com/read/392548/2494946
inc prodef.inc
{$undef DEBUGGING} (* define to enable test code *)
{$I+} {I/O checking}
{$N-} {Numeric coprocessor}
{$V-} {Relaxes string typing}
{$B-} {Boolean complete evaluation}
www.eeworm.com/read/392548/2495198
inc prodef.inc
{$undef DEBUGGING} (* define to enable test code *)
{$I+} {I/O checking}
{$N-} {Numeric coprocessor}
{$V-} {Relaxes string typing}
{$B-} {Boolean complete evaluation}
www.eeworm.com/read/392445/2497071
makefile
## debugging flags
## -DDEBUGTAC will cause every TACACS+ function report it's progress
## and errors to syslog(3)
## -lefence links ElectricFence bounds checking library
#CFLAGS = -ggdb3 -DDEBUGTAC
#
www.eeworm.com/read/382791/2624236
h preinc.h
/*
* PREINC.H
*
* DGreen
*/
#ifdef DEBUG
// define MEMCHECK to enable memory checking code
#define MEMCHECK
#endif
#ifdef MEMCHECK
// define INSTRUMENT_MEMMAN here to enable memory m
www.eeworm.com/read/379980/2665854
js functions.js
function checking(flag,href){
this.href = href;
if(flag==true){
window.alert("Sucessed!");
window.location.href=this.href;
}else{
window.alert("The Information is not full!");
www.eeworm.com/read/375736/2720647
h gadebug.h
/*
COW : Character Oriented Windows
gacheck.h : header info for checking global heap
*/
#include "handle.h"
/* * Additional Types */
typedef int (FAR PASCAL *FARPROC)(); /* Medium Mod
www.eeworm.com/read/375736/2720649
h ladebug.h
/*
COW : Character Oriented Windows
lacheck.h : header info for checking local heap
*/
#include "handle.h"
/* * Additional Types */
typedef int (FAR PASCAL *FARPROC)(); /* Medium Model
www.eeworm.com/read/372380/2772926
sh buildcheck.sh
#! /bin/sh
echo "buildconf: checking installation..."
# any python
python=`build/PrintPath python`
if test -z "$python"; then
echo "buildconf: python not found."
echo " You need py