代码搜索:handler
找到约 10,000 项符合「handler」的源代码
代码结果 10,000
www.eeworm.com/read/242657/4549368
inl saxprint_handler.inl
// -*- C++ -*- $Id: SAXPrint_Handler.inl 73790 2006-07-27 20:43:46Z wotte $
ACEXML_INLINE void
ACEXML_SAXPrint_Handler::inc_indent (void)
{
this->indent_ += 1;
}
ACEXML_INLINE void
ACEXML_SAXPrin
www.eeworm.com/read/242657/4549444
h svcconf_handler.h
// $Id: Svcconf_Handler.h 78907 2007-07-16 10:22:58Z sowayaa $
//=============================================================================
/**
* @file Svcconf_Handler.h
*
* $Id: Svcconf_H
www.eeworm.com/read/242657/4549449
cpp svcconf_handler.cpp
// $Id: Svcconf_Handler.cpp 79066 2007-07-30 08:39:04Z johnnyw $
#include "Svcconf_Handler.h"
#include "ace/ACE.h"
#include "ace/Log_Msg.h"
#include "ace/Service_Config.h"
#include "ace/Service_Types
www.eeworm.com/read/242657/4549451
inl svcconf_handler.inl
// -*- C++ -*- $Id: Svcconf_Handler.inl 73790 2006-07-27 20:43:46Z wotte $
ACE_INLINE
ACE_Parsed_Info::ACE_Parsed_Info ()
: name_ (0),
service_type_ (ACE_Service_Type::INVALID_TYPE),
activ
www.eeworm.com/read/242657/4549694
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_exclude,
www.eeworm.com/read/242657/4549695
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
class Wa
www.eeworm.com/read/242657/4549814
h connection_handler.h
/* -*- C++ -*- */
// $Id: Connection_Handler.h 70131 2005-12-30 11:20:32Z jwillemsen $
// ============================================================================
//
// = LIBRARY
// gateway
//
www.eeworm.com/read/242657/4549838
cpp connection_handler.cpp
// $Id: Connection_Handler.cpp 72206 2006-04-20 11:07:09Z jwillemsen $
#define ACE_BUILD_SVC_DLL
#include "ace/OS_NS_string.h"
#include "Event_Channel.h"
#include "Concrete_Connection_Handlers.h"
A
www.eeworm.com/read/242657/4549915
cpp protocol_handler.cpp
// $Id: Protocol_Handler.cpp 55123 2004-01-04 21:17:14Z bala $
#ifndef JAWS_BUILD_DLL
#define JAWS_BUILD_DLL
#endif
#include "jaws3/Protocol_Handler.h"
#include "jaws3/Concurrency.h"
JAWS_Protocol_
www.eeworm.com/read/242657/4549924
h protocol_handler.h
// $Id: Protocol_Handler.h 64344 2005-03-01 19:15:09Z schmidt $
#ifndef JAWS_PROTOCOL_HANDLER_H
#define JAWS_PROTOCOL_HANDLER_H
#include "ace/Message_Block.h"
#include "jaws3/Export.h"
#include "jaw