Searched defs:new_data (Results 1 – 12 of 12) sorted by relevance
| /plugin/structtasks/meta/ |
| D | AbstractNotifier.php | 63 abstract function getNotifiableUsers($page, $editor_email, $new_data, $old_data); 140 public function sendMessage($page_id, $page_title, $editor, $editor_email, $new_data,
|
| D | OverdueNotifier.php | 21 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
|
| D | SelfRemovalNotifier.php | 20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
|
| D | AssignedNotifier.php | 20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
|
| D | DateNotifier.php | 20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
|
| D | DeletedNotifier.php | 20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
|
| D | RemovedNotifier.php | 20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
|
| D | ClosedStatusNotifier.php | 20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
|
| D | TodayNotifier.php | 21 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
|
| D | OpenStatusNotifier.php | 20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
|
| D | ReminderNotifier.php | 42 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) {
|
| /plugin/structtasks/_test/ |
| D | NotifiersTest.php | 52 private $new_data; variable in dokuwiki\\plugin\\structtasks\\test\\notifiers_plugin_structtasks_test 306 public function testNotifiers($notifier, $recipients, $new_data, $old_data, $key) {
|