代码搜索:checking

找到约 6,492 项符合「checking」的源代码

代码结果 6,492
www.eeworm.com/read/108059/15595442

php user_switch.php

www.eeworm.com/read/389812/8497891

php 16c06-1.php

www.eeworm.com/read/285962/8799332

cpp clips_bc.cpp

/* clipsBCPP.cpp : implementation file for a CLIPS Wrapper class using Borland C++ Notes: Allows encapsulation of the 'C' interface for CLIPS. Also adds enhanced parameter/error checking,
www.eeworm.com/read/181164/9271738

h wycseg.h

/* Copyright is licensed by GNU LGPL. by I.J.Wang 2004 .One intent of WyCSeg is for checking null pointer once for all. Another is for simplying function argument, hence member
www.eeworm.com/read/376028/9337772

js layerlib.js

/* layerlib.js: Simple Layer library with basic compatibility checking */ /* 检测对象 */ var layerobject = ((document.layers) ? (true) : (false)); var dom = ((document.getElementById) ? (true) : (false
www.eeworm.com/read/177819/9431293

sh backref.sh

#!/bin/sh # Test that backrefs are local to regex. # # : ${srcdir=.} failures=0 # checking for a palindrome echo "radar" | ${GREP} -e '\(.\)\(.\).\2\1' > /dev/null 2>&1 if test $? -ne 0 ; then
www.eeworm.com/read/175226/9555299

cpp list2101.cpp

#define DemoVersion #define SW_VERSION 5 #include using std::endl; using std::cout; int main() { cout
www.eeworm.com/read/168060/9940721

c mspawn.c

/* Minimal test program for checking CTask DOS spawn compatibility. NOTE: Task 1 does a "screensnap" every second. This is only useful in a dual-monitor system. The mon
www.eeworm.com/read/280853/10288013

pas imgutil.pas

{$R-} // Turn off Range Checking because of ARRAY[0..0] construct below unit ImgUtil; // The new algorithms are 5 to 8 imes faster (dirty but fast) and they // not need so many memory (if the
www.eeworm.com/read/354144/10382864

h rs.h

/* Global definitions for Reed-Solomon encoder/decoder * Phil Karn KA9Q, September 1996 */ /* Set one of these to enable encoder/decoder debugging and error checking, * at the expense of speed