Home
last modified time | relevance | path

Searched refs:changed_properties (Results 1 – 25 of 237) sorted by relevance

12345678910

/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Controls/
H A DElementTextSelection.cpp50 …id ElementTextSelection::OnPropertyChange(const Rocket::Core::PropertyNameList& changed_properties) in OnPropertyChange() argument
52 Element::OnPropertyChange(changed_properties); in OnPropertyChange()
58 if (changed_properties.find("color") != changed_properties.end() || in OnPropertyChange()
59 changed_properties.find("background-color") != changed_properties.end()) in OnPropertyChange()
H A DElementFormControlTextArea.cpp171 void ElementFormControlTextArea::OnPropertyChange(const Core::PropertyNameList& changed_properties) in OnPropertyChange() argument
173 ElementFormControl::OnPropertyChange(changed_properties); in OnPropertyChange()
175 if (changed_properties.find("color") != changed_properties.end() || in OnPropertyChange()
176 changed_properties.find("background-color") != changed_properties.end()) in OnPropertyChange()
H A DInputTypeText.cpp91 void InputTypeText::OnPropertyChange(const Core::PropertyNameList& changed_properties) in OnPropertyChange() argument
93 if (changed_properties.find("color") != changed_properties.end() || in OnPropertyChange()
94 changed_properties.find("background-color") != changed_properties.end()) in OnPropertyChange()
H A DElementFormControlInput.cpp130 void ElementFormControlInput::OnPropertyChange(const Core::PropertyNameList& changed_properties) in OnPropertyChange() argument
132 ElementFormControl::OnPropertyChange(changed_properties); in OnPropertyChange()
135 type->OnPropertyChange(changed_properties); in OnPropertyChange()
H A DInputType.cpp73 …utType::OnPropertyChange(const Core::PropertyNameList& ROCKET_UNUSED_PARAMETER(changed_properties)) in OnPropertyChange() argument
75 ROCKET_UNUSED(changed_properties); in OnPropertyChange()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/windows/plugins/modules/
H A Dwin_psrepository.ps198 $changed_properties = @{} variable
106 $changed_properties.InstallationPolicy = $repository_params.InstallationPolicy
113 $changed_properties.SourceLocation = $repository_params.SourceLocation
119 $changed_properties.ScriptSourceLocation = $repository_params.ScriptSourceLocation
125 $changed_properties.PublishLocation = $repository_params.PublishLocation
131 $changed_properties.ScriptPublishLocation = $repository_params.ScriptPublishLocation
136 if ($Repo -and ($state -eq "absent" -or ($force -and $changed_properties.Count -gt 0))) {
145 if (-not $Repo -or ($force -and $changed_properties.Count -gt 0)) {
156 if ($changed_properties.Count -gt 0) {
159 Set-PSRepository -Name $name @changed_properties
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Core/
H A DElement.cpp1495 changed_properties.find(DISPLAY) != changed_properties.end()) in OnPropertyChange()
1509 changed_properties.find(DISPLAY) != changed_properties.end()) in OnPropertyChange()
1518 changed_properties.find(LEFT) != changed_properties.end() || in OnPropertyChange()
1519 changed_properties.find(RIGHT) != changed_properties.end() || in OnPropertyChange()
1520 changed_properties.find(TOP) != changed_properties.end() || in OnPropertyChange()
1521 changed_properties.find(BOTTOM) != changed_properties.end()) in OnPropertyChange()
1529 changed_properties.find(Z_INDEX) != changed_properties.end()) in OnPropertyChange()
1604 changed_properties.find(FONT_STYLE) != changed_properties.end() || in OnPropertyChange()
1605 changed_properties.find(FONT_SIZE) != changed_properties.end()) in OnPropertyChange()
1641 changed_properties.find(CLIP) != changed_properties.end() || in OnPropertyChange()
[all …]
H A DElementTextDefault.cpp280 void ElementTextDefault::OnPropertyChange(const PropertyNameList& changed_properties) in OnPropertyChange() argument
282 Element::OnPropertyChange(changed_properties); in OnPropertyChange()
287 if (changed_properties.find(COLOR) != changed_properties.end()) in OnPropertyChange()
296 if (changed_properties.find(FONT_FAMILY) != changed_properties.end() || in OnPropertyChange()
297 changed_properties.find(FONT_CHARSET) != changed_properties.end() || in OnPropertyChange()
298 changed_properties.find(FONT_WEIGHT) != changed_properties.end() || in OnPropertyChange()
299 changed_properties.find(FONT_STYLE) != changed_properties.end() || in OnPropertyChange()
300 changed_properties.find(FONT_SIZE) != changed_properties.end()) in OnPropertyChange()
308 if (changed_properties.find(TEXT_DECORATION) != changed_properties.end()) in OnPropertyChange()
H A DElementDocument.cpp371 void ElementDocument::OnPropertyChange(const PropertyNameList& changed_properties) in OnPropertyChange() argument
373 Element::OnPropertyChange(changed_properties); in OnPropertyChange()
376 if (changed_properties.find(FONT_SIZE) != changed_properties.end()) in OnPropertyChange()
379 if (changed_properties.find(TOP) != changed_properties.end() || in OnPropertyChange()
380 changed_properties.find(RIGHT) != changed_properties.end() || in OnPropertyChange()
381 changed_properties.find(BOTTOM) != changed_properties.end() || in OnPropertyChange()
382 changed_properties.find(LEFT) != changed_properties.end()) in OnPropertyChange()
/dports/multimedia/gpodder/gpodder-3.10.17/share/gpodder/extensions/
H A Dmpris-listener.py253 def on_prop_change(self, interface_name, changed_properties, argument
264 logger.debug("on_prop_change %r", changed_properties.keys())
265 if 'PlaybackStatus' in changed_properties:
266 collected_info['status'] = str(changed_properties['PlaybackStatus'])
267 if 'Metadata' in changed_properties:
268 logger.debug("Metadata %r", changed_properties['Metadata'].keys())
270 if 'xesam:url' in changed_properties['Metadata']:
271 collected_info['uri'] = changed_properties['Metadata']['xesam:url']
273 if 'Rate' in changed_properties:
274 collected_info['rate'] = changed_properties['Rate']
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/windows/
H A Dwin_psrepository.ps151 $changed_properties = @{} variable
54 $changed_properties.SourceLocation = $source
58 $changed_properties.InstallationPolicy = $installationpolicy
61 if ($changed_properties.Count -gt 0) {
64 Set-PSRepository -Name $name @changed_properties
/dports/sysutils/catfish/catfish-4.16.3/catfish/
H A DCatfishPrefsDialog.py43 self.changed_properties = []
73 self.changed_properties.append("use-headerbar")
82 self.changed_properties.append("show-hidden-files")
91 self.changed_properties.append("show-sidebar")
100 self.changed_properties.append("close-after-select")
109 self.changed_properties.append("search-compressed-files")
/dports/devel/efl/efl-1.25.1/src/lib/eldbus/
H A Deldbus_model_arguments.c216 Eina_Array *changed_properties; in eldbus_model_arguments_process_arguments() local
238 changed_properties = eina_array_new(1); in eldbus_model_arguments_process_arguments()
248 ret = eina_array_push(changed_properties, property); in eldbus_model_arguments_process_arguments()
258 if (eina_array_count(changed_properties)) in eldbus_model_arguments_process_arguments()
260 Efl_Model_Property_Event evt = {.changed_properties = changed_properties}; in eldbus_model_arguments_process_arguments()
267 while ((property = eina_array_pop(changed_properties))) in eldbus_model_arguments_process_arguments()
269 eina_array_free(changed_properties); in eldbus_model_arguments_process_arguments()
/dports/x11-wm/qtile/qtile-0.18.1/libqtile/widget/
H A Dbluetooth.py87 def _signal_received(self, interface_name, changed_properties, _invalidated_properties): argument
88 powered = changed_properties.get('Powered', None)
93 connected = changed_properties.get('Connected', None)
98 device = changed_properties.get('Name', None)
H A Dmpris2widget.py96 def update(self, interface_name, changed_properties, _invalidated_properties): argument
103 metadata = changed_properties.get('Metadata')
120 playbackstatus = getattr(changed_properties.get('PlaybackStatus'),
/dports/audio/gradio/Gradio-7.3/src/
H A Dgradio-mpris.vala170 private HashTable<string,Variant> changed_properties = null;
223 if(changed_properties == null)
229 foreach(string name in changed_properties.get_keys()) {
230 Variant variant = changed_properties.lookup(name);
234 changed_properties = null;
256 if(changed_properties == null)
257 changed_properties = new HashTable<string,Variant>(str_hash, str_equal);
259 changed_properties.insert(property, val);
/dports/www/eolie/eolie-0.9.101/eolie/
H A Dapplication_night.py82 def __on_property_changed(self, proxy, changed_properties, argument
92 if "Temperature" in changed_properties.keys():
93 temperature = changed_properties["Temperature"]
/dports/x11/cinnamon-session/cinnamon-session-4.8.0/cinnamon-session/
H A Dtest-session-proxy-monitor.c83 GVariant *changed_properties, in on_props_changed() argument
89 if (changed_properties) { in on_props_changed()
90 g_variant_dict_init (&dict, changed_properties); in on_props_changed()
/dports/audio/shairport-sync/shairport-sync-3.3.9/
H A Dshairport-sync-mpris-test-client.c35 void on_properties_changed(__attribute__((unused)) GDBusProxy *proxy, GVariant *changed_properties, in on_properties_changed() argument
42 if (g_variant_n_children(changed_properties) > 0) { in on_properties_changed()
48 g_variant_get(changed_properties, "a{sv}", &iter); in on_properties_changed()
/dports/comms/qt5-connectivity/kde-qtconnectivity-5.15.2p1/src/bluetooth/
H A Dqbluetoothdevicediscoveryagent_bluez.cpp645 … const QVariantMap &changed_properties, in _q_PropertiesChanged() argument
658 for (QVariantMap::const_iterator it = changed_properties.constBegin(); in _q_PropertiesChanged()
659 it != changed_properties.constEnd(); ++it) { in _q_PropertiesChanged()
670 if (changed_properties.contains(QStringLiteral("RSSI")) in _q_PropertiesChanged()
671 || changed_properties.contains(QStringLiteral("ManufacturerData"))) { in _q_PropertiesChanged()
676 if (changed_properties.contains(QStringLiteral("RSSI"))) { in _q_PropertiesChanged()
678 << changed_properties.value(QStringLiteral("RSSI")); in _q_PropertiesChanged()
680 changed_properties.value(QStringLiteral("RSSI")).toInt()); in _q_PropertiesChanged()
683 if (changed_properties.contains(QStringLiteral("ManufacturerData"))) { in _q_PropertiesChanged()
686 … qdbus_cast< ManufacturerDataList >(changed_properties.value(QStringLiteral("ManufacturerData"))); in _q_PropertiesChanged()
H A Dqbluetoothtransferreply_bluez.cpp275 const QVariantMap &changed_properties, in sessionChanged() argument
278 if (changed_properties.contains(QStringLiteral("Transferred"))) { in sessionChanged()
280 changed_properties.value(QStringLiteral("Transferred")).toULongLong(), in sessionChanged()
284 if (changed_properties.contains(QStringLiteral("Status"))) { in sessionChanged()
285 const QString s = changed_properties. in sessionChanged()
309 qCDebug(QT_BT_BLUEZ) << "Transfer update:" << interface << changed_properties; in sessionChanged()
/dports/multimedia/vlc/vlc-3.0.16/modules/control/dbus/
H A Ddbus_root.c454 DBusMessageIter changed_properties, invalidated_properties; in PropertiesChangedSignal() local
465 &changed_properties ) ) in PropertiesChangedSignal()
470 if( AddProperty( p_intf, &changed_properties, "Fullscreen", "b", in PropertiesChangedSignal()
473 dbus_message_iter_abandon_container( &args, &changed_properties ); in PropertiesChangedSignal()
478 if( !dbus_message_iter_close_container( &args, &changed_properties ) ) in PropertiesChangedSignal()
/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Defl_ui_view_model.c438 _efl_ui_view_model_property_bind_lookup(Eina_Array *changed_properties, in _efl_ui_view_model_property_bind_lookup() argument
458 EINA_ARRAY_ITER_NEXT(changed_properties, i, dup, iterator) in _efl_ui_view_model_property_bind_lookup()
462 eina_array_push(changed_properties, dest); in _efl_ui_view_model_property_bind_lookup()
463 _efl_ui_view_model_property_bind_lookup(changed_properties, pd, dest); in _efl_ui_view_model_property_bind_lookup()
466 _efl_ui_view_model_property_bind_lookup(changed_properties, pd->parent, src); in _efl_ui_view_model_property_bind_lookup()
486 nev.changed_properties = eina_array_new(1); in _efl_ui_view_model_property_changed()
488 EINA_ARRAY_ITER_NEXT(ev->changed_properties, i, property, iterator) in _efl_ui_view_model_property_changed()
490 eina_array_push(nev.changed_properties, property); in _efl_ui_view_model_property_changed()
493 _efl_ui_view_model_property_bind_lookup(nev.changed_properties, pd, src); in _efl_ui_view_model_property_changed()
498 eina_array_free(nev.changed_properties); in _efl_ui_view_model_property_changed()
/dports/devel/efl/efl-1.25.1/src/lib/ecore/
H A Defl_generic_model.c91 evt.changed_properties = eina_array_new(1); in _efl_generic_model_efl_model_property_set()
92 eina_array_push(evt.changed_properties, prop); in _efl_generic_model_efl_model_property_set()
97 eina_array_free(evt.changed_properties); in _efl_generic_model_efl_model_property_set()
/dports/sysutils/cinnamon-settings-daemon/cinnamon-settings-daemon-4.8.5/plugins/orientation/
H A Dcsd-orientation-manager.c266 GVariant *changed_properties, in properties_changed() argument
278 if (changed_properties) in properties_changed()
279 g_variant_dict_init (&dict, changed_properties); in properties_changed()
281 if (changed_properties == NULL || in properties_changed()
294 if (changed_properties == NULL || in properties_changed()

12345678910