Searched refs:suf (Results 1 – 2 of 2) sorted by relevance
/dokuwiki/inc/ |
D | template.php | 580 * @param string $suf suffix of link 589 function tpl_actionlink($type, $pre = '', $suf = '', $inner = '', $return = false) argument 626 $pre . ($inner ?: $caption) . $suf, 701 * @param string $suf suffix for links 708 function tpl_action($type, $link = false, $wrapper = false, $return = false, $pre = '', $suf = '', … argument 713 $out .= tpl_actionlink($type, $pre, $suf, $inner, true);
|
D | common.php | 1209 * @param string $suf suffix 1215 function con($pre, $text, $suf, $pretty = false) argument 1225 $suf !== '' && !str_ends_with($text, "\n") && 1226 !str_starts_with($suf, "\n") 1232 return $pre . $text . $suf;
|