代码搜索:handler
找到约 10,000 项符合「handler」的源代码
代码结果 10,000
www.eeworm.com/read/270495/11034987
makefile
CC = gcc
OBJS = handler.o server.o client.o parse.o decode.o
all: emsmtpd
emsmtpd: $(OBJS)
$(CC) -o emsmtpd $(OBJS)
.c.o:
$(CC) $(CFLAGS) -c $<
clean:
rm -f emsmtpd *.o
www.eeworm.com/read/470729/6906850
h xbl_protohandler.h
#include "dom/dom_string.h"
namespace DOM
{
class ElementImpl;
class DOMString;
}
namespace XBL
{
class XBLPrototypeBinding;
class XBLPrototypeHandler
OOM_MODIFIED
{
publ
www.eeworm.com/read/470743/6907740
dpr foobaredit.dpr
program FoobarEdit;
{%File 'readme.txt'}
uses
Forms,
FoobarMain in 'FoobarMain.pas' {FormFileList};
{$R *.RES}
begin
Application.Initialize;
Application.Title := 'FoobarEdit -
www.eeworm.com/read/470566/6913912
c signal.c
/*---------------------------------------------------------------
* Copyright (c) 1999,2000,2001,2002,2003
* The Board of Trustees of the University of Illinois
www.eeworm.com/read/470213/6915980
htm mdmscwritingyourowncustomizedhandler.htm
编写自己的自定义处理程序
@import url(msd