Home
last modified time | relevance | path

Searched refs:status (Results 651 – 675 of 1484) sorted by path

1...<<21222324252627282930>>...60

/plugin/discussion/
H A Dhelper.php119 $status = $data['status'];
122 …if (!$status || (($status == 2) && (!$number))) continue; // skip if comments are off or closed wi…
136 'status' => $status,
/plugin/discussion/syntax/
H A Dcomments.php66 if ($match == ':off') $status = 0;
67 else if ($match == ':closed') $status = 2;
68 else $status = 1;
70 return array($status, $title);
82 list($status, $title) = $data;
85 $renderer->meta['plugin_discussion'] = array('status' => $status, 'title' => $title);
/plugin/displaywikipage/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/divalign2/
H A DCOPYING255 of preserving the free status of all derivatives of our free software and
/plugin/dlcounter/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/do/
H A Daction.php53 // toggle status of a single task
72 $status = $hlp->toggleTaskStatus($id, $_REQUEST['do_md5'], $_REQUEST['do_commit']);
78 echo json_encode($status);
81 // read status for a bunch of tasks
89 $status = array();
93 $status = $hlp->getAllPageStatuses($page);
97 echo json_encode($status);
113 $tasks = $hlp->loadTasks(array('status' => array('undone'), 'user' => $user));
137 $status = '';
147 $status
[all...]
H A Dhelper.php92 * - status can be done or undone to filter for (un)completed tasks
139 if (isset($args['status'])) {
140 $status = utf8_strtolower($args['status'][0]);
141 if ($status == 'done') {
142 $where .= ' AND B.status IS NOT null';
143 } elseif ($status == 'undone') {
144 $where .= ' AND B.status IS null';
209 B.status AS status,
[all...]
/plugin/do/db/
H A Dupdate0001.sql14 status field
H A Dupdate0006.sql4 REPLACE INTO task_status SELECT task_status.page as page, task_status.md5 as md5, task_status.status as status, task_status.closedby as closedby, tasks.msg as msg FROM task_status, tasks WHERE task_status.md5 = tasks.md5;
/plugin/do/scripts/
H A DPluginDo.js72 * Toggle status of task, when symbol of task is clicked
108 * Switch the status of a image src
254 * Update statistics in the page task status view
389 //update statistics in the page task status view
414 PluginDo.buildTitle($dotags, [], '', state.closedby, state.status);
415 PluginDo.switchDoNr(!state.status, $dotags);
416 if (state.status) {
/plugin/doctree2filelist/
H A Dadmin.php475 function _save_status($status) { argument
479 …e($conf['dformat'],$t)."\t".$_SERVER['REMOTE_ADDR']."\t".$_SERVER['REMOTE_USER']."\t".$status."\n";
496 $status = "START";
502 $status = explode("\t", $statusline);
504 $status = rtrim($status[4]);
506 $status = $status[1] . " " . $this->getLang('fromuser') . " " . $status[3];
510 return $status;
/plugin/doi/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/dokucrypt2/
H A DCOPYING259 of preserving the free status of all derivatives of our free software and
/plugin/dokudrawingboard/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/dokugource/
H A DCOPYING255 of preserving the free status of all derivatives of our free software and
/plugin/dokukiwix/
H A DCOPYING303 typical or common use of that class of product, regardless of the status
/plugin/dokumicrobugtracker/
H A DLICENSE.txt303 typical or common use of that class of product, regardless of the status
H A DREADME.md22 {{dokumicrobugtracker>project=projectname|status=all|display=bugs}}
27 | [status] | a filter to display only some status
28 …the report form, or only the bugs list, or count the number of different status in the project | d…
40 {{dokumicrobugtracker>project=KhtEditor|status=all|display=bugs}}
45 {{dokumicrobugtracker>project=KhtEditor|status=all|display=form}}
50 {{dokumicrobugtracker>project=KhtEditor|status=Fixed}}
53 **Display the number of report group by status :**
H A Dsyntax.php179 $status = $this->_get_one_value($bug,'status');
180 if ($status != '')
181 if ($this->_get_one_value($count,$status)=='')
182 {$count[$status] = array(1,$status);}
184 {$count[$status][0] += 1;}
/plugin/dokumicrobugtracker/js/
H A Djquery.jeditable.mini.js23 …a:submitdata,dataType:'html',url:settings.target,success:function(result,status){if(ajaxoptions.da… argument
24 …(self).html())){$(self).html(settings.placeholder);}},error:function(xhr,status,error){onerror.app… argument
/plugin/dokusioc/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/dokutexit/
H A DLICENSE.GPLv2255 of preserving the free status of all derivatives of our free software and
/plugin/dokutranslate/
H A Daction.php445 $status = array();
449 if (isset($status[$link[1]])) {
454 $status[$link[1]] = $this->_translationStatus($link[1]);
458 while (list($key, $value) = each($status)) {
/plugin/dokutts/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/dontfeedtemplates/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and

1...<<21222324252627282930>>...60