Home
last modified time | relevance | path

Searched refs:EVENT_DELETE (Results 1 – 25 of 52) sorted by relevance

123

/dports/www/kanboard/kanboard-1.2.21/app/Subscriber/
H A DNotificationSubscriber.php30 SubtaskModel::EVENT_DELETE => 'handleEvent',
33 CommentModel::EVENT_DELETE => 'handleEvent',
38 TaskLinkModel::EVENT_DELETE => 'handleEvent',
H A DProjectModificationDateSubscriber.php24 SubtaskModel::EVENT_DELETE => 'execute',
/dports/www/kanboard/kanboard-1.2.21/app/EventBuilder/
H A DTaskLinkEventBuilder.php64 } elseif ($eventName === TaskLinkModel::EVENT_DELETE) {
83 } elseif ($eventName === TaskLinkModel::EVENT_DELETE) {
H A DCommentEventBuilder.php66 case CommentModel::EVENT_DELETE:
90 case CommentModel::EVENT_DELETE:
H A DSubtaskEventBuilder.php97 case SubtaskModel::EVENT_DELETE:
119 case SubtaskModel::EVENT_DELETE:
/dports/www/kanboard/kanboard-1.2.21/app/Model/
H A DCommentModel.php29 const EVENT_DELETE = 'comment.delete'; define in Kanboard\\Model\\CommentModel
173 $this->commentEventJob->execute($comment_id, self::EVENT_DELETE);
H A DSubtaskModel.php39 const EVENT_DELETE = 'subtask.delete'; define in Kanboard\\Model\\SubtaskModel
267 $this->subtaskEventJob->execute($subtaskId, array(self::EVENT_DELETE));
H A DTaskLinkModel.php29 const EVENT_DELETE = 'task_internal_link.delete'; define in Kanboard\\Model\\TaskLinkModel
226 $this->taskLinkEventJob->execute($task_link_id, self::EVENT_DELETE);
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPimPlugin/lib/model/doctrine/
H A DPluginEmployeeEvent.class.php32 const EVENT_DELETE = 'DELETE'; define in PluginEmployeeEvent
/dports/www/owncloud/owncloud/lib/public/Comments/
H A DCommentsEvent.php35 public const EVENT_DELETE = 'OCP\Comments\ICommentsManager::deleteComment'; define in OCP\\Comments\\CommentsEvent
/dports/www/nextcloud/nextcloud/lib/public/Comments/
H A DCommentsEvent.php53 public const EVENT_DELETE = 'OCP\Comments\ICommentsManager::deleteComment'; define in OCP\\Comments\\CommentsEvent
/dports/www/owncloud/owncloud/lib/public/SystemTag/
H A DManagerEvent.php35 public const EVENT_DELETE = 'OCP\SystemTag\ISystemTagManager::deleteTag'; define in OCP\\SystemTag\\ManagerEvent
/dports/www/nextcloud/nextcloud/lib/public/SystemTag/
H A DManagerEvent.php53 public const EVENT_DELETE = 'OCP\SystemTag\ISystemTagManager::deleteTag'; define in OCP\\SystemTag\\ManagerEvent
/dports/multimedia/sabbu/sabbu-0.3.0/Source/
H A Dgui_main_event.h5 EVENT_DELETE enumerator
/dports/www/nextcloud/nextcloud/apps-pkg/comments/lib/
H A DEventHandler.php68 CommentsEvent::EVENT_DELETE,
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPimPlugin/modules/pim/actions/
H A DdeleteReportToSupervisorAction.class.php79 …umber,PluginEmployeeEvent::EVENT_TYPE_SUPERVISOR,PluginEmployeeEvent::EVENT_DELETE,'Employee Super…
H A DdeleteDependentsAction.class.php82 …Number,PluginEmployeeEvent::EVENT_TYPE_DEPENDENT,PluginEmployeeEvent::EVENT_DELETE,'Delete Employe…
H A DdeleteReportToSubordinateAction.class.php80 …mber,PluginEmployeeEvent::EVENT_TYPE_SUBORDINATE,PluginEmployeeEvent::EVENT_DELETE,'Employee Subor…
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/helpers/
H A Dmemory_management.h42 EVENT_DELETE, enumerator
H A Dmemory_management.cpp391 deallocate<AllocationEvent::EVENT_DELETE>(p); in operator delete()
398 deallocate<AllocationEvent::EVENT_DELETE>(p); in operator delete()
/dports/www/nextcloud/nextcloud/apps-pkg/comments/lib/Notification/
H A DListener.php75 if ($event->getEvent() === CommentsEvent::EVENT_DELETE
/dports/www/nextcloud/nextcloud/apps-pkg/systemtags/lib/AppInfo/
H A DApplication.php67 $dispatcher->addListener(ManagerEvent::EVENT_DELETE, $managerListener);
/dports/www/owncloud/owncloud/apps/systemtags/appinfo/
H A Dapp.php65 $eventDispatcher->addListener(ManagerEvent::EVENT_DELETE, $managerListener);
/dports/www/nextcloud/nextcloud/lib/private/SystemTag/
H A DSystemTagManager.php320 $this->dispatcher->dispatch(ManagerEvent::EVENT_DELETE, new ManagerEvent(
321 ManagerEvent::EVENT_DELETE, $tag
/dports/www/owncloud/owncloud/lib/private/SystemTag/
H A DSystemTagManager.php379 new ManagerEvent(ManagerEvent::EVENT_DELETE, $tag),
380 ManagerEvent::EVENT_DELETE

123