Home
last modified time | relevance | path

Searched refs:DateNotifier (Results 1 – 3 of 3) sorted by relevance

/plugin/structtasks/_test/
DNotifiersTest.php10 use dokuwiki\plugin\structtasks\meta\DateNotifier; alias
142 DateNotifier::class, $all_but_editor, $new_data,
174 DateNotifier::class, [], $new_data,
207 DateNotifier::class, [], $new_data,
227 DateNotifier::class, [], $empty_data, $new_data,
/plugin/structtasks/
Daction.php12 use dokuwiki\plugin\structtasks\meta\DateNotifier; alias
43 new DateNotifier($getConf, $getLang),
/plugin/structtasks/meta/
DDateNotifier.php17 class DateNotifier extends AbstractNotifier class