Home
last modified time | relevance | path

Searched refs:listChanges (Results 1 – 13 of 13) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Activities/Rules/
H A DDeclarativeConditionsCollection.cs110 List<WorkflowChangeAction> listChanges = new List<WorkflowChangeAction>(); in Diff()
126 listChanges.Add(new UpdatedConditionAction(oCondition, cCondition)); in Diff()
131 listChanges.Add(new AddedConditionAction(cCondition)); in Diff()
136 listChanges.Add(new AddedConditionAction(cCondition)); in Diff()
149 listChanges.Add(new RemovedConditionAction(oCondition)); in Diff()
154 listChanges.Add(new RemovedConditionAction(oCondition)); in Diff()
158 return listChanges; in Diff()
H A DRuleSetCollection.cs127 List<WorkflowChangeAction> listChanges = new List<WorkflowChangeAction>(); in Diff()
141listChanges.Add(new UpdatedRuleSetAction(originalRuleSet, changedRuleSet)); in Diff()
146 listChanges.Add(new AddedRuleSetAction(changedRuleSet)); in Diff()
156 listChanges.Add(new RemovedRuleSetAction(originalRuleSet)); in Diff()
160 return listChanges; in Diff()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/
H A DScheduleChanges.cs457 List<WorkflowChangeAction> listChanges = new List<WorkflowChangeAction>(); in DiffTrees()
475listChanges.AddRange(DiffTrees(originalActivity as CompositeActivity, clonedActivity as CompositeA… in DiffTrees()
480listChanges.Add(new RemovedActivityAction(currentRemoveIndex, originalActivity, clonedCompositeAct… in DiffTrees()
489listChanges.AddRange(DiffTrees(originalActivity as CompositeActivity, clonedActivity as CompositeA… in DiffTrees()
494listChanges.Add(new RemovedActivityAction(currentRemoveIndex, originalActivity, clonedCompositeAct… in DiffTrees()
502listChanges.Add(new AddedActivityAction(clonedCompositeActivity, clonedActivity)); in DiffTrees()
508listChanges.Add(new RemovedActivityAction(currentRemoveIndex, originalActivity, clonedCompositeAct… in DiffTrees()
512listChanges.Add(new AddedActivityAction(clonedCompositeActivity, clonedActivitiesEnum.Current)); in DiffTrees()
513 return listChanges; in DiffTrees()
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Drive/Resource/
H A DChanges.php85 public function listChanges($pageToken, $optParams = array()) function in Google_Service_Drive_Resource_Changes
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Drive/Resource/
H A DChanges.php89 public function listChanges($pageToken, $optParams = array()) function in Google_Service_Drive_Resource_Changes
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Dns/Resource/
H A DChanges.php88 public function listChanges($project, $managedZone, $optParams = array()) function in Google_Service_Dns_Resource_Changes
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dns/Resource/
H A DChanges.php88 public function listChanges($project, $managedZone, $optParams = array()) function in Google_Service_Dns_Resource_Changes
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/api/
H A Dapi_authorizations.h39 [[nodiscard]] rpl::producer<List> listChanges() const;
H A Dapi_authorizations.cpp158 auto Authorizations::listChanges() const in listChanges() function in Api::Authorizations
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmOpenidAuthenticationPlugin/lib/vendor/GoogleAPIClient/Service/
H A DDns.php336 public function listChanges($project, $managedZone, $optParams = array()) function in Google_Service_Dns_Changes_Resource
H A DDrive.php1390 public function listChanges($optParams = array()) function in Google_Service_Drive_Changes_Resource
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/boxes/
H A Dsessions_box.cpp172 _authorizations->listChanges( in setupContent()
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/googledrive/google-api-php-client/src/contrib/
H A DGoogle_DriveService.php527 public function listChanges($optParams = array()) { function in Google_ChangesServiceResource