代码搜索:Check

找到约 10,000 项符合「Check」的源代码

代码结果 10,000
www.eeworm.com/read/242931/4533269

c check.c

/* * check.c * - consistency checks */ /* * This file is * Copyright (C) 1997-1999 Ian Jackson * * It is part of adns, which is * Copyright (C)
www.eeworm.com/read/242813/4535343

js check.js

//用于电子信箱验证 function EmailVerify(theemail) { if (theemail.lastIndexOf("@") < 1) return false; else if(theemail.lastIndexOf("@") == theemail.length - 1) { return false;
www.eeworm.com/read/242732/4537465

c check.c

/* * check.c * - consistency checks */ /* * This file is * Copyright (C) 1997-1999 Ian Jackson * * It is part of adns, which is * Copyright (C)
www.eeworm.com/read/242732/4541120

c check.c

/* check.c - Check and repair a PC/MS-DOS file system */ /* Written 1993 by Werner Almesberger */ /* FAT32, VFAT, Atari format support, and various fixes additions May 1998 * by Roman Hodek
www.eeworm.com/read/242732/4541126

h check.h

/* check.h - Check and repair a PC/MS-DOS file system */ /* Written 1993 by Werner Almesberger */ #ifndef _CHECK_H #define _CHECK_H loff_t alloc_rootdir_entry(DOS_FS *fs, DIR_ENT *de, co
www.eeworm.com/read/239732/4594745

jsp check.jsp

www.eeworm.com/read/239732/4594751

jsp check.jsp

www.eeworm.com/read/239732/4594761

jsp check.jsp

www.eeworm.com/read/239312/4602396

perm_check

#!/bin/bash # Using the old style test command # filename: perm_check file=./testing if [ -d $file ] then echo "$file is a directory" elif [ -f $file ] then if [ -r $file -a -w $file -a -x $file
www.eeworm.com/read/239312/4602408

printer_check

#!/bin/bash # Scriptname: printer_check # Script to clear a hung-up printer if [ $LOGNAME != root ] then echo "Must have root privileges to run this program" exit 1 fi cat