Home
last modified time | relevance | path

Searched defs:changed_settings (Results 1 – 8 of 8) sorted by relevance

/dports/cad/cura/Cura-58bae31/plugins/VersionUpgrade/VersionUpgrade34to35/
H A DVersionUpgrade34to35.py12 changed_settings = {"retraction_combing": "noskin"} # type: Dict[str, str] variable
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/test/integration_tests/tests/
H A Dtest_user_settings.py110 def verify_user_settings_change(self, settings_page, changed_settings): argument
/dports/graphics/mypaint/mypaint-2.0.1/gui/
H A Dbrushmodifier.py148 def brush_modified_cb(self, changed_settings): argument
/dports/graphics/freeglut/freeglut-3.2.1/progs/demos/Fractals_random/
H A Dfractals_random.c125 int changed_settings = 1; in Key() local
152 int changed_settings = 1; in Special() local
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/freeglut/progs/demos/Fractals_random/
H A Dfractals_random.c125 int changed_settings = 1; in Key() local
152 int changed_settings = 1; in Special() local
/dports/devel/py-orange-widget-base/orange-widget-base-4.13.0/orangewidget/utils/
H A Dvisual_settings_dlg.py64 def changed_settings(self) -> Dict[KeyType, ValueType]: member in SettingsDialog
/dports/sysutils/py-rdiff-backup/rdiff-backup-2.0.5/src/rdiff_backup/
H A DGlobals.py156 changed_settings = [] variable
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/game/src/info/
H A Dmod.rs219 fn changed_settings(&self, c: &Panel) -> Option<Tab> { in changed_settings() method