Home
last modified time | relevance | path

Searched refs:instanceId (Results 151 – 175 of 1991) sorted by relevance

12345678910>>...80

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/
H A DWorkflowApplicationTerminatedException.cs22 public WorkflowApplicationTerminatedException(string message, Guid instanceId) in WorkflowApplicationTerminatedException() argument
23 : base(message, instanceId) in WorkflowApplicationTerminatedException()
32 …public WorkflowApplicationTerminatedException(string message, Guid instanceId, Exception innerExce… in WorkflowApplicationTerminatedException() argument
33 : base(message, instanceId, innerException) in WorkflowApplicationTerminatedException()
H A DWorkflowApplicationUnloadedException.cs22 public WorkflowApplicationUnloadedException(string message, Guid instanceId) in WorkflowApplicationUnloadedException() argument
23 : base(message, instanceId) in WorkflowApplicationUnloadedException()
32 …public WorkflowApplicationUnloadedException(string message, Guid instanceId, Exception innerExcept… in WorkflowApplicationUnloadedException() argument
33 : base(message, instanceId, innerException) in WorkflowApplicationUnloadedException()
H A DWorkflowApplicationCompletedException.cs22 public WorkflowApplicationCompletedException(string message, Guid instanceId) in WorkflowApplicationCompletedException() argument
23 : base(message, instanceId) in WorkflowApplicationCompletedException()
32 …public WorkflowApplicationCompletedException(string message, Guid instanceId, Exception innerExcep… in WorkflowApplicationCompletedException() argument
33 : base(message, instanceId, innerException) in WorkflowApplicationCompletedException()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/
H A DIdentitytoolkitRelyingpartyVerifyAssertionRequest.php23 public $instanceId; variable in Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyAssertionRequest
58 public function setInstanceId($instanceId) argument
60 $this->instanceId = $instanceId;
64 return $this->instanceId;
H A DIdentitytoolkitRelyingpartySignupNewUserRequest.php27 public $instanceId; variable in Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySignupNewUserRequest
91 public function setInstanceId($instanceId) argument
93 $this->instanceId = $instanceId;
97 return $this->instanceId;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/IdentityToolkit/
H A DIdentitytoolkitRelyingpartyVerifyAssertionRequest.php23 public $instanceId; variable in Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyAssertionRequest
58 public function setInstanceId($instanceId) argument
60 $this->instanceId = $instanceId;
64 return $this->instanceId;
H A DIdentitytoolkitRelyingpartySignupNewUserRequest.php27 public $instanceId; variable in Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySignupNewUserRequest
91 public function setInstanceId($instanceId) argument
93 $this->instanceId = $instanceId;
97 return $this->instanceId;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Diagnostics/
H A DEventLogEntry.cs60 private long instanceId; field in System.Diagnostics.EventLogEntry
66 string[] replacementStrings, long instanceId) in EventLogEntry() argument
81 this.instanceId = instanceId; in EventLogEntry()
123 get { return instanceId; }
172 (otherEntry.InstanceId == instanceId) && in Equals()
H A DEventInstance.cs40 public EventInstance (long instanceId, int categoryId) in EventInstance() argument
41 : this (instanceId, categoryId, EventLogEntryType.Information) in EventInstance()
45 public EventInstance (long instanceId, int categoryId, EventLogEntryType entryType) in EventInstance() argument
47 InstanceId = instanceId; in EventInstance()
/dports/devel/awless/awless-0.1.11/aws/spec/
H A Dinstanceprofile.go99 instanceId := StringValue(cmd.Instance)
106 {Name: String("instance-id"), Values: []*string{String(instanceId)}},
120 if assocInstId == instanceId {
132 …h profile: replaced profile '%s' with '%s' on instance %s", oldProfileArn, profileName, instanceId)
141 if err := setFieldWithType(instanceId, input, "InstanceId", awsstr, renv.Context()); err != nil {
168 instanceId := StringValue(cmd.Instance)
174 {Name: String("instance-id"), Values: []*string{String(instanceId)}},
178 return nil, fmt.Errorf("cannot list profile on instance %s: %s", instanceId, err)
183 cmd.logger.Infof("detach instanceprofile: nothing to be detached on instance %s", instanceId)
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/share/qtcreator/qml/qmlpuppet/container/
H A Dreparentcontainer.cpp40 ReparentContainer::ReparentContainer(qint32 instanceId, in ReparentContainer() argument
45 : m_instanceId(instanceId), in ReparentContainer()
53 qint32 ReparentContainer::instanceId() const in instanceId() function in QmlDesigner::ReparentContainer
80 out << container.instanceId(); in operator <<()
103 << "instanceId: " << container.instanceId(); in operator <<()
/dports/misc/usd/USD-21.11/pxr/usd/usdGeom/
H A DbboxCache.h205 const UsdGeomPointInstancer& instancer, int64_t instanceId) { in ComputePointInstanceWorldBound() argument
207 ComputePointInstanceWorldBounds(instancer, &instanceId, 1, &ret); in ComputePointInstanceWorldBound()
235 int64_t instanceId, in ComputePointInstanceRelativeBound() argument
239 instancer, &instanceId, 1, relativeToAncestorPrim, &ret); in ComputePointInstanceRelativeBound()
263 int64_t instanceId) { in ComputePointInstanceLocalBound() argument
265 ComputePointInstanceLocalBounds(instancer, &instanceId, 1, &ret); in ComputePointInstanceLocalBound()
293 int64_t instanceId) { in ComputePointInstanceUntransformedBound() argument
296 instancer, &instanceId, 1, &ret); in ComputePointInstanceUntransformedBound()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/services/monitoring/system/diagnosticts/
H A DEventData.cs12 public EventInstance(long instanceId, int categoryId) { in EventInstance() argument
14 InstanceId = instanceId; in EventInstance()
17 …public EventInstance(long instanceId, int categoryId, EventLogEntryType entryType) : this (instan… in EventInstance() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.WorkflowServices/System/ServiceModel/Dispatcher/
H A DServiceDurableInstanceContextProvider.cs60 protected override DurableInstance OnCreateNewInstance(Guid instanceId) in OnCreateNewInstance() argument
64 …ng traceText = SR2.GetString(SR2.InstanceContextProviderCreatedNewInstance, "Service", instanceId); in OnCreateNewInstance()
72 this.providerFactory.CreateProvider(instanceId), in OnCreateNewInstance()
81 protected override DurableInstance OnGetExistingInstance(Guid instanceId) in OnGetExistingInstance() argument
84 this.providerFactory.CreateProvider(instanceId), in OnGetExistingInstance()
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/bluetooth/android/java/src/org/chromium/device/bluetooth/
H A DChromeBluetoothRemoteGattService.java33 Wrappers.BluetoothGattServiceWrapper serviceWrapper, String instanceId, in ChromeBluetoothRemoteGattService() argument
37 mInstanceId = instanceId; in ChromeBluetoothRemoteGattService()
54 Wrappers.BluetoothGattServiceWrapper serviceWrapper, String instanceId, in create() argument
57 nativeBluetoothRemoteGattServiceAndroid, serviceWrapper, instanceId, chromeDevice); in create()
87 ChromeBluetoothRemoteGattService caller, String instanceId, in createGattRemoteCharacteristic() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/bluetooth/android/java/src/org/chromium/device/bluetooth/
H A DChromeBluetoothRemoteGattService.java33 Wrappers.BluetoothGattServiceWrapper serviceWrapper, String instanceId, in ChromeBluetoothRemoteGattService() argument
37 mInstanceId = instanceId; in ChromeBluetoothRemoteGattService()
54 Wrappers.BluetoothGattServiceWrapper serviceWrapper, String instanceId, in create() argument
57 nativeBluetoothRemoteGattServiceAndroid, serviceWrapper, instanceId, chromeDevice); in create()
87 ChromeBluetoothRemoteGattService caller, String instanceId, in createGattRemoteCharacteristic() argument
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/
H A Dsharding_uptime_reporter.cpp65 const std::string& instanceId, in reportStatus() argument
69 mType.setName(instanceId); in reportStatus()
83 BSON(MongosType::name(instanceId)), in reportStatus()
109 const std::string instanceId(constructInstanceIdString(hostName)); in startPeriodicThread() local
115 reportStatus(opCtx.get(), instanceId, hostName, upTimeTimer); in startPeriodicThread()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.EventLog/src/System/Diagnostics/
H A DEventData.cs15 public EventInstance(long instanceId, int categoryId) in EventInstance() argument
18 InstanceId = instanceId; in EventInstance()
21 …public EventInstance(long instanceId, int categoryId, EventLogEntryType entryType) : this(instance… in EventInstance() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Runtime/
H A DWorkflowTraceTransfer.cs16 public WorkflowTraceTransfer(Guid instanceId) in WorkflowTraceTransfer() argument
20 if (!this.oldGuid.Equals(instanceId)) //Avoid redundant transfers. in WorkflowTraceTransfer()
25 instanceId in WorkflowTraceTransfer()
27 Trace.CorrelationManager.ActivityId = instanceId; in WorkflowTraceTransfer()
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/sqlitestudio/singleapplication/
H A Dsingleapplication.cpp277 quint32 instanceId = 0; in slotConnectionEstablished() local
294 readStream >> instanceId; in slotConnectionEstablished()
318 [nextConnSocket, instanceId, this]() { in slotConnectionEstablished()
319 Q_EMIT this->slotClientConnectionClosed( nextConnSocket, instanceId ); in slotConnectionEstablished()
327 [nextConnSocket, instanceId, this]() { in slotConnectionEstablished()
328 Q_EMIT this->slotDataAvailable( nextConnSocket, instanceId ); in slotConnectionEstablished()
341 Q_EMIT this->slotDataAvailable( nextConnSocket, instanceId ); in slotConnectionEstablished()
345 void SingleApplicationPrivate::slotDataAvailable( QLocalSocket *dataSocket, quint32 instanceId ) in slotDataAvailable() argument
348 Q_EMIT q->receivedMessage( instanceId, dataSocket->readAll() ); in slotDataAvailable()
354 Q_EMIT slotDataAvailable( closedSocket, instanceId ); in slotClientConnectionClosed()
[all …]
/dports/www/nextcloud/nextcloud/lib/private/Repair/
H A DMoveUpdaterStepFile.php47 $instanceId = $this->config->getSystemValue('instanceid', null);
49 if (!is_string($instanceId) || empty($instanceId)) {
53 $updaterFolderPath = $dataDir . '/updater-' . $instanceId;
/dports/www/matomo/piwik/config/
H A Dglobal.php18 $instanceId = $c->get('ini.General.instance_id'); variable
19 $instanceId = $instanceId ? '/' . $instanceId : ''; variable
21 $instanceId = ''; variable
29 return $root . $tmp . $instanceId;
/dports/deskutils/flameshot/flameshot-0.10.2/external/singleapplication/
H A Dsingleapplication_p.cpp327 info.instanceId); in slotConnectionEstablished()
348 info.instanceId); in slotConnectionEstablished()
416 quint32 instanceId = 0; in readInitMessageBody() local
417 readStream >> instanceId; in readInitMessageBody()
436 info.instanceId = instanceId; in readInitMessageBody()
446 Q_EMIT this->slotDataAvailable(sock, instanceId); in readInitMessageBody()
451 quint32 instanceId) in slotDataAvailable() argument
454 Q_EMIT q->receivedMessage(instanceId, dataSocket->readAll()); in slotDataAvailable()
459 quint32 instanceId) in slotClientConnectionClosed() argument
462 Q_EMIT slotDataAvailable(closedSocket, instanceId); in slotClientConnectionClosed()
/dports/net-mgmt/py-pysnmp/pysnmp-4.4.9/examples/smi/agent/
H A Doperations-on-managed-objects.py26 instanceId = snmpCommunityEntry.getInstIdFromIndices('my-router') variable
31 ((snmpCommunityEntry.name + (2,) + instanceId, 'mycomm'),
32 (snmpCommunityEntry.name + (3,) + instanceId, 'mynmsname'),
33 (snmpCommunityEntry.name + (7,) + instanceId, 'volatile'))
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.Runtime.DurableInstancing.cs155 … public InstanceCollisionException(System.Xml.Linq.XName commandName, System.Guid instanceId) { } in InstanceCollisionException() argument
167 … public InstanceCompleteException(System.Xml.Linq.XName commandName, System.Guid instanceId) { } in InstanceCompleteException() argument
185 …blic InstanceHandleConflictException(System.Xml.Linq.XName commandName, System.Guid instanceId) { } in InstanceHandleConflictException() argument
269 … public InstanceLockedException(System.Xml.Linq.XName commandName, System.Guid instanceId) { } in InstanceLockedException() argument
270 …public InstanceLockedException(System.Xml.Linq.XName commandName, System.Guid instanceId, System.E… in InstanceLockedException() argument
288 … public InstanceLockLostException(System.Xml.Linq.XName commandName, System.Guid instanceId) { } in InstanceLockLostException() argument
296 public InstanceLockQueryResult(System.Guid instanceId, System.Guid instanceOwnerId) { } in InstanceLockQueryResult() argument
307 … public InstanceNotReadyException(System.Xml.Linq.XName commandName, System.Guid instanceId) { } in InstanceNotReadyException() argument
356 … InstancePersistenceCommandException(System.Xml.Linq.XName commandName, System.Guid instanceId) { } in InstancePersistenceCommandException() argument
377 public void BindInstance(System.Guid instanceId) { } in BindInstance() argument
[all …]

12345678910>>...80