代码搜索:effect
找到约 4,591 项符合「effect」的源代码
代码结果 4,591
www.eeworm.com/read/452231/1657619
pas extra_demo_fullscreen.pas
unit extra_demo_FullScreen;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms,
Dialogs, te_controls, te_extra_Effect_Controls, te_extended, te_dialogs,
te_s
www.eeworm.com/read/221464/4828587
py default_build.py
#!/usr/bin/python
# Test that default build clause actually has any effect.
from BoostBuild import Tester, List
t = Tester()
t.write("project-root.jam", "import gcc ;")
t.write("Jamfile", "
www.eeworm.com/read/168845/5430012
py default_build.py
#!/usr/bin/python
# Test that default build clause actually has any effect.
from BoostBuild import Tester, List
t = Tester()
t.write("project-root.jam", "import gcc ;")
t.write("Jamfile", "
www.eeworm.com/read/321483/3534238
t 04_splice.t
#!/usr/bin/perl
#
# Check SPLICE function's effect on the file
# (07_rv_splice.t checks its return value)
#
# Each call to 'check_contents' actually performs two tests.
# First, it calls the tied obj
www.eeworm.com/read/321483/3534262
t 10_splice_rs.t
#!/usr/bin/perl
#
# Check SPLICE function's effect on the file
# (07_rv_splice.t checks its return value)
#
# Each call to 'check_contents' actually performs two tests.
# First, it calls the tied obje
www.eeworm.com/read/306178/3746658
c zhangdao.c
// 掌刀
#include
inherit F_SSERVER;
void remove_effect(object me, int amount);
int perform(object me, object target)
{
int skill;
if(!target ) target = offensive_target(me);
www.eeworm.com/read/306178/3747243
c feiying.c
// feiying.c 葵花飞影术
#include
inherit F_SSERVER;
void remove_effect(object me, int amount);
int perform(object me, object target)
{
int skill;
if( !target ) tar
www.eeworm.com/read/283355/4080432
patch gcc-4.1-no-search-pch-20060227.patch
Little hack to let you turn off searching for precompiled headers.
Really just here for benchmarking the effect on the preprocessor.
Signed-off-by: dank@kegel.com
diff -Nuar gcc-4.1-20060217/libcpp/f