Searched refs:suf (Results 1 – 2 of 2) sorted by relevance
| /dokuwiki/inc/ |
| H A 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);
|
| H A D | common.php | 1210 * @param string $suf suffix 1216 function con($pre, $text, $suf, $pretty = false) argument 1226 $suf !== '' && !str_ends_with($text, "\n") && 1227 !str_starts_with($suf, "\n") 1233 return $pre . $text . $suf;
|