代码搜索:Notify
找到约 4,184 项符合「Notify」的源代码
代码结果 4,184
www.eeworm.com/read/136989/5835434
conf notify.conf
## notify.conf,v 1.3 2002/11/16 19:34:49 pradeep Exp
## Load the static Cos Notification Service
static Notify_Default_Event_Manager_Objects_Factory "-MTDispatching -DispatchingThreads 1"
www.eeworm.com/read/136812/5859468
h notify.h
/* @(#)notify.h 1.1 92/07/30 SMI */
/*
* Copyright (c) 1985 by Sun Microsystems, Inc.
*/
#ifndef NOTIFY_DEFINED
#define NOTIFY_DEFINED
#include /* to define fd_set */
/*
www.eeworm.com/read/134163/5894844
dsp notify.dsp
# Microsoft Developer Studio Project File - Name="notify" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Ap
www.eeworm.com/read/133596/5904143
dsp notify.dsp
# Microsoft Developer Studio Project File - Name="notify" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Ap
www.eeworm.com/read/127087/6008948
h notify.h
/*
* Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for an
www.eeworm.com/read/126411/6017662
bash notify.bash
trap _notify CHLD
NOTIFY_ALL=false
unset NOTIFY_LIST
unalias false
false()
{
return 1
}
_notify ()
{
local i j
local newlist=
if $NOTIFY_ALL
then
return # let bash take care of this itself
www.eeworm.com/read/117325/6104725
t notify.t
#!./perl
BEGIN {
unless(grep /blib/, @INC) {
chdir 't' if -d 't';
@INC = '../lib' if -d '../lib';
}
}
use Test;
BEGIN { $n = 7; plan tests => $n }
use SNMP;
use vars qw($agent
www.eeworm.com/read/114399/6124158
java notify.java
import java.lang.*;
public class notify {
public notify() {
}
public static void main(String[] args) {
Object obj=new Object();
Thread wait1=new Thread(new LockWait(obj));
Thr
www.eeworm.com/read/106122/6196832
cs notify.cs
namespace ASPNET.StarterKit.Communities {
using System;
using System.Web.UI.WebControls;
using System.ComponentModel;
//******************************************************