Home
last modified time | relevance | path

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

/plugin/structtasks/meta/
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,
DOverdueNotifier.php21 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
DSelfRemovalNotifier.php20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
DAssignedNotifier.php20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
DDateNotifier.php20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
DDeletedNotifier.php20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
DRemovedNotifier.php20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
DClosedStatusNotifier.php20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
DTodayNotifier.php21 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
DOpenStatusNotifier.php20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
DReminderNotifier.php42 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
/plugin/structtasks/_test/
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) {