Home
last modified time | relevance | path

Searched refs:currentID (Results 1 – 3 of 3) sorted by relevance

/plugin/issuetracker/
Dedit.php19 function _emailForIssueMod($currentID, $project, $issue, $old_value, $column, $new_value, $usr) argument
58 …$lang['issuemod_see'].DOKU_URL.'doku.php?id='.$currentID.'&do=showcaselink&'.$pstring.chr(10).chr(…
68 …$bodyhtml = replace_bodyhtml($currentID, $bodyhtml, $pstring, $project, $issue, $comment, $usr); …
80 function _emailToAssigneeMod($currentID, $project, $issue, $value, $usr) argument
106 …$lang['issuemod_see'].DOKU_URL.'doku.php?id='.$currentID.'&do=showcaselink&'.$pstring.chr(10).chr(…
110 …n']['issuetracker']['mail_templates']==1) $bodyhtml = replace_bodyhtml($currentID, $bodyhtml, $pst…
116 …$bodyhtml = replace_bodyhtml($currentID, $bodyhtml, $pstring, $project, $issue, $comment, $usr); …
179 function replace_bodyhtml($currentID, $bodyhtml, $pstring, $project, $issue, $comment, $usr) { argument
183 …$bodyhtml = str_ireplace("%%_see%%",DOKU_URL.'doku.php?id='.$currentID.'&do=showcaselink&'.$pstrin…
361 $currentID = $_POST['currentID']; variable
[all …]
Dtablekit.js885 var currentID = document.getElementById("currentID");
886 ….id + '&' + Form.serialize(form) + '&usr=' + auser.innerHTML + '&currentID=' + currentID.innerHTML;
/plugin/simplenavi/
Dsyntax.php20 protected string $currentID; variable in syntax_plugin_simplenavi
105 string $currentID, argument
114 $this->currentID = $currentID;
170 $is_current = $this->isParent($this->currentID, $id);