代码搜索:Notify
找到约 4,184 项符合「Notify」的源代码
代码结果 4,184
www.eeworm.com/read/140727/5782919
rc sb_isip_blockheaders.rc
# Headers which usually indicate spam, but not always.
# Subject: line with too many blank spaces
:0
* ^Subject:.*[ ][ ][ ][ ][ ][ ][ ][ ]
{
:0 f
| ${FORMAIL} -A"X-SBRule: Subject w/too many blank
www.eeworm.com/read/136989/5837001
h properties.h
/* -*- C++ -*- */
/**
* @file Properties.h
*
* Properties.h,v 1.11 2003/12/30 12:36:57 jwillemsen Exp
*
* @author Pradeep Gore
*
*
*/
#ifndef TAO_Notify_P
www.eeworm.com/read/136812/5859412
c nint_n_wait.c
#ifndef lint
#ifdef sccs
static char sccsid[] = "@(#)nint_n_wait.c 1.1 92/07/30 Copyr 1985 Sun Micro";
#endif
#endif
/*
* Copyright (c) 1985 by Sun Microsystems, Inc.
*/
/*
* Nint_n_wait.c - Impl
www.eeworm.com/read/120487/6073372
c testlibpq2.c
/*
* testlibpq2.c
* Test of the asynchronous notification interface
*
* Start this program, then from psql in another window do
* NOTIFY TBL2;
* Repeat four times to get this program to exit.