Home
last modified time | relevance | path

Searched defs:new_data (Results 1 – 12 of 12) sorted by relevance

/plugin/structtasks/meta/
H A DAbstractNotifier.php63 abstract function getNotifiableUsers($page, $editor_email, $new_data, $old_data);
140 public function sendMessage($page_id, $page_title, $editor, $editor_email, $new_data,
H A DAssignedNotifier.php20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
H A DClosedStatusNotifier.php20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
H A DRemovedNotifier.php20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
H A DSelfRemovalNotifier.php20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
H A DTodayNotifier.php21 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
H A DDateNotifier.php20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
H A DDeletedNotifier.php20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
H A DOpenStatusNotifier.php20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
H A DOverdueNotifier.php21 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
H A DReminderNotifier.php42 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
/plugin/structtasks/_test/
H A DNotifiersTest.php52 private $new_data; variable in dokuwiki\\plugin\\structtasks\\test\\notifiers_plugin_structtasks_test
306 public function testNotifiers($notifier, $recipients, $new_data, $old_data, $key) {