代码搜索:Notify
找到约 4,184 项符合「Notify」的源代码
代码结果 4,184
www.eeworm.com/read/306178/3746984
c wudu-xinfa.c
// wudu-xinfa
inherit SKILL;
void create() { seteuid(getuid()); }
string type() { return "knowledge"; }
int valid_learn(object me)
{
if( (int)me->query("shen") > -10000)
return notify_fail("修习
www.eeworm.com/read/306178/3747256
c literate.c
// literate.c
inherit SKILL;
string type() { return "knowledge"; }
void skill_improved(object me)
{}
int valid_learn(object me)
{
// if ( me->query("class") != "bonze" )
// return notify_fa
www.eeworm.com/read/306178/3747369
c duji.c
// duji.c
inherit SKILL;
string type() { return "knowledge"; }
void skill_improved(object me)
{}
int valid_learn(object me)
{
// if ( me->query("class") != "bonze" )
// return notify_fail("
www.eeworm.com/read/306178/3747448
c qingpingforce.c
// fonxanforce.c
inherit FORCE;
int valid_enable(string usage) { return usage=="force"; }
int valid_learn(object me) { return 1; }
int practice_skill(object me)
{
return
notify
www.eeworm.com/read/306178/3747452
c qidaoforce.c
// fonxanforce.c
inherit FORCE;
int valid_enable(string usage) { return usage=="force"; }
int valid_learn(object me) { return 1; }
int practice_skill(object me)
{
return
notify
www.eeworm.com/read/303768/3808106
c wdbctxexitlib.c
/* wdbCtxExitLib.c - notify host of context exit */
/* Copyright 1984-1998 Wind River Systems, Inc. */
/*
modification history
--------------------
01e,26feb98,dbt fixed a problem if a context is e
www.eeworm.com/read/296544/3902642
c wdbctxexitlib.c
/* wdbCtxExitLib.c - notify host of context exit */
/* Copyright 1984-1998 Wind River Systems, Inc. */
/*
modification history
--------------------
01e,26feb98,dbt fixed a problem if a context is e
www.eeworm.com/read/287839/4016170
c wdbctxexitlib.c
/* wdbCtxExitLib.c - notify host of context exit */
/* Copyright 1984-1998 Wind River Systems, Inc. */
/*
modification history
--------------------
01e,26feb98,dbt fixed a problem if a context is e
www.eeworm.com/read/285378/4053239
h modelessdlg.h
#pragma once
#define WM_DLG_NOTIFY WM_USER+5
// CModelessDlg 对话框
class CModelessDlg : public CDialog
{
DECLARE_DYNAMIC(CModelessDlg)
public:
CModelessDlg(CWnd* pParent = NULL); // 标准构
www.eeworm.com/read/279177/4138969
java graphaddedgeevent.java
package salvo.jesus.graph;
import java.util.*;
/**
* This event is used to notify interested parties that an Edge object
* has been added to a Graph object.
*
* @author Jesus M. Salvo Jr.
*/
p