Home
last modified time | relevance | path

Searched refs:update_object (Results 1 – 25 of 161) sorted by relevance

1234567

/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/wx/
H A Dsearch_editor.py41 self.control.Bind(wx.EVT_TEXT, self.update_object)
44 self.control.Bind(wx.EVT_TEXT_ENTER, self.update_object)
46 self.control.Bind(wx.EVT_SEARCHCTRL_SEARCH_BTN, self.update_object)
52 self.control.Unbind(wx.EVT_TEXT, handler=self.update_object)
55 self.control.Unbind(wx.EVT_TEXT_ENTER, handler=self.update_object)
57 self.control.Unbind(wx.EVT_SEARCHCTRL_SEARCH_BTN, handler=self.update_object)
63 def update_object(self, event): member in SearchEditor
H A Deditor_factory.py115 self.control.Bind(wx.EVT_KILL_FOCUS, self.update_object)
116 parent.Bind(wx.EVT_TEXT_ENTER, self.update_object, id=self.control.GetId())
126 handler=self.update_object,
129 self.control.Unbind(wx.EVT_KILL_FOCUS, handler=self.update_object)
132 def update_object(self, event): member in TextEditor
H A Dbutton_editor.py56 self.control.Bind(wx.EVT_BUTTON, self.update_object)
62 def update_object(self, event): member in SimpleEditor
113 self.update_object, "clicked", dispatch="ui"
123 self.update_object, "clicked", remove=True
H A Denum_editor.py164 parent.Bind(wx.EVT_CHOICE, self.update_object, id=self.control.GetId())
175 parent.Bind(wx.EVT_COMBOBOX, self.update_object, id=control.GetId())
196 def update_object(self, event): member in SimpleEditor
338 def update_object(self, event): member in RadioEditor
405 panel.Bind(wx.EVT_RADIOBUTTON, self.update_object, id= control.GetId())
439 parent.Bind(wx.EVT_LISTBOX, self.update_object, id=self.control.GetId())
449 def update_object(self, event): member in ListEditor
H A Dcheck_list_editor.py86 self.control.Bind(wx.EVT_CHOICE, self.update_object)
129 def update_object(self, event): member in SimpleEditor
210 panel.Bind(wx.EVT_CHECKBOX, self.update_object, id=control.GetId())
236 def update_object(self, event): member in CustomEditor
263 def update_object(self, event): member in TextEditor
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/accounting_storage/common/
H A Dcommon_as.c164 while((update_object = list_next(itr))) { in addto_update_list()
165 if (update_object->type == type) in addto_update_list()
170 if (update_object) { in addto_update_list()
176 update_object->objects = object; in addto_update_list()
185 update_object->type = type; in addto_update_list()
225 update_object->objects = list_create( in addto_update_list()
248 update_object->objects = list_create( in addto_update_list()
255 update_object->objects = list_create( in addto_update_list()
272 update_object->objects = list_create( in addto_update_list()
281 update_object->objects = object; in addto_update_list()
[all …]
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/qt4/
H A Dtext_editor.py80 control.textChanged.connect(self.update_object)
82 (control.textChanged, self.update_object))
86 control.textEdited.connect(self.update_object)
88 (control.textEdited, self.update_object))
90 control.editingFinished.connect(self.update_object)
92 (control.editingFinished, self.update_object)
119 def update_object(self): member in SimpleEditor
H A Dcheck_list_editor.py73 self.control.activated[int].connect(self.update_object)
79 self.control.activated[int].disconnect(self.update_object)
123 def update_object(self, index): member in SimpleEditor
167 self._mapper.mapped[str].connect(self.update_object)
178 self._mapper.mapped[str].disconnect(self.update_object)
241 def update_object(self, label): member in CustomEditor
272 def update_object(self, event=None): member in TextEditor
H A Dbutton_editor.py78 self.update_object, type=QtCore.Qt.QueuedConnection,
99 self.control.clicked.disconnect(self.update_object)
120 def update_object(self): member in SimpleEditor
174 self.control.clicked.connect(self.update_object)
181 self.control.clicked.disconnect(self.update_object)
H A Dfile_editor.py56 control.textEdited.connect(self.update_object)
58 (control.textEdited, self.update_object)
63 control.editingFinished.connect(self.update_object)
65 (control.editingFinished, self.update_object)
86 def update_object(self): member in SimpleEditor
239 def update_object(self, idx): member in CustomEditor
322 self._editor.update_object(current)
H A Dboolean_editor.py43 self.control.stateChanged.connect(self.update_object)
48 self.control.stateChanged.disconnect(self.update_object)
51 def update_object(self, state): member in SimpleEditor
H A Ddate_editor.py78 self.control.dateChanged.connect(self.update_object)
83 self.control.dateChanged.disconnect(self.update_object)
95 def update_object(self, q_date): member in SimpleEditor
121 self.control.clicked.connect(self.update_object)
126 self.control.clicked.disconnect(self.update_object)
144 def update_object(self, q_date): member in CustomEditor
H A Dhistory_editor.py51 control.editTextChanged.connect(self.update_object)
53 control.activated[str].connect(self.update_object)
57 def update_object(self, text): member in _HistoryEditor
H A Dsearch_editor.py85 control.textEdited.connect(self.update_object)
87 control.editingFinished.connect(self.update_object)
89 def update_object(self, event=None): member in SearchEditor
H A Ddatetime_editor.py45 self.control.dateTimeChanged.connect(self.update_object)
53 self.control.dateTimeChanged.disconnect(self.update_object)
73 def update_object(self, q_datetime): member in SimpleEditor
H A Deditor_factory.py82 self.control.editingFinished.connect(self.update_object)
89 self.control.editingFinished.disconnect(self.update_object)
92 def update_object(self): member in TextEditor
H A Denum_editor.py163 control.currentIndexChanged[str].connect(self.update_object)
252 def update_object(self, text): member in SimpleEditor
320 self._mapper.mapped.connect(self.update_object)
404 def update_object(self, index): member in RadioEditor
429 self.control.currentTextChanged.connect(self.update_object)
471 def update_object(self, text): member in ListEditor
/dports/science/py-scimath/scimath-4.2.0/scimath/units/wx/
H A Dquantity_editor.py106 wx.EVT_KILL_FOCUS(control, self.update_object)
107 wx.EVT_TEXT_ENTER(parent, control.GetId(), self.update_object)
110 handler = self.update_object
132 def update_object(self, event, assign=True): member in SimpleQuantityEditor
157 self.update_object(event, assign=False)
/dports/sysutils/ansible2/ansible-2.9.27/test/units/module_utils/net_tools/nios/
H A Dtest_api.py46 wapi.update_object = Mock(name='update_object')
97 wapi.update_object.called_once_with(test_object)
123 wapi.update_object.called_once_with(test_object)
153 wapi.update_object.assert_called_once_with(ref, kwargs)
251 wapi.update_object.assert_called_once_with(ref, kwargs)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/tests/unit/plugins/module_utils/net_tools/nios/
H A Dtest_api.py49 wapi.update_object = Mock(name='update_object')
100 wapi.update_object.called_once_with(test_object)
126 wapi.update_object.called_once_with(test_object)
156 wapi.update_object.assert_called_once_with(ref, kwargs)
254 wapi.update_object.assert_called_once_with(ref, kwargs)
/dports/sysutils/ansible2/ansible-2.9.27/test/units/modules/net_tools/nios/
H A Dtest_nios_host_record.py53 wapi.update_object = Mock(name='update_object')
126 wapi.update_object.called_once_with(test_object)
152 wapi.update_object.called_once_with(test_object)
H A Dtest_nios_network_view.py53 wapi.update_object = Mock(name='update_object')
104 wapi.update_object.called_once_with(test_object)
131 wapi.update_object.called_once_with(test_object)
H A Dtest_nios_ptr_record.py53 wapi.update_object = Mock(name='update_object')
136 wapi.update_object.called_once_with(test_object)
165 wapi.update_object.called_once_with(test_object)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/
H A Dtest_nios_network_view.py56 wapi.update_object = Mock(name='update_object')
107 wapi.update_object.called_once_with(test_object)
134 wapi.update_object.called_once_with(test_object)
H A Dtest_nios_host_record.py56 wapi.update_object = Mock(name='update_object')
129 wapi.update_object.called_once_with(test_object)
155 wapi.update_object.called_once_with(test_object)

1234567