Searched +full:done +(+path:plugin +path:do) -(+path:plugin +path:do +path:lang) (Results 1 – 6 of 6) sorted by relevance
212 $R->externalmedia(DOKU_URL . "lib/plugins/do/pix/${pre}done.png");239 … . ' <img src="' . DOKU_BASE . 'lib/plugins/do/pix/' . $pre . 'done.png" />'
167 $image = ($row['status']) ? 'done.png' : 'undone.png';
83 //mark done, popup for commitmessage110 * @param {boolean} done true for done tasks, false for undone113 switchDoNr: function (done, $applyto) { argument114 var newImg = done ? 'undone.png' : 'done.png';162 newTitle += ' ' + PluginDo.getLang('done', closedon);256 * done: All tasks done273 // task is marked done332 done = $itemspan.hasClass('plugin_do_done'),340 if (!done) {
23 ).done(function showUserTasksOverlay(data) {
92 * - status can be done or undone to filter for (un)completed tasks141 if ($status == 'done') {427 * done - number of all finished tasks449 'done' => 0,458 $result['done']++;485 if ($count['undone'] == 0) { // all tasks done
154 $key = 'done';