Home
last modified time | relevance | path

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

/dports/science/gramps/gramps-5.1.4/gramps/plugins/gramplet/
H A Dchildren.py68 def edit_person(self, treeview): member in Children
99 self.model = ListModel(top, titles, event_func=self.edit_person)
197 self.model = ListModel(top, titles, event_func=self.edit_person)
/dports/deskutils/griffith/griffith-a593201179695efe93829d9c9a70962ef29dd109/lib/
H A Dpeople.py76 def edit_person(self): function
H A Dwidgets.py449 'on_people_edit_clicked': self.edit_person,
/dports/www/phpgroupware/phpgroupware-0.9.16.017/addressbook/inc/
H A Dclass.boaddressbook.inc.php269 function edit_person($person_id, $fields) function in boaddressbook
282 return $this->so->edit_person($person_id, $fields);
H A Dclass.soaddressbook.inc.php360 function edit_person($person_id, $fields) function in soaddressbook
400 $this->contacts->edit_person($person_id, $person, PHPGW_SQL_RUN_SQL);
H A Dclass.uiaddressbook.inc.php539 $this->edit_person();
637 function edit_person() function in uiaddressbook
676 $this->bo->edit_person($this->contact_id, $fields);
/dports/deskutils/griffith/griffith-a593201179695efe93829d9c9a70962ef29dd109/
H A Dgriffith1081 def edit_person(self, *args):
1082 from people import edit_person
1083 edit_person(self)
1367 from people import edit_person
1368 edit_person(self)
/dports/science/gramps/gramps-5.1.4/gramps/gui/editors/
H A Deditfamily.py963 return self.edit_person(obj, event, handle)
967 return self.edit_person(obj, event, handle)
969 def edit_person(self, obj, event, handle): member in EditFamily
/dports/science/gramps/gramps-5.1.4/gramps/plugins/view/
H A Dgeofamily.py481 modify.connect("activate", self.edit_person, event, lat, lon, mark)
H A Drelview.py1652 self.edit_person(obj, handle)
1654 def edit_person(self, obj, handle): member in RelationshipView
1705 self.edit_person(obj, phandle)
/dports/www/phpgroupware/phpgroupware-0.9.16.017/phpgwapi/inc/
H A Dclass.accounts.inc.php192 $contacts->edit_person($userData['person_id'], $principal);
H A Dclass.contacts_sql.inc.php2053 function edit_person($id, $data, $action=PHPGW_SQL_RUN_SQL) function in contacts_
4433 $this->edit_person($cid, $contact, PHPGW_SQL_RUN_SQL);
/dports/science/gramps/gramps-5.1.4/gramps/plugins/lib/maps/
H A Dgeography.py920 def edit_person(self, menu, event, lat, lon, mark): member in GeoGraphyView