代码搜索结果
找到约 820,005 项符合
if 的代码
opensslconf.h
/* MacOS/opensslconf.h */
#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
#define OPENSSLDIR "/usr/local/ssl"
#endif
tdriver.cpp
//if you use this code in a mfc program:
//add the header stdafx.h or disable precompiled header
//Unless you do it, when compiling vc will say: Unexpected end
//of file while looking for precomp
fadebutton.h
#if !defined(AFX_FADEBUTTON_H__20020625_3FF0_6A9B_6234_0080AD509054__INCLUDED_)
#define AFX_FADEBUTTON_H__20020625_3FF0_6A9B_6234_0080AD509054__INCLUDED_
//////////////////////////////////////////
collapsiblepanel.h
#if !defined(AFX_COLLAPSIBLEPANEL_H__20031129_797C_31F4_B029_0080AD509054__INCLUDED_)
#define AFX_COLLAPSIBLEPANEL_H__20031129_797C_31F4_B029_0080AD509054__INCLUDED_
#if _MSC_VER > 1000
#pragma o
comboboxsuper.h
#if !defined(AFX_COLORCOMBO_H__20020314_DDA3_617F_0D88_0080AD509054__INCLUDED_)
#define AFX_COLORCOMBO_H__20020314_DDA3_617F_0D88_0080AD509054__INCLUDED_
#pragma once
//////////////////////////
getopt.c
/* Getopt for GNU.
NOTE: getopt is now part of the C library, so if you don't know what
"Keep this file name-space clean" means, talk to roland@gnu.ai.mit.edu
before changing it!
Copyrigh
code.asp
helpstat = false;
stprompt = true;
basic = false;
function thelp(swtch){
if (swtch == 1){
basic = false;
stprompt = false;
helpstat = true;
} else if
adminedit.asp
2 then
response.write "您没有操作的权限"
response.end
end if
end if
%>