Lines Matching refs:pstring

300 …$pstring = sprintf("showid=%s&project=%s", urlencode($issue['id']), urlencode($issue['project'…
304 …rer.'" id="'.$referrer.'" href="doku.php?id='.$ID.'&do=showcaselink&'.$pstring.'" title="'.$issu…
863 … $pstring = sprintf("showid=%s&project=%s", urlencode($issue_id), urlencode($project));
865 …$itl_item_title = '<a href="doku.php?id='.$ID.'&do=showcaselink&'.$pstring.'" title="'.$this->getL…
1159 …$pstring = sprintf("showid=%s&amp;project=%s", urlencode($this->_get_one_value($issue,'id')), urle…
1160 …$itl_item_title = '<a href="doku.php?id='.$ID.'&do=showcaselink&'.$pstring.'" title="'.$this->_get…
1274 …$pstring = sprintf("showid=%s&amp;project=%s", urlencode($this->_get_one_value($issue,'id')), $a_p…
1276 …'<a href="doku.php?id='.$ID.'&do=showcaselink&'.$pstring.'" title="'.$isval.'">'.$isval.'</a></td>…
1980 …$pstring = sprintf("showid=%s&amp;project=%s", urlencode($issue[$issue_id]['id']), urlencode($proj…
1981 … = '<a style="font-size:8pt;" href="doku.php?id='.$ID.'&do=showmodlog&'.$pstring.'" title="'.$this…
2656 … $pstring = sprintf("showid=%s&project=%s", urlencode($issue['id']), urlencode($project));
2665 …->getLang('issuemod_see').DOKU_URL.'doku.php?id='.$ID.'&do=showcaselink&'.$pstring.chr(10).chr(10).
2670 …nf('mail_templates')==1) $bodyhtml = $this->replace_bodyhtml($bodyhtml, $pstring, $project, $issue…
2715 … $pstring = sprintf("showid=%s&project=%s", urlencode($issue['id']), urlencode($project));
2732 …->getLang('issuemod_see').DOKU_URL.'doku.php?id='.$ID.'&do=showcaselink&'.$pstring.chr(10).chr(10).
2735 …nf('mail_templates')==1) $bodyhtml = $this->replace_bodyhtml($bodyhtml, $pstring, $project, $issue…
2772 … $pstring = sprintf("showid=%s&project=%s", urlencode($issue['id']), urlencode($project));
2803 …->getLang('issuemod_see').DOKU_URL.'doku.php?id='.$ID.'&do=showcaselink&'.$pstring.chr(10).chr(10).
2808 …nf('mail_templates')==1) $bodyhtml = $this->replace_bodyhtml($bodyhtml, $pstring, $project, $issue…
2840 … $pstring = sprintf("showid=%s&project=%s", urlencode($issue['id']), urlencode($project));
2855 …->getLang('issuemod_see').DOKU_URL.'doku.php?id='.$ID.'&do=showcaselink&'.$pstring.chr(10).chr(10).
2858 …nf('mail_templates')==1) $bodyhtml = $this->replace_bodyhtml($bodyhtml, $pstring, $project, $issue…
2933 function replace_bodyhtml($bodyhtml, $pstring, $project, $issue, $comment) { argument
2936 …html = str_ireplace("%%_SEE%%",DOKU_URL.'doku.php?id='.$ID.'&do=showcaselink&'.$pstring,$bodyhtml);