Home
last modified time | relevance | path

Searched +full:done +(+path:plugin +path:do) -(+path:plugin +path:do +path:lang) (Results 1 – 6 of 6) sorted by relevance

/plugin/do/syntax/
Ddo.php212 $R->externalmedia(DOKU_URL . "lib/plugins/do/pix/${pre}done.png");
239 … . ' <img src="' . DOKU_BASE . 'lib/plugins/do/pix/' . $pre . 'done.png" />'
Ddolist.php167 $image = ($row['status']) ? 'done.png' : 'undone.png';
/plugin/do/scripts/
DPluginDo.js83 //mark done, popup for commitmessage
110 * @param {boolean} done true for done tasks, false for undone
113 switchDoNr: function (done, $applyto) { argument
114 var newImg = done ? 'undone.png' : 'done.png';
162 newTitle += ' ' + PluginDo.getLang('done', closedon);
256 * done: All tasks done
273 // task is marked done
332 done = $itemspan.hasClass('plugin_do_done'),
340 if (!done) {
DuserTasksOverlay.js23 ).done(function showUserTasksOverlay(data) {
/plugin/do/
Dhelper.php92 * - status can be done or undone to filter for (un)completed tasks
141 if ($status == 'done') {
427 * done - number of all finished tasks
449 'done' => 0,
458 $result['done']++;
485 if ($count['undone'] == 0) { // all tasks done
Daction.php154 $key = 'done';