Home
last modified time | relevance | path

Searched refs:task (Results 151 – 175 of 222) sorted by last modified time

123456789

/plugin/task/lang/pt-br/
H A Dsubscribermail.txt3 The following task in the @TITLE@ wiki was added or changed.
/plugin/task/
H A Dplugin.info.txt2 base task
7 desc Brings task management to DokuWiki.
8 url http://www.dokuwiki.org/plugin:task
H A DREADME5 * http://dokuwiki.org/plugin:task
H A Daction.php156 $task = $my->readTask($ID);
164 if ($task['status'] == $status) {
172 $responsible = $my->_isResponsible($task['user']['name']);
196 if (!$task['user']['name']) {
214 $task['user'] = array(
222 $oldstatus = $task['status'];
223 $task['status'] = $status;
224 $my->writeTask($ID, $task);
H A Dhelper.php65 $task = $this->readTask($id);
95 $date = $task['date']['due'];
105 if ($task['status'] != 1 && $task['status'] != 2) continue;
117 if (($task['status'] < 0) || ($task['status'] > 2)) continue;
125 if (($filter == 'new') && ($task['user']['name'] || ($task['status'] != 0))) continue;
308 function _notify($task) { argument
344 function _vtodo($id, $task) { argument
357 if ($task['date']['created'])
359 if ($task['date']['modified'])
361 if ($task['date']['due'])
[all …]
/plugin/task/lang/cs/
H A Dsubscribermail.txt3 The following task in the @TITLE@ wiki was added or changed.
/plugin/codemirror/dist/modes/
H A Dsql.min.js.map1 …tement storage subtype successful synonym tabauth table tables tablespace task terminate then to t…
H A Dverilog.min.js.map1task this throughout time timeprecision timeunit tran tranif0 tranif1 tri tri0 tri1 triand trior \…
H A Dclike.min.js.map1 …orace nx_struct nx_union post provides \" +\n \"signal task uses abstract exten…
H A Dmarkdown.min.js.map1task lists? (\"- [ ] \" and \"- [x] \")\n if (modeCfg.taskLists === undefined) modeCfg.taskLists …
/plugin/revealjs/plugin/markdown/
H A Dmarked.js6 …t(i,l,o);case"list_item_start":i="";var a=this.token.loose;for(this.token.task&&(i+=this.renderer.… property in p
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js3688 var task = {
3695 head = task;
3699 last = task;
10005 var docId = task.docId;
10007 if (task.destroyed) {
10045 return task;
18917 task._bounds.push({
18929 function render(task) {
18930 if (task._canceled) {
18954 function expand(task) {
[all …]
H A Dpdf.js.map1task","microtask","newPromiseCapabilityModule","perform","userAgent","promiseResolve","PROMISE","v…
H A Dpdf.worker.js621 task: task,
681 task: task,
12658 task = _ref2.task,
12686 task: task,
12769 task = _ref7.task,
12792 task: task,
28758 task: task,
29111 task: task,
30664 task: task,
30917 task: task,
[all …]
H A Dpdf.worker.js.map1task","i","pdfManager","numPages","fingerprint","pdfManagerCapability","source","cachedChunks","pd…
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts48 grid_blank(task: any): string;
61 grid_file(task: any): string;
67 grid_folder(task: any): string;
80 grid_indent(task: any): string;
86 grid_open(task: any): string;
1394 copy(task: any): any;
1444 defined(task: any): boolean;
1634 getFreeSlack(task: any): number;
1848 getTaskCalendar(task: any): any;
1896 getTaskType(task: any): string;
[all …]
H A Ddhtmlxgantt.js13task=i,this.id=n,this.calendar=r,this}function o(t,e,i,n,r,a){return this.date=t,this.dir=e,this.u…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_click_drag.js.map1 …t i = startIndex; i <= endIndex; i++) {\n\t\t\tconst task = gantt.getTaskByIndex(i);\n\t\t\tif (ta…
H A Ddhtmlxgantt_keyboard_navigation.js.map1task","inner_width","$grid_data","$task_data","inner_height","scrollTo","show_chart","task_scroll_…
H A Ddhtmlxgantt_tooltip.js.map1task","domEventsScope","tooltip_1","TooltipManager","_listeners","_domEvents","_initDelayedFunctio…
/plugin/yuriigantt/3rd/dhtmlxgantt/locale/
H A Dlocale.js.map1 …Wed\", \"Thu\", \"Fri\", \"Sat\"]\n\t},\n\tlabels: {\n\t\tnew_task: \"New task\",\n\t\ticon_save: …
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_undo.js133 task: "task" property in gantt.config.undo_types
164 if (!task) {
167 if (task.id === oldId) {
168 task.id = newId;
170 if (task.parent === oldId) {
171 task.parent = newId;
334 …this._storeEntityCommand(task, this.getInitialTask(task.id), this._undo.command.type.move, this._u…
370 var task = null;
376 tasks.push(task);
517 _this.store(task.id, gantt.config.undo_types.task);
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/skins/
H A Ddhtmlxgantt_contrast_black.css16 /* colors for items with inline styles assigned (task.color, link.color)*/
H A Ddhtmlxgantt_contrast_white.css16 /* colors for items with inline styles assigned (task.color, link.color)*/
/plugin/yuriigantt/_test/
H A Dtest_page.txt12 "task": 12,

123456789