代码搜索:Notify

找到约 4,184 项符合「Notify」的源代码

代码结果 4,184
www.eeworm.com/read/306178/3747278

c fengyun.c

// fengyun.c #include int exert(object me) { int skill; skill = (int)me->query_skill("linji-zhuang",1); if (me->query_temp("linji/dex")) return notify_fail("你已经在运风云庄了!\n"); if( me-
www.eeworm.com/read/306178/3747280

c tiandi.c

// tiandi.c #include int exert(object me) { int skill; skill = (int)me->query_skill("linji-zhuang",1); if (me->query_temp("linji/per")) return notify_fail("你已经在运天地庄了!\n"); if( me->
www.eeworm.com/read/306178/3748658

c eat.c

// eat.c // by snowman@SJ 02/04/1999. #include inherit F_CLEAN_UP; int main(object me, string arg) { object obj; if (me->is_busy() || me->is_fighting()) return notify_fail("你正忙着呢。\
www.eeworm.com/read/306178/3748693

c jiebai.c

// jiebai.c #include inherit F_CLEAN_UP; int main(object me, string arg) { object obj, old_target; if(me->query("age") < 15) return notify_fail("小孩子一边玩儿去。\n"); if(!arg || !objectp(o
www.eeworm.com/read/306178/3748733

c wizchl.c

// wizchl.c #include inherit F_CLEAN_UP; int main(object me, string arg) { if (!arg) return notify_fail("你想要说什么?\n"); shout(HIC+"【江湖通知】"HIY+HBBLU+ me->name() +"(" + me->query("id")
www.eeworm.com/read/306178/3748775

c yun.c

// exert.c #include inherit F_CLEAN_UP; int main(object me, string arg) { string force; int result; seteuid(getuid()); if( me->is_busy() ) return notify_fail("( 你上一个动作还没有完成,不能施用内功
www.eeworm.com/read/306178/3748818

c exert.c

// exert.c #include inherit F_CLEAN_UP; int main(object me, string arg) { string force; int result; seteuid(getuid()); if( me->is_busy() ) return notify_fail("( 你上一个动作还没有完成,不能施用内功
www.eeworm.com/read/423599/2026391

c xhc_gui.c

#ifdef __XHC_APPLICATION__ #include "XHC_include.h" void XHC_UM_show_text(U8* text, U8* guiBuffer) { ShowCategory74Screen(STR_ID_XHC_NOTIFY, 0, STR_GLOBAL_OK, IMG_GLOBAL_OK, STR_GLOBAL_B
www.eeworm.com/read/100148/15882552

job zipmvsc.job

//CCZIP JOB (BI09255), // MSGLEVEL=(1,1),MSGCLASS=C,CLASS=D,NOTIFY=C888090 //PROCLIB JCLLIB ORDER=(SYS1.C370.PROCLIB.M24) //ZIP EXEC EDCC,COND=(12,LE),CREGSIZ='4M', // INFILE='C888090.ZIP.C(
www.eeworm.com/read/167847/9950351

makefile

include ../Make.defines PROGS = testmq test1 \ mqcreate mqgetattr mqnotify1 mqreceive mqsend mqunlink FUNCS = mq_close.o mq_getattr.o mq_notify.o mq_open.o \ mq_receive.o mq_send.o mq_setattr.o m