代码搜索:effect
找到约 4,591 项符合「effect」的源代码
代码结果 4,591
www.eeworm.com/read/306178/3746449
c chansi.c
// chansi.c
//written by kouga
#include
#include
inherit F_SSERVER;
void remove_effect(object me, int amount);
int perform(object me, object target)
{
int skill;
www.eeworm.com/read/306178/3746547
c sanwu.c
//Cracked by Kafei
// sanwu.c
// Xuanyuan 14/7/2001
#include
inherit F_SSERVER;
void remove_effect(object me);
int perform(object me, object target)
{
int skill, amount;
st
www.eeworm.com/read/306178/3747259
c mowuchen.c
// tie@fengyun
#include
#include
inherit F_CLEAN_UP;
void remove_effect(object me, int amount);
int perform(object me, object target)
{
int skill;
if( targe
www.eeworm.com/read/303435/3811517
news15
CWP Software Update: 10/25/91 (15th edition)
Dave Hale upgraded the conv and xcor functions in libcwp.
Because the effect is so dramatic, we have updated cwp.tar.Z to
reflect this. Caveat Emptor:
www.eeworm.com/read/273525/4210199
hlp deff.hlp
{smcl}
{* 10mar2005}{...}
{cmd:help deff}
{hline}
{title:Out-of-date command (Kish design effect)}
{pstd}
{cmd:deff} is an out-of-date Stata command.
{pstd}
Stata's survey commands now p
www.eeworm.com/read/440906/1780736
c va-arg-11.c
/* Test va_arg when the result is ignored and only the pointer increment
side effect is used. */
#include
static int
foo (int a, ...)
{
va_list va;
int i, res;
va_start (va, a);
www.eeworm.com/read/422060/2044675
phpt bug32001.phpt
--TEST--
Bug #32001 (xml_parse*() goes into infinite loop when autodetection in effect), using UTF-*
--SKIPIF--