Home
last modified time | relevance | path

Searched refs:todo (Results 76 – 89 of 89) sorted by path

1234

/plugin/refnotes/conf/
H A Dnotes.dat1 a:4:{s:6:":fixme";a:2:{s:4:"text";s:29:"This part has to be reworked.";s:6:"inline";b:0;}s:5:":todo";a:6:{s:4:"text";s:51:"%%[%%//[[:missing_citation|citation needed]]//%%]%%";s:6:"inline";b:1;s:18:"use-reference-base";b:1;s:25:"use-reference-font-weight";b:1;s:24:"use-reference-font-style";b:0;s:20:"use-reference-format";b:0;}s:10:":cite:todo";a:6:{s:4:"text";s:37:"[[:missing_citation|citation needed]]";s:6:"inline";b:1;s:18:"use-reference-base";b:1;s:25:"use-reference-font-weight";b:1;s:24:"use-reference-font-style";b:1;s:20:"use-reference-format";b:1;}s:9:":ref:todo";a:6:{s:4:"text";s:53:"%%[%%//[[:missing_reference|reference needed]]//%%]%%";s:6:"inline";b:1;s:1 (…)
/plugin/s5reloaded/ui/thesis/
H A Dwrap.css313 /*____________ todo ____________*/
315 div.wrap_todo { background-image: url(../../../wrap/images/note/48/todo.png); }
316 span.wrap_todo { background-image: url(../../../wrap/images/note/16/todo.png); }
/plugin/searchpattern/
H A Dplugin.info.txt6todo plugin (at least v20130411) it is a lightweight task list management system. Use this searchp…
/plugin/todo/
H A DREADME.md4 see https://www.dokuwiki.org/plugin:todo
H A Dplugin.info.txt1 base todo
6 desc Create a checkbox based todo list with optional user assignment (basic syntax: <todo>This is a ToDo</todo>). It can also be used as a lightweight task list management system.
7 url https://www.dokuwiki.org/plugin:todo
H A Dscript.js11 * bugfix: encoding html code (security risk <todo><script>alert('hi')</script></todo>) - bug reported by Andreas \n
39 todo: function ($chk) { method in ToDoPlugin
150 ToDoPlugin.todo($this);
158 ToDoPlugin.todo($chk);
/plugin/todo/syntax/
H A Dlist.php174 $opts['pattern'] = '/<todo([^>]*)>(.*?)<\/todo[\W]*?>/'; //all todos in a wiki page
277 // Always return the todo pages
279 // Only return the todo page if it's in the root namespace
340 $todo = array_merge(array('todotitle' => trim($page['matches'][2][$todoindex]), 'todoindex' => $todoindex), $this->parseTodoArgs($todomatch), $data);
342 if($this->isRequestedTodo($todo)) {
343 $todos[] = $todo;
357 $done = 0; $todo = 0;
360 $todo++;
367 $R->cdata("($done/$todo)");
[all...]
/plugin/topbarsyntax/
H A Dcsshover3.htc75 // todo; might need to be placed inside the for loop, since an error
/plugin/upgrade/vendor/splitbrain/php-archive/
H A Dapigen.neon4 todo: Yes
/plugin/upgrade/vendor/splitbrain/php-cli/
H A Dapigen.neon4 todo: Yes
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng95 type-partstat-todo |
109 type-partstat-todo = (
486 property-status-todo? &
808 property-status-todo = element status {
/plugin/wrap/
H A Dexample.txt186 * any of the classes ''info'', ''tip'', ''important'', ''alert'', ''help'', ''download'', ''todo'' will add a special note container with a corresponding icon
228 <WRAP todo 300px left>
230 %%<WRAP todo></WRAP>%%
270 <wrap info>info</wrap>, <wrap help>help</wrap>, <wrap alert>alert</wrap>, <wrap important>important</wrap>, <wrap tip>tip</wrap>, <wrap download>download</wrap>, <wrap todo>todo</wrap> and <wrap round box>round box</wrap> and <wrap danger>danger</wrap>, <wrap warning>warning</wrap>, <wrap caution>caution</wrap>, <wrap notice>notice</wrap>, <wrap safety>safety</wrap>.
H A Dstyle.less119 /*____________ todo ____________*/
122 div.wrap_todo { background-image: url(images/note/48/todo.png); }
123 span.wrap_todo { background-image: url(images/note/16/todo.png); }
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs7352 blob.l += 10; // todo
18006 …cell.v = (xml.indexOf("<") > -1 ? unescapexml(ss||xml).replace(/<.*?>/g, "") : cell.r); // todo: B…

1234