Home
last modified time | relevance | path

Searched refs:editor_email (Results 1 – 14 of 14) sorted by relevance

/plugin/structtasks/meta/
H A DSelfRemovalNotifier.php20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) { argument
21 if (in_array($editor_email, $old_data['assignees']) and
22 !in_array($editor_email, $new_data['assignees'])) {
25 function ($val) use ($editor_email) {return $val !== $editor_email;}
H A DRemovedNotifier.php20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) { argument
24 function ($val) use ($editor_email) {return $val !== $editor_email;}
H A DAssignedNotifier.php20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) { argument
26 function ($val) use ($editor_email) {return $val !== $editor_email;}
H A DDateNotifier.php20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) { argument
26 function ($val) use ($editor_email) {return $val !== $editor_email;}
H A DDeletedNotifier.php20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) { argument
25 function ($val) use ($editor_email) {return $val !== $editor_email;}
H A DClosedStatusNotifier.php20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) { argument
28 function ($val) use ($editor_email) {return $val !== $editor_email;}
H A DOpenStatusNotifier.php20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) { argument
28 function ($val) use ($editor_email) {return $val !== $editor_email;}
H A DAbstractNotifier.php63 abstract function getNotifiableUsers($page, $editor_email, $new_data, $old_data); argument
140 public function sendMessage($page_id, $page_title, $editor, $editor_email, $new_data, argument
143 … $notifiable_users = $this->getNotifiableUsers($page_id, $editor_email, $new_data, $old_data);
H A DTodayNotifier.php21 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) { argument
H A DOverdueNotifier.php21 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) { argument
H A DReminderNotifier.php42 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) { argument
/plugin/structtasks/
H A Daction.php81 $editor_email = $util->getUserEmail($editor_id);
86 $notifier->sendMessage($id, $title, $editor_name, $editor_email, $new_data, $old_data);
H A Dcli.php144 $editor_email = '';
146 $n->sendMessage($task, $title, $editor_name, $editor_email, $data, $data);
/plugin/structtasks/_test/
H A DNotifiersTest.php51 const editor_email = 'Some User <some.user@example.com>'; define in dokuwiki\\plugin\\structtasks\\test\\notifiers_plugin_structtasks_test
355 $this::editor_email,
413 $this::editor_email,