Home
last modified time | relevance | path

Searched refs:instanceId (Results 1 – 25 of 1607) sorted by relevance

12345678910>>...65

/dports/www/libdatachannel/libdatachannel-0.16.1/deps/plog/include/plog/
H A DLog.h77 #define PLOGV_(instanceId) PLOG_VERBOSE_(instanceId) argument
78 #define PLOGD_(instanceId) PLOG_DEBUG_(instanceId) argument
79 #define PLOGI_(instanceId) PLOG_INFO_(instanceId) argument
81 #define PLOGE_(instanceId) PLOG_ERROR_(instanceId) argument
82 #define PLOGF_(instanceId) PLOG_FATAL_(instanceId) argument
83 #define PLOGN_(instanceId) PLOG_NONE_(instanceId) argument
158 #define LOGD_(instanceId) PLOG_DEBUG_(instanceId) argument
159 #define LOGI_(instanceId) PLOG_INFO_(instanceId) argument
161 #define LOGE_(instanceId) PLOG_ERROR_(instanceId) argument
162 #define LOGF_(instanceId) PLOG_FATAL_(instanceId) argument
[all …]
/dports/accessibility/gammy/gammy-0.9.64/include/plog/
H A DLog.h69 #define PLOGV_(instanceId) PLOG_VERBOSE_(instanceId) argument
70 #define PLOGD_(instanceId) PLOG_DEBUG_(instanceId) argument
71 #define PLOGI_(instanceId) PLOG_INFO_(instanceId) argument
72 #define PLOGW_(instanceId) PLOG_WARNING_(instanceId) argument
73 #define PLOGE_(instanceId) PLOG_ERROR_(instanceId) argument
74 #define PLOGF_(instanceId) PLOG_FATAL_(instanceId) argument
75 #define PLOGN_(instanceId) PLOG_NONE_(instanceId) argument
153 #define LOGD_(instanceId) PLOG_DEBUG_(instanceId) argument
154 #define LOGI_(instanceId) PLOG_INFO_(instanceId) argument
156 #define LOGE_(instanceId) PLOG_ERROR_(instanceId) argument
[all …]
H A DInit.h26 template<int instanceId>
27 inline Logger<instanceId>& init(Severity maxSeverity = none, IAppender* appender = NULL)
29 static Logger<instanceId> logger(maxSeverity);
41 template<class Formatter, int instanceId>
45 return init<instanceId>(maxSeverity, &rollingFileAppender);
57 template<int instanceId>
60 …(fileName) ? init<CsvFormatter, instanceId>(maxSeverity, fileName, maxFileSize, maxFiles) : init<T…
72 template<class Formatter, int instanceId>
75 …return init<Formatter, instanceId>(maxSeverity, util::toWide(fileName).c_str(), maxFileSize, maxFi…
84 template<int instanceId>
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Activities/System/ServiceModel/Activities/
H A DWorkflowControlClient.cs119 public void Abandon(Guid instanceId) in Abandon() argument
121 Abandon(instanceId, null); in Abandon()
163 public void Cancel(Guid instanceId) in Cancel() argument
196 public void Run(Guid instanceId) in Run() argument
211 this.RunAsync(instanceId, null); in RunAsync()
228 public void Suspend(Guid instanceId) in Suspend() argument
582 if (Cancel(instanceId)) in CancelAsyncResult()
593 bool Cancel(Guid instanceId) in Cancel() argument
643 if (Run(instanceId)) in RunAsyncResult()
655 bool Run(Guid instanceId) in Run() argument
[all …]
H A DWorkflowUpdateableControlClient.cs125 public void Abandon(Guid instanceId) in Abandon() argument
127 Abandon(instanceId, null); in Abandon()
169 public void Cancel(Guid instanceId) in Cancel() argument
202 public void Run(Guid instanceId) in Run() argument
217 this.RunAsync(instanceId, null); in RunAsync()
234 public void Suspend(Guid instanceId) in Suspend() argument
654 if (Cancel(instanceId)) in CancelAsyncResult()
665 bool Cancel(Guid instanceId) in Cancel() argument
715 if (Run(instanceId)) in RunAsyncResult()
727 bool Run(Guid instanceId) in Run() argument
[all …]
H A DIWorkflowInstanceManagement.cs20 void Abandon(Guid instanceId, string reason); in Abandon() argument
30 void Cancel(Guid instanceId); in Cancel() argument
40 void Run(Guid instanceId); in Run() argument
50 void Suspend(Guid instanceId, string reason); in Suspend() argument
60 void Terminate(Guid instanceId, string reason); in Terminate() argument
70 void Unsuspend(Guid instanceId); in Unsuspend() argument
84 void TransactedCancel(Guid instanceId); in TransactedCancel() argument
95 void TransactedRun(Guid instanceId); in TransactedRun() argument
106 void TransactedSuspend(Guid instanceId, string reason); in TransactedSuspend() argument
117 void TransactedTerminate(Guid instanceId, string reason); in TransactedTerminate() argument
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.WorkflowServices/System/ServiceModel/Dispatcher/
H A DDurableInstanceContextProvider.cs78 public int GetReferenceCount(Guid instanceId) in GetReferenceCount() argument
80 return this.Cache.GetReferenceCount(instanceId); in GetReferenceCount()
102 instanceId = Guid.NewGuid(); in InitializeInstanceContext()
180 contextCache.ReleaseReference(instanceId); in DecrementActivityCount()
201 string instanceId = null; in GetInstanceIdFromMessage()
207 return Fx.CreateGuid(instanceId); in GetInstanceIdFromMessage()
269 public int GetReferenceCount(Guid instanceId) in GetReferenceCount() argument
285 public void ReleaseReference(Guid instanceId) in ReleaseReference() argument
391 Guid instanceId; field in System.ServiceModel.Dispatcher.DurableInstanceContextProvider.ContextCache.ContextItem
395 public ContextItem(Guid instanceId) in ContextItem() argument
[all …]
H A DWorkflowInstanceLifeTimeManagerExtension.cs44 public void CleanUp(Guid instanceId) in CleanUp() argument
61 this.instanceRecordMap.Remove(instanceId); in CleanUp()
77 public bool IsInstanceInMemory(Guid instanceId) in IsInstanceInMemory() argument
92 public void NotifyMessageArrived(Guid instanceId) in NotifyMessageArrived() argument
94 CancelTimer(instanceId, false); in NotifyMessageArrived()
115 instanceRecordMap.Add(instanceId, instanceRecord); in NotifyWorkflowActivationComplete()
126 public void ScheduleTimer(Guid instanceId) in ScheduleTimer() argument
146 void CancelTimer(Guid instanceId, bool markActivationCompleted) in CancelTimer() argument
164 instanceRecordMap.Remove(instanceId); in CancelTimer()
179 Guid instanceId = (Guid) state; in OnTimer()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.DurableInstancing/System/Runtime/DurableInstancing/
H A DInstanceLockedException.cs34 public InstanceLockedException(XName commandName, Guid instanceId) in InstanceLockedException() argument
35 : this(commandName, instanceId, null) in InstanceLockedException()
40 : this(commandName, instanceId, ToMessage(instanceId), innerException) in InstanceLockedException()
55 …: this(commandName, instanceId, instanceOwnerId, serializableInstanceOwnerMetadata, ToMessage(inst… in InstanceLockedException()
61 : base(commandName, instanceId, message, innerException) in InstanceLockedException()
94 static string ToMessage(Guid instanceId) in ToMessage() argument
96 if (instanceId == Guid.Empty) in ToMessage()
100 return SRCore.CannotAcquireLockSpecific(instanceId); in ToMessage()
103 static string ToMessage(Guid instanceId, Guid instanceOwnerId) in ToMessage() argument
105 if (instanceId == Guid.Empty) in ToMessage()
[all …]
H A DInstanceNotReadyException.cs29 public InstanceNotReadyException(XName commandName, Guid instanceId) in InstanceNotReadyException() argument
30 : this(commandName, instanceId, null) in InstanceNotReadyException()
34 … public InstanceNotReadyException(XName commandName, Guid instanceId, Exception innerException) in InstanceNotReadyException() argument
35 : this(commandName, instanceId, ToMessage(instanceId), innerException) in InstanceNotReadyException()
39 …public InstanceNotReadyException(XName commandName, Guid instanceId, string message, Exception inn… in InstanceNotReadyException() argument
40 : base(commandName, instanceId, message, innerException) in InstanceNotReadyException()
50 static string ToMessage(Guid instanceId) in ToMessage() argument
52 if (instanceId != Guid.Empty) in ToMessage()
54 return SRCore.InstanceNotReadySpecific(instanceId); in ToMessage()
H A DInstanceCompleteException.cs29 public InstanceCompleteException(XName commandName, Guid instanceId) in InstanceCompleteException() argument
30 : this(commandName, instanceId, null) in InstanceCompleteException()
34 … public InstanceCompleteException(XName commandName, Guid instanceId, Exception innerException) in InstanceCompleteException() argument
35 : this(commandName, instanceId, ToMessage(instanceId), innerException) in InstanceCompleteException()
39 …public InstanceCompleteException(XName commandName, Guid instanceId, string message, Exception inn… in InstanceCompleteException() argument
40 : base(commandName, instanceId, message, innerException) in InstanceCompleteException()
50 static string ToMessage(Guid instanceId) in ToMessage() argument
52 if (instanceId != Guid.Empty) in ToMessage()
54 return SRCore.InstanceCompleteSpecific(instanceId); in ToMessage()
H A DInstanceLockLostException.cs29 public InstanceLockLostException(XName commandName, Guid instanceId) in InstanceLockLostException() argument
30 : this(commandName, instanceId, null) in InstanceLockLostException()
34 … public InstanceLockLostException(XName commandName, Guid instanceId, Exception innerException) in InstanceLockLostException() argument
35 : this(commandName, instanceId, ToMessage(instanceId), innerException) in InstanceLockLostException()
39 …public InstanceLockLostException(XName commandName, Guid instanceId, string message, Exception inn… in InstanceLockLostException() argument
40 : base(commandName, instanceId, message, innerException) in InstanceLockLostException()
50 static string ToMessage(Guid instanceId) in ToMessage() argument
52 if (instanceId != Guid.Empty) in ToMessage()
54 return SRCore.InstanceLockLostSpecific(instanceId); in ToMessage()
H A DInstanceHandleConflictException.cs29 public InstanceHandleConflictException(XName commandName, Guid instanceId) in InstanceHandleConflictException() argument
30 : this(commandName, instanceId, null) in InstanceHandleConflictException()
34 …public InstanceHandleConflictException(XName commandName, Guid instanceId, Exception innerExceptio… in InstanceHandleConflictException() argument
35 : this(commandName, instanceId, ToMessage(instanceId), innerException) in InstanceHandleConflictException()
39 …public InstanceHandleConflictException(XName commandName, Guid instanceId, string message, Excepti… in InstanceHandleConflictException() argument
40 : base(commandName, instanceId, message, innerException) in InstanceHandleConflictException()
50 static string ToMessage(Guid instanceId) in ToMessage() argument
52 if (instanceId != Guid.Empty) in ToMessage()
54 return SRCore.InstanceHandleConflictSpecific(instanceId); in ToMessage()
H A DInstanceCollisionException.cs29 public InstanceCollisionException(XName commandName, Guid instanceId) in InstanceCollisionException() argument
30 : this(commandName, instanceId, null) in InstanceCollisionException()
34 … public InstanceCollisionException(XName commandName, Guid instanceId, Exception innerException) in InstanceCollisionException() argument
35 : this(commandName, instanceId, ToMessage(instanceId), innerException) in InstanceCollisionException()
39 …public InstanceCollisionException(XName commandName, Guid instanceId, string message, Exception in… in InstanceCollisionException() argument
40 : base(commandName, instanceId, message, innerException) in InstanceCollisionException()
50 static string ToMessage(Guid instanceId) in ToMessage() argument
52 if (instanceId != Guid.Empty) in ToMessage()
54 return SRCore.InstanceCollisionSpecific(instanceId); in ToMessage()
/dports/security/vault/vault-1.8.2/vendor/github.com/denverdino/aliyungo/ecs/
H A Dvpcs_test.go80 testEipAddress(t, client, regionId, instanceId)
87 if instanceId != "" {
88 err = client.StopInstance(instanceId, true)
92 err = client.WaitForInstance(instanceId, Stopped, 0)
98 err = client.DeleteInstance(instanceId)
159 instanceId, err = client.CreateInstance(&createArgs)
167 err = client.WaitForInstance(instanceId, Stopped, 0)
169 err = client.StartInstance(instanceId)
172 return instanceId, sgId, err
174 err = client.WaitForInstance(instanceId, Running, 0)
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/
H A Dnodeinstanceserver.cpp366 removeInstanceRelationsip(instanceId); in removeInstances()
421 if (hasInstanceForId(instanceId)) { in completeComponent()
1181 if (instance.instanceId() >= 0) in createComponentCompletedCommand()
1192 if (instance.instanceId() >= 0) in createChangeSelectionCommand()
1271 if (hasInstanceForId(instanceId)) { in removeInstanceRelationsip()
1287 …imageVector.append(ImageContainer(instance.instanceId(), instance.renderImage(), instance.instance… in createPixmapChangedCommand()
1391 ids.append(instanceId); in sendDebugOutput()
1407 if (instanceId >= 0 && m_idInstances.size() > instanceId) in removeInstanceRelationsipForDeletedObject()
1408 m_idInstances[instanceId] = {}; in removeInstanceRelationsipForDeletedObject()
1483 qint32 instanceId = m_rootNodeInstance.instanceId(); in sheduleRootItemRender() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/browser/android/apk/src/org/chromium/chromecast/shell/
H A DCastWebContentsIntentUtils.java176 public static Intent onActivityStopped(String instanceId) { in onActivityStopped() argument
184 return onGesture(getInstanceUri(instanceId), gestureType); in onGesture()
222 public static Intent requestMoveOut(String instanceId) { in requestMoveOut() argument
323 String instanceId) { in requestStartCastActivity() argument
324 WebContentsRegistry.addWebContents(instanceId, webContents); in requestStartCastActivity()
328 intent.putExtra(INTENT_EXTRA_SESSION_ID, instanceId); in requestStartCastActivity()
346 intent.putExtra(INTENT_EXTRA_SESSION_ID, instanceId); in requestStartCastFragment()
360 intent.putExtra(INTENT_EXTRA_SESSION_ID, instanceId); in requestStartCastService()
366 WebContentsRegistry.removeWebContents(instanceId); in requestStopWebContents()
469 public static Uri getInstanceUri(String instanceId) { in getInstanceUri() argument
[all …]
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/denverdino/aliyungo/aliyungo-a747050bb1ba/ecs/
H A Dvpcs_test.go80 testEipAddress(t, client, regionId, instanceId)
87 if instanceId != "" {
88 err = client.StopInstance(instanceId, true)
92 err = client.WaitForInstance(instanceId, Stopped, 0)
98 err = client.DeleteInstance(instanceId)
159 instanceId, err = client.CreateInstance(&createArgs)
167 err = client.WaitForInstance(instanceId, Stopped, 0)
169 err = client.StartInstance(instanceId)
172 return instanceId, sgId, err
174 err = client.WaitForInstance(instanceId, Running, 0)
[all …]
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Resources/Samples/Lua/
H A DParseDoseReport.lua10 function ExploreContentSequence(instanceId, tags)
14 ExploreContentSequence(instanceId, value['ContentSequence'])
29 RestApiPut('/instances/' .. instanceId .. '/metadata/2001', value)
35 RestApiPut('/instances/' .. instanceId .. '/metadata/2002', value)
46 function StoreTagToMetadata(instanceId, tags, name, metadata)
51 StoreTagToMetadata(instanceId, value, name, metadata)
55 RestApiPut('/instances/' .. instanceId .. '/metadata/' .. metadata, value)
63 function OnStoredInstance(instanceId, tags)
64 StoreTagToMetadata(instanceId, tags, 'IntervalsRejected', 2000)
65 ExploreContentSequence(instanceId, tags['ContentSequence'])
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Resources/Samples/Lua/
H A DParseDoseReport.lua10 function ExploreContentSequence(instanceId, tags)
14 ExploreContentSequence(instanceId, value['ContentSequence'])
29 RestApiPut('/instances/' .. instanceId .. '/metadata/2001', value)
35 RestApiPut('/instances/' .. instanceId .. '/metadata/2002', value)
46 function StoreTagToMetadata(instanceId, tags, name, metadata)
51 StoreTagToMetadata(instanceId, value, name, metadata)
55 RestApiPut('/instances/' .. instanceId .. '/metadata/' .. metadata, value)
63 function OnStoredInstance(instanceId, tags)
64 StoreTagToMetadata(instanceId, tags, 'IntervalsRejected', 2000)
65 ExploreContentSequence(instanceId, tags['ContentSequence'])
/dports/science/orthanc/Orthanc-1.9.7/OrthancServer/Resources/Samples/Lua/
H A DParseDoseReport.lua10 function ExploreContentSequence(instanceId, tags)
14 ExploreContentSequence(instanceId, value['ContentSequence'])
29 RestApiPut('/instances/' .. instanceId .. '/metadata/2001', value)
35 RestApiPut('/instances/' .. instanceId .. '/metadata/2002', value)
46 function StoreTagToMetadata(instanceId, tags, name, metadata)
51 StoreTagToMetadata(instanceId, value, name, metadata)
55 RestApiPut('/instances/' .. instanceId .. '/metadata/' .. metadata, value)
63 function OnStoredInstance(instanceId, tags)
64 StoreTagToMetadata(instanceId, tags, 'IntervalsRejected', 2000)
65 ExploreContentSequence(instanceId, tags['ContentSequence'])
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Resources/Samples/Lua/
H A DParseDoseReport.lua10 function ExploreContentSequence(instanceId, tags)
14 ExploreContentSequence(instanceId, value['ContentSequence'])
29 RestApiPut('/instances/' .. instanceId .. '/metadata/2001', value)
35 RestApiPut('/instances/' .. instanceId .. '/metadata/2002', value)
46 function StoreTagToMetadata(instanceId, tags, name, metadata)
51 StoreTagToMetadata(instanceId, value, name, metadata)
55 RestApiPut('/instances/' .. instanceId .. '/metadata/' .. metadata, value)
63 function OnStoredInstance(instanceId, tags)
64 StoreTagToMetadata(instanceId, tags, 'IntervalsRejected', 2000)
65 ExploreContentSequence(instanceId, tags['ContentSequence'])
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancServer/Resources/Samples/Lua/
H A DParseDoseReport.lua10 function ExploreContentSequence(instanceId, tags)
14 ExploreContentSequence(instanceId, value['ContentSequence'])
29 RestApiPut('/instances/' .. instanceId .. '/metadata/2001', value)
35 RestApiPut('/instances/' .. instanceId .. '/metadata/2002', value)
46 function StoreTagToMetadata(instanceId, tags, name, metadata)
51 StoreTagToMetadata(instanceId, value, name, metadata)
55 RestApiPut('/instances/' .. instanceId .. '/metadata/' .. metadata, value)
63 function OnStoredInstance(instanceId, tags)
64 StoreTagToMetadata(instanceId, tags, 'IntervalsRejected', 2000)
65 ExploreContentSequence(instanceId, tags['ContentSequence'])
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/
H A DWorkflowApplicationException.cs17 Guid instanceId; field in System.Activities.WorkflowApplicationException
29 public WorkflowApplicationException(string message, Guid instanceId) in WorkflowApplicationException() argument
32 this.instanceId = instanceId; in WorkflowApplicationException()
40 … public WorkflowApplicationException(string message, Guid instanceId, Exception innerException) in WorkflowApplicationException() argument
43 this.instanceId = instanceId; in WorkflowApplicationException()
49 this.instanceId = (Guid)info.GetValue(InstanceIdName, typeof(Guid)); in WorkflowApplicationException()
56 return this.instanceId;
65 info.AddValue(InstanceIdName, this.instanceId); in GetObjectData()
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/plog/include/plog/Initializers/
H A DRollingFileInitializer.h13 template<class Formatter, int instanceId>
14 …inline Logger<instanceId>& init(Severity maxSeverity, const util::nchar* fileName, size_t maxFileS…
17 return init<instanceId>(maxSeverity, &rollingFileAppender);
42 template<int instanceId>
45 …(fileName) ? init<CsvFormatter, instanceId>(maxSeverity, fileName, maxFileSize, maxFiles) : init<T…
57 template<class Formatter, int instanceId>
58 …inline Logger<instanceId>& init(Severity maxSeverity, const char* fileName, size_t maxFileSize = 0…
60 …return init<Formatter, instanceId>(maxSeverity, util::toWide(fileName).c_str(), maxFileSize, maxFi…
69 template<int instanceId>
70 …inline Logger<instanceId>& init(Severity maxSeverity, const char* fileName, size_t maxFileSize = 0…
[all …]

12345678910>>...65