Home
last modified time | relevance | path

Searched refs:UpdateAppSettings (Results 1 – 7 of 7) sorted by relevance

/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/azure/
H A Dazure_rm_webapp.py408 CreateOrUpdate, UpdateAppSettings, Delete = range(3) variable in Actions
728 self.to_do.append(Actions.UpdateAppSettings)
733 self.to_do.append(Actions.UpdateAppSettings)
766 if Actions.UpdateAppSettings in self.to_do:
H A Dazure_rm_webappslot.py335 NoAction, CreateOrUpdate, UpdateAppSettings, Delete = range(4) variable in Actions
605 self.to_do = Actions.UpdateAppSettings
611 self.to_do = Actions.UpdateAppSettings
647 if self.to_do == Actions.UpdateAppSettings:
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/azure/azcollection/plugins/modules/
H A Dazure_rm_webapp.py415 CreateOrUpdate, UpdateAppSettings, Delete = range(3) variable in Actions
739 self.to_do.append(Actions.UpdateAppSettings)
744 self.to_do.append(Actions.UpdateAppSettings)
777 if Actions.UpdateAppSettings in self.to_do:
H A Dazure_rm_webappslot.py331 NoAction, CreateOrUpdate, UpdateAppSettings, Delete = range(4) variable in Actions
601 self.to_do = Actions.UpdateAppSettings
607 self.to_do = Actions.UpdateAppSettings
643 if self.to_do == Actions.UpdateAppSettings:
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/renderer/
H A Didentification_settings_manager.h94 void UpdateAppSettings(mojom::AppSettingsPtr app_settings) override;
H A Didentification_settings_manager.cc247 void IdentificationSettingsManager::UpdateAppSettings( in UpdateAppSettings() function in chromecast::IdentificationSettingsManager
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/common/mojom/
H A Didentification_settings.mojom126 UpdateAppSettings(AppSettings app_settings);