Home
last modified time | relevance | path

Searched refs:handle_changes (Results 1 – 16 of 16) sorted by relevance

/dports/net/grilo-plugins/grilo-plugins-0.3.14/src/tracker/
H A Dgrl-tracker-source-notif.c74 handle_changes (GrlTrackerSourceNotify *self, in handle_changes() function
110 handle_changes (self, events, in notifier_event_cb()
113 handle_changes (self, events, in notifier_event_cb()
116 handle_changes (self, events, in notifier_event_cb()
/dports/net/grilo-plugins/grilo-plugins-0.3.14/src/tracker3/
H A Dgrl-tracker-source-notif.c106 handle_changes (GrlTrackerSourceNotify *self, in handle_changes() function
190 handle_changes (self, in resolve_medias()
194 handle_changes (self, in resolve_medias()
198 handle_changes (self, in resolve_medias()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/groups/
H A Dupdate_service.rb26 handle_changes
108 def handle_changes method in Groups.UpdateService
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/alert_management/alerts/
H A Dupdate_service.rb29 handle_changes(old_assignees: old_assignees)
83 def handle_changes(old_assignees:) method in AlertManagement.Alerts.UpdateService
/dports/x11-toolkits/fltk/fltk-1.3.8/fluid/
H A DExternalCodeEditor_UNIX.h38 int handle_changes(const char **code, int force=0);
H A DExternalCodeEditor_WIN32.h50 int handle_changes(const char **code, int force=0);
H A DExternalCodeEditor_UNIX.cxx150 int ExternalCodeEditor::handle_changes(const char **code, int force) { in handle_changes() function in ExternalCodeEditor
H A DExternalCodeEditor_WIN32.cxx205 int ExternalCodeEditor::handle_changes(const char **code, int force) { in handle_changes() function in ExternalCodeEditor
H A DFl_Type.h234 switch ( editor_.handle_changes(&newcode) ) { in handle_editor_changes()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/issues/
H A Dcreate_service.rb58 def handle_changes(issue, options) method in Issues.CreateService
H A Dupdate_service.rb49 def handle_changes(issue, options) method in Issues.UpdateService
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/
H A Dchanges.py12 def handle_changes(changes, gui=None): function
H A Dui.py39 from calibre.gui2.changes import handle_changes
530 handle_changes(changes, self)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/
H A Dissuable_base_service.rb224 handle_changes(issuable, { params: params })
299 handle_changes(issuable, old_associations: old_associations, params: params)
515 def handle_changes(issuable, options) method in IssuableBaseService
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/merge_requests/
H A Dbase_service.rb36 def handle_changes(merge_request, options) method in MergeRequests.BaseService
H A Dupdate_service.rb17 def handle_changes(merge_request, options) method in MergeRequests.UpdateService