代码搜索:Notify

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

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

c qimen-wuxing.c

// qimen-wuxing inherit SKILL; void create() { seteuid(getuid()); } string type() { return "knowledge"; } int practice_skill(object me) { return notify_fail("奇门五行能靠学(learn)来提高。\n"); }
www.eeworm.com/read/306178/3747270

c lifeheal.c

// lifeheal.c #include int exert(object me, object target) { if ((!target)||target->query("id")==me->query("id")) return notify_fail("你要用真气为谁疗伤?\n"); if( (
www.eeworm.com/read/306178/3748535

c newfinger.c

// finger.c inherit F_CLEAN_UP; void create() { seteuid(getuid()); } int main(object me, string arg) { if( !arg ) { if( (int)me->query("jing") < 50 ) return notify_fail("你的精神无法集
www.eeworm.com/read/306178/3748554

o finger.o

// finger.c inherit F_CLEAN_UP; void create() { seteuid(getuid()); } int main(object me, string arg) { if( !arg ) { if( (int)me->query("jing") < 50 ) return notify_fail("你的精神无法集
www.eeworm.com/read/306178/3748634

c follow.c

// follow.c inherit F_CLEAN_UP; int main(object me, string arg) { object ob; if( !arg ) return notify_fail("指令格式:follow |none。\n"); if( arg=="none") if( me->query_leader() ) {
www.eeworm.com/read/305712/3770137

h pppdialer.h

#ifndef __PPPDIALER_H #define __PPPDIALER_H #define NOTIFY_SIGNAL SIGUSR1 #include "dialer.h" #include #include class QTimer; class KSocket; class PPPInitializer : publ
www.eeworm.com/read/292144/3956909

mk files.mk

#-*-makefile-*- ; force emacs to enter makefile-mode CONF_FILES = agent.conf community.conf context.conf \ notify.conf standard.conf target_addr.conf \ target_params.conf
www.eeworm.com/read/242853/6786957

prg zf.prg

CLEAR CLOSE DATA SET STATUS OFF SET STATUS BAR OFF SET TALK OFF SET ESCAPE OFF SET safety OFF SET NOTIFY OFF PUBLIC STARTYC,ENDYC,STARTYX,ENDYX,STARTDD,ENDDD,WAITFLAG WAITFLAG=0 STORE 0 TO
www.eeworm.com/read/242853/6787004

prg main.prg

CLEAR SET TALK OFF SET DEFAULT TO C:\tcz\dm *SET STATUS BAR OFF SET ESCAPE OFF SET safety OFF SET NOTIFY OFF SET SYSMENU to *PUBLIC DHKXZ PUBLIC MCfq PUBLIC MCzh PUBLIC MCzm PUBLIC MMs
www.eeworm.com/read/368437/9696556

bas modcmdialog.bas

Attribute VB_Name = "modCMDialog" Option Explicit Public giCommonDialogStyle As COMMON_DIALOG_STYLE Public Const WM_NOTIFY = &H4E Public Const CDN_FIRST = (-601) Public Const CDN_LAST = (-699)