Home
last modified time | relevance | path

Searched refs:usr (Results 51 – 60 of 60) sorted by last modified time

123

/plugin/issuetracker/
H A Dsyntax.php901 …$usr .= '<span style="display:none;" id="currentID">'.urlencode($ID).'</span>' ; // to log issue m…
904 $ret = $a_lang.$usr.$ret.$head.$body;
928 foreach ($usr_array as $u_key => $usr)
929 { if($usr['mail']==$issue[$key])
931 elseif($shw_assignee_as=='mail') { return $usr['mail']; }
932 else { return $usr['name']; }
1076 $usr = $user_grp['userinfo']['name'] ;
1077 $bodyhtml = str_ireplace("%%RESOLVER%%",$usr,$bodyhtml);
1078 $bodyhtml = str_ireplace("%%MOD_BY%%",$usr,$bodyhtml);
1697 function _log_mods($project, $issue, $usr, $column, $new_value) argument
[all …]
H A Daction.php275 $usr = $user_grp['userinfo']['name'] ; //to log issue mods
1422 $ret = $a_lang.$usr.$ret.$head.$body;
2971 $usr = $user_grp['userinfo']['name'] ;
2972 $bodyhtml = str_ireplace("%%RESOLVER%%",$usr,$bodyhtml);
2973 $bodyhtml = str_ireplace("%%MOD_BY%%",$usr,$bodyhtml);
3020 foreach ($usr_array as $u_key => $usr)
3021 { if($usr['mail']==$issue[$key])
3023 elseif($shw_assignee_as == 'mail') { return $usr['mail']; }
3024 else { return $usr['name']; }
3242 function _log_mods($project, $issue, $usr, $column, $old_value, $new_value) argument
[all …]
/plugin/dir/
H A Dmake_tgz.sh5 dokuwiki_root=/usr/local/www/dokuwiki
/plugin/authyubikey/
H A DREADME.md14 (i.e. /usr/share/dokuwiki/lib/plugins).
/plugin/gitlog/
H A Dreadme.md28 Usally ```/usr/bin/git``` on linux maschines.
/plugin/jmol2/jmol/
H A Djmol.sh21 link=`/usr/bin/expr "$ls" : '.*-> \(.*\)$'`
22 if /usr/bin/expr "$link" : '.*/.*' > /dev/null; then
H A Djmol14 elif [ -f /usr/share/jmol/Jmol.jar ] ; then
15 jarpath=/usr/share/jmol/Jmol.jar
/plugin/snap/
H A Dserver.sh6 fp=/usr/share/fonts/X11/misc
7 html2imagePath=/usr/lib/html2image
/plugin/gnuplot/
H A Dsyntax.php114 $retval = exec('/usr/bin/gnuplot '.$tmpfname);
/plugin/snmplive/
H A DMakefile5 prefix := /usr/share/dokuwiki

123