Home
last modified time | relevance | path

Searched refs:suf (Results 1 – 2 of 2) sorted by last modified time

/dokuwiki/inc/
H A Dtemplate.php559 * @param string $suf suffix of link
568 function tpl_actionlink($type, $pre = '', $suf = '', $inner = '', $return = false)
605 $pre . ($inner ?: $caption) . $suf,
680 * @param string $suf suffix for links
687 function tpl_action($type, $link = false, $wrapper = false, $return = false, $pre = '', $suf = '', $inner = '')
692 $out .= tpl_actionlink($type, $pre, $suf, $inner, true);
525 tpl_actionlink($type, $pre = '', $suf = '', $inner = '', $return = false) global() argument
639 tpl_action($type, $link = false, $wrapper = false, $return = false, $pre = '', $suf = '', $inner = '') global() argument
H A Dcommon.php1243 * @param string $suf suffix
1247 function con($pre, $text, $suf, $pretty = false)
1257 $suf !== '' && !str_ends_with($text, "\n") &&
1258 !str_starts_with($suf, "\n")
1264 return $pre . $text . $suf;
1674 'suf' => '',
1241 con($pre, $text, $suf, $pretty = false) global() argument