Home
last modified time | relevance | path

Searched refs:shorten (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/lib/plugins/extension/
H A DGuiExtension.php458 $name = shorten($base, $long, 55);
/dokuwiki/inc/Ui/
H A DSearch.php513 $name = shorten(noNS($id), ' (' . $ns . ')', 30);
/dokuwiki/inc/
H A Dcommon.php1590 function shorten($keep, $short, $max, $min = 9, $char = '…') function