代码搜索:impl
找到约 10,000 项符合「impl」的源代码
代码结果 10,000
www.eeworm.com/read/282734/4088426
h vboostapp.h
#ifndef __VBOOSTAPP_H__
#define __VBOOSTAPP_H__
class CVBoostApp :
public CBaseUnk
{
public:
UNKNOWN_IMPL
static HRESULT CreateInstance(CVBoostApp** ppApp);
STDMET
www.eeworm.com/read/277826/4149770
cs transitionimpl.cs
using NetBpm.Util.Xml;
namespace NetBpm.Workflow.Definition.Impl
{
public class TransitionImpl : DefinitionObjectImpl, ITransition
{
private INode _from = null;
private INode _to = null;
www.eeworm.com/read/277826/4149771
cs concurrentblockimpl.cs
using System;
using NetBpm.Util.Xml;
namespace NetBpm.Workflow.Definition.Impl
{
public class ConcurrentBlockImpl : ProcessBlockImpl, IConcurrentBlock
{
private IJoin _join = null;
priv
www.eeworm.com/read/277826/4149822
cs actorimpl.cs
using System;
namespace NetBpm.Workflow.Organisation.Impl
{
public abstract class ActorImpl : IActor, IComparable
{
protected internal String _id = null;
public string Id
{
set
www.eeworm.com/read/277826/4149919
cs datelabel.cs
using System;
using NetBpm.Workflow.Delegation;
namespace NetBpm.Workflow.Delegation.Impl.Htmlformatter
{
public class DateLabel:AbstractConfigurable, IHtmlFormatter
{
public System.Str
www.eeworm.com/read/277826/4149947
cs evaluationdecision.cs
using System;
using NetBpm.Workflow.Definition.Attr;
namespace NetBpm.Workflow.Delegation.Impl.Decision
{
public class EvaluationDecision : IDecisionHandler
{
public String Decide(IDecisio
www.eeworm.com/read/277826/4149988
cs exceptionreportimpl.cs
using System;
using log4net;
namespace NetBpm.Workflow.Log.Impl
{
public class ExceptionReportImpl : LogDetailImpl, IExceptionReport
{
private String _exceptionClassName = null;
private
www.eeworm.com/read/448120/1691556
properties user.properties
# Amount of time in minutes after which a connection is considered idle and may
# be scavenged expressed in minutes
impl.endpoint.tls.connection.idletimeout=5
# Amount of time in minutes a connectio
www.eeworm.com/read/447272/1706436
cs transitionimpl.cs
using NetBpm.Util.Xml;
namespace NetBpm.Workflow.Definition.Impl
{
public class TransitionImpl : DefinitionObjectImpl, ITransition
{
private INode _from = null;
private INode _to = null;
www.eeworm.com/read/447272/1706437
cs concurrentblockimpl.cs
using System;
using NetBpm.Util.Xml;
namespace NetBpm.Workflow.Definition.Impl
{
public class ConcurrentBlockImpl : ProcessBlockImpl, IConcurrentBlock
{
private IJoin _join = null;
priv