代码搜索:handler

找到约 10,000 项符合「handler」的源代码

代码结果 10,000
www.eeworm.com/read/433911/1879871

cpp svcconf_handler.cpp

// $Id: Svcconf_Handler.cpp 80826 2008-03-04 14:51:23Z wotte $ #include "Svcconf_Handler.h" #include "ace/ACE.h" #include "ace/Log_Msg.h" #include "ace/Service_Config.h" #include "ace/Service_T
www.eeworm.com/read/433911/1879875

inl svcconf_handler.inl

// -*- C++ -*- $Id: Svcconf_Handler.inl 80826 2008-03-04 14:51:23Z wotte $ ACE_INLINE ACE_Parsed_Info::ACE_Parsed_Info () : name_ (0), service_type_ (ACE_Service_Type::INVALID_TYPE),
www.eeworm.com/read/433911/1880193

py _generic_handler.py

""" Defines a generic handler that tests against a given regex, and allows for exclusions. """ from sys import stderr import _warning_handler def generic_handler (regex, begin_exclude, end_excl
www.eeworm.com/read/433911/1880194

py _warning_handler.py

""" Implements a warning handler base class and a simple handler that simply outputs warnings to stderr. """ import _singleton # Constants STDERR = 1 MAILER = 2 from sys import stderr
www.eeworm.com/read/433911/1880319

h connection_handler.h

/* -*- C++ -*- */ // $Id: Connection_Handler.h 80826 2008-03-04 14:51:23Z wotte $ // ============================================================================ // // = LIBRARY // gateway
www.eeworm.com/read/433911/1880347

cpp connection_handler.cpp

// $Id: Connection_Handler.cpp 81993 2008-06-16 20:26:16Z sowayaa $ #define ACE_BUILD_SVC_DLL #include "ace/OS_NS_string.h" #include "Event_Channel.h" #include "Concrete_Connection_Handlers.h"
www.eeworm.com/read/433911/1880446

cpp protocol_handler.cpp

// $Id: Protocol_Handler.cpp 80826 2008-03-04 14:51:23Z wotte $ #ifndef JAWS_BUILD_DLL #define JAWS_BUILD_DLL #endif #include "jaws3/Protocol_Handler.h" #include "jaws3/Concurrency.h" JAWS
www.eeworm.com/read/433911/1880454

h protocol_handler.h

// $Id: Protocol_Handler.h 80826 2008-03-04 14:51:23Z wotte $ #ifndef JAWS_PROTOCOL_HANDLER_H #define JAWS_PROTOCOL_HANDLER_H #include "ace/Message_Block.h" #include "jaws3/Export.h" #include
www.eeworm.com/read/433911/1880538

cpp http_handler.cpp

// $Id: HTTP_Handler.cpp 81993 2008-06-16 20:26:16Z sowayaa $ // HTTP_Service.cpp -- simple implementation of the HTTP protocol #include "ace/Message_Block.h" #include "ace/Filecache.h" #inc
www.eeworm.com/read/433911/1880546

h http_handler.h

/* -*- c++ -*- */ //============================================================================= /** * @file HTTP_Handler.h * * $Id: HTTP_Handler.h 80826 2008-03-04 14:51:23Z wotte $